Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7927 Create WS to delete project link | Stas Vilchik | 2016-07-28 | 6 | -5/+337 |
| | |||||
* | SONAR-7926 Create WS to add project link | Stas Vilchik | 2016-07-28 | 6 | -4/+386 |
| | |||||
* | SONAR-7925 Create WS to list project links | Stas Vilchik | 2016-07-28 | 10 | -0/+651 |
| | |||||
* | SONAR-7918 display spinner | Stas Vilchik | 2016-07-28 | 3 | -0/+11 |
| | |||||
* | SONAR-7917 Drop is_global from DB table dashboards | Teryk Bellahsene | 2016-07-28 | 14 | -38/+51 |
| | |||||
* | SONAR-7917 Delete project dashboard data in DB | Teryk Bellahsene | 2016-07-28 | 1 | -0/+29 |
| | |||||
* | SONAR-7917 Drop WS api/dashboards/show | Teryk Bellahsene | 2016-07-28 | 6 | -225/+0 |
| | |||||
* | SONAR-7917 Do not register project dashboard | Teryk Bellahsene | 2016-07-28 | 2 | -21/+35 |
| | |||||
* | Fix merge of branch-6.0 | Simon Brandhof | 2016-07-27 | 3 | -460/+484 |
|\ | |||||
| * | Improve org.sonar.api.SonarRuntime | Simon Brandhof | 2016-07-27 | 3 | -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.0 | ssjenka | 2016-07-27 | 1 | -0/+13 |
|\| | | | | | | | | | * origin/branch-6.0: add nice message when no results on permission pages | ||||
| * | add nice message when no results on permission pages | Stas Vilchik | 2016-07-26 | 1 | -0/+13 |
| | | |||||
| * | Fix performance issue in CE when many files have being deleted/moved | Simon Brandhof | 2016-07-22 | 1 | -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 merge | Stas Vilchik | 2016-07-26 | 1 | -61/+8 |
| | | |||||
* | | SONAR-7922 Rewrite "Quality Profiles" project page (#1118) | Stas Vilchik | 2016-07-26 | 14 | -43/+582 |
| | | |||||
* | | SONAR-7918 Rewrite "Deletion" project page (#1116) | Stas Vilchik | 2016-07-26 | 19 | -129/+244 |
| | | |||||
* | | SONAR-7915 drop projects section on Global Dashboards page (#1119) | Stas Vilchik | 2016-07-26 | 1 | -7/+0 |
| | | |||||
* | | SONAR-7916 Remove built-in default project dashboard | Teryk Bellahsene | 2016-07-25 | 5 | -183/+1 |
| | | |||||
* | | SONAR-7934 Reuse /dashboard url for project overview | Stas Vilchik | 2016-07-25 | 5 | -35/+8 |
| | | |||||
* | | SONAR-7933 Drop dashboards from api/navigation/component | Stas Vilchik | 2016-07-25 | 13 | -66/+1 |
| | | |||||
* | | SONAR-7915 Drop project level dashboards | Stas Vilchik | 2016-07-25 | 2 | -139/+41 |
| | | |||||
* | | SONAR-7914 Drop project level "Manage Dashboards" page and actions | Stas Vilchik | 2016-07-25 | 10 | -93/+29 |
| | | |||||
* | | Fix performance issue in CE when many files have being deleted/moved | Simon Brandhof | 2016-07-22 | 1 | -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.0 | ssjenka | 2016-07-22 | 2 | -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 page | Stas Vilchik | 2016-07-21 | 1 | -1/+1 |
| | | |||||
| * | SONAR-7912 Highlight releasability rating in measure page of a view | Stas Vilchik | 2016-07-21 | 1 | -1/+2 |
| | | |||||
* | | merge GuavaCollectors into Collectors and rename methods | Sébastien Lesaint | 2016-07-21 | 2 | -3/+3 |
| | | |||||
* | | fix some quality flaws | Sébastien Lesaint | 2016-07-21 | 7 | -13/+18 |
| | | |||||
* | | refactor computation package to make clean split between CE and task | Sébastien Lesaint | 2016-07-21 | 686 | -3641/+3681 |
| | | |||||
* | | SONAR-7779 rename class Snapshot to Analysis | Sébastien Lesaint | 2016-07-21 | 15 | -125/+95 |
| | | |||||
* | | Automatic merge from branch-6.0 | ssjenka | 2016-07-21 | 2 | -5/+16 |
|\| | | | | | | | | | * origin/branch-6.0: open permission template after its creation | ||||
| * | open permission template after its creation | Stas Vilchik | 2016-07-20 | 2 | -5/+16 |
| | | |||||
* | | Automatic merge from branch-6.0 | ssjenka | 2016-07-20 | 8 | -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 profiles | Stas Vilchik | 2016-07-20 | 1 | -1/+1 |
| | | |||||
| * | SONAR-7492 display rating tooltips on measures page | Stas Vilchik | 2016-07-20 | 4 | -32/+59 |
| | | |||||
| * | SONAR-7761 Restore error in login page when not even privilege | Julien Lancelot | 2016-07-20 | 1 | -2/+9 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | David Rautureau | 2016-07-20 | 8 | -8/+8 |
| | | |||||
| * | [maven-release-plugin] prepare release 6.0-RC16.0-RC1 | David Rautureau | 2016-07-20 | 8 | -12/+10 |
| | | |||||
* | | prepare for next development iteration | David Rautureau | 2016-07-20 | 8 | -8/+8 |
|/ | |||||
* | Merge branch 'branch-5.6' | Sébastien Lesaint | 2016-07-19 | 4 | -21/+32 |
|\ | |||||
| * | fix quality flaw | Sébastien Lesaint | 2016-07-19 | 1 | -2/+2 |
| | | |||||
| * | SONAR-7867 fix create_at of snapshot of projectView | Sébastien Lesaint | 2016-07-19 | 4 | -11/+62 |
| | | |||||
* | | fix table header on background task page | Stas Vilchik | 2016-07-19 | 1 | -0/+1 |
| | | |||||
* | | SONAR-7874 Fix typo in WS descriptions | Julien Lancelot | 2016-07-19 | 3 | -4/+4 |
| | | |||||
* | | SONAR-7811 make warning badge rendering consistent | Stas Vilchik | 2016-07-19 | 3 | -16/+37 |
| | | |||||
* | | SONAR-7786 Create index measures_analysis_metric earlier | Simon Brandhof | 2016-07-19 | 45 | -0/+131 |
| | | | | | | | | so that other migrations can benefit from it | ||||
* | | Merge remote-tracking branch 'origin/branch-5.6' | Julien Lancelot | 2016-07-19 | 20 | -107/+429 |
|\| | |||||
| * | SONAR-7894 Document the "Anyone" group on the "Groups" page (#1108) | Stas Vilchik | 2016-07-18 | 2 | -2/+26 |
| | | |||||
| * | SONAR-7874 api/plugins/* require administer system permission | Julien Lancelot | 2016-07-18 | 9 | -52/+197 |
| | | |||||
| * | SONAR-7874 api/user_groups/search requires now to be logged | Julien Lancelot | 2016-07-18 | 3 | -8/+41 |
| | |