Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-5893 Add internal web service to list n most violated tags on a component | Jean-Baptiste Lievremont | 2015-01-07 | 13 | -41/+436 |
| | |||||
* | SONAR-6014 Isolate persistence of resources to ease its removal in preview mode | Julien HENRY | 2015-01-07 | 29 | -405/+397 |
| | |||||
* | Move batch/upload_report to api/analysis_reports/submit_report | Simon Brandhof | 2015-01-07 | 9 | -117/+49 |
| | |||||
* | Drop old issue code | Stas Vilchik | 2015-01-07 | 17 | -751/+0 |
| | |||||
* | SONAR-5820 Fix bug with activation parameter | Stas Vilchik | 2015-01-07 | 2 | -2/+15 |
| | |||||
* | Refactoring of package org.sonar.server.computation.ws | Simon Brandhof | 2015-01-07 | 13 | -70/+104 |
| | | | | | - class renaming - add class ComputationWsAction to simplify ComputationWebService | ||||
* | SONAR-5820 Improve rule description ui | Stas Vilchik | 2015-01-07 | 2 | -4/+7 |
| | |||||
* | Update issues widget in order to point to the issues page | Stas Vilchik | 2015-01-07 | 1 | -3/+1 |
| | |||||
* | SONAR-6014 Remove/Postpone DB dependencies | Julien HENRY | 2015-01-07 | 11 | -42/+58 |
| | |||||
* | SONAR-6028 Fix formatting of issue comments | Stas Vilchik | 2015-01-07 | 1 | -0/+2 |
| | |||||
* | improve code coverage | Teryk Bellahsene | 2015-01-07 | 2 | -0/+145 |
| | |||||
* | SONAR-6026 Migrate issue related widgets to new search parameter | Jean-Baptiste Lievremont | 2015-01-07 | 5 | -27/+7 |
| | |||||
* | SONAR-5935 Close tag input field on escape key | Jean-Baptiste Lievremont | 2015-01-07 | 1 | -0/+5 |
| | |||||
* | Cleanup after SONAR-5911 (issues are no more persisted on batch side) | Julien HENRY | 2015-01-07 | 5 | -494/+0 |
| | |||||
* | SONAR-5556 In the activation popup, make it possible to read the description ↵ | Stas Vilchik | 2015-01-07 | 1 | -1/+1 |
| | | | | of each property | ||||
* | SONAR-5573 Make it possible to bulk (de)activate rules in several profiles ↵ | Stas Vilchik | 2015-01-07 | 4 | -18/+38 |
| | | | | at once | ||||
* | Use try-with-resources when possible | Julien HENRY | 2015-01-07 | 12 | -85/+28 |
| | |||||
* | Fix quality flaw | Julien Lancelot | 2015-01-07 | 2 | -2/+1 |
| | |||||
* | Automatic merge from branch-5.0 | Jenkins CI | 2015-01-07 | 1 | -11/+22 |
|\ | | | | | | | | | | | | | * origin/branch-5.0: Improve documentation of memory settings Add missing sonar-testing-harness in sonar-maven-plugin module Fix documentation of JVM server mode | ||||
| * | Improve documentation of memory settings | Simon Brandhof | 2015-01-06 | 1 | -9/+19 |
| | | |||||
| * | Add missing sonar-testing-harness in sonar-maven-plugin module | Julien Lancelot | 2015-01-06 | 1 | -0/+5 |
| | | |||||
| * | Fix documentation of JVM server mode | Simon Brandhof | 2015-01-06 | 1 | -7/+8 |
| | | |||||
* | | Do not allow to declare WS parameters with both required flag and default value | Simon Brandhof | 2015-01-06 | 13 | -37/+46 |
| | | |||||
* | | Fix quality flaws | Simon Brandhof | 2015-01-06 | 8 | -61/+32 |
| | | |||||
* | | Fix quality flaws | Julien Lancelot | 2015-01-06 | 3 | -50/+41 |
| | | |||||
* | | SONAR-5884 Drop old component viewer | Stas Vilchik | 2015-01-06 | 47 | -3300/+1 |
| | | |||||
* | | SONAR-5912 refactor SendIssueNotificationPostJob | Teryk Bellahsene | 2015-01-06 | 1 | -11/+30 |
| | | |||||
* | | SONAR-5912 improve IssuesBySeverity performance and memory consumption | Teryk Bellahsene | 2015-01-06 | 2 | -23/+39 |
| | | |||||
* | | SONAR-5928 The "effort_to_fix" property description should be available in ↵ | Stas Vilchik | 2015-01-06 | 1 | -1/+2 |
| | | | | | | | | rule descriptions | ||||
* | | SONAR-5553 Long values of rule parameters should somehow wrap | Stas Vilchik | 2015-01-06 | 2 | -3/+9 |
| | | |||||
* | | SONAR-5807 On Rules page, display the number of unresolved issues in the ↵ | Stas Vilchik | 2015-01-06 | 18 | -3/+476 |
| | | | | | | | | details of a rule | ||||
* | | SONAR-5820 Drop old rules page | Stas Vilchik | 2015-01-06 | 72 | -4676/+1 |
| | | |||||
* | | SONAR-6008 Fix display of My Profile page when user has no SCM account | Julien Lancelot | 2015-01-06 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5830 Fix issue when updating a user without changing its SCM accounts | Julien Lancelot | 2015-01-06 | 2 | -4/+21 |
| | | |||||
* | | SONAR-5820 Improve performance | Stas Vilchik | 2015-01-06 | 3 | -8/+6 |
| | | |||||
* | | SONAR-5820 Ability to bulk "Activate In" or "Deactivate In" all rules ↵ | Stas Vilchik | 2015-01-06 | 8 | -11/+231 |
| | | | | | | | | matching some search criteria | ||||
* | | Add missing sonar-testing-harness in sonar-maven-plugin module | Julien Lancelot | 2015-01-06 | 1 | -0/+5 |
| | | |||||
* | | SONAR-6008 Display SCM accounts in My Profile page | Julien Lancelot | 2015-01-06 | 2 | -0/+5 |
| | | |||||
* | | SONAR-5954 Reflect WS API changes in WS client | Jean-Baptiste Lievremont | 2015-01-06 | 2 | -4/+5 |
| | | |||||
* | | SONAR-5959 Protect against null boolean value | Jean-Baptiste Lievremont | 2015-01-06 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5959 Fix an issue with case sensitive search on UUID path | Jean-Baptiste Lievremont | 2015-01-06 | 3 | -9/+35 |
| | | |||||
* | | SONAR-5830 Check scm account is not already used | Julien Lancelot | 2015-01-06 | 10 | -12/+230 |
| | | |||||
* | | SONAR-5830 Change the way to persist scm accounts in db in order to improve ↵ | Julien Lancelot | 2015-01-06 | 10 | -23/+72 |
| | | | | | | | | the search | ||||
* | | SONAR-5911 add analysis date to issues change log | Teryk Bellahsene | 2015-01-06 | 2 | -1/+18 |
| | | |||||
* | | SONAR-5911 issues persisted on server side and fix issue mapping | Teryk Bellahsene | 2015-01-06 | 3 | -5/+11 |
| | | |||||
* | | Automatic merge from branch-5.0 | Jenkins CI | 2015-01-06 | 5 | -0/+207 |
|\| | | | | | | | | | * origin/branch-5.0: SONAR-5705 Restore internal mojo to have clean failure | ||||
| * | SONAR-5705 Restore internal mojo to have clean failure | Julien HENRY | 2015-01-06 | 5 | -0/+207 |
| | | |||||
* | | Automatic merge from branch-5.0 | Jenkins CI | 2015-01-06 | 26 | -33/+33 |
|\| | | | | | | | | | | | * origin/branch-5.0: SONAR-6022 Update dead links pointing to documentation SONAR-5753 Update assertions isEqualTo("") -> isEmpty() | ||||
| * | SONAR-6022 Update dead links pointing to documentation | Fabrice Bellingard | 2015-01-06 | 25 | -28/+28 |
| | | |||||
| * | SONAR-5753 Update assertions isEqualTo("") -> isEmpty() | Julien HENRY | 2015-01-06 | 1 | -5/+5 |
| | |