Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-7924 Modify WS api/qualitygates/select to accept project key (#1126) | Stas Vilchik | 2016-07-29 | 9 | -31/+506 |
| | |||||
* | Fix property sonar.core.startTime | Simon Brandhof | 2016-07-29 | 7 | -25/+21 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2016-07-29 | 1 | -20/+14 |
| | |||||
* | Exclude target/generated-test-sources from analysis | Simon Brandhof | 2016-07-29 | 1 | -1/+1 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2016-07-29 | 3 | -10/+7 |
| | |||||
* | SONAR-7920 Rewrite Links project page (#1127) | Stas Vilchik | 2016-07-29 | 24 | -175/+963 |
| | |||||
* | SONAR-7923 Create WS api/qualitygates/get_by_project | Teryk Bellahsene | 2016-07-29 | 31 | -240/+749 |
| | |||||
* | Rename Quality Gate WS classes | Teryk Bellahsene | 2016-07-29 | 21 | -86/+86 |
| | |||||
* | improve ui consistency of rule "deprecated" badges | Stas Vilchik | 2016-07-29 | 3 | -2/+11 |
| | |||||
* | SONAR-7899 Remove coupling of ServerPluginRepository on Server | Simon Brandhof | 2016-07-29 | 2 | -14/+14 |
| | |||||
* | Use Java8 stream in org.sonar.server.platform.monitoring.SonarQubeMonitor | Simon Brandhof | 2016-07-29 | 1 | -41/+12 |
| | |||||
* | SONAR-7899 configure container of "startup followers" | Simon Brandhof | 2016-07-29 | 38 | -678/+1267 |
| | |||||
* | Move org.sonar.server.db to org.sonar.server.platform.db | Simon Brandhof | 2016-07-29 | 23 | -26/+30 |
| | |||||
* | SONAR-7899 Refactor server file system | Simon Brandhof | 2016-07-29 | 53 | -244/+414 |
| | | | | | - new interface org.sonar.server.platform.ServerFileSystem - deprecate org.sonar.api.platform.Server#getDeployDir() | ||||
* | SONAR-7899 add cluster settings | Simon Brandhof | 2016-07-29 | 6 | -0/+221 |
| | |||||
* | Rename org.sonar.server.platform.WebServerSettings to ServerSettingsImpl | Simon Brandhof | 2016-07-29 | 5 | -12/+10 |
| | |||||
* | Minor Quality flaws | Simon Brandhof | 2016-07-29 | 3 | -8/+10 |
| | |||||
* | improve code quality | Stas Vilchik | 2016-07-29 | 2 | -29/+2 |
| | |||||
* | SONAR-7926 remove redundant condition | Stas Vilchik | 2016-07-29 | 1 | -13/+4 |
| | |||||
* | add ProjectLinksService | Stas Vilchik | 2016-07-28 | 4 | -0/+180 |
| | |||||
* | SONAR-7927 Create WS to delete project link | Stas Vilchik | 2016-07-28 | 9 | -6/+373 |
| | |||||
* | SONAR-7926 Create WS to add project link | Stas Vilchik | 2016-07-28 | 13 | -5/+488 |
| | |||||
* | SONAR-7925 Create WS to list project links | Stas Vilchik | 2016-07-28 | 15 | -0/+783 |
| | |||||
* | Automatic merge from branch-6.0 | ssjenka | 2016-07-28 | 6 | -24/+135 |
|\ | | | | | | | | | * origin/branch-6.0: Revert deprecation of SonarQubeVersion | ||||
| * | Revert deprecation of SonarQubeVersion | Simon Brandhof | 2016-07-28 | 6 | -24/+135 |
| | | | | | | | | | | so that compatibility with 5.6 does not need to call deprecated code. | ||||
* | | 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 | 32 | -288/+175 |
| | | |||||
* | | SONAR-7917 Delete project dashboard data in DB | Teryk Bellahsene | 2016-07-28 | 9 | -3/+317 |
| | | |||||
* | | SONAR-7917 Drop WS api/dashboards/show | Teryk Bellahsene | 2016-07-28 | 6 | -225/+0 |
| | | |||||
* | | SONAR-7917 Fix WidgetDao | Teryk Bellahsene | 2016-07-28 | 2 | -6/+26 |
| | | |||||
* | | SONAR-7917 Do not register project dashboard | Teryk Bellahsene | 2016-07-28 | 3 | -26/+41 |
| | | |||||
* | | Fix merge of branch-6.0 | Simon Brandhof | 2016-07-27 | 23 | -788/+804 |
|\| | |||||
| * | Improve org.sonar.api.SonarRuntime | Simon Brandhof | 2016-07-27 | 22 | -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.Server | Simon Brandhof | 2016-07-27 | 1 | -7/+40 |
| | | |||||
* | | Automatic merge from branch-6.0 | ssjenka | 2016-07-27 | 2 | -0/+14 |
|\| | | | | | | | | | * 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 | 2 | -0/+14 |
| | | |||||
* | | fix bad merge | Stas Vilchik | 2016-07-26 | 1 | -61/+8 |
| | | |||||
* | | SONAR-7922 Rewrite "Quality Profiles" project page (#1118) | Stas Vilchik | 2016-07-26 | 16 | -47/+587 |
| | | |||||
* | | SONAR-7918 Rewrite "Deletion" project page (#1116) | Stas Vilchik | 2016-07-26 | 21 | -154/+257 |
| | | |||||
* | | 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 | 8 | -320/+1 |
| | | |||||
* | | SONAR-7934 Reuse /dashboard url for project overview | Stas Vilchik | 2016-07-25 | 6 | -36/+9 |
| | | |||||
* | | 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 | 14 | -723/+41 |
| | | |||||
* | | SONAR-7914 Drop project level "Manage Dashboards" page and actions | Stas Vilchik | 2016-07-25 | 20 | -980/+29 |
| | | |||||
* | | Re-enable analysis on Travis | Simon Brandhof | 2016-07-25 | 1 | -2/+1 |
| | | | | | | | | JS plugin has been fixed | ||||
* | | Fix merge of branch-6.0 | Simon Brandhof | 2016-07-24 | 1 | -0/+10 |
|\| | |||||
| * | Document entropy source in sonar.properties | Simon Brandhof | 2016-07-22 | 1 | -0/+4 |
| | | |||||
| * | Document property sonar.auth.jwtBase64Hs256Secret | Simon Brandhof | 2016-07-22 | 1 | -0/+6 |
| | | |||||
| * | Fix performance issue in CE when many files have being deleted/moved | Simon Brandhof | 2016-07-22 | 7 | -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. |