]> source.dussan.org Git - sonarqube.git/commit
SONAR-16088 Migrate SelectLegacy in projectQualityGate and projectQualityProfile
authorJeremy Davis <jeremy.davis@sonarsource.com>
Tue, 29 Mar 2022 16:09:24 +0000 (18:09 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 31 Mar 2022 20:02:58 +0000 (20:02 +0000)
commit427198dc9b7dd7f558f086a462c6c4f4aac71cb2
treeebb3154e96e218ee83d172f7dce2b820677f96e8
parent27fd46bf2285641b83d8dacff143192eb63ced02
SONAR-16088 Migrate SelectLegacy in projectQualityGate and projectQualityProfile
16 files changed:
server/sonar-web/src/main/js/apps/projectQualityGate/ProjectQualityGateAppRenderer.tsx
server/sonar-web/src/main/js/apps/projectQualityGate/__tests__/ProjectQualityGateAppRenderer-test.tsx
server/sonar-web/src/main/js/apps/projectQualityGate/__tests__/__snapshots__/ProjectQualityGateAppRenderer-test.tsx.snap
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/AddLanguageModal.tsx
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/LanguageProfileSelectOption.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/SetQualityProfileModal.tsx
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/__tests__/AddLanguageModal-test.tsx
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/__tests__/LanguageProfileSelectOption-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/__tests__/SetQualityProfileModal-test.tsx
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/__tests__/__snapshots__/AddLanguageModal-test.tsx.snap
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/__tests__/__snapshots__/LanguageProfileSelectOption-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/projectQualityProfiles/components/__tests__/__snapshots__/SetQualityProfileModal-test.tsx.snap
server/sonar-web/src/main/js/components/common/DisableableSelectOption.tsx
server/sonar-web/src/main/js/components/common/__tests__/DisableableSelectOption-test.tsx
server/sonar-web/src/main/js/components/controls/Select.tsx
server/sonar-web/src/main/js/helpers/mocks/quality-profiles.ts [new file with mode: 0644]