Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement consumer/get and subscription/get invocation handlers #220

Merged
merged 14 commits into from
Aug 31, 2023

Commits on Aug 18, 2023

  1. feat: implement consumer/get invocation handler

    this required wiring up the space metrics table in the upload-api stack, but works pretty well!
    
    currently just returning 1 billion as the "total" space for all consumers since we don't currently check anyway
    travis committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4566698 View commit details
    Browse the repository at this point in the history
  2. feat: implement getSubscription method of ProvisionStore

    this should enable `subscription/get` invocation to work as one would expect
    travis committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7ab75ab View commit details
    Browse the repository at this point in the history
  3. feat: add subscriptions to customer record

    per w3up change here: storacha/w3up#863
    travis committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    de93ce2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    229a71a View commit details
    Browse the repository at this point in the history
  2. feat: update total field

    travis committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7acdbbb View commit details
    Browse the repository at this point in the history
  3. fix: update pnpm.lock

    travis committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e0c1a3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc821a9 View commit details
    Browse the repository at this point in the history
  5. feat: implement missing functions

    1) bubble getStorageProviders up to ProvisionStore
    2) implement get on SubscriptionTable
    3) implement getBySubscription on ConsumerTable
    travis committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7c49e0d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    51942b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    8b301fe View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Apply suggestions from code review

    Co-authored-by: Vasco Santos <santos.vasco10@gmail.com>
    travis and vasco-santos authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    47ac493 View commit details
    Browse the repository at this point in the history
  2. fix: updates from PR

    travis committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7d29879 View commit details
    Browse the repository at this point in the history
  3. fix: fix import

    travis committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8611d5e View commit details
    Browse the repository at this point in the history
  4. fix: one more typo

    travis committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4d2a03d View commit details
    Browse the repository at this point in the history