aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Collapse)AuthorAgeFilesLines
* Move accessors formula to compute engineJulien Lancelot2015-07-151-1/+0
|
* SONAR-6709 Simplify RulesDefinition API when two plugins define the same ↵Simon Brandhof2015-07-102-64/+131
| | | | repository
* 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
|
* Unused importsDavid Gageot2015-07-073-4/+0
|
* 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-027-316/+1
|
* Merge branch 'feature/ce_issue_tracking'Simon Brandhof2015-07-0225-1574/+95
|\
| * SONAR-6588 move computation of debt to Compute EngineSimon Brandhof2015-07-0217-765/+293
| |
| * SONAR-6588 integrate issues to Compute EngineSimon Brandhof2015-07-026-116/+10
| |
| * SONAR-6623 distribution of issues by debt in Compute EngineSimon Brandhof2015-07-023-52/+10
| | | | | | | | This allows to deprecate org.sonar.api.measures.RuleMeasure
| * SONAR-6623 extract issue tracking algorithm from batchSimon Brandhof2015-07-0214-1557/+698
| |
* | Revert "SONAR-6605 Replace some batch formulas by compute formulas"Julien Lancelot2015-07-022-8/+22
|/ | | | This reverts commit 2f948758eebec934beb54701792cf2d558319251.
* SONAR-6605 Replace some batch formulas by compute formulasJulien Lancelot2015-07-022-22/+8
|
* remove dead code (AbstractDivisionDecorator)Sébastien Lesaint2015-06-302-210/+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-2918-39/+113
| | | | | - do not declare multiple variables on same line - fix imports
* SONAR-6635 Parsing of date should not be lenientJulien HENRY2015-06-292-4/+11
|
* Update metric type JSON format SONAR-6570 SONAR-6578 SONAR-6610 SONAR-6611Teryk Bellahsene2015-06-241-28/+12
| | | | | | | | WS updated: - metrics/search - metrics/types - custom_measures/create - custom_measures/update
* 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
|
* SONAR-6582 Extract class to serialize componentsJean-Baptiste Lievremont2015-06-221-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-195-48/+52
|\ | | | | Cleanup warnings
| * Cleanup warningsGabor Liptak2015-06-175-48/+52
| |
* | fix quality flawsTeryk Bellahsene2015-06-191-6/+1
| | | | | | | | | | | | - add static inner class - make methods static - declare one field by line
* | Revert "Fix quality flaws"Sébastien Lesaint2015-06-181-9/+6
| | | | | | | | This reverts commit 47bad47ae07d3ffc895f3e76261d637073c57981 which breaks the compiltation of SQ
* | 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 ↵Teryk Bellahsene2015-06-181-2/+2
| | | | | | | | (number of minutes)
* | 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
| | | | | | | | | | That allows to drop CacheRuleFinder and the Hibernate entities Rule/RuleParam
* | Remove ability to get users from batchSimon Brandhof2015-06-173-20/+3
| | | | | | | | + drop Hibernate model "User"
* | Remove Hibernate entity "MeasureModel"Simon Brandhof2015-06-175-1035/+3
|/
* Drop support of org.sonar.api.batch.TimeMachineSimon Brandhof2015-06-123-326/+0
| | | | It can't be supported anymore by design. Analyzers do not connect to database anymore.
* 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
|