-
Notifications
You must be signed in to change notification settings - Fork 22
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 plan/get
capability
#1005
Commits on Oct 24, 2023
-
feat: implement
plan/get
capabilityIn console, we need a way to tell if a user has a subscription. Implement the `plan/get` capability from #959 to enable that.
Configuration menu - View commit details
-
Copy full SHA for 8db017c - Browse repository at this point
Copy the full SHA 8db017cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d521bef - Browse repository at this point
Copy the full SHA d521befView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6a533 - Browse repository at this point
Copy the full SHA fb6a533View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3da5e4 - Browse repository at this point
Copy the full SHA e3da5e4View commit details -
feat: define PlansStorage interface
plus in-memory implementation and tests
Configuration menu - View commit details
-
Copy full SHA for bd60f44 - Browse repository at this point
Copy the full SHA bd60f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9985c1 - Browse repository at this point
Copy the full SHA e9985c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 956ecc4 - Browse repository at this point
Copy the full SHA 956ecc4View commit details
Commits on Oct 25, 2023
-
feat: add function to access-client to get account plan
plus a tweak to plans-storage to return errors
Configuration menu - View commit details
-
Copy full SHA for ba21320 - Browse repository at this point
Copy the full SHA ba21320View commit details -
Configuration menu - View commit details
-
Copy full SHA for 515d39f - Browse repository at this point
Copy the full SHA 515d39fView commit details -
feat: implement plan/get handler tests
I copied them from the ucan tests and neglected to actually implement them!
Configuration menu - View commit details
-
Copy full SHA for 7a01a70 - Browse repository at this point
Copy the full SHA 7a01a70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73554f2 - Browse repository at this point
Copy the full SHA 73554f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74f4328 - Browse repository at this point
Copy the full SHA 74f4328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f3c6d2 - Browse repository at this point
Copy the full SHA 0f3c6d2View commit details -
feat: alias string to ISO8601Date for clarity
We are already expecting ISO8601 dates in these fields, so per feedback in #1005 (comment) I'm creating a new ISO8601Date type aliased to `string` to better document that expectation. We could get even more clever here, but I'd like to minimize changes while also moving toward a slightly better situation here, so this feels like a good compromise.
Configuration menu - View commit details
-
Copy full SHA for 34d1b01 - Browse repository at this point
Copy the full SHA 34d1b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a1caa - Browse repository at this point
Copy the full SHA 95a1caaView commit details