]> source.dussan.org Git - sonarqube.git/commit
SONAR-12147 Add pagination to QG & QP projects list
authorphilippe-perrin-sonarsource <philippe.perrin@sonarsource.com>
Tue, 18 Jun 2019 10:05:14 +0000 (12:05 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 28 Jun 2019 06:45:50 +0000 (08:45 +0200)
commit72d3203e113f99ac3aca1be5d2998343d61dbb53
treed9999d167c0b6ee8deeec7197d0b4960b8926fda
parent606e05764f2c52a8afd68e9f9a9fc976e7b2de93
SONAR-12147 Add pagination to QG & QP projects list
16 files changed:
server/sonar-web/src/main/js/api/quality-gates.ts
server/sonar-web/src/main/js/apps/quality-gates/components/Projects.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/Projects-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/__snapshots__/Projects-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-profiles/details/ChangeProjectsForm.tsx
server/sonar-web/src/main/js/apps/quality-profiles/details/__tests__/ChangeProjectsForm-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-profiles/details/__tests__/__snapshots__/ChangeProjectsForm-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/SelectList/SelectList.tsx
server/sonar-web/src/main/js/components/SelectList/SelectListListContainer.tsx
server/sonar-web/src/main/js/components/SelectList/__tests__/SelectList-test.tsx
server/sonar-web/src/main/js/components/SelectList/__tests__/SelectListListContainer-test.tsx
server/sonar-web/src/main/js/components/SelectList/__tests__/__snapshots__/SelectList-test.tsx.snap
server/sonar-web/src/main/js/components/SelectList/__tests__/__snapshots__/SelectListListContainer-test.tsx.snap
server/sonar-web/src/main/js/components/controls/ListFooter.tsx
server/sonar-web/src/main/js/components/controls/__tests__/ListFooter-test.tsx
server/sonar-web/src/main/js/components/controls/__tests__/__snapshots__/ListFooter-test.tsx.snap [new file with mode: 0644]