aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7927 Create WS to delete project linkStas Vilchik2016-07-286-5/+337
|
* SONAR-7926 Create WS to add project linkStas Vilchik2016-07-286-4/+386
|
* SONAR-7925 Create WS to list project linksStas Vilchik2016-07-2810-0/+651
|
* SONAR-7918 display spinnerStas Vilchik2016-07-283-0/+11
|
* SONAR-7917 Drop is_global from DB table dashboardsTeryk Bellahsene2016-07-2814-38/+51
|
* SONAR-7917 Delete project dashboard data in DBTeryk Bellahsene2016-07-281-0/+29
|
* SONAR-7917 Drop WS api/dashboards/showTeryk Bellahsene2016-07-286-225/+0
|
* SONAR-7917 Do not register project dashboardTeryk Bellahsene2016-07-282-21/+35
|
* Fix merge of branch-6.0Simon Brandhof2016-07-273-460/+484
|\
| * Improve org.sonar.api.SonarRuntimeSimon Brandhof2016-07-273-460/+484
| | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Automatic merge from branch-6.0ssjenka2016-07-271-0/+13
|\| | | | | | | | | * origin/branch-6.0: add nice message when no results on permission pages
| * add nice message when no results on permission pagesStas Vilchik2016-07-261-0/+13
| |
| * Fix performance issue in CE when many files have being deleted/movedSimon Brandhof2016-07-221-10/+7
| | | | | | | | | | | | 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.
* | fix bad mergeStas Vilchik2016-07-261-61/+8
| |
* | SONAR-7922 Rewrite "Quality Profiles" project page (#1118)Stas Vilchik2016-07-2614-43/+582
| |
* | SONAR-7918 Rewrite "Deletion" project page (#1116)Stas Vilchik2016-07-2619-129/+244
| |
* | 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-255-183/+1
| |
* | SONAR-7934 Reuse /dashboard url for project overviewStas Vilchik2016-07-255-35/+8
| |
* | SONAR-7933 Drop dashboards from api/navigation/componentStas Vilchik2016-07-2513-66/+1
| |
* | SONAR-7915 Drop project level dashboardsStas Vilchik2016-07-252-139/+41
| |
* | SONAR-7914 Drop project level "Manage Dashboards" page and actionsStas Vilchik2016-07-2510-93/+29
| |
* | Fix performance issue in CE when many files have being deleted/movedSimon Brandhof2016-07-221-11/+8
| | | | | | | | | | | | 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.
* | Automatic merge from branch-6.0ssjenka2016-07-222-2/+3
|\| | | | | | | | | | | | | | | * origin/branch-6.0: fix profile overflow on project overview page SONAR-7912 Highlight releasability rating in measure page of a view Update Xoo plugin to test Settings default values SONAR-7751 Missing @SonarLintSide on some extensions
| * 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
| |
* | merge GuavaCollectors into Collectors and rename methodsSébastien Lesaint2016-07-212-3/+3
| |
* | fix some quality flawsSébastien Lesaint2016-07-217-13/+18
| |
* | refactor computation package to make clean split between CE and taskSébastien Lesaint2016-07-21686-3641/+3681
| |
* | SONAR-7779 rename class Snapshot to AnalysisSébastien Lesaint2016-07-2115-125/+95
| |
* | Automatic merge from branch-6.0ssjenka2016-07-212-5/+16
|\| | | | | | | | | * origin/branch-6.0: open permission template after its creation
| * open permission template after its creationStas Vilchik2016-07-202-5/+16
| |
* | Automatic merge from branch-6.0ssjenka2016-07-208-39/+71
|\| | | | | | | | | | | | | | | | | | | * origin/branch-6.0: do not display 0 on overview page when no profiles SONAR-7492 display rating tooltips on measures page Improve Authentication ITs SONAR-7761 Restore error in login page when not even privilege [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 6.0-RC1
| * do not display 0 on overview page when no profilesStas Vilchik2016-07-201-1/+1
| |
| * SONAR-7492 display rating tooltips on measures pageStas Vilchik2016-07-204-32/+59
| |
| * SONAR-7761 Restore error in login page when not even privilegeJulien Lancelot2016-07-201-2/+9
| |
| * [maven-release-plugin] prepare for next development iterationDavid Rautureau2016-07-208-8/+8
| |
| * [maven-release-plugin] prepare release 6.0-RC16.0-RC1David Rautureau2016-07-208-12/+10
| |
* | prepare for next development iterationDavid Rautureau2016-07-208-8/+8
|/
* Merge branch 'branch-5.6'Sébastien Lesaint2016-07-194-21/+32
|\
| * fix quality flawSébastien Lesaint2016-07-191-2/+2
| |
| * SONAR-7867 fix create_at of snapshot of projectViewSébastien Lesaint2016-07-194-11/+62
| |
* | fix table header on background task pageStas Vilchik2016-07-191-0/+1
| |
* | SONAR-7874 Fix typo in WS descriptionsJulien Lancelot2016-07-193-4/+4
| |
* | SONAR-7811 make warning badge rendering consistentStas Vilchik2016-07-193-16/+37
| |
* | SONAR-7786 Create index measures_analysis_metric earlierSimon Brandhof2016-07-1945-0/+131
| | | | | | | | so that other migrations can benefit from it
* | Merge remote-tracking branch 'origin/branch-5.6'Julien Lancelot2016-07-1920-107/+429
|\|
| * SONAR-7894 Document the "Anyone" group on the "Groups" page (#1108)Stas Vilchik2016-07-182-2/+26
| |
| * SONAR-7874 api/plugins/* require administer system permissionJulien Lancelot2016-07-189-52/+197
| |
| * SONAR-7874 api/user_groups/search requires now to be loggedJulien Lancelot2016-07-183-8/+41
| |