aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-6353 do not compute the metric days_since_last_commitSimon Brandhof2015-09-251-67/+55
* SONAR-6859 deprecate debt size metric propertySébastien Lesaint2015-09-251-0/+2
* SONAR-5876 add metric new_sqale_debt_ratio to CoreMetricsSébastien Lesaint2015-09-221-0/+17
* SONAR-5876 remove Sqale in name of metric sqale_debt_ratioSébastien Lesaint2015-09-221-1/+1
* SONAR-6736 refactor step names and descriptionsSimon Brandhof2015-09-221-2/+4
* SONAR-6834 support project branchesSimon Brandhof2015-09-181-1/+1
* SONAR-6861 Drop the property "sonar.preventAutoProjectCreation"Simon Brandhof2015-09-181-0/+2
* Replace table ANALYSIS_REPORTS by CE_QUEUE and CE_ACTIVITYSimon Brandhof2015-09-181-0/+40
* No op for highlighting and symbol references in issues modeJulien HENRY2015-09-173-9/+6
* Cleanup and deprecate Decorator related stuffJulien HENRY2015-09-173-4/+7
* Fix some quality flawsJulien HENRY2015-09-173-26/+6
* improve batch logging and performanceDuarte Meneses2015-09-141-4/+4
* SONAR-6052 Drop secondary locations and rename execution flow -> flowJulien HENRY2015-09-104-47/+17
* SONAR-6827 Check output metrics are not core metricsJulien Lancelot2015-09-092-0/+45
* SONAR-6730 Improve javadocJulien Lancelot2015-09-091-3/+15
* SONAR-6827 MeasureComputersVisitor should support a views treeJulien Lancelot2015-09-071-1/+1
* SONAR-6460 Add Checks#addAnnotatedChecks(Iterable)Julien HENRY2015-09-071-1/+9
* SONAR-6353 new metric days_since_last_commitSimon Brandhof2015-09-071-1/+1
* Fix metrics of type MILLISECSimon Brandhof2015-09-042-2/+2
* SONAR-6824 add metric last_commit_dateSimon Brandhof2015-09-041-0/+14
* SONAR-6746 Drop Plugin interface + batch cleanupJulien HENRY2015-09-042-79/+7
* Improve file hashing performanceDuarte Meneses2015-09-042-10/+51
* SONAR-6730 Add boolean measureJulien Lancelot2015-09-026-4/+63
* SONAR-6730 Fix test implementationJulien Lancelot2015-09-0215-223/+857
* SONAR-6730 Simplify APIJulien Lancelot2015-09-028-153/+179
* SONAR-6730 Move test implementation to org.sonar.api.ce.measure.testJulien Lancelot2015-09-029-10/+11
* Fix quality flawsSimon Brandhof2015-09-023-3/+2
* 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-312-0/+7
* SONAR-6730 Move RangeDistrubtionBuilder to API and allow constructor to take ...Julien Lancelot2015-08-313-7/+391
* SONAR-6730 Measure computer should allowed no Input metricsJulien Lancelot2015-08-312-23/+37
* 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-315-0/+251
* SONAR-6812 Improve format of generated UUIDs for better usage of LuceneSimon Brandhof2015-08-282-86/+0
* Trim all WS string request parametersTeryk Bellahsene2015-08-282-11/+12
* Removal of deprecated ProjectBootstrapperDuarte Meneses2015-08-281-48/+0
* Improve qualityDuarte Meneses2015-08-281-4/+2
* SONAR-4865 Apply some feedback on issue location APIJulien HENRY2015-08-265-25/+30
* Deprecate API org.sonar.api.server.debt.DebtModelSimon Brandhof2015-08-252-0/+4
* Revert "SONAR-6658 Drop validation on sonar.libraries and sonar.binaries"Duarte Meneses2015-08-245-33/+444
* SONAR-4865 Do not fail when issue message is greater than 4000 (just truncate)Julien HENRY2015-08-243-13/+12
* SONAR-6502 WS permissions/add_group_to_template add a group to a permission t...Teryk Bellahsene2015-08-241-1/+3
* SONAR-6658 Drop validation on sonar.libraries and sonar.binariesDuarte Meneses2015-08-245-444/+33
* Improve qualityDuarte Meneses2015-08-211-4/+0
* SONAR-6721 Prevent running concurrent batch processes on the same physical pr...Duarte Meneses2015-08-211-1/+1
* Remove class deprecated since v4.2Duarte Meneses2015-08-211-39/+0
* SONAR-6485 ws permissions/search_project_permissions update the search query ...Teryk Bellahsene2015-08-191-1/+1
* SONAR-6485 WS permissions/search_project_permissions add paging field in resp...Teryk Bellahsene2015-08-191-1/+1
* Use the new Paging builderTeryk Bellahsene2015-08-191-26/+24