aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
Commit message (Expand)AuthorAgeFilesLines
* Refactor issue indexer (project-agnostic approach)Simon Brandhof2014-12-042-5/+5
* SONAR-5878 More improvement concerning memory consumptionJulien HENRY2014-12-032-31/+47
* SONAR-5827 Decrease memory use during SourcePersister phaseJulien HENRY2014-12-031-2/+2
* SONAR-5869 Remove SnapshotSourceDto and all related code. Remove colorizer st...Julien HENRY2014-12-022-2/+4
* Fix error during previous mergeJulien HENRY2014-12-021-1/+2
* Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-12-019-14/+63
|\
| * SONAR-5864 API cleanupJulien HENRY2014-12-019-10/+70
* | SONAR-5867 Add symbol references data into file_sources tableJulien HENRY2014-11-281-8/+1
* | Fix critical issue in WorkDurationSimon Brandhof2014-11-271-2/+2
* | SONAR-5868 Improve performances of fs indexationJulien HENRY2014-11-251-2/+4
* | SONAR-5868 Try to reduce memory consumption of line hashesJulien HENRY2014-11-251-3/+3
* | Remove deprecation on CoverageMeasureBuilderJulien HENRY2014-11-251-6/+0
* | SONAR-5868 Allow issue tracking mechanism to work without full previous sourcesJulien HENRY2014-11-241-0/+10
* | Fix some quality flawsJulien HENRY2014-11-241-1/+2
* | SONAR-5827 Execute CodeColorizer on batch side to feed highlightingJulien HENRY2014-11-211-5/+8
* | Centralize algorithm of UUID generationSimon Brandhof2014-11-215-9/+93
* | Fix some quality flawsJulien HENRY2014-11-212-2/+2
* | SONAR-5827 Feed the new "file_sources" tableJulien HENRY2014-11-192-0/+27
* | Remove class TxtWriterSimon Brandhof2014-11-073-126/+0
* | Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-11-062-1/+23
|\|
| * SONAR-5841 Empty parameter on integer, boolean and float types should be auth...Julien Lancelot2014-11-062-1/+23
* | Automatic merge from branch-4.5Jenkins CI2014-11-061-0/+2
|\|
| * Deprecate the annotation RequiredMeasuresSimon Brandhof2014-11-051-0/+2
* | Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-11-051-1/+17
|\|
| * SONAR-5837 Log offending component when there is an error at startupJulien HENRY2014-11-052-3/+30
| * Update version to 4.5.2-SNAPSHOTEric Hartmann2014-10-291-1/+1
| * Release 4.5.14.5.1Eric Hartmann2014-10-291-1/+1
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-10-271-1/+1
| * [maven-release-plugin] prepare release 4.5.1-RC1Eric Hartmann2014-10-271-1/+1
| * Revert "Release 4.5.1-RC1"Eric Hartmann2014-10-271-1/+1
| * Release 4.5.1-RC1Olivier Gaudin2014-10-251-1/+1
* | SONAR-5815 Store last update time on source dataJulien HENRY2014-11-031-12/+1
* | Improve branch code coverage on snapshot related classesTeryk Bellahsene2014-10-311-0/+4
* | SONAR-5292 Provide a new "/api/sources/raw" WSJulien Lancelot2014-10-293-0/+126
* | SONAR-5339 Deprecate "sonar.cpd.xxx.skip" in favor of "sonar.cpd.exclusions"Julien Lancelot2014-10-291-0/+5
* | SONAR-5224 Deprecate the "accessors" metricJulien Lancelot2014-10-291-1/+12
* | SONAR-5792 Web services should support the values "yes" and "no" on boolean p...Simon Brandhof2014-10-273-6/+24
* | SONAR-5737 Drop support of "sonar.importSources" featureJulien HENRY2014-10-271-6/+0
* | Fix quality flawsJulien Lancelot2014-10-241-2/+10
* | SONAR-5705 Drop support of Maven 2Julien HENRY2014-10-231-1/+1
* | SONAR-5530 Add uuid in Issue IndexJulien Lancelot2014-10-232-0/+58
* | SONAR-5753 Populate columns *_uuid when creating resourcesJulien HENRY2014-10-221-5/+21
* | SONAR-5755 Populate uuid column on new resourcesJulien HENRY2014-10-221-0/+44
* | SONAR-5698 SONAR-5694 Add business dates finishedAt startedAt and submittedAt...Teryk Bellahsene2014-10-221-5/+13
* | Automatic merge from branch-4.5Jenkins CI2014-10-211-30/+45
|\|
| * Refactor KeyValueFormatSimon Brandhof2014-10-211-10/+10
| * Reduce complexityJulien HENRY2014-10-211-30/+45
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-216-408/+272
|\|
| * SONAR-5768 API: org.sonar.api.utils.KeyValueFormat does not support escaping ...Simon Brandhof2014-10-215-283/+262
| * Add missing @Nullable to KeyValueFormatSimon Brandhof2014-10-211-12/+50