]> source.dussan.org Git - sonarqube.git/commit
SONAR-11833 Make it clear that only On New Code conditions apply to PRs
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Mon, 29 Jul 2019 15:36:36 +0000 (17:36 +0200)
committerSonarTech <sonartech@sonarsource.com>
Fri, 9 Aug 2019 18:21:23 +0000 (20:21 +0200)
commit35275d2329bccf0495ccec61afb47af443a9b23e
treeffc2cfe45805c8fc0f5190f186a9d9a65af8dfad
parent2e3b2cd88fe583b10228014a8b62680ebe8b555a
SONAR-11833 Make it clear that only On New Code conditions apply to PRs
22 files changed:
server/sonar-docs/src/tooltips/quality-gates/quality-gate-conditions.md
server/sonar-web/src/main/js/apps/quality-gates/__tests__/utils-test.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/Condition.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/ConditionModal.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/Conditions.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/ListHeader.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/MetricSelect.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/Condition-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/ConditionModal-test.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/Conditions-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/ListHeader-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/MetricSelect-test.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/__snapshots__/Condition-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/__snapshots__/ConditionModal-test.tsx.snap
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/__snapshots__/Conditions-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/__snapshots__/ListHeader-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/__snapshots__/MetricSelect-test.tsx.snap
server/sonar-web/src/main/js/apps/quality-gates/utils.ts
server/sonar-web/src/main/js/helpers/testMocks.ts
server/sonar-web/src/main/js/store/metrics.ts
server/sonar-web/src/main/js/store/rootReducer.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties