aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5273 Increase maximal size of user login to 255 charactersSimon Brandhof2014-05-051-1/+1
* Micro change in javadoc of WebServiceSimon Brandhof2014-05-051-1/+1
* SONAR-5111 Complete api/projects WS documentationsJulien Lancelot2014-05-051-0/+7
* SONAR-5111 Add api/resources WS documentationsJulien Lancelot2014-05-051-1/+1
* SONAR-5111 Use latest API to declare batch WS metadata, update JavadocJean-Baptiste Lievremont2014-05-051-6/+3
* Moving AcgiveRuleDao to BaseDao ImplStephane Gamard2014-05-051-3/+3
* Add JsonWriter#valueObject(Object)Simon Brandhof2014-05-052-1/+84
* SONAR-3437 Enable batch mode when saving measures into DBJulien HENRY2014-05-051-1/+1
* SONAR-5264 Force documentation of web services to be up-to-dateSimon Brandhof2014-05-023-95/+228
* Revert "SONAR-3437 Enable batch mode when saving measures into DB"Julien Lancelot2014-05-021-1/+1
* SONAR-3437 Enable batch mode when saving measures into DBJulien HENRY2014-05-011-1/+1
* SONAR-5111 Complete "api/issues" WS documentationJulien Lancelot2014-04-303-0/+54
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-3010-101/+165
* Fix quality flawsJulien Lancelot2014-04-301-1/+1
* Add org.sonar.api.server.ws.Request#paramAsStrings(String)Simon Brandhof2014-04-302-0/+21
* Drop WebService#setResponseExampleFormat()Simon Brandhof2014-04-302-16/+9
* Continue draft of search frameworkSimon Brandhof2014-04-301-7/+27
* Add JsonWriter#values(Iterable<String>)Simon Brandhof2014-04-302-0/+22
* Add response example to WebService extension pointSimon Brandhof2014-04-295-6/+121
* SONAR-5254 New WS /api/sources/scmSimon Brandhof2014-04-291-1/+2
* SONAR-5249 Merge measure_data and project_measure tablesJulien HENRY2014-04-295-174/+39
* SONAR-5111 Declare "api/action_plans" WS with org.sonar.api.server.WebServiceJulien Lancelot2014-04-281-0/+4
* SONAR-5111 Add support for default parameters in Java WS, protection against ...Jean-Baptiste Lievremont2014-04-282-3/+22
* SONAR-5111 Create a handler to create java stub ws controllers for rails wsJulien Lancelot2014-04-282-0/+72
* SONAR-4927 Merge new QG widget with old one, update layoutJean-Baptiste Lievremont2014-04-281-3/+9
* Complete WebService with new param metadataSimon Brandhof2014-04-251-4/+61
* SONAR-4927 Add Quality Gate widgetJean-Baptiste Lievremont2014-04-251-1/+3
* Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"Julien HENRY2014-04-2511-174/+114
* SONAR-5234 new org.sonar.api.utils.command.TimeoutExceptionSimon Brandhof2014-04-254-11/+42
* Revert "SONAR-3437 Remove Measure from Hibernate model"Julien HENRY2014-04-242-16/+57
* SONAR-3437 Remove Measure from Hibernate modelJulien HENRY2014-04-242-57/+16
* SONAR-4927 Store quality gate details in dedicated measureJean-Baptiste Lievremont2014-04-242-1/+7
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-2411-114/+174
* ONAR-5132 Issues search WS should allow to search by languageJulien Lancelot2014-04-222-0/+16
* Continue move from hamcrest to fest-assertSimon Brandhof2014-04-214-44/+36
* Replacement injection of ServletContext by Properties in PlatformJulien Lancelot2014-04-162-0/+8
* Fix some quality flawsSimon Brandhof2014-04-151-4/+4
* SONAR-5195 Revert preventing rule template to declare technical debtJulien Lancelot2014-04-142-25/+0
* Fix some quality flawsJulien HENRY2014-04-141-4/+6
* Fix some quality flawsSimon Brandhof2014-04-141-2/+0
* SONAR-4366 Replace name and description of Quality Gate metric in CoreMetricsJulien Lancelot2014-04-111-2/+2
* SONAR-5185 Deprecate "sonar.dynamicAnalysis" featureJulien Lancelot2014-04-091-0/+5
* SONAR-5109 Deprecate properties sonar.skippedModules and sonar.includedModulesJulien Lancelot2014-04-091-0/+8
* SONAR-5195 Rule templates should not define technical debt informationsJulien Lancelot2014-04-082-0/+25
* Deprecate some constants that should have been deprecated in 4.2Julien HENRY2014-04-081-1/+10
* Remove checks of minutes greater than 60 and hours greater than 24Julien Lancelot2014-04-072-25/+1
* Fix some quality flawsSimon Brandhof2014-04-042-8/+8
* Fix some quality flawsSimon Brandhof2014-04-046-33/+33
* Fix quality flawsJulien Lancelot2014-04-044-2/+169
* Create a specific unit test of declaring rules with technical debtJulien Lancelot2014-04-041-9/+24