-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(db): improve support for index creation (#79)
* fix: indexes in collection * fix: add eval * fix: add eval in correct place * fix: remove value * fix: remove name and other fields * feat: changes * support other mongo fields too * fix: options in create_index * fix: spellings * minor changes * docs: update docs of IndexConfig * test: fix existing tests * fix: corner case of already existing indexes * refactor: flake8 * test: increase coverage * 0.5.0 Automatically generated by python-semantic-release * refactor: address review comments * fix examples; simplify code Co-authored-by: semantic-release <semantic-release> Co-authored-by: Alex Kanitz <[email protected]>
- Loading branch information
1 parent
c3194b7
commit 3002953
Showing
5 changed files
with
47 additions
and
55 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.4.0' | ||
__version__ = '0.5.0' |
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