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

Support Index definition #255

Merged
merged 2 commits into from
Sep 8, 2022
Merged

Support Index definition #255

merged 2 commits into from
Sep 8, 2022

Conversation

art049
Copy link
Owner

@art049 art049 commented Sep 2, 2022

Fixes #93

@codecov
Copy link

codecov bot commented Sep 4, 2022

Codecov Report

Merging #255 (45778f1) into master (ff93984) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 45778f1 differs from pull request most recent head 1dc45fe. Consider uploading reports for the commit 1dc45fe to get more accurate results

@@            Coverage Diff             @@
##            master      #255    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           41        44     +3     
  Lines         4198      4624   +426     
  Branches       698       793    +95     
==========================================
+ Hits          4198      4624   +426     
Flag Coverage Δ
tests-3.10-4.4-standalone 94.00% <100.00%> (+0.60%) ⬆️
tests-3.10-5-standalone 94.00% <100.00%> (+0.60%) ⬆️
tests-3.10-6-standalone 94.00% <100.00%> (+0.60%) ⬆️
tests-3.7-4.4-standalone 92.23% <100.00%> (+0.77%) ⬆️
tests-3.7-5-standalone 92.23% <100.00%> (+0.77%) ⬆️
tests-3.7-6-standalone 92.23% <100.00%> (+0.77%) ⬆️
tests-3.8-4-replicaSet 99.00% <100.00%> (+0.10%) ⬆️
tests-3.8-4.2-sharded 93.12% <100.00%> (+0.69%) ⬆️
tests-3.8-4.4-standalone 94.00% <100.00%> (+0.60%) ⬆️
tests-3.8-5-standalone 94.00% <100.00%> (+0.60%) ⬆️
tests-3.8-6-standalone 94.00% <100.00%> (+0.60%) ⬆️
tests-3.9-4.4-standalone 93.92% <100.00%> (+0.61%) ⬆️
tests-3.9-5-standalone 93.92% <100.00%> (+0.61%) ⬆️
tests-3.9-6-standalone 93.92% <100.00%> (+0.61%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
odmantic/__init__.py 100.00% <100.00%> (ø)
odmantic/config.py 100.00% <100.00%> (ø)
odmantic/engine.py 100.00% <100.00%> (ø)
odmantic/exceptions.py 100.00% <100.00%> (ø)
odmantic/field.py 100.00% <100.00%> (ø)
odmantic/index.py 100.00% <100.00%> (ø)
odmantic/model.py 100.00% <100.00%> (ø)
tests/integration/test_index.py 100.00% <100.00%> (ø)
tests/unit/test_index_definition.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link

github-actions bot commented Sep 4, 2022

🚀 Deployed on https://docs-preview-255--odmantic.netlify.app

@art049 art049 force-pushed the index-definition branch 3 times, most recently from bc01068 to eb4ba59 Compare September 7, 2022 13:26
@art049 art049 merged commit 46f8504 into master Sep 8, 2022
@art049 art049 deleted the index-definition branch September 8, 2022 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define indexes for a model
1 participant