aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6730 Move test implementation to org.sonar.api.ce.measure.testJulien Lancelot2015-09-029-889/+0
* Fix quality flawsSimon Brandhof2015-08-311-1/+1
* SONAR-6730 Replace List by varargs in addChildrenMeasuresJulien Lancelot2015-08-311-4/+4
* SONAR-6730 Add component key in the APIJulien Lancelot2015-08-311-0/+5
* SONAR-6730 Move RangeDistrubtionBuilder to API and allow constructor to take ...Julien Lancelot2015-08-311-0/+173
* SONAR-6730 Measure computer should allowed no Input metricsJulien Lancelot2015-08-311-16/+25
* SONAR-6730 Improve error message when adding measure on not allowed metricJulien Lancelot2015-08-311-1/+2
* SONAR-6730 Add issues in Measure APIJulien Lancelot2015-08-313-0/+193
* SONAR-6812 Improve format of generated UUIDs for better usage of LuceneSimon Brandhof2015-08-281-47/+0
* Trim all WS string request parametersTeryk Bellahsene2015-08-281-0/+1
* Revert "SONAR-6658 Drop validation on sonar.libraries and sonar.binaries"Duarte Meneses2015-08-242-32/+101
* SONAR-4865 Do not fail when issue message is greater than 4000 (just truncate)Julien HENRY2015-08-241-9/+6
* SONAR-6658 Drop validation on sonar.libraries and sonar.binariesDuarte Meneses2015-08-242-101/+32
* Use the new Paging builderTeryk Bellahsene2015-08-191-26/+24
* Add consistency in error messages of permissions WSTeryk Bellahsene2015-08-181-2/+2
* SONAR-6762 - Create 'issues' analysis modeDuarte Meneses2015-08-121-0/+11
* SONAR-6730 Add Test classes for MeasureComputer APIJulien Lancelot2015-08-077-0/+681
* SONAR-6761 Drop incremental modeDuarte Meneses2015-08-051-3/+0
* Rework new measure APIJulien HENRY2015-08-042-15/+18
* SONAR-6052 Extract primaryLocation as a special attributeJulien HENRY2015-07-313-23/+24
* Add org.sonar.api.server.ws.Request#getMediaType()Simon Brandhof2015-07-301-0/+5
* Fix rules handling with duplicated internalKeyDuarte Meneses2015-07-291-0/+73
* SONAR-6713 Load rules in global containerDuarte Meneses2015-07-281-1/+0
* SONAR-6368 Remove deprecated violation APIJulien HENRY2015-07-242-142/+0
* SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-234-85/+103
* Revert deletion of CountDistributionBuilderJulien Lancelot2015-07-221-0/+87
* SONAR-6679 Remove computation of language distribution measures from batchJulien Lancelot2015-07-211-85/+0
* Remove unused db classes Snapshot and ResourceModelSimon Brandhof2015-07-201-63/+0
* Rename remaining variables "sut" to "underTest" in testsSimon Brandhof2015-07-163-34/+32
* Rename variables "sut" to "underTest" in testsSimon Brandhof2015-07-164-116/+116
* SONAR-6709 Simplify RulesDefinition API when two plugins define the same repo...Simon Brandhof2015-07-101-22/+46
* Unused importsDavid Gageot2015-07-073-4/+0
* SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-029-737/+235
* SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-021-4/+0
* SONAR-6623 distribution of issues by debt in Compute EngineSimon Brandhof2015-07-021-52/+0
* SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-028-542/+694
* remove dead code (AbstractDivisionDecorator)Sébastien Lesaint2015-06-301-116/+0
* Quality flawsSimon Brandhof2015-06-293-4/+10
* SONAR-6635 Parsing of date should not be lenientJulien HENRY2015-06-291-0/+6
* SONAR-6582 Extract class to serialize componentsJean-Baptiste Lievremont2015-06-221-1/+1
* Merge pull request #366 from gliptak/warnings1Sébastien Lesaint2015-06-191-2/+2
|\
| * Cleanup warningsGabor Liptak2015-06-171-2/+2
* | Remove Hibernate entity "MeasureModel"Simon Brandhof2015-06-172-63/+3
|/
* Drop support of org.sonar.api.batch.TimeMachineSimon Brandhof2015-06-121-43/+0
* SONAR-6370 fix quality flawsSimon Brandhof2015-06-052-29/+26
* SONAR-6370 remove support of KeyValueFormat#format(Multiset)Simon Brandhof2015-06-051-37/+15
* SONAR-6606 drop origin column from metrics tableTeryk Bellahsene2015-06-041-1/+0
* SONAR-3821 Drop any Maven dependencyJulien HENRY2015-06-0322-742/+0
* Replace references to jira.codehaus.org by jira.sonarsource.comSimon Brandhof2015-05-293-3/+3
* Enable CommandExecutor testsJulien HENRY2015-05-281-7/+4