aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test
Commit message (Expand)AuthorAgeFilesLines
* Add JsonWriter#valueObject(Object)Simon Brandhof2014-05-051-0/+33
* SONAR-5264 Force documentation of web services to be up-to-dateSimon Brandhof2014-05-021-56/+108
* SONAR-5111 Complete "api/issues" WS documentationJulien Lancelot2014-04-301-0/+37
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-302-22/+26
* Add org.sonar.api.server.ws.Request#paramAsStrings(String)Simon Brandhof2014-04-301-0/+9
* Drop WebService#setResponseExampleFormat()Simon Brandhof2014-04-301-1/+3
* Add JsonWriter#values(Iterable<String>)Simon Brandhof2014-04-301-0/+7
* Add response example to WebService extension pointSimon Brandhof2014-04-292-1/+48
* SONAR-5249 Merge measure_data and project_measure tablesJulien HENRY2014-04-291-7/+7
* SONAR-5111 Add support for default parameters in Java WS, protection against ...Jean-Baptiste Lievremont2014-04-281-1/+2
* SONAR-5111 Create a handler to create java stub ws controllers for rails wsJulien Lancelot2014-04-281-0/+31
* Revert "SONAR-3437, SONAR-5189 Store measures in a persistit cache"Julien HENRY2014-04-252-26/+22
* SONAR-5234 new org.sonar.api.utils.command.TimeoutExceptionSimon Brandhof2014-04-251-4/+4
* SONAR-4927 Store quality gate details in dedicated measureJean-Baptiste Lievremont2014-04-241-1/+1
* SONAR-3437, SONAR-5189 Store measures in a persistit cacheJulien HENRY2014-04-242-22/+26
* ONAR-5132 Issues search WS should allow to search by languageJulien Lancelot2014-04-221-0/+5
* Continue move from hamcrest to fest-assertSimon Brandhof2014-04-214-44/+36
* SONAR-5195 Revert preventing rule template to declare technical debtJulien Lancelot2014-04-141-22/+0
* SONAR-5195 Rule templates should not define technical debt informationsJulien Lancelot2014-04-081-0/+22
* Remove checks of minutes greater than 60 and hours greater than 24Julien Lancelot2014-04-071-19/+1
* Fix some quality flawsSimon Brandhof2014-04-041-3/+3
* Fix quality flawsJulien Lancelot2014-04-043-0/+167
* Create a specific unit test of declaring rules with technical debtJulien Lancelot2014-04-041-9/+24
* Duration should not accept hours more than 24 and minutes more than 60Julien Lancelot2014-04-042-4/+24
* SONAR-5056 Move batch DebtRemediationFunction from rule to debt packageJulien Lancelot2014-04-032-3/+3
* Create a new DebtModel API on batch sideJulien Lancelot2014-04-032-4/+92
* SONAR-5056 When update rule, if sub characteristic or remediation function is...Julien Lancelot2014-04-031-0/+10
* Replace factor by coefficientJulien Lancelot2014-03-264-22/+22
* Improve duration format validationJulien Lancelot2014-03-262-5/+33
* SONAR-4908 extract RulesDefinitionAnnotationLoaderSimon Brandhof2014-03-252-14/+14
* SONAR-4908 rename RulesDefinition#setDebtCharacteristic() to setDebtSubCharac...Simon Brandhof2014-03-251-7/+7
* SONAR-4908 refactor RulesDefinition API (debt functions, XML)Simon Brandhof2014-03-255-59/+173
* Improve org.sonar.api.utils.System2 :Simon Brandhof2014-03-251-1/+10
* SONAR-4908 extract RulesDefinitionXmlLoaderSimon Brandhof2014-03-245-20/+30
* SONAR-5056 Remove useless static creation methodsJulien Lancelot2014-03-242-24/+28
* SONAR-5121 Refactor the way remediation function is defined on rules in order...Julien Lancelot2014-03-214-150/+150
* SONAR-4915 Do not display a warning when no effort to fix description with li...Julien Lancelot2014-03-191-20/+0
* SONAR-4915 Rename rules.effort_to_fix_l10_key to rules.effort_to_fix_descript...Julien Lancelot2014-03-191-2/+22
* Fix quality flawsJulien Lancelot2014-03-181-19/+19
* SONAR-5056 Create DebtRemediationFunction API on batch sideJulien Lancelot2014-03-172-0/+88
* SONAR-5056 Fail if not both characteristic and function are definedJulien Lancelot2014-03-171-0/+27
* SONAR-4843 Ability to restart server in development modeSimon Brandhof2014-03-151-14/+2
* SONAR-5121 Verify remediation factor and offset following remediation functio...Julien Lancelot2014-03-142-49/+154
* Rename RuleDefinitions to RulesDefinitionJulien Lancelot2014-03-143-63/+63
* Fix copyright headersSimon Brandhof2014-03-141-1/+1
* SONAR-4790 replace static factory FilePredicates by FileSystem#predicates()Simon Brandhof2014-03-143-230/+234
* SONAR-4908 rename the methods newXxx() of RuleDefinitions to createXxx()Simon Brandhof2014-03-143-43/+41
* SONAR-5010 improve WebService extension pointSimon Brandhof2014-03-131-26/+56
* SONAR-4366 Remove Alert class and related codeJean-Baptiste Lievremont2014-03-134-94/+0
* SONAR-926 add DefaultInputFile#toString()Simon Brandhof2014-03-121-0/+6