aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6709 Simplify RulesDefinition API when two plugins define the same repo...Simon Brandhof2015-07-101-42/+85
* SONAR-6704 Exclude the scm-stats plugin from preview analysisSimon Brandhof2015-07-091-1/+3
* SONAR-6701 - Drop the db table SEMAPHORESSimon Brandhof2015-07-081-0/+2
* SONAR-6680 Move computation of measure Quality Profile to Compute EngineJulien Lancelot2015-07-032-19/+8
* Fix quality flawsJulien Lancelot2015-07-033-29/+50
* SONAR-6588 drop db connection from batchSimon Brandhof2015-07-026-294/+1
* Merge branch 'feature/ce_issue_tracking'Simon Brandhof2015-07-0215-1118/+45
|\
| * SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-028-28/+58
| * SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-025-112/+10
| * SONAR-6623 distribution of issues by debt in Compute EngineSimon Brandhof2015-07-022-0/+10
| * SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-026-1015/+4
* | Revert "SONAR-6605 Replace some batch formulas by compute formulas"Julien Lancelot2015-07-022-8/+22
|/
* SONAR-6605 Replace some batch formulas by compute formulasJulien Lancelot2015-07-022-22/+8
* remove dead code (AbstractDivisionDecorator)Sébastien Lesaint2015-06-301-94/+0
* Fix some quality flawsJulien HENRY2015-06-306-44/+41
* Fix quality flawsSimon Brandhof2015-06-301-2/+2
* Fix quality flawsSimon Brandhof2015-06-305-10/+9
* Quality flawsSimon Brandhof2015-06-2915-35/+103
* SONAR-6635 Parsing of date should not be lenientJulien HENRY2015-06-291-4/+5
* Update metric type JSON format SONAR-6570 SONAR-6578 SONAR-6610 SONAR-6611Teryk Bellahsene2015-06-241-28/+12
* SONAR-6649 Move initialization of persistit cache to global contextDuarte Meneses2015-06-243-11/+6
* SONAR-6648 Allow to redirect logs to custom streamDuarte Meneses2015-06-241-54/+0
* SONAR-6649 Move initialization of persistit cache to global contextDuarte Meneses2015-06-245-3/+80
* SONAR-6304 Set Content-Disposition header on profile backup and exportJean-Baptiste Lievremont2015-06-241-2/+10
* Revert merge to d70f025Duarte Meneses2015-06-234-21/+3
* SONAR-6649 Move initialization of persistit caches to global contextDuarte Meneses2015-06-233-11/+6
* SONAR-6648 Allow to redirect logs to a custom streamDuarte Meneses2015-06-231-54/+0
* SONAR-6649 Move initialization of persistit caches to global contextDuarte Meneses2015-06-235-3/+80
* SONAR-6646 measures of bestValueOptimized Metrics must not be persistedSébastien Lesaint2015-06-231-1/+1
* Fix quality flawsSimon Brandhof2015-06-212-7/+6
* Fix Q flawsSimon Brandhof2015-06-1916-32/+53
* Merge pull request #366 from gliptak/warnings1Sébastien Lesaint2015-06-194-46/+50
|\
| * Cleanup warningsGabor Liptak2015-06-174-46/+50
* | fix quality flawsTeryk Bellahsene2015-06-191-6/+1
* | Revert "Fix quality flaws"Sébastien Lesaint2015-06-181-9/+6
* | Fix quality flawsSimon Brandhof2015-06-181-6/+9
* | fix quality flawsTeryk Bellahsene2015-06-182-16/+31
* | SONAR-6610 WS custom_measures/create work duration sends the raw data (number...Teryk Bellahsene2015-06-181-2/+2
* | SONAR-6610 WS custom_measures/create create a custom measureTeryk Bellahsene2015-06-183-4/+30
* | SONAR-6588 Remove RuleFinder from batch bootstrap phaseSimon Brandhof2015-06-172-87/+5
* | Remove ability to get users from batchSimon Brandhof2015-06-173-20/+3
* | Remove Hibernate entity "MeasureModel"Simon Brandhof2015-06-173-972/+0
|/
* Drop support of org.sonar.api.batch.TimeMachineSimon Brandhof2015-06-122-283/+0
* SONAR-6637 Stop filling db column PROJECT_MEASURES.RULE_PRIORITYSimon Brandhof2015-06-121-31/+7
* SONAR-6588 Add DebtModelHolderJulien Lancelot2015-06-121-4/+3
* SONAR-6596 Remove database semaphores from batchJulien Lancelot2015-06-101-7/+2
* fix bunch a 'Make 'XXX' a static method' issuesTeryk Bellahsene2015-06-051-8/+6
* Fix quality flawsSimon Brandhof2015-06-054-6/+6
* SONAR-6370 remove support of KeyValueFormat#format(Multiset)Simon Brandhof2015-06-051-38/+8
* SONAR-6606 drop origin column from metrics tableTeryk Bellahsene2015-06-041-32/+1