aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecated DecoratorBarriersSimon Brandhof2013-06-171-2/+2
|
* Fix some quality flawsSimon Brandhof2013-06-131-5/+5
|
* Fix null collections in org.sonar.api.issue.IssueQuerySimon Brandhof2013-06-132-26/+83
|
* SONAR-4386 Provide a context to ProjectBuilder for later evolutionsJulien HENRY2013-06-121-0/+36
|
* SONAR-4386 Provide a context to ProjectBuilder for later evolutionsJulien HENRY2013-06-122-8/+16
|
* SONAR-4384 Add missing phases to Sonar profilingJulien HENRY2013-06-123-0/+143
|
* Upgrade to 3.7-SNAPSHOTEric Hartmann2013-06-111-1/+1
|
* SONAR-4386 Refactor ProjectBuilder extensionJulien HENRY2013-06-112-14/+27
|
* Set list of status as constantJulien Lancelot2013-06-101-11/+9
|
* SONAR-3755 Role required to find issues should be USER instead of CODE VIEWERJulien Lancelot2013-06-072-3/+4
|
* Fix javadocSimon Brandhof2013-06-0616-30/+24
|
* Fix some javadocSimon Brandhof2013-06-062-40/+39
|
* Add some javadoc to org.sonar.api.config.PropertyDefinitionSimon Brandhof2013-06-061-5/+22
|
* Add javadoc to org.sonar.api.config.PropertyDefinitionSimon Brandhof2013-06-064-7/+78
|
* SONAR-3755 improve documentationSimon Brandhof2013-06-0511-23/+93
|
* SONAR-3755 add javadoc to issue APISimon Brandhof2013-06-055-5/+24
|
* SONAR-3755 add javadoc to issue APISimon Brandhof2013-06-051-0/+7
|
* SONAR-3755 add javadoc to issue APISimon Brandhof2013-06-053-13/+115
|
* Fix type in false positive issues metric nameJulien Lancelot2013-06-051-2/+2
|
* Fix quality flawsJulien Lancelot2013-06-054-1/+70
|
* Fixed quality issuesJean-Baptiste Vilain2013-06-051-6/+7
|
* Fixed quality issuesJean-Baptiste Vilain2013-06-051-3/+3
|
* SONAR-4309 fix detection of conflictsSimon Brandhof2013-06-041-1/+2
|
* SONAR-3755 Add security check on issues actionJulien Lancelot2013-06-042-1/+9
|
* SONAR-4309 Support concurrent modifications on issues made by batch and ↵Simon Brandhof2013-06-041-0/+14
| | | | simultaneously by user
* SONAR-4284 Display a changelog in the Issue detail pageSimon Brandhof2013-06-043-12/+16
|
* SONAR-3755 Remove Action builder and replace it by ActionsJulien Lancelot2013-06-033-59/+82
|
* SONAR-3755 Manage errors from actions and transitionsJulien Lancelot2013-06-0334-1814/+21
|
* SONAR-4315 Add projectSettings in Action APIJulien Lancelot2013-06-031-0/+3
|
* SONAR-4315 Add Issue Action WS and add Action links to Issue detailJulien Lancelot2013-06-035-139/+2
|
* SONAR-4315 Improve Actions API but using directly Action without using ActionsJulien Lancelot2013-06-032-1/+3
|
* SONAR-4315 Improve ActionServiceJulien Lancelot2013-06-024-7/+112
|
* Rename some remaining "Sonar" to "SonarQube"Simon Brandhof2013-06-022-2/+2
|
* SONAR-4315 Migrate the Workflow API extending Reviews to a new API extending ↵Julien Lancelot2013-05-3122-422/+1562
| | | | Issues
* SONAR-4301 Load componentRoot, assignee and reporter from db instead of ↵Julien Lancelot2013-05-311-0/+34
| | | | getting it from issues results
* 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
|
* Deprecate the decorator barriers related to issue persistenceSimon Brandhof2013-05-301-0/+4
| | | | Indeed issues are now persisted in an atomic operation at the end of the batch
* Remove projectKey from Issues API as it's not always populatedJulien Lancelot2013-05-301-2/+0
|
* SONAR-3755 fix NoSonarFilter to accept issues on rules "NoSonar" !Simon Brandhof2013-05-304-10/+155
|
* Fix some quality flawsSimon Brandhof2013-05-293-8/+11
|
* Fix some quality flawsSimon Brandhof2013-05-295-31/+68
|
* Deprecate RulePriority#valueOfString() used for upgrading to sonar 1.10 !!Simon Brandhof2013-05-291-0/+2
|
* Remove useless decorator barrierSimon Brandhof2013-05-291-5/+0
|
* SONAR-4313 forbid violations on program units and blocksSimon Brandhof2013-05-291-0/+10
|
* SONAR-4334 Do not generate exception when passing true to setLatestAnalysis()Julien Lancelot2013-05-291-1/+4
|
* SONAR-4334 Using the "sonar.projectDate" property must lead to an analysis ↵Julien Lancelot2013-05-291-3/+7
| | | | failure as soon as a more recent quality snapshot exist in the DB
* SONAR-4360 OufOfMemory error when too many issuesSimon Brandhof2013-05-291-2/+2
|
* SONAR-3755 replace the enum IssueQuery.Sort by String constantsSimon Brandhof2013-05-293-14/+23
|