-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Add DynamoDB document schemas #137
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
8b18b1a
feat: Add DynamoDB document schemas
khvn26 815f0d3
add a question
khvn26 7c45ffb
fix 3.11 support
khvn26 9d21d93
add all root documents + tests
khvn26 a29f199
add identity override test
khvn26 4d8c83a
document environment name default
khvn26 ac9e8df
rename to flagsmith_schemas.dynamodb
khvn26 0179e00
Improve docstring
khvn26 c743785
consolidate scalar types in the types module
khvn26 d014c4a
Improve feature state docstrings
khvn26 37a6acd
further docstring improvements
khvn26 581de51
use Decimal for numeric types
khvn26 0b438e5
fix ContextValue
khvn26 c8d92e7
Clarify docstring for multivariate_feature_state_values in FeatureState
khvn26 aff73eb
Reduce redundancy in name field docstrings
khvn26 aabc74b
Improve docstring for EnvironmentV2Meta's environment_id to clarify i…
khvn26 f918972
Enhance docstrings for Identity and EnvironmentV2Meta to clarify thei…
khvn26 ea2aae8
Clarify docstrings for MultivariateFeatureStateValue fields to enhanc…
khvn26 e4f100a
Refactor docstring for Environment class to clarify the id field and …
khvn26 8925857
Add flagsmith_schemas to the module-name in build-backend configuration
khvn26 a883505
Avoid ImportErrors in pytest when no extras are installed
khvn26 be97ee2
Avoid ImportErrors in pytest when no extras are installed pt. 2
khvn26 1c90923
Update docstring for MultivariateFeatureOption.id to clarify field usage
khvn26 43a7efb
Improve wording
khvn26 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,4 +4,5 @@ | |
| *.pyc | ||
| .coverage | ||
| common.sqlite3 | ||
| dist/ | ||
| dist/ | ||
| coverage.xml | ||
This file contains hidden or 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 hidden or 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
Empty file.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.