]> source.dussan.org Git - sonarqube.git/commit
SONAR-17116 migrate regulatory report trigger to /api/features/list
authorMatteo Mara <matteo.mara@sonarsource.com>
Thu, 22 Sep 2022 10:41:42 +0000 (12:41 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 23 Sep 2022 20:02:51 +0000 (20:02 +0000)
commitfab17558cadecd381e2c4ece16cef6ac688e98ee
tree7da406058c674c27df0d8b9f7722253a26d8b03e
parent2f2b3affe264f494ad5680966627cfe0649debba
SONAR-17116 migrate regulatory report trigger to /api/features/list
server/sonar-web/src/main/js/app/components/nav/component/projectInformation/ProjectInformationRenderer.tsx
server/sonar-web/src/main/js/app/components/nav/component/projectInformation/__tests__/ProjectInformationRenderer-test.tsx
server/sonar-web/src/main/js/app/components/nav/component/projectInformation/__tests__/__snapshots__/ProjectInformation-test.tsx.snap
server/sonar-web/src/main/js/app/components/nav/component/projectInformation/__tests__/__snapshots__/ProjectInformationRenderer-test.tsx.snap
server/sonar-web/src/main/js/types/appstate.ts
server/sonar-web/src/main/js/types/features.ts
server/sonar-webserver-webapi/src/main/java/org/sonar/server/ui/ws/GlobalAction.java
server/sonar-webserver-webapi/src/main/resources/org/sonar/server/ui/ws/global-example.json
server/sonar-webserver-webapi/src/test/java/org/sonar/server/ui/ws/GlobalActionTest.java