aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java/org/sonar/api/issue/Issuable.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-10138 Remove support for API < 5.6Duarte Meneses2018-06-291-157/+0
|
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* Fix javadoc errorsJulien HENRY2016-04-111-6/+5
|
* SONAR-7473 Drop 'reporter' field from backendJulien Lancelot2016-03-291-1/+4
|
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
|
* SONAR-6913 Stop support of issue attributes on batch sideJulien HENRY2015-10-071-0/+3
|
* Create a shortcut to add secondary issue locationsJulien HENRY2015-10-071-0/+6
|
* SONAR-6052 Drop secondary locations and rename execution flow -> flowJulien HENRY2015-09-101-9/+3
|
* SONAR-4865 Apply some feedback on issue location APIJulien HENRY2015-08-261-2/+3
|
* SONAR-6052 Extract primaryLocation as a special attributeJulien HENRY2015-07-311-2/+8
| | | | Also rework new issue API on batch side.
* Write raw issues directly in protobuf reportJulien HENRY2015-07-311-6/+4
| | | | Avoid intermediate storage in persistit
* SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-231-4/+25
|
* SONAR-5931 Remove deprecation on IssuableJulien HENRY2015-02-201-9/+0
|
* SONAR-5931 Cleanup new issue APIJulien HENRY2015-02-201-0/+10
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
|
* Complete javadoc of IssuableSimon Brandhof2014-01-131-0/+1
|
* SONAR-3755 add javadoc to issue APISimon Brandhof2013-06-051-3/+60
|
* Fix some quality flawsSimon Brandhof2013-05-311-2/+2
|
* SONAR-3755 add Issuable#resolvedIssues()Simon Brandhof2013-05-301-3/+3
|
* Add Issuable#unresolvedIssues()Simon Brandhof2013-05-301-0/+8
|
* SONAR-4360 OufOfMemory error when too many issuesSimon Brandhof2013-05-291-2/+2
|
* SONAR-3755 rename ISSUES.DESCRIPTION to MESSAGESimon Brandhof2013-05-141-3/+3
|
* SONAR-3755 rename COST to EFFORT_TO_FIXSimon Brandhof2013-05-031-3/+4
|
* SONAR-3755 refactor signature of perspective IssuableSimon Brandhof2013-04-231-4/+9
|
* 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-1/+1
|
* Fix IssuePersisterTestSimon Brandhof2013-04-171-1/+2
|
* SONAR-3755 add authorization to search of issuesSimon Brandhof2013-04-141-5/+0
|
* SONAR-3755 fix component key and rename Issuable.IssueBuilder#create()Simon Brandhof2013-04-111-1/+1
|
* ScanPersister implementations can load snapshots through SnapshotCacheSimon Brandhof2013-04-111-2/+0
|
* SONAR-3755 refactor the way to persist component perspectivesSimon Brandhof2013-04-101-3/+23
|
* SONAR-3755 Rename IssueChangelog in IssueChange and rename uuid to key in ↵Julien Lancelot2013-04-081-1/+1
| | | | Issue API
* SONAR-3755 Move Issuable implementaiton to sonar-coreJulien Lancelot2013-04-081-48/+6
|
* SONAR-3755 Move all Issues API to plugin apiJulien Lancelot2013-04-051-5/+51
|
* SONAR-3755 Issues tables creation and first API draftJulien Lancelot2013-04-051-0/+36