aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 6.7-SNAPSHOTSimon Brandhof2017-10-091-1/+1
|
* SONAR-9840 Flip sort of 'Lines to Cover' in MeasuresTeryk Bellahsene2017-10-051-1/+1
|
* SONAR-9526 Make coverage metrics visibleTeryk Bellahsene2017-10-051-6/+4
|
* SONAR-9263 Drop unused property sonar.web.devSimon Brandhof2017-10-041-2/+4
|
* API - ability to extend MessageExceptionSimon Brandhof2017-10-031-1/+1
| | | | for instance to implement CE TypedException at the same time
* SONAR-9771 add property email.fromName and use it in email notificationsSébastien Lesaint2017-10-022-1/+15
|
* SONAR-4824 Prevent notification when user does not have Browse permissionEric Hartmann2017-10-021-3/+3
|
* SONAR-6959 Performance improvementsDuarte Meneses2017-10-021-8/+6
| | | | | | | | | | | | | | | | * Avoid creation of intermediary array * SONAR-6959 Speed-up copy of custom measures in Compute Engine * Use light object to get key/uuid map of components * Avoid always formatting string * Minor refactoring * Avoid cost of hash * Ajust perf tests
* SONAR-9890 avoid as many potential problems of non-english locales as possibleDaniel Schwarz2017-09-281-1/+1
|
* Drop ScmBranchProvider (blend it into ScmProvider)Janos Gyerik2017-09-282-50/+13
|
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-281-3/+3
|
* SONAR-9837 Detect files changed in the current branch with SCMDuarte Meneses2017-09-282-4/+47
|
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-272-15/+0
|
* SONAR-5236 Create new API to register built-in quality profilesJulien HENRY2017-09-2511-10/+772
|
* Remove deprecation on System2.now()Julien HENRY2017-09-251-2/+3
|
* add DateUtils#truncateToSeconds and use it instead of +1_000LSébastien Lesaint2017-09-211-0/+18
|
* SONAR-9283 Settings, Configuration and Props trim values at insertSébastien Lesaint2017-09-196-17/+211
|
* SONAR-9718 Fail with a clear message when sonar.projectDate is emptyJulien HENRY2017-09-154-164/+119
|
* SONAR-8855 Make it obvious that generic coverage report expect an XML fileJulien HENRY2017-09-151-0/+1
|
* Improve JavadocJulien HENRY2017-09-152-12/+23
|
* SONAR-9651 Deprecate ability to create issues/measures on directoriesJulien HENRY2017-09-152-0/+4
|
* SONAR-9646 Deprecate support of absolute file patterns (file:xxx)Julien HENRY2017-09-151-0/+13
|
* SONAR-9740 support HTTP headers in API Request and sonar-wsSimon Brandhof2017-09-135-1/+57
|
* Tweak wordingGrégoire Aubert2017-09-131-2/+2
|
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexJanos Gyerik2017-09-121-3/+0
|
* SONAR-9720 Issue tracking for long branchesDuarte Meneses2017-09-121-0/+6
|
* SONAR-9670 Introduce sonar.branch.longLivedBranches.regexDuarte Meneses2017-09-121-0/+10
|
* SONAR-9616 add branch to CE API and webhook JSON payloadSimon Brandhof2017-09-123-0/+109
|
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-121-5/+0
|
* Bring 6.6-SNAPSHOT backSimon Brandhof2017-09-121-1/+1
|
* Release 6.6-M1Simon Brandhof2017-09-121-1/+1
|
* Fix Quality flawsSimon Brandhof2017-09-121-4/+4
|
* SONAR-8640 WS api/projects/search query on key does partial match and is ↵Teryk Bellahsene2017-09-111-2/+1
| | | | case insensitive
* SONAR-9672 Store the link between a rule and the plugin declaring itJulien HENRY2017-09-071-2/+19
|
* Fix quality flawsJulien Lancelot2017-09-061-3/+2
|
* SONAR-9721 fix javadoc of Server#getId()Simon Brandhof2017-08-301-2/+4
|
* SONAR-9721 Remove DateUtils#formatDate(Long)Teryk Bellahsene2017-08-302-6/+0
|
* SONAR-9721 Send telemetry data once a weekTeryk Bellahsene2017-08-302-0/+6
|
* SONAR-7493 support long issue messages on OracleSimon Brandhof2017-08-241-2/+8
|
* SONAR-9734 fix log level when fail to delete temp directorySimon Brandhof2017-08-211-1/+1
|
* Fix regression introduced during previous scanner hardeningJulien HENRY2017-08-081-6/+0
| | | | Module workDir is deleted when cleaning root module work dir when they are nested.
* SONAR-9576 More simple predicate to skip default status filterJulien HENRY2017-08-074-2/+19
|
* SONAR-9576 Add component status in the scanner reportJulien HENRY2017-08-0711-19/+122
|
* SONAR-9576 Add analysis mode in the scanner reportJulien HENRY2017-08-073-0/+22
|
* Fix quality flawsJulien HENRY2017-08-042-8/+7
|
* Don't change PathResolver methods to staticJulien HENRY2017-08-042-10/+29
| | | | This is an API breaking change
* Fix quality flawsJulien HENRY2017-08-042-1/+11
|
* Remove unused filesJulien HENRY2017-08-042-62/+0
|
* SONAR-9574 Same file indexed in different modulesJulien HENRY2017-08-045-6/+27
|
* Store project relative path inside DefaultIndexedFileJulien HENRY2017-08-045-47/+102
|