aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/main/java/org/sonar/batch/issue/ModuleIssues.java
Commit message (Expand)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-181-155/+0
* SONAR-7414 Change Sensor API to update Issue#effortToFix to Issue#gapJulien HENRY2016-03-161-3/+3
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Remove issue attributes from batchSimon Brandhof2015-10-071-2/+0
* Do not return empty array of locations in WSSimon Brandhof2015-09-101-13/+15
* SONAR-6052 Drop secondary locations and rename execution flow -> flowJulien HENRY2015-09-101-33/+19
* Fix some quality flawsJulien HENRY2015-08-051-8/+6
* SONAR-6052 Extract primaryLocation as a special attributeJulien HENRY2015-07-311-67/+84
* Write raw issues directly in protobuf reportJulien HENRY2015-07-311-9/+72
* SONAR-6713 Load rules in global containerDuarte Meneses2015-07-281-12/+4
* SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-231-20/+0
* SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-021-29/+0
* SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-021-2/+2
* SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-021-1/+1
* Fix quality flawsJulien Lancelot2015-06-031-3/+2
* SONAR-6408 Restore PostJob execution in preview modeJulien HENRY2015-04-141-9/+2
* Revert "Remove all deprecated Violation APIs"Julien Lancelot2015-03-271-4/+33
* Remove all deprecated Violation APIsJulien HENRY2015-03-271-33/+4
* SONAR-6162 Fix bad mergeJulien HENRY2015-02-091-2/+3
* SONAR-6014 Make sensor mode use the same container than normal modeJulien HENRY2015-01-081-8/+17
* SONAR-6014 Drop deprecated violationsJulien HENRY2015-01-071-7/+3
* Fix some quality flawsJulien HENRY2014-11-211-1/+1
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-161-3/+13
* SONAR-5218 Once a module has been turned into a project, its issues are no mo...Julien Lancelot2014-04-181-0/+1
* SONAR-5056 Move batch DebtRemediationFunction from rule to debt packageJulien Lancelot2014-04-031-1/+5
* Create a new DebtModel API on batch sideJulien Lancelot2014-04-031-1/+1
* Replace factor by coefficientJulien Lancelot2014-03-261-1/+1
* Fix quality flawsJulien Lancelot2014-03-181-5/+5
* SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-171-10/+6
* Fix quality flawsJulien Lancelot2014-03-121-1/+1
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* SONAR-5056 Read debt from rule during analysisJulien Lancelot2014-03-111-22/+42
* SONAR-5056 Update Issue.debt from Long to DurationJulien Lancelot2014-03-051-1/+3
* SONAR-4996 Update issue debt to seconds (backend + display)Julien Lancelot2014-02-251-1/+1
* Replace WorkUnit by WorkDuration for technical debtJulien Lancelot2014-02-121-4/+4
* Fix quality flawsJulien Lancelot2014-02-061-12/+18
* SONAR-4785 Fail if rule has no name and issue has no messageJulien Lancelot2014-02-041-1/+5
* SONAR-4785 When a plugin creates an issue without a message, the issue messag...Julien Lancelot2014-02-041-4/+18
* SONAR-4892 SONAR-4917 Update technical debt merge model and technical debt de...Julien Lancelot2013-11-271-1/+1
* SONAR-4716 Replace remediation cost by technical debt in issueJulien Lancelot2013-10-071-1/+1
* SONAR-4716 Add remediation cost when creating issuesJulien Lancelot2013-10-011-1/+5
* SONAR-4689 Batch API to get issues of the current projectJulien HENRY2013-09-231-0/+89
* SONAR-3755 complete issue workflowSimon Brandhof2013-04-231-76/+0
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* Fix IssuePersisterTestSimon Brandhof2013-04-171-1/+1
* SONAR-3755 complete ModuleIssues for issue trackingSimon Brandhof2013-04-171-2/+7
* SONAR-3755 Add unit tests and fix quality flawJulien Lancelot2013-04-121-2/+1
* SONAR-3755 Add IssueTracking and update IssuePersister to save or update issu...Julien Lancelot2013-04-121-5/+12