]> source.dussan.org Git - sonarqube.git/commit
SONAR-15440 Show users with permissions on QG
authorJeremy Davis <jeremy.davis@sonarsource.com>
Fri, 8 Oct 2021 09:35:12 +0000 (11:35 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 22 Oct 2021 20:03:27 +0000 (20:03 +0000)
commitf1dee48a75bd18996797b269aa08ea3758df083b
treeba84125db18ad23e95ef37fa1850025cbb51dd80
parenta1771496e8535a4fe0197690ebbf048a31970472
SONAR-15440 Show users with permissions on QG
17 files changed:
server/sonar-web/src/main/js/api/quality-gates.ts
server/sonar-web/src/main/js/apps/quality-gates/components/DetailsContent.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/PermissionItem.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/QualityGatePermissions.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/QualityGatePermissionsRenderer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/DetailsContent-test.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/PermissionItem-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/QualityGatePermissions-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/QualityGatePermissionsRenderer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/__snapshots__/Details-test.tsx.snap
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/__snapshots__/DetailsContent-test.tsx.snap
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/__snapshots__/PermissionItem-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/__snapshots__/QualityGatePermissions-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/__snapshots__/QualityGatePermissionsRenderer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/types/permissions.ts
server/sonar-web/src/main/js/types/quality-gates.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties