]> source.dussan.org Git - sonarqube.git/commit
SONAR-10088 SONAR-10114 Allow/prevent QG actions based on list of authorized actions
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Fri, 24 Nov 2017 10:41:05 +0000 (11:41 +0100)
committerEric Hartmann <hartmann.eric@gmail.Com>
Mon, 4 Dec 2017 12:44:55 +0000 (13:44 +0100)
commit2907c50b0aaf6b323ab70b91a3aa4436ef323006
tree241ec8fa257b9d55cabece0488d99f00fe72c948
parent7674a1465d06a513879ff09e66e0eb8746dcc837
SONAR-10088 SONAR-10114 Allow/prevent QG actions based on list of authorized actions
server/sonar-web/src/main/js/api/quality-gates.ts
server/sonar-web/src/main/js/apps/projectQualityGate/App.tsx
server/sonar-web/src/main/js/apps/projectQualityGate/__tests__/App-test.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/AddConditionForm.js
server/sonar-web/src/main/js/apps/quality-gates/components/Conditions.js
server/sonar-web/src/main/js/apps/quality-gates/components/Details.js
server/sonar-web/src/main/js/apps/quality-gates/components/DetailsContent.js
server/sonar-web/src/main/js/apps/quality-gates/components/DetailsHeader.js
server/sonar-web/src/main/js/apps/quality-gates/components/QualityGatesApp.js
server/sonar-web/src/main/js/apps/quality-gates/containers/DetailsContainer.js