aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6370 Remove coupling on guava 10 in CommandExecutorSimon Brandhof2015-05-281-9/+7
|
* refactoring - WS parameters in one place WebService.Param.XXXTeryk Bellahsene2015-05-271-10/+8
|
* WS api/metrics/list - SONAR-6570Teryk Bellahsene2015-05-261-13/+28
|
* Fix quality flawsJulien Lancelot2015-05-251-5/+5
|
* SONAR-6471 Add new WS to search for user groupsJean-Baptiste Lievremont2015-05-221-6/+4
|
* SONAR-6567 disable extension point NotificationDispatcher in batchSimon Brandhof2015-05-224-315/+1
| | | | Currently it's only removed from API. Will be removed from batch after that events are in Compute Engine (for change of quality gate status)
* Fix quality flawsSimon Brandhof2015-05-212-34/+31
|
* Fix quality flawsSimon Brandhof2015-05-213-1/+47
|
* SONAR-6278 Stop relying on graph to store testsJulien HENRY2015-05-2111-75/+34
|
* Move @BatchSide and @ServerSide to appropriate packagesSimon Brandhof2015-05-20114-140/+138
|
* SONAR-6555 Dependency should continue to extends EdgeJulien HENRY2015-05-201-1/+5
| | | | for backward compatibility with Java plugin
* SONAR-6555 Drop design related features on batch sideJulien HENRY2015-05-1918-574/+137
|
* SONAR-6517 merge sonar-deprecated into sonar-plugin-apiSimon Brandhof2015-05-1921-0/+1849
| | | | It allows to use the shaded and relocated dependencies of sonar-plugin-api
* SONAR-6517 remove dependency of sonar-plugin-api on picocontainerSimon Brandhof2015-05-192-5/+10
|
* Fix quality flawsSimon Brandhof2015-05-151-5/+4
|
* WS api/projects/ghosts list ghost projects - SONAR-6527Teryk Bellahsene2015-05-151-0/+15
|
* document web service and action naming conventionsTeryk Bellahsene2015-05-151-1/+2
|
* rename web services with the xxxWs formTeryk Bellahsene2015-05-151-1/+1
|
* SONAR-6548 Restore support of deprecated org.sonar.api.resources.InputFileJulien HENRY2015-05-131-2/+26
|
* SONAR-6548 Remove resource key migration introduced in 4.2Julien HENRY2015-05-131-68/+0
|
* Use StandardCharsets instead of guava/commons-ioJulien HENRY2015-05-129-29/+35
|
* Fix regression introduced by SONAR-6535Julien HENRY2015-05-121-2/+0
|
* Useless codeDavid Gageot2015-05-1229-46/+46
|
* SONAR-6536 Drop concept of taskJulien HENRY2015-05-114-2/+12
|
* SONAR-6535 API cleanup: deprecate BatchComponent and ServerComponentJulien HENRY2015-05-11110-251/+623
|
* SONAR-6517 Remove the unused properties ↵Simon Brandhof2015-05-111-3/+0
| | | | sonar.includePlugins/sonar.excludePlugins
* 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
|