diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2018-03-27 11:52:20 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-05-16 20:20:46 +0200 |
commit | 965717195e58808778753edd0daa0e3d9e831cdd (patch) | |
tree | f1aaeebba925cec8366fae5eccfa1f1f08fc11d6 /settings.gradle | |
parent | 5073eb0f98e99ab0efbdd3f34b07a97f11e1d26c (diff) | |
download | sonarqube-965717195e58808778753edd0daa0e3d9e831cdd.tar.gz sonarqube-965717195e58808778753edd0daa0e3d9e831cdd.zip |
Introduce Bitbucket Cloud Application
SONAR-10514 Bitbucket Cloud application install/uninstall
* Bitbucket Cloud /install WS
* Expose Bitbucket application descriptor as WS
* Implement WS /integration/bitbucketcloud/uninstall
SONAR-10517 Bitbucket Cloud settings widget
* Create Bitbucket Cloud module
* Create Bitbucket Setting widget
* Bitbucket settings widget require SC authentication
* Add WS /integration/bitbucketcloud/repo_config
* Add WS /integration/bitbucketcloud/bind_repo
* Add WS /integration/bitbucketcloud/after_login
SONAR-10516 Bitbucket Cloud repository widget
* Add WS /integration/bitbucketcloud/repo_widget
* Add WS /integration/bitbucketcloud/repo_widget_data
BRANCH-59, BRANCH-60 Bitbucket Cloud PR decoration
SONAR-10605 Bitbucket Cloud PR widget
* Add integration/bitbucketcloud/pr_widget endpoint
* Add integration/bitbucketcloud/pr_widget_data endpoint
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle index 98b327c9111..aaf676713ba 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,6 +2,7 @@ rootProject.name = 'sonarqube' include 'plugins:sonar-xoo-plugin' +include 'server:sonar-bitbucketcloud' include 'server:sonar-ce' include 'server:sonar-db-testing' include 'server:sonar-db-core' |