aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/issue/Issue.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-291-27/+0
* SONAR-10597 Update ISSUE_CHANGE#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-231-0/+3
* SONAR-10597 Use user UUID for ISSUES#ASSIGNEEGuillaume Jambet2018-05-231-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9720 Issue tracking for long branchesDuarte Meneses2017-09-121-0/+6
* SONAR-7493 support long issue messages on OracleSimon Brandhof2017-08-241-2/+8
* Remove some usages of Guava in APISimon Brandhof2017-06-191-3/+4
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-7665 Deprecate @BatchSide and introduce @ScannerSideDuarte Meneses2016-07-041-2/+2
* Fix javadoc errorsJulien HENRY2016-04-111-2/+2
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-291-1/+2
* SONAR-7467 Drop/deprecate action plan APITeryk Bellahsene2016-03-251-0/+4
* SONAR-7345 Rename Issue debt to effort in APIJulien Lancelot2016-03-101-3/+18
* 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-0/+4
* SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-021-6/+4
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-201-1/+2
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-111-1/+1
* SONAR-4624 rename issue transition "mute" to "wontfix" and resolution "MUTED"...Simon Brandhof2015-01-221-2/+2
* SONAR-5900 Add api/issues/set_tags WSJean-Baptiste Lievremont2014-12-111-0/+6
* SONAR-4624 new issue resolution "muted"Simon Brandhof2014-12-091-1/+7
* SONAR-5530 Add uuid in Issue IndexJulien Lancelot2014-10-231-0/+10
* SONAR-5531 Support paging, querying by rules and languages in Issues search WSJulien Lancelot2014-09-221-0/+2
* SONAR-5531 - First search test case of Issues in ESStephane Gamard2014-09-051-0/+12
* SONAR-5111 Complete "api/issues" WS documentationJulien Lancelot2014-04-301-0/+7
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Rename TechnicalDebt class name to WorkDayDuration and move it to issue inter...Julien Lancelot2013-11-061-7/+0
* SONAR-4716 Replace remediation cost by technical debt in issueJulien Lancelot2013-10-071-1/+3
* SONAR-4716 Add remediation cost when creating issuesJulien Lancelot2013-10-011-1/+6
* Add missing @sinceJulien HENRY2013-09-241-0/+1
* Expose Issue.isNew() in plugin APIJulien HENRY2013-09-181-0/+6
* SONAR-3755 improve documentationSimon Brandhof2013-06-051-1/+20
* SONAR-3755 add javadoc to issue APISimon Brandhof2013-06-051-0/+7
* SONAR-3755 add javadoc to issue APISimon Brandhof2013-06-051-2/+19
* Remove projectKey from Issues API as it's not always populatedJulien Lancelot2013-05-301-2/+0
* SONAR-4355 new resolution "REMOVED"Simon Brandhof2013-05-281-1/+2
* SONAR-4301 Add resolution on issues search page, add resolution to status indexJulien Lancelot2013-05-231-0/+3
* SONAR-4329 Create a new CONFIRMED status for IssuesJulien Lancelot2013-05-231-0/+1
* SONAR-4301 Update IssueFinder to first retreive authorized root projects for ...Julien Lancelot2013-05-221-0/+2
* SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGESimon Brandhof2013-05-141-2/+3
* SONAR-3755 rename ISSUES.USER_LOGIN to REPORTERSimon Brandhof2013-05-141-3/+1
* SONAR-3755 refactor commentsSimon Brandhof2013-05-121-1/+4
* SONAR-3755 refactor commentsSimon Brandhof2013-05-071-0/+2
* SONAR-3755 Add Action Plan consoleJulien Lancelot2013-05-061-2/+2
* SONAR-3755 remove the resolution OPENSimon Brandhof2013-05-031-1/+4
* SONAR-3755 rename COST to EFFORT_TO_FIXSimon Brandhof2013-05-031-2/+12
* SONAR-3755 Return Action plans in Issue FinderJulien Lancelot2013-05-031-0/+5
* SONAR-3755 refactor issue datesSimon Brandhof2013-05-031-3/+11
* SONAR-3755 new concept of automatic transitions in issue workflowSimon Brandhof2013-04-261-4/+0