aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6717 Mark org.sonar.api.issue.action.Action as deprecatedSimon Brandhof2015-08-062-11/+6
* SONAR-6479 WS permissions/users search users with a specific permissionTeryk Bellahsene2015-08-061-5/+3
* Draft of WS api/issues/search2Simon Brandhof2015-08-051-0/+2
* SONAR-6754 Add support of execution flow in XooJulien HENRY2015-08-052-4/+16
* Fix some quality flawsJulien HENRY2015-08-051-11/+13
* SONAR-6761 Drop incremental modeDuarte Meneses2015-08-054-16/+3
* Rework new measure APIJulien HENRY2015-08-049-117/+58
* Improve qualityDuarte Meneses2015-07-313-7/+9
* SONAR-6052 Extract primaryLocation as a special attributeJulien HENRY2015-07-3118-129/+289
* Write raw issues directly in protobuf reportJulien HENRY2015-07-312-8/+6
* Add org.sonar.api.server.ws.Request#getMediaType()Simon Brandhof2015-07-303-4/+26
* Fix rules handling with duplicated internalKeyDuarte Meneses2015-07-293-10/+102
* deprecate RulesProfileDuarte Meneses2015-07-291-0/+8
* Revert "SONAR-6746 Drop Plugin interface + batch cleanup"Simon Brandhof2015-07-292-7/+79
* 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