-
Notifications
You must be signed in to change notification settings - Fork 17
Remove "scroll" option from security:searchRoles doc #546
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
Conversation
88bb61e to
d5f8e2c
Compare
Codecov Report
@@ Coverage Diff @@
## master #546 +/- ##
=======================================
Coverage 88.40% 88.40%
=======================================
Files 32 32
Lines 1449 1449
Branches 252 252
=======================================
Hits 1281 1281
Misses 119 119
Partials 49 49 Continue to review full report at Codecov.
|
|
Shouldn't this PR target 7-dev? |
I thought I wouldnt be a problem to merge it directly on master to fix this error as soon as possible. |
|
I don't see why this would be an emergency: the method isn't event documented. |
d5f8e2c to
2895677
Compare
Base branch changed to 7-dev |
|
Uh... so, I finally read the title, description and code of this PR. I thought this was about removing some code, not a documented option. I apologize for being an idiot. And this PR, of course, should be merged on master. 😑 |
2895677 to
8f7baf5
Compare
| npm ci | ||
| npm install kuzzle-sdk-v7@$TRAVIS_BUILD_DIR | ||
| cd test/e2e/run-test && npm ci && cd - | ||
| CYPRESS_RETRIES=5 npm run test:e2e |
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.
End 2 end tests must be run with the test:e2e command. You should change the package.json if it's not the case
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.
That means a PR on admin console repo kuzzleio/kuzzle-admin-console#829
What does this PR do?
Remove "scroll" option from security:searchRoles doc
Other change
Change script test name for admin console tests
depends on kuzzleio/kuzzle-admin-console#829