]> source.dussan.org Git - sonarqube.git/commit
SONAR-15567 Add new `projectImportFeatureEnabled` feature flag (#4891)
authorklaudio-sinani-sonarsource <92299827+klaudio-sinani-sonarsource@users.noreply.github.com>
Tue, 26 Oct 2021 14:36:50 +0000 (16:36 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 4 Nov 2021 20:03:24 +0000 (20:03 +0000)
commit5c8261d9e7167fff843a1829589863c13f908217
tree32af396a09900e7cc34e275a0e5bf1826f41783f
parent7a139a06a3591579fd98ecd6cc935bf47579cee6
SONAR-15567 Add new `projectImportFeatureEnabled` feature flag (#4891)

* SONAR-15567 Introduce new `projectImportFeatureEnabled` feature flag

* SONAR-15567 Add test cases for new `projectImportFeatureEnabled` feature flag

* SONAR-15567 Update API example payload for `api/navigation/global`

* SONAR-15567 Minor fix on order of imports

* SONAR-15567 Remove new line characters
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