aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6713 Load rules in global containerDuarte Meneses2015-07-284-8/+18
* SONAR-6746 Drop Plugin interface + batch cleanupJulien HENRY2015-07-282-79/+7
* SONAR-6368 Remove deprecated violation APIJulien HENRY2015-07-246-567/+7
* SONAR-6577 Offline mode in preview modeDuarte Meneses2015-07-243-0/+17
* Add @deprecated and all formulas api and remove some decorator usage in testJulien Lancelot2015-07-246-4/+14
* SONAR-6695 Remove decorators execution from the batchJulien Lancelot2015-07-233-0/+12
* SONAR-6605 Remove formulas on Metric public_api and public_undocumented_apiJulien Lancelot2015-07-231-2/+0
* Remove formula on design metricsJulien Lancelot2015-07-231-4/+0
* SONAR-6605 Move complexity formulas to its own stepJulien Lancelot2015-07-231-1/+0
* SONAR-6605 Move sum coverage formulas to CoverageMeasuresStepJulien Lancelot2015-07-231-25/+1
* SONAR-6727 Drop aggregation of RFC, RFC_DISTRIBUTION and LCOM4_DISTRIBUTION m...Julien Lancelot2015-07-231-4/+0
* SONAR-4865, SONAR-6052 Improved issue locationsJulien HENRY2015-07-2314-238/+472
* SONAR-6605 forgotten Formula in CoreMetrics for Metrics moved to CESébastien Lesaint2015-07-231-2/+0
* Revert deletion of CountDistributionBuilderJulien Lancelot2015-07-222-0/+255
* Remove useless usage of BatchReport.Measure.setDescription() and setVariation...Julien Lancelot2015-07-211-8/+7
* Fix quality flawsSimon Brandhof2015-07-211-1/+1
* SONAR-6679 Remove computation of language distribution measures from batchJulien Lancelot2015-07-212-253/+0
* Allow COMMENTED_OUT_CODE_LINES and PACKAGES to be send by the batchJulien Lancelot2015-07-211-2/+0
* Remove unused db classes Snapshot and ResourceModelSimon Brandhof2015-07-203-685/+0
* SONAR-6709 Simplify RulesDefinition API when two plugins define the same repo...Simon Brandhof2015-07-201-2/+2
* SONAR-6682 Move computation comment_lines to CommentMeasuresStepJulien Lancelot2015-07-171-1/+0
* Fix medium tests and improve temp foldersDuarte Meneses2015-07-171-35/+13
* 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
* Move accessors formula to compute engineJulien Lancelot2015-07-151-1/+0
* SONAR-6709 Simplify RulesDefinition API when two plugins define the same repo...Simon Brandhof2015-07-102-64/+131
* 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
| * 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
|/
* 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
* 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
* 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