aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5893 Add internal web service to list n most violated tags on a componentJean-Baptiste Lievremont2015-01-0713-41/+436
|
* SONAR-6014 Isolate persistence of resources to ease its removal in preview modeJulien HENRY2015-01-0729-405/+397
|
* Move batch/upload_report to api/analysis_reports/submit_reportSimon Brandhof2015-01-079-117/+49
|
* Drop old issue codeStas Vilchik2015-01-0717-751/+0
|
* SONAR-5820 Fix bug with activation parameterStas Vilchik2015-01-072-2/+15
|
* Refactoring of package org.sonar.server.computation.wsSimon Brandhof2015-01-0713-70/+104
| | | | | - class renaming - add class ComputationWsAction to simplify ComputationWebService
* SONAR-5820 Improve rule description uiStas Vilchik2015-01-072-4/+7
|
* Update issues widget in order to point to the issues pageStas Vilchik2015-01-071-3/+1
|
* SONAR-6014 Remove/Postpone DB dependenciesJulien HENRY2015-01-0711-42/+58
|
* SONAR-6028 Fix formatting of issue commentsStas Vilchik2015-01-071-0/+2
|
* improve code coverageTeryk Bellahsene2015-01-072-0/+145
|
* SONAR-6026 Migrate issue related widgets to new search parameterJean-Baptiste Lievremont2015-01-075-27/+7
|
* SONAR-5935 Close tag input field on escape keyJean-Baptiste Lievremont2015-01-071-0/+5
|
* Cleanup after SONAR-5911 (issues are no more persisted on batch side)Julien HENRY2015-01-075-494/+0
|
* SONAR-5556 In the activation popup, make it possible to read the description ↵Stas Vilchik2015-01-071-1/+1
| | | | of each property
* SONAR-5573 Make it possible to bulk (de)activate rules in several profiles ↵Stas Vilchik2015-01-074-18/+38
| | | | at once
* Use try-with-resources when possibleJulien HENRY2015-01-0712-85/+28
|
* Fix quality flawJulien Lancelot2015-01-072-2/+1
|
* Automatic merge from branch-5.0Jenkins CI2015-01-071-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 settingsSimon Brandhof2015-01-061-9/+19
| |
| * Add missing sonar-testing-harness in sonar-maven-plugin moduleJulien Lancelot2015-01-061-0/+5
| |
| * Fix documentation of JVM server modeSimon Brandhof2015-01-061-7/+8
| |
* | Do not allow to declare WS parameters with both required flag and default valueSimon Brandhof2015-01-0613-37/+46
| |
* | Fix quality flawsSimon Brandhof2015-01-068-61/+32
| |
* | Fix quality flawsJulien Lancelot2015-01-063-50/+41
| |
* | SONAR-5884 Drop old component viewerStas Vilchik2015-01-0647-3300/+1
| |
* | SONAR-5912 refactor SendIssueNotificationPostJobTeryk Bellahsene2015-01-061-11/+30
| |
* | SONAR-5912 improve IssuesBySeverity performance and memory consumptionTeryk Bellahsene2015-01-062-23/+39
| |
* | SONAR-5928 The "effort_to_fix" property description should be available in ↵Stas Vilchik2015-01-061-1/+2
| | | | | | | | rule descriptions
* | SONAR-5553 Long values of rule parameters should somehow wrapStas Vilchik2015-01-062-3/+9
| |
* | SONAR-5807 On Rules page, display the number of unresolved issues in the ↵Stas Vilchik2015-01-0618-3/+476
| | | | | | | | details of a rule
* | SONAR-5820 Drop old rules pageStas Vilchik2015-01-0672-4676/+1
| |
* | SONAR-6008 Fix display of My Profile page when user has no SCM accountJulien Lancelot2015-01-061-1/+1
| |
* | SONAR-5830 Fix issue when updating a user without changing its SCM accountsJulien Lancelot2015-01-062-4/+21
| |
* | SONAR-5820 Improve performanceStas Vilchik2015-01-063-8/+6
| |
* | SONAR-5820 Ability to bulk "Activate In" or "Deactivate In" all rules ↵Stas Vilchik2015-01-068-11/+231
| | | | | | | | matching some search criteria
* | Add missing sonar-testing-harness in sonar-maven-plugin moduleJulien Lancelot2015-01-061-0/+5
| |
* | SONAR-6008 Display SCM accounts in My Profile pageJulien Lancelot2015-01-062-0/+5
| |
* | SONAR-5954 Reflect WS API changes in WS clientJean-Baptiste Lievremont2015-01-062-4/+5
| |
* | SONAR-5959 Protect against null boolean valueJean-Baptiste Lievremont2015-01-061-1/+1
| |
* | SONAR-5959 Fix an issue with case sensitive search on UUID pathJean-Baptiste Lievremont2015-01-063-9/+35
| |
* | SONAR-5830 Check scm account is not already usedJulien Lancelot2015-01-0610-12/+230
| |
* | SONAR-5830 Change the way to persist scm accounts in db in order to improve ↵Julien Lancelot2015-01-0610-23/+72
| | | | | | | | the search
* | SONAR-5911 add analysis date to issues change logTeryk Bellahsene2015-01-062-1/+18
| |
* | SONAR-5911 issues persisted on server side and fix issue mappingTeryk Bellahsene2015-01-063-5/+11
| |
* | Automatic merge from branch-5.0Jenkins CI2015-01-065-0/+207
|\| | | | | | | | | * origin/branch-5.0: SONAR-5705 Restore internal mojo to have clean failure
| * SONAR-5705 Restore internal mojo to have clean failureJulien HENRY2015-01-065-0/+207
| |
* | Automatic merge from branch-5.0Jenkins CI2015-01-0626-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 documentationFabrice Bellingard2015-01-0625-28/+28
| |
| * SONAR-5753 Update assertions isEqualTo("") -> isEmpty()Julien HENRY2015-01-061-5/+5
| |