From d11c08257133c209b4ebd0d1792d22c5eef8e491 Mon Sep 17 00:00:00 2001 From: Fernando Beck Date: Mon, 21 Oct 2024 11:54:27 +0200 Subject: [PATCH 1/2] refactor(analytics): constrain pagination only to limit query parameter --- specs/analytics/common/parameters.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/specs/analytics/common/parameters.yml b/specs/analytics/common/parameters.yml index 7f1d25cff86..3b39b4b78c1 100644 --- a/specs/analytics/common/parameters.yml +++ b/specs/analytics/common/parameters.yml @@ -24,23 +24,17 @@ Offset: name: offset description: | Position of the first item to return. - - Combined with the `limit` parameter, only the first 1000 items can be retrieved. required: false schema: type: integer default: 0 minimum: 0 - maximum: 1000 Limit: in: query name: limit description: | Number of items to return. - - Combined with the `offset` parameter, only the first 1000 items can be retrieved. - required: false schema: type: integer From 0659da5644762fec825b1e1902d5d8bf2061ac24 Mon Sep 17 00:00:00 2001 From: shortcuts Date: Mon, 21 Oct 2024 15:23:51 +0200 Subject: [PATCH 2/2] chore: run all --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index cb48222609e..e1e4b16aed6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 10 env: - CACHE_VERSION: 1.01 # bump this to run all clients on the CI. + CACHE_VERSION: 1.02 # bump this to run all clients on the CI. steps: - name: debugging - dump GitHub context env: