aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\|
| * Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-2722-781/+764
| | | | | | | | | | | | | | | | | | | | | | | | * javadoc was not up-to-date * SensorContext has a single method #runtime() instead of #getRuntimeApiVersion() and #getRuntimeProduct() * deprecated SonarQubeVersion does not extend SonarRuntime * SonarRuntime becomes an interface. Implementation is org.sonar.api.internal.SonarRuntimeImpl for unit tests.
| * Add javadoc to org.sonar.api.platform.ServerSimon Brandhof2016-07-271-7/+40
| |
* | Automatic merge from branch-6.0ssjenka2016-07-272-0/+14
|\| | | | | | | | | * origin/branch-6.0: add nice message when no results on permission pages
| * 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
| | | | | | | | JS plugin has been fixed
* | 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
| | | | | | | | | | | | When updating columns PROJECTS.B_ENABLED to false, as many SQL UPDATE requests as components to be disabled are executed, whereas only a single request with "UUID IN ?" could be executed.