-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: multiple entitlement Improvements (#1072)
* fix: include grants issued for resettime commit 34c4d09 Author: Alex Goth <[email protected]> Date: Wed Jun 26 20:58:57 2024 +0200 fix: include grants issued for resettime into calculations * feat: include metadata fields commit 65d48b9 Author: Alex Goth <[email protected]> Date: Wed Jun 26 19:55:04 2024 +0200 fix: unique errors commit 300471d Author: Alex Goth <[email protected]> Date: Wed Jun 26 13:39:07 2024 +0200 feat: store and retreive metadata commit e953880 Author: Alex Goth <[email protected]> Date: Wed Jun 26 19:42:46 2024 +0200 fix: migrations with mutex commit 545027c Author: Alex Goth <[email protected]> Date: Wed Jun 26 15:36:45 2024 +0200 fix: make e2e deterministic hopefully commit 0633f11 Author: Alex Goth <[email protected]> Date: Tue Jun 25 14:54:07 2024 +0200 feat: add UsagePeriod and fix entitlement create input parsing chore: support fetching by key (cherry picked from commit 8964555c73ba3450df5f2d0732748f4a5d99d9a6) chore: regen api types fix: use api types when serializing fix: make featureKey unique among subject entitlements chore: update api fix: address pr nits * feat: make recurrence anchor optional with default of effectiveAt for gratns commit d8595a3 Author: Alex Goth <[email protected]> Date: Wed Jun 26 19:45:01 2024 +0200 fix: e2e tests commit 83641d2 Author: Alex Goth <[email protected]> Date: Wed Jun 26 13:17:01 2024 +0200 feat: make recurrence anchor optional for grant create with default of effectiveAt * fix(history): always return a window commit d598110 Author: Alex Goth <[email protected]> Date: Tue Jun 25 16:58:55 2024 +0200 chore: copy by value commit eecf9fe Author: Alex Goth <[email protected]> Date: Tue Jun 25 16:52:59 2024 +0200 fix(windowed-history): if windowsize is larger than period return single window for period
- Loading branch information
Showing
28 changed files
with
607 additions
and
291 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 10 additions & 8 deletions
18
api/client/python/src/openmeter/_operations/_operations.py
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
18 changes: 10 additions & 8 deletions
18
api/client/python/src/openmeter/aio/_operations/_operations.py
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.