-
Notifications
You must be signed in to change notification settings - Fork 99
Fix failing test for v0.28.0 #322
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
bidoubiwa
merged 83 commits into
bump-meilisearch-v0.28.0
from
fix_failing_test_for_v0.28.0
Aug 29, 2022
Merged
Changes from all commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
a37ffd3
Update task api v0.28.0
bidoubiwa b9ffd60
Update tests to be relevant with the structures where they are ran
bidoubiwa c527312
Update types in code-samples
bidoubiwa 17d6c19
Remove clearAll task type
bidoubiwa ff0d350
Add index_uid as an optional in the Tasks
bidoubiwa 9241a7b
Add comments on best builder implementation
bidoubiwa eb38d18
Add execute function on get_tasks
bidoubiwa d37be56
Update code samples
bidoubiwa 61be5a5
Remove out of context comment
bidoubiwa 7aa409b
Merge
bidoubiwa c968df3
Fix tests
bidoubiwa c21b18f
Fix pagination tests
bidoubiwa 012f939
Update HTTP methods for v0.28.0
bidoubiwa 0cb9e93
Fix clippy
bidoubiwa a485ba5
Merge branch 'update_task_api_for_v0.28.0' of github.com:meilisearch/…
bidoubiwa f86bff4
Remove comment of task tests since the tests are now sucesful
bidoubiwa 734fd13
Fix doc tests
bidoubiwa e5821c4
Merge branch 'update_task_api_for_v0.28.0' of github.com:meilisearch/…
bidoubiwa 11bfb7e
Update keys for v0.28.0
bidoubiwa 6b70f5a
Fix get tasks inside index structure
bidoubiwa 604e08d
Make description and name optional in keys
bidoubiwa 67637c2
Fix none doc tests with new get_tasks api
bidoubiwa c2dcd92
Add from and limit in tasks params
bidoubiwa efff813
Add warning on failing test
bidoubiwa f0020b6
Merge branch 'update_task_api_for_v0.28.0' of https://github.com/meil…
bidoubiwa e0762b1
Merge
bidoubiwa c1796a3
Update keys design
bidoubiwa abc0f7b
Update task API
bidoubiwa eaef1ea
Remove useless comment
bidoubiwa bdf4f13
Merge branch 'update_task_api_for_v0.28.0' of https://github.com/meil…
bidoubiwa 2441da1
Merge branch 'update_http_methods_for_v0.28.0' of https://github.com/…
bidoubiwa d506eae
Remove client as mandatory parameter for the keyUpdater
bidoubiwa c803fd5
Add doc and tests on doc
bidoubiwa cdc2a41
Fix docs tests on keys in client
bidoubiwa b2ba741
Fix docs tests
bidoubiwa 24ff749
Remove dbg
bidoubiwa 1b41330
Add with_uid filter
bidoubiwa f6f821d
Add new actions on key creation
bidoubiwa 710b2d6
Remove new line at the start of docs
bidoubiwa 54d29eb
Fix clippy errors
bidoubiwa 2439778
Merge branch 'update_keys_for_v0.28.0' of https://github.com/meilisea…
bidoubiwa 3989758
Rename type in Task structure
bidoubiwa 668ba13
Removed useless newlines
bidoubiwa ac95329
Fix typo in comment
bidoubiwa 66bd1a5
Add missing semi-column
bidoubiwa 3adc25e
t checkout uMerge branch 'update_task_api_for_v0.28.0' of https://git…
bidoubiwa 17f1ecf
Merge
bidoubiwa 31b3941
Update indexes api for v0.28.0
bidoubiwa 7865c1f
Merge
bidoubiwa 027181b
Improve doc comments
bidoubiwa 761a9df
Merge branch 'update_keys_for_v0.28.0' of github.com:meilisearch/meil…
bidoubiwa 9b36f77
Change indexes methods
bidoubiwa 335fbf1
Add index query and index updater
bidoubiwa 7b5b5e2
Add documentation and doc tests on indexes routes
bidoubiwa 3012f2a
Add tests on get indexes with params
bidoubiwa 62e5f2c
Add test on index update
bidoubiwa 555f7dd
Fix clippy
bidoubiwa e253823
update nb hits to estimated_nb_hits
bidoubiwa 7c8d8a0
remove exhaustive facets count
bidoubiwa 3d1682d
Change matches to show_matches_position
bidoubiwa de69f44
Change matches_info to matches_position
bidoubiwa f7d9862
Update search api for v0.28.1
bidoubiwa c6c2833
Improve comment syntax
bidoubiwa 49ec3c5
Hide client creation in search query builder doc test
bidoubiwa c3f3939
Add DocumentsQuery and DocumentsResults
bidoubiwa 33629b9
Resolve merge conflicts
bidoubiwa 2062dce
Rollback wrong merging
bidoubiwa 25fb8b5
Merge branch 'update_search_for_v0.28.0' of github.com:meilisearch/me…
bidoubiwa 8c1bcba
Fix failing key tests
bidoubiwa 405e0f4
Merge branch 'update_search_for_v0.28.0' of github.com:meilisearch/me…
bidoubiwa 1499f7e
Merge branch 'bump-meilisearch-v0.28.0' of github.com:meilisearch/mei…
bidoubiwa 4754825
Add documentation
bidoubiwa a262309
Fix execute doc test
bidoubiwa be22268
Fix clippy tests
bidoubiwa d60ac80
Update tenant token api for v0.28.1
bidoubiwa c1affa9
Fix clippy warning
bidoubiwa d6dce72
Update dump api for v0.28.0
bidoubiwa 25a8de5
Update crop marker for v0.28.0
bidoubiwa 98a8514
Fix some forgotton tests for v0.28.0
bidoubiwa 09357d9
Remove unecessary comment
bidoubiwa 2f0d31b
Fix tests
bidoubiwa cc61697
Fix merge conflict
bidoubiwa 454e34f
Fix closing brackets
bidoubiwa 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
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
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.