aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7909 support sonar.cluster.ce.disabledSimon Brandhof2016-08-032-1/+5
|
* Automatic merge from branch-6.0ssjenka2016-08-020-0/+0
|\ | | | | | | | | | | | | | | | | | | * origin/branch-6.0: SONAR-7945 Remove useless word in Issue widget (#1131) SONAR-7945 Remove useless word in Issue widget (#1131) Prepare for next development iteration [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.6.1 SONAR-7912 Highlight releasability rating in measure page of a view
| * Automatic merge from branch-5.6Teryk Bellahsene2016-08-020-0/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * origin/branch-5.6: SONAR-7945 Remove useless word in Issue widget (#1131) Prepare for next development iteration [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.6.1 SONAR-7912 Highlight releasability rating in measure page of a view
| | * SONAR-7945 Remove useless word in Issue widget (#1131)Evgeny Mandrikov2016-08-021-1/+0
| | | | | | | | | | | | This removes line, which was added accidentally in f661a14e2a03a44a9adfe18bb55f76754c9eabda.
| | * Prepare for next development iterationDavid Rautureau2016-07-2530-30/+30
| | |
| | * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-2526-27/+27
| | |
| | * [maven-release-plugin] prepare release 5.6.15.6.1David Rautureau2016-07-2526-33/+30
| | |
| | * SONAR-7912 Highlight releasability rating in measure page of a viewStas Vilchik2016-07-211-1/+2
| | |
| * | SONAR-7945 Remove useless word in Issue widget (#1131)Evgeny Mandrikov2016-08-021-1/+0
| | | | | | | | | | | | This removes line, which was added accidentally in f661a14e2a03a44a9adfe18bb55f76754c9eabda.
* | | SONAR-7945 Remove useless word in Issue widget (#1131)Evgeny Mandrikov2016-08-021-1/+0
| | | | | | | | | | | | This removes line, which was added accidentally in f661a14e2a03a44a9adfe18bb55f76754c9eabda.
* | | Improve ServerIdGeneratorTestSimon Brandhof2016-08-022-29/+15
| | | | | | | | | | | | | | | * use assertJ * support offline build
* | | Refactor EsIndexerEnablerSimon Brandhof2016-08-022-27/+16
| | |
* | | Drop unused internal WS api/activities/searchSimon Brandhof2016-08-0212-487/+4
| | | | | | | | | | | | Replaced by api/qualityprofiles/changelog
* | | Drop unused class RubyQProfileActivityServiceSimon Brandhof2016-08-0110-400/+14
| | |
* | | SONAR-7899 Fix availability of startup metadata in settingsSimon Brandhof2016-08-015-18/+19
| | |
* | | Automatic merge from branch-6.0ssjenka2016-08-010-0/+0
|\| | | | | | | | | | | | | | | | | * origin/branch-6.0: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 6.0-RC2
| * | [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-2925-26/+26
| | |
| * | [maven-release-plugin] prepare release 6.0-RC26.0-RC2David Rautureau2016-07-2925-26/+26
| | |
* | | SONAR-7924 Modify WS api/qualitygates/select to accept project key (#1126)Stas Vilchik2016-07-299-31/+506
| | |
* | | Fix property sonar.core.startTimeSimon Brandhof2016-07-297-25/+21
| | |
* | | Fix quality flawsSimon Brandhof2016-07-291-20/+14
| | |
* | | Exclude target/generated-test-sources from analysisSimon Brandhof2016-07-291-1/+1
| | |
* | | Fix Quality flawsSimon Brandhof2016-07-293-10/+7
| | |
* | | SONAR-7920 Rewrite Links project page (#1127)Stas Vilchik2016-07-2924-175/+963
| | |
* | | SONAR-7923 Create WS api/qualitygates/get_by_projectTeryk Bellahsene2016-07-2931-240/+749
| | |
* | | Rename Quality Gate WS classesTeryk Bellahsene2016-07-2921-86/+86
| | |
* | | improve ui consistency of rule "deprecated" badgesStas Vilchik2016-07-293-2/+11
| | |
* | | SONAR-7899 Remove coupling of ServerPluginRepository on ServerSimon Brandhof2016-07-292-14/+14
| | |
* | | Use Java8 stream in org.sonar.server.platform.monitoring.SonarQubeMonitorSimon Brandhof2016-07-291-41/+12
| | |
* | | SONAR-7899 configure container of "startup followers"Simon Brandhof2016-07-2938-678/+1267
| | |
* | | Move org.sonar.server.db to org.sonar.server.platform.dbSimon Brandhof2016-07-2923-26/+30
| | |
* | | SONAR-7899 Refactor server file systemSimon Brandhof2016-07-2953-244/+414
| | | | | | | | | | | | | | | - new interface org.sonar.server.platform.ServerFileSystem - deprecate org.sonar.api.platform.Server#getDeployDir()
* | | SONAR-7899 add cluster settingsSimon Brandhof2016-07-296-0/+221
| | |
* | | Rename org.sonar.server.platform.WebServerSettings to ServerSettingsImplSimon Brandhof2016-07-295-12/+10
| | |
* | | Minor Quality flawsSimon Brandhof2016-07-293-8/+10
| | |
* | | improve code qualityStas Vilchik2016-07-292-29/+2
| | |
* | | SONAR-7926 remove redundant conditionStas Vilchik2016-07-291-13/+4
| | |
* | | add ProjectLinksServiceStas Vilchik2016-07-284-0/+180
| | |
* | | SONAR-7927 Create WS to delete project linkStas Vilchik2016-07-289-6/+373
| | |
* | | SONAR-7926 Create WS to add project linkStas Vilchik2016-07-2813-5/+488
| | |
* | | SONAR-7925 Create WS to list project linksStas Vilchik2016-07-2815-0/+783
| | |
* | | Automatic merge from branch-6.0ssjenka2016-07-286-24/+135
|\| | | | | | | | | | | | | | * origin/branch-6.0: Revert deprecation of SonarQubeVersion
| * | Revert deprecation of SonarQubeVersionSimon Brandhof2016-07-286-24/+135
| | | | | | | | | | | | | | | so that compatibility with 5.6 does not need to call deprecated code.
* | | SONAR-7918 display spinnerStas Vilchik2016-07-283-0/+11
| | |
* | | SONAR-7917 Drop is_global from DB table dashboardsTeryk Bellahsene2016-07-2832-288/+175
| | |
* | | SONAR-7917 Delete project dashboard data in DBTeryk Bellahsene2016-07-289-3/+317
| | |
* | | SONAR-7917 Drop WS api/dashboards/showTeryk Bellahsene2016-07-286-225/+0
| | |
* | | SONAR-7917 Fix WidgetDaoTeryk Bellahsene2016-07-282-6/+26
| | |
* | | SONAR-7917 Do not register project dashboardTeryk Bellahsene2016-07-283-26/+41
| | |
* | | Fix merge of branch-6.0Simon Brandhof2016-07-2723-788/+804
|\| |