aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersJulien Lancelot2018-11-19753-755/+753
|
* Release 6.7.6Julien Lancelot2018-11-191-1/+1
|
* SONAR-11374 move file move property into dedicated sub categorySébastien Lesaint2018-11-191-0/+5
|
* SONAR-11374 add property to disable file move detectionSébastien Lesaint2018-11-151-0/+5
|
* Set version 6.7.6-SNAPSHOTSimon Brandhof2018-08-061-1/+1
|
* Release 6.7.56.7.5Simon Brandhof2018-08-061-1/+1
|
* SONAR-11077 add statistics to CE SendIssueNotificationsStepSimon Brandhof2018-08-051-1/+1
|
* Prepare development version 6.7.5-SNAPSHOTSimon Brandhof2018-05-301-1/+1
|
* Release 6.7.46.7.4Simon Brandhof2018-05-301-1/+1
|
* SONAR-10661 minimize normalize callsSébastien Lesaint2018-05-291-6/+7
|
* SONAR-10661 fix testSimon Brandhof2018-05-141-0/+0
|
* SONAR-10661 fix vulnerability in ZipUtils#unzip()Simon Brandhof2018-05-142-13/+54
|
* Prepare for dev version 6.7.4-SNAPSHOTSimon Brandhof2018-04-061-1/+1
|
* Release 6.7.36.7.3Simon Brandhof2018-04-061-1/+1
|
* Prepare version 6.7.3-SNAPSHOTSimon Brandhof2018-02-231-1/+1
|
* Release 6.7.26.7.2Simon Brandhof2018-02-221-1/+1
|
* SONAR-10410 Rule#getSystemTags is populated with definition tagsSébastien Lesaint2018-02-091-0/+5
|
* Upgrade to version 6.7.2-SNAPSHOTEric Hartmann2017-12-291-1/+1
|
* Release 6.7.16.7.1Simon Brandhof2017-12-201-1/+1
|
* Fix typo in JavaDocJulien HENRY2017-12-112-3/+2
|
* Prepare for next development iterationJulien Lancelot2017-11-071-1/+1
|
* Release 6.76.7Simon Brandhof2017-11-071-1/+1
|
* Prepare for next development iterationJulien Lancelot2017-10-271-1/+1
|
* Release 6.76.7-RC1Julien Lancelot2017-10-271-1/+1
|
* Fix quality flawsJulien Lancelot2017-10-261-2/+2
|
* SONAR-10008 Make date facet tests independent from the machine's time zoneDaniel Schwarz2017-10-241-0/+12
|
* Fix quality flawsEric Hartmann2017-10-201-1/+1
|
* SONAR-8331 Rename Complexity to Cyclomatic ComplexityTeryk Bellahsene2017-10-191-1/+1
|
* SONAR-9891 Add Analysis to PostProjectAnalysisTask.ProjectAnalysisEric Hartmann2017-10-174-50/+221
|
* SONAR-9871 move webhook code to use it in webSébastien Lesaint2017-10-171-43/+44
| | | | as well as we use it in CE report processing
* SONAR-9931 deprecate sonar.cpd.cross_project propertyDaniel Schwarz2017-10-171-0/+2
|
* Delete deprecated and unused Server#getDeployDir()Simon Brandhof2017-10-161-8/+0
|
* SONAR-9863 replace old "permanent server ID" by the new oneSimon Brandhof2017-10-163-5/+14
|
* SONAR-8331 Deprecate and hide complexity related metricsTeryk Bellahsene2017-10-161-5/+50
|
* SONAR-9922 Metric new_lines renamed from 'Lines of New Code' to 'New Lines'Teryk Bellahsene2017-10-161-2/+2
|
* SONAR-9799 deprecate legacy branch param (#2662)Janos Gyerik2017-10-121-0/+6
|
* SONAR-7574 Allow to set log level to WARN or ERROR in APIEric Hartmann2017-10-122-14/+17
|
* SONAR-9930 improve naming in DefaultTempFolderTestSimon Brandhof2017-10-111-18/+22
|
* SONAR-9930 Noisy ERROR logs when failing to delete a temp directory that ↵Simon Brandhof2017-10-112-5/+37
| | | | does not exist
* Fix two logger callsDaniel Trebbien2017-10-102-3/+3
| | | | | | | | | | | One logger call was using incorrect syntax for a formatting anchor ('%s' should be '{}'). The other logger call had three formatting anchors, but only passed two values. These issues were found by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/
* Utilize parameterized loggingDaniel Trebbien2017-10-101-1/+1
| | | | | | | | | | | | | | As suggested in the SLF4J FAQ: https://www.slf4j.org/faq.html#logging_performance .. parameterized logging can improve the efficiency of logger calls when logging at the specified level is disabled. In addition, per the FAQ: https://www.slf4j.org/faq.html#paramException since SLF4J 1.6.0 it is possible to use parameterized logging and also log an exception/throwable. These changes were suggested by SLF4J Helper for NetBeans IDE: http://plugins.netbeans.org/plugin/72557/
* 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
|