aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6370 isolate plugin classloader from coreSimon Brandhof2015-05-116-479/+1
|
* Redundant importsDavid Gageot2015-05-071-1/+0
|
* Fix quality flawsJulien Lancelot2015-05-071-3/+3
|
* Restore partial support of RuleQuery in RuleFinder to fix issue with Groovy ↵Julien HENRY2015-05-061-2/+2
| | | | plugin
* SONAR-6457 Feed dependencies in batch reportJulien HENRY2015-05-053-5/+3
|
* Cleanup batch side from specific code for devcockpit and viewsJulien HENRY2015-05-041-19/+0
|
* Fix quality flawsSimon Brandhof2015-04-301-0/+2
|
* Improve error handling in ZipUtilsSimon Brandhof2015-04-301-8/+16
| | | | java.io.File#listFiles() hides IO errors by returning null !
* SONAR-6428 WS to get component navigation informationJean-Baptiste Lievremont2015-04-281-0/+4
|
* SONAR-6278 Feed tests in compute reportJulien HENRY2015-04-273-0/+22
|
* Fix quality flawsJulien Lancelot2015-04-272-6/+7
|
* SONAR-6430 add plugin source revision to JSON responseSébastien Lesaint2015-04-271-0/+2
| | | | information added to response of WS listing installed pluging and pending operations on plugins
* Fix quality flawsSimon Brandhof2015-04-242-0/+3
|
* SONAR-6392 Drop measure trendsSimon Brandhof2015-04-235-26/+19
|
* SONAR-6200 New Sensor API to report UT/IT/Overall coverageJulien HENRY2015-04-2211-6/+401
|
* Speed up highlighting on batch sideJulien HENRY2015-04-221-1/+5
|
* Fix quality flawsSimon Brandhof2015-04-222-3/+7
|
* SONAR-6256 Drop dependencies.from_resource_id and dependencies.to_resource_idJulien Lancelot2015-04-211-13/+17
|
* Fix quality flawsJulien Lancelot2015-04-201-0/+3
|
* SONAR-6433 Stop supporting the concept of "group/ecosystem" of pluginsSimon Brandhof2015-04-201-0/+7
|
* SONAR-3676 add flag to not serialize empty strings to JSONSébastien Lesaint2015-04-171-5/+31
|
* Fix quality flawsJean-Baptiste Lievremont2015-04-171-1/+6
|
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-1629-506/+102
| | | | in order to prepare upgrade to Guava 18 in core codebase
* Fix some quality flawsJulien HENRY2015-04-161-0/+21
|
* SONAR-6408 Restore PostJob execution in preview modeJulien HENRY2015-04-1412-11/+393
|
* Deprecate CoverageExtensionJulien HENRY2015-04-131-3/+2
|
* Restore old behavior for InputFile::lines() -> returns 1 for empty filesJulien HENRY2015-04-133-14/+15
|
* 'Days since last commit' metric in platform out of the box - SONAR-6353Teryk Bellahsene2015-04-081-0/+12
|
* Fix regression during local issue tracking on empty filesJulien HENRY2015-04-081-2/+11
|
* SONAR-6277 Feed file sources in compute reportJulien HENRY2015-04-071-19/+19
|
* SONAR-6339 Feed Coverage in compute reportJulien HENRY2015-04-071-0/+52
|
* SONAR-6253 Add lines count in reportJulien HENRY2015-04-072-24/+7
|
* Fix quality flaws in APISimon Brandhof2015-04-0328-74/+32
|
* Pull define(...) method into a dedicated interfaceJean-Baptiste Lievremont2015-04-032-6/+27
|
* Add more details when there is a failure to store highlightingJulien HENRY2015-04-031-1/+8
|
* SONAR-6319 Fix perf regression for highlightingJulien HENRY2015-04-011-20/+19
|
* SONAR-6319 SONAR-6321 Feed highlighting and symbols in compute reportJulien HENRY2015-03-3115-48/+753
|
* Revert "Remove all deprecated Violation APIs"Julien Lancelot2015-03-275-4/+414
| | | | This reverts commit 5446d877b4e67f2f32ac869e76d9ad02ca226773.
* Remove all deprecated Violation APIsJulien HENRY2015-03-275-414/+4
|
* Fix quality flawSimon Brandhof2015-03-271-1/+3
|
* Automatic merge from branch-5.1Jenkins CI2015-03-261-23/+84
|\ | | | | | | | | | | * origin/branch-5.1: Improve javadoc of org.sonar.api.utils.log.Logger apply rules feedback
| * Improve javadoc of org.sonar.api.utils.log.LoggerSimon Brandhof2015-03-251-23/+84
| |
* | SONAR-6275 Feed measures in compute reportJulien HENRY2015-03-236-87/+15
| |
* | Fix some quality flawsSimon Brandhof2015-03-201-0/+4
| |
* | fix quality flaws (2nd edition)Teryk Bellahsene2015-03-201-2/+0
| |
* | Merge branch-5.1Julien Lancelot2015-03-183-44/+8
|\|
| * Improve db migration from 5.0 and indexing step at server startupSimon Brandhof2015-03-173-46/+14
| | | | | | | | | | | | | | | | * Parallel bulk indexing of documents into Elasticsearch * reduce memory consumption when building JSON requests * no need to change type of column PROJECT_MEASURES.MEASURE_DATE as it is not used * fix created_at/updated_at fields of manual_measure when saved from Rails * remove usage of deprecated delete-by-query
* | SONAR-6276 SONAR-6288 Feed events and version in analysis report and drop ↵Julien HENRY2015-03-174-237/+0
| | | | | | | | ability to create custom event on batch side
* | SONAR-6261 Persist events in compute stackJulien Lancelot2015-03-172-10/+24
| |
* | Revert "Remove use of DateUtils.truncate since it is not efficient"Julien HENRY2015-03-171-3/+5
| | | | | | | | This reverts commit 46e1d76cc3814518f23b65132e5a8f083bb707a5.