aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-2020-27/+29
* SONAR-5007 add single unique key to quality profiles. Replace DB ID.Simon Brandhof2014-06-192-7/+1
* SONAR-5389 Add medium testsJulien HENRY2014-06-192-15/+15
* SONAR-5389 Analyzer optimizerJulien HENRY2014-06-192-12/+12
* SONAR-5389 Fix some quality flawsJulien HENRY2014-06-194-11/+215
* SONAR-5389 Drop batch-api moduleJulien HENRY2014-06-184-0/+540
* SONAR-5389 New Analyzer APIJulien HENRY2014-06-166-474/+12
* Fix unstability of CommandExecutorTestSimon Brandhof2014-06-061-3/+1
* Fix unstability of CommandExecutorTestSimon Brandhof2014-06-061-3/+6
* Add Request#paramAsDateTime()Simon Brandhof2014-06-041-1/+6
* Add XmlWriter#end(String) for documentation purposeSimon Brandhof2014-06-021-0/+6
* SONAR-5341 In /issues/search WS, add parameter 'extra_fields'Julien Lancelot2014-05-281-0/+9
* SONAR-5007 improve management of active rules in api/rules/search and api/rul...Simon Brandhof2014-05-221-0/+54
* SONAR-5007 add testsSimon Brandhof2014-05-202-2/+4
* SONAR-5007 improve conversion fk of ES doc to WS responseSimon Brandhof2014-05-201-0/+16
* SONAR-5216 Store and display used quality profiles for multi-language analysisJulien HENRY2014-05-191-1/+1
* SONAR-5304 Fix UTJulien Lancelot2014-05-141-1/+1
* SONAR-5007 continue to refactor rule servicesSimon Brandhof2014-05-141-1/+1
* SONAR-5130 Show distribution of LOC and TechDebt by languageJulien Lancelot2014-05-071-2/+4
* 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-291-1/+47
* 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