]> source.dussan.org Git - sonarqube.git/commit
SONAR-11063 Add 'Always use the Default' option at project level for QP
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Fri, 18 Sep 2020 14:51:54 +0000 (16:51 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 8 Oct 2020 20:08:02 +0000 (20:08 +0000)
commit2a8f4fb40f513b9911ba3e5c21906464d38c909e
tree23a845aa4b8dfc65773062c4ea5728b28fc6ae8c
parent6ecb6c40842e94997ff5aaf729ecc1eb98251c3c
SONAR-11063 Add 'Always use the Default' option at project level for QP
28 files changed:
server/sonar-web/src/main/js/api/quality-profiles.ts
server/sonar-web/src/main/js/apps/projectQualityProfiles/App.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectQualityProfiles/Header.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectQualityProfiles/ProfileRow.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectQualityProfiles/ProjectQualityProfilesApp.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/ProjectQualityProfilesAppRenderer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/Table.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectQualityProfiles/__tests__/App-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectQualityProfiles/__tests__/Header-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectQualityProfiles/__tests__/ProfileRow-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectQualityProfiles/__tests__/ProjectQualityProfilesApp-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/__tests__/ProjectQualityProfilesAppRenderer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/__tests__/Table-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/projectQualityProfiles/__tests__/__snapshots__/Header-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectQualityProfiles/__tests__/__snapshots__/ProfileRow-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectQualityProfiles/__tests__/__snapshots__/ProjectQualityProfilesApp-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/__tests__/__snapshots__/ProjectQualityProfilesAppRenderer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/__tests__/__snapshots__/Table-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/AddLanguageModal.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/SetQualityProfileModal.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/__tests__/AddLanguageModal-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/__tests__/SetQualityProfileModal-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/__tests__/__snapshots__/AddLanguageModal-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/__tests__/__snapshots__/SetQualityProfileModal-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/constants.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/routes.ts
server/sonar-web/src/main/js/apps/projectQualityProfiles/types.ts [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties