-
Notifications
You must be signed in to change notification settings - Fork 89
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
Remove sys-info and sys-info pretty #528
Conversation
d82dd97
to
aa61553
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for my previous approval, the tests are failing with:
$ docker run -it --rm -p 7700:7700 getmeili/meilisearch:v0.13.0rc0 ./meilisearch --no-analytics=true --master-key=masterKey
We need to know why 🙂
Well this pr only covers the tests of sys-info, not the others |
18c5f52
to
76dd755
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works with the v0.13.0rc0
Update compatibility with meilisearch Remove acceptNewFields and update tests accordingly (#530) Remove sys-info and sys-info pretty (#528) Change error message from bad primary key update Change error messages Create simple meilisearch error Add type for meilisearch error Add tests for attributesToRetrieve in getDocuments Add get and post method for search function Disable eslint warning remove console.log Search method can only accept array of string on bigamous fields Add extra tests to check if typescrypts generics work correctly Update node example Remove undefined from object before sending search Make batches to tests different test methods Update types
fixes: #504
The tests in the CI will fail until MeiliSearch
v0.13.0
is out.Currently, tested with the
v0.13.0rc0
, tests are failing because of:genre: 'fantasy'
missing in search tests, fixed in: Post search route #529Settings tests fixed in Settings changes #530-> merged