summaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-4147 Support a new profiling option "sonar.profiling.log=true"Julien HENRY2013-04-163-0/+104
* SONAR-3755 Add componentRoots filter to select issues from component and its ...Julien Lancelot2013-04-161-0/+12
* SONAR-3755 Add rule and created at filters on issue query.Julien Lancelot2013-04-161-0/+49
* SONAR-3893 First symbol API versionJean-Baptiste Vilain2013-04-162-0/+84
* Fix quality flawJulien Lancelot2013-04-151-7/+4
* SONAR-3755 Added issues decoratorsJulien Lancelot2013-04-151-0/+150
* SONAR-3755 add authorization to search of issuesSimon Brandhof2013-04-144-8/+7
* SONAR-3755 minor commentsSimon Brandhof2013-04-121-2/+10
* SONAR-3755 Add Issues console pageJulien Lancelot2013-04-122-1/+4
* SONAR-3755 refactor WS /api/issuesSimon Brandhof2013-04-121-1/+4
* SONAR-3755 JRuby API for issuesSimon Brandhof2013-04-122-15/+39
* SONAR-3755 refactor IssueFinderSimon Brandhof2013-04-121-6/+0
|\
| * SONAR-3893 Removed deprecated Highlightable APIJean-Baptiste Vilain2013-04-121-6/+0
| * SONAR-3755 Add IssueTracking and update IssuePersister to save or update issu...Julien Lancelot2013-04-121-1/+12
* | SONAR-3755 refactor IssueFinderSimon Brandhof2013-04-122-64/+78
|/
* SONAR-3755 fix component key and rename Issuable.IssueBuilder#create()Simon Brandhof2013-04-111-1/+1
* SONAR-3893 Integrated last feedback on Highlightable APIJean-Baptiste Vilain2013-04-111-4/+4
* SONAR-3755 complete IssueActionsSimon Brandhof2013-04-112-8/+18
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-111-0/+13
* ScanPersister implementations can load snapshots through SnapshotCacheSimon Brandhof2013-04-113-7/+50
* Fix quality flawsJulien Lancelot2013-04-111-3/+0
* SONAR-3755 refactor the way to persist component perspectivesSimon Brandhof2013-04-104-131/+87
|\
| * SONAR-3755 Add Issue Web ServiceJulien Lancelot2013-04-102-34/+84
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-101-0/+24
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-092-118/+0
* | SONAR-3755 refactor the way to persist component perspectivesSimon Brandhof2013-04-107-339/+149
|/
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-093-0/+9
* SONAR-3755 Fix IssueDao and add title property in IssueJulien Lancelot2013-04-093-4/+19
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-082-47/+4
* SONAR-3755 Rename IssueChangelog in IssueChange and rename uuid to key in Iss...Julien Lancelot2013-04-083-14/+14
* SONAR-3755 Replace userId and assigneeUserId by userLogin and by assigneeLogi...Julien Lancelot2013-04-083-3/+207
* SONAR-3755 Move Issuable implementaiton to sonar-coreJulien Lancelot2013-04-081-48/+6
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-081-1/+1
* (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-081-0/+4
* Fix quality flawsJulien Lancelot2013-04-081-21/+21
* Merge remote-tracking branch 'origin/master'Jean-Baptiste Vilain2013-04-053-52/+321
|\
| * SONAR-3755 Move all Issues API to plugin apiJulien Lancelot2013-04-053-52/+321
* | (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-052-7/+7
|/
* SONAR-3755 Issues tables creation and first API draftJulien Lancelot2013-04-053-0/+146
* Merge remote-tracking branch 'origin/master'Julien Lancelot2013-04-044-0/+178
|\
| * (SONAR-3893) Improve the highlighter API to not depend on sonar-channel and a...Jean-Baptiste Vilain2013-04-044-0/+178
* | Use new PropertyDefinition API in CpdPluginJulien Lancelot2013-04-041-44/+22
|/
* SONAR-4221 Remove the property sonar.timemachine.TRK.period4/5 and restore me...Julien Lancelot2013-04-021-3/+1
* Removed check on nameJulien Lancelot2013-04-021-1/+0
* SONAR-4221 Make it possible for the Views and Developers plugin to define the...Julien Lancelot2013-03-284-6/+10
* Fix quality flawJulien Lancelot2013-03-281-1/+3
* SONAR-3891 Make it possible for the Views and Developers plugin to decide if ...Julien Lancelot2013-03-273-49/+13
* SONAR-3891 Update PropertyDefinition in order to be used directly to define p...Julien Lancelot2013-03-264-148/+402
* SONAR-4069 Deprecate BatchExtensionDisctionnary to move it outside of plugin APIJulien HENRY2013-03-262-260/+0
* SONAR-4069 Allow to filter list of sensors that will be executedJulien HENRY2013-03-262-7/+37