From 8f7baf56bfa6e513457ec047cfae8d431e4c03ab Mon Sep 17 00:00:00 2001 From: Yoann Abbes Date: Tue, 15 Sep 2020 16:12:21 +0200 Subject: [PATCH 1/3] remove scroll option from doc --- doc/7/controllers/security/search-roles/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/7/controllers/security/search-roles/index.md b/doc/7/controllers/security/search-roles/index.md index 52211568a..389d0ccce 100644 --- a/doc/7/controllers/security/search-roles/index.md +++ b/doc/7/controllers/security/search-roles/index.md @@ -35,7 +35,6 @@ searchRoles([body], [options]); | `queuable` |
boolean

(`true`) | If true, queues the request during downtime, until connected to Kuzzle again | | `from` |
number

(`0`) | Offset of the first document to fetch | | `size` |
number

(`10`) | Maximum number of documents to retrieve per page | -| `scroll` |
string

(`""`) | When set, gets a forward-only cursor having its ttl set to the given value (ie `30s`; cf [elasticsearch time limits](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/common-options.html#time-units)) | ## Resolves From 6b05542339c1407a588860cd0c5762fc185a0b4a Mon Sep 17 00:00:00 2001 From: Yoann Abbes Date: Fri, 18 Sep 2020 14:45:34 +0200 Subject: [PATCH 2/3] update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 689635470..ceee2f787 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,7 +97,7 @@ jobs: 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 + CYPRESS_RETRIES=5 npm run e2e fi - stage: Tests @@ -116,7 +116,7 @@ jobs: npm ci npm install kuzzle-sdk-v6@$TRAVIS_BUILD_DIR cd test/e2e/run-test && npm ci && cd - - CYPRESS_RETRIES=5 npm run test:e2e + CYPRESS_RETRIES=5 npm run e2e fi - stage: Tests From 54346fc43d2afc07119e38df38c8f5eec85bd4aa Mon Sep 17 00:00:00 2001 From: Yoann Abbes Date: Fri, 2 Oct 2020 13:04:44 +0200 Subject: [PATCH 3/3] scripts tests name --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ceee2f787..689635470 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,7 +97,7 @@ jobs: npm ci npm install kuzzle-sdk-v7@$TRAVIS_BUILD_DIR cd test/e2e/run-test && npm ci && cd - - CYPRESS_RETRIES=5 npm run e2e + CYPRESS_RETRIES=5 npm run test:e2e fi - stage: Tests @@ -116,7 +116,7 @@ jobs: npm ci npm install kuzzle-sdk-v6@$TRAVIS_BUILD_DIR cd test/e2e/run-test && npm ci && cd - - CYPRESS_RETRIES=5 npm run e2e + CYPRESS_RETRIES=5 npm run test:e2e fi - stage: Tests