aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Revert deprecation of SonarQubeVersionSimon Brandhof2016-07-286-24/+135
* | 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
|\|
| * Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-2722-781/+764
| * Add javadoc to org.sonar.api.platform.ServerSimon Brandhof2016-07-271-7/+40
* | Automatic merge from branch-6.0ssjenka2016-07-272-0/+14
|\|
| * add nice message when no results on permission pagesStas Vilchik2016-07-262-0/+14
* | fix bad mergeStas Vilchik2016-07-261-61/+8
* | SONAR-7922 Rewrite "Quality Profiles" project page (#1118)Stas Vilchik2016-07-2616-47/+587
* | SONAR-7918 Rewrite "Deletion" project page (#1116)Stas Vilchik2016-07-2621-154/+257
* | SONAR-7915 drop projects section on Global Dashboards page (#1119)Stas Vilchik2016-07-261-7/+0
* | SONAR-7916 Remove built-in default project dashboardTeryk Bellahsene2016-07-258-320/+1
* | SONAR-7934 Reuse /dashboard url for project overviewStas Vilchik2016-07-256-36/+9
* | SONAR-7933 Drop dashboards from api/navigation/componentStas Vilchik2016-07-2513-66/+1
* | SONAR-7915 Drop project level dashboardsStas Vilchik2016-07-2514-723/+41
* | SONAR-7914 Drop project level "Manage Dashboards" page and actionsStas Vilchik2016-07-2520-980/+29
* | Re-enable analysis on TravisSimon Brandhof2016-07-251-2/+1
* | Fix merge of branch-6.0Simon Brandhof2016-07-241-0/+10
|\|
| * Document entropy source in sonar.propertiesSimon Brandhof2016-07-221-0/+4
| * Document property sonar.auth.jwtBase64Hs256SecretSimon Brandhof2016-07-221-0/+6
| * Fix performance issue in CE when many files have being deleted/movedSimon Brandhof2016-07-227-60/+163
* | Improve Selenium test of BaseIdentityProviderTestSimon Brandhof2016-07-242-38/+34
* | Remove unused imports in ITsSimon Brandhof2016-07-2464-101/+37
* | Use Selenide in FavouriteTestSimon Brandhof2016-07-241-14/+2
* | Ability to use selenide and phantomjs in ITsSimon Brandhof2016-07-2419-109/+492
* | Temporarily disable analysis as JS analyser failsSimon Brandhof2016-07-241-1/+2
* | Improve surefire configuration for TravisSimon Brandhof2016-07-241-12/+9
* | Do not deploy sources on feature branchesSimon Brandhof2016-07-241-1/+3
* | Fix performance issue in CE when many files have being deleted/movedSimon Brandhof2016-07-227-61/+164
* | Automatic merge from branch-6.0ssjenka2016-07-229-10/+31
|\|
| * fix profile overflow on project overview pageStas Vilchik2016-07-211-1/+1
| * SONAR-7912 Highlight releasability rating in measure page of a viewStas Vilchik2016-07-211-1/+2
| * Update Xoo plugin to test Settings default valuesJulien HENRY2016-07-213-7/+21
| * SONAR-7751 Missing @SonarLintSide on some extensionsJulien HENRY2016-07-214-1/+7
* | add Collectors.join(Joiner)Sébastien Lesaint2016-07-212-0/+53