aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/issue/Issue.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-3755 use persistent cacheSimon Brandhof2013-04-231-1/+2
* SONAR-3755 Add methods in IssueFinder Results to get rule by issue and compon...Julien Lancelot2013-04-231-2/+0
* SONAR-3755 first draft of issue state machineSimon Brandhof2013-04-221-1/+4
* SONAR-3755 Restore fix of issue tracking, add author login to issueJulien Lancelot2013-04-221-0/+2
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* SONAR-3755 rename Issue#message() to description()Simon Brandhof2013-04-191-2/+3
* Fix IssuePersisterTestSimon Brandhof2013-04-171-9/+3
* SONAR-3755 Add Issues console pageJulien Lancelot2013-04-121-0/+3
* SONAR-3755 complete IssueActionsSimon Brandhof2013-04-111-1/+3
* Fix quality flawsJulien Lancelot2013-04-111-3/+0
* SONAR-3755 refactor the way to persist component perspectivesSimon Brandhof2013-04-101-218/+35
* SONAR-3755 Fix IssueDao and add title property in IssueJulien Lancelot2013-04-091-0/+12
* SONAR-3755 Rename IssueChangelog in IssueChange and rename uuid to key in Iss...Julien Lancelot2013-04-081-9/+9
* SONAR-3755 Replace userId and assigneeUserId by userLogin and by assigneeLogi...Julien Lancelot2013-04-081-3/+42
* Fix quality flawsJulien Lancelot2013-04-081-21/+21
* SONAR-3755 Move all Issues API to plugin apiJulien Lancelot2013-04-051-40/+189
* SONAR-3755 Issues tables creation and first API draftJulien Lancelot2013-04-051-0/+68