aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-3755 Add actionPlans in Issues Client WSJulien Lancelot2013-05-308-10/+157
* Fix issue on mapper loading orderJulien Lancelot2013-05-301-2/+3
* Remove projectKey from Issues API as it's not always populatedJulien Lancelot2013-05-305-14/+3
* Remove project verificationJulien Lancelot2013-05-301-0/+1
* Fix refactoring on UserSessionSimon Brandhof2013-05-301-2/+2
* Fix quality flawsJulien Lancelot2013-05-305-7/+14
* SONAR-4334 Add nowrap on dates columnsJulien Lancelot2013-05-301-4/+4
* Increase width of period dropdown in dashboard and drilldownJulien Lancelot2013-05-302-2/+2
* Fix some quality flawsSimon Brandhof2013-05-3020-69/+127
* SONAR-4334 Fix typo in message displayed when there's too many resultsJulien Lancelot2013-05-301-1/+1
* SONAR-4334 Add date of the latest snapshot in the error message displayed to ...Julien Lancelot2013-05-302-15/+13
* SONAR-4301 Improve performance when searching component children ids from spe...Julien Lancelot2013-05-3010-33/+78
* Fix migration to issues from old versions of violationsSimon Brandhof2013-05-301-7/+10
* SONAR-3755 fix NoSonarFilter to accept issues on rules "NoSonar" !Simon Brandhof2013-05-305-10/+156
* Fixed quality issuesJean-Baptiste Vilain2013-05-3010-191/+246
* Improve the logs of JSON reportsSimon Brandhof2013-05-302-2/+2
* SONAR-4360 OutOfMemory when creating thousands of issuesSimon Brandhof2013-05-295-206/+129
* Fix some quality flawsSimon Brandhof2013-05-293-13/+15
* Fix some quality flawsSimon Brandhof2013-05-294-11/+14
* Fix some quality flawsSimon Brandhof2013-05-2923-99/+170
* Deprecate RulePriority#valueOfString() used for upgrading to sonar 1.10 !!Simon Brandhof2013-05-291-0/+2
* Remove useless decorator barrierSimon Brandhof2013-05-295-11/+4
* SONAR-4313 forbid violations on program units and blocksSimon Brandhof2013-05-294-3/+18
* SONAR-4301 Replace snapshot by project in query used to select authorized roo...Julien Lancelot2013-05-297-36/+29
* SONAR-3755 Add index on issues.root_component_idJulien Lancelot2013-05-292-0/+3
* SONAR-4334 Do not generate exception when passing true to setLatestAnalysis()Julien Lancelot2013-05-291-1/+4
* SONAR-4334 Using the "sonar.projectDate" property must lead to an analysis fa...Julien Lancelot2013-05-2916-78/+66
* SONAR-4304 close manual issues marked as resolvedSimon Brandhof2013-05-295-36/+207
* SONAR-4360 OufOfMemory error when too many issuesSimon Brandhof2013-05-2915-89/+150
* SONAR-3755 replace the enum IssueQuery.Sort by String constantsSimon Brandhof2013-05-2910-56/+66
* SONAR-4330 Move all metrics associated wih the "Rules" category to the "Issue...Julien Lancelot2013-05-291-15/+14
* SONAR-4290 Execute sort of ActionPlanStats the same way as ActionPlanJulien Lancelot2013-05-297-113/+18
* DEVACT-38 Typo in semaphore fieldJean-Baptiste Vilain2013-05-292-8/+8
* SONAR-3755 Issues WS Client now always returned the created/modified issueJulien Lancelot2013-05-293-17/+42
* Move some hamcrest assertions to fest-assertSimon Brandhof2013-05-296-40/+31
* SONAR-3755 fix regression on severitySimon Brandhof2013-05-293-6/+14
* SONAR-3755 Fix display of a rule from an issueJulien Lancelot2013-05-293-3/+11
* SONAR-3755 Set creation and update date when creating manual issuesJulien Lancelot2013-05-281-0/+4
* SONAR-3755 add some javadocSimon Brandhof2013-05-281-2/+20
* SONAR-4304 fix closing of manual issuesSimon Brandhof2013-05-281-7/+8
* SONAR-3900 - Do not keep historical data of Complexity in classes and Complex...Julien Lancelot2013-05-281-0/+2
* SONAR-4291 flag metrics as hiddenSimon Brandhof2013-05-281-0/+6
* SONAR-3755 fix issue close dateSimon Brandhof2013-05-282-13/+2
* Rename to SonarQube in notification emailsSimon Brandhof2013-05-286-10/+10
* SONAR-4304 fix bug in workflow of manual issuesSimon Brandhof2013-05-283-23/+105
* DEVACT-103 Added missing test resourcesJean-Baptiste Vilain2013-05-284-0/+20
* DEVACT-103 Removed unused method in AuthorDaoJean-Baptiste Vilain2013-05-281-22/+0
* SONAR-4131 managing roles on sub-views should not be allowedJulien Lancelot2013-05-282-4/+4
* DEVACT-103 Modified author dao to allow author and developer creation in the ...Jean-Baptiste Vilain2013-05-2810-34/+123
* SONAR-4316 implement IssueFilter and support ViolationFilterSimon Brandhof2013-05-2828-225/+449