aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some quality flawsSimon Brandhof2013-06-031-2/+3
* SONAR-4315 Migrate the Workflow API extending Reviews to a new API extending ...Julien Lancelot2013-05-3118-21/+19
* SONAR-3755 fix JSON report when directly analyzing module (like in Eclipse pl...Simon Brandhof2013-05-311-0/+11
* Fix some quality flawsJulien HENRY2013-05-314-10/+22
* SONAR-3755 add Issuable#resolvedIssues()Simon Brandhof2013-05-302-9/+14
* Do not export resolved issues in the json reportSimon Brandhof2013-05-304-35/+60
* Add Issuable#unresolvedIssues()Simon Brandhof2013-05-302-0/+77
* Dates of past analysis must not contain millisecondsSimon Brandhof2013-05-301-4/+8
* The deprecated violation api must not allow to change severitySimon Brandhof2013-05-301-0/+5
* Fix quality flawsJulien Lancelot2013-05-301-1/+0
* SONAR-4334 Fix issue when last snapshot is nullJulien Lancelot2013-05-301-3/+2
* Remove project verificationJulien Lancelot2013-05-301-0/+1
* SONAR-4334 Add date of the latest snapshot in the error message displayed to ...Julien Lancelot2013-05-302-15/+13
* Fixed quality issuesJean-Baptiste Vilain2013-05-309-183/+235
* Improve the logs of JSON reportsSimon Brandhof2013-05-302-2/+2
* SONAR-4360 OutOfMemory when creating thousands of issuesSimon Brandhof2013-05-293-206/+119
* Fix some quality flawsSimon Brandhof2013-05-292-8/+9
* Fix some quality flawsSimon Brandhof2013-05-296-15/+18
* SONAR-4313 forbid violations on program units and blocksSimon Brandhof2013-05-293-3/+8
* SONAR-4334 Using the "sonar.projectDate" property must lead to an analysis fa...Julien Lancelot2013-05-295-37/+50
* SONAR-4360 OufOfMemory error when too many issuesSimon Brandhof2013-05-2910-80/+124
* SONAR-3755 replace the enum IssueQuery.Sort by String constantsSimon Brandhof2013-05-291-4/+2
* SONAR-3755 fix issue close dateSimon Brandhof2013-05-281-1/+0
* SONAR-4316 implement IssueFilter and support ViolationFilterSimon Brandhof2013-05-2816-181/+511
* Remove useless TODOJulien Lancelot2013-05-281-1/+0
* SONAR-3755 move deprecated json report to issuesSimon Brandhof2013-05-285-90/+90
* SONAR-3755 move and delete some classes related to issuesSimon Brandhof2013-05-274-33/+32
* SONAR-4283 notifications on new issues and issue changesSimon Brandhof2013-05-271-0/+2
* Fixed several violationsJean-Baptiste Vilain2013-05-231-2/+6
* SONAR-3755 remove code related to reviews and violationsSimon Brandhof2013-05-235-67/+1
* SONAR-4301 Add project Id on issues tableJulien Lancelot2013-05-223-4/+47
* SONAR-3755 close issues when rule is disabled or deletedSimon Brandhof2013-05-208-49/+24
* SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGESimon Brandhof2013-05-143-5/+11
* SONAR-3755 Add assignee to Json ReportJulien Lancelot2013-05-142-3/+4
* SONAR-4323 new web service /api/users/searchSimon Brandhof2013-05-131-3/+2
* SONAR-3893 Removed deprecated classes and perspectivesJean-Baptiste Vilain2013-05-0717-1102/+1
* SONAR-3893 Fixed missing perspective builder declaration in IoC containerJean-Baptiste Vilain2013-05-062-1/+4
* SONAR-3755 rename COST to EFFORT_TO_FIXSimon Brandhof2013-05-031-1/+1
* SONAR-3893 Reworked symbols API and changed package for corresponding classesJean-Baptiste Vilain2013-05-0318-1/+1105
* SONAR-3755 fix NPE when file does not exist anymoreSimon Brandhof2013-05-034-4/+127
* Fix some quality flawsSimon Brandhof2013-05-031-1/+2
* SONAR-3755 refactor issue datesSimon Brandhof2013-05-038-29/+36
* SONAR-3755 implement changelogSimon Brandhof2013-05-029-164/+66
* SONAR-3755 fix issue creation dateSimon Brandhof2013-04-304-8/+12
* SONAR-3755 keep state changesSimon Brandhof2013-04-304-78/+54
* SONAR-4239 Improvement: use sonar.host.url instead of default valueJulien HENRY2013-04-291-2/+5
* SONAR-3755 Export Issues json report for DryRun modeJulien Lancelot2013-04-296-4/+442
* SONAR-3755 move db stuff to org.sonar.core.issue.dbSimon Brandhof2013-04-264-6/+7
* Fix Cache#clear(String)Simon Brandhof2013-04-262-4/+4
* SONAR-3755 new concept of automatic transitions in issue workflowSimon Brandhof2013-04-269-97/+43