]> source.dussan.org Git - sonarqube.git/commit
SONAR-14349 Consume the new "api/features/list" endpoint for monorepo feature
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Tue, 19 Jul 2022 09:09:13 +0000 (11:09 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 21 Jul 2022 20:03:05 +0000 (20:03 +0000)
commit5f4e6f7f86a2d780f92125a4fac844d1c2ca5a07
treeb81ceb3ed8c61ae4237753d138f197968cda6f95
parent35ee1a94e9adcb757b656478523edd2df315f05f
SONAR-14349 Consume the new "api/features/list" endpoint for monorepo feature
server/sonar-web/src/main/js/api/features.ts [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/available-features/AvailableFeaturesContext.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/available-features/__tests__/withAvailableFeatures-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/available-features/withAvailableFeatures.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/index.ts
server/sonar-web/src/main/js/app/utils/startReactApp.tsx
server/sonar-web/src/main/js/apps/settings/components/pullRequestDecorationBinding/AlmSpecificForm.tsx
server/sonar-web/src/main/js/apps/settings/components/pullRequestDecorationBinding/__tests__/AlmSpecificForm-test.tsx
server/sonar-web/src/main/js/apps/settings/components/pullRequestDecorationBinding/__tests__/__snapshots__/PRDecorationBindingRenderer-test.tsx.snap
server/sonar-web/src/main/js/types/features.ts [new file with mode: 0644]