summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 5.0-RC25.0-RC2Eric Hartmann2014-12-157-7/+7
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-117-7/+7
|
* [maven-release-plugin] prepare release 5.0-RC15.0-RC1Eric Hartmann2014-12-117-9/+8
|
* Fix quality flawsJulien Lancelot2014-12-092-48/+9
|
* Fix some quality flawsJulien HENRY2014-12-081-2/+1
|
* Fix some quality flawsJulien HENRY2014-12-081-2/+5
|
* SONAR-5642 Remove Git command line implementationJulien HENRY2014-12-088-510/+10
|
* Fix quality flawJean-Baptiste Lievremont2014-12-081-1/+7
|
* Refactor issue indexer (project-agnostic approach)Simon Brandhof2014-12-041-1/+1
|
* Fix some quality flawsJulien HENRY2014-12-043-11/+17
|
* SONAR-5868 Issue tracking now use hash WS instead of raw sourcesJulien HENRY2014-12-0221-847/+300
|
* SONAR-5871 Add duplications to file_sourcesJulien HENRY2014-12-012-6/+65
|
* SONAR-5827 Execute CodeColorizer on batch side to feed highlightingJulien HENRY2014-11-213-76/+76
|
* SONAR-5544 Make the Complexity widget comply with the new SonarQube widget ↵Stas Vilchik2014-11-211-24/+26
| | | | Look and Feel
* SONAR-5718 Fix display of widget on global pageJulien Lancelot2014-11-071-4/+6
|
* SONAR-5810 replace param componentRootUuids by projectUuidsSimon Brandhof2014-11-062-2/+2
|
* SONAR-5718 Add module criteria, update widgetsStas Vilchik2014-11-065-5/+31
|
* SONAR-5843 Use the original SVN author on mergesJulien HENRY2014-11-066-14/+157
|
* SONAR-5718 Change links inside widget in order to use new projectUuid parameterStas Vilchik2014-11-043-3/+3
|
* SONAR-5643 Ignore whitespace differences in SVN blame like in GitJulien HENRY2014-11-042-8/+10
|
* Fix some quality flawsJulien HENRY2014-11-032-3/+15
|
* Fix quality flawJulien Lancelot2014-10-311-1/+2
|
* SONAR-5795 Move project indexation post job on server sideTeryk Bellahsene2014-10-314-126/+0
|
* Fix some quality flawsJulien HENRY2014-10-311-1/+2
|
* Fix typoSimon Brandhof2014-10-302-2/+2
|
* Fix URL in notification email on issue changesSimon Brandhof2014-10-302-8/+9
| | | | Replace request parameter componentRoot by componentRootUuid
* SONAR-5718 Update issues widget in order to support project UUIDStas Vilchik2014-10-303-3/+3
|
* Fix issue tracking regression after last optimizationsJulien HENRY2014-10-301-1/+1
|
* SONAR-5375 Minor optimization to remove all issues once for a given componentJulien HENRY2014-10-291-9/+14
|
* SONAR-5375 Do not load source in issue tracking when there is zero issueJulien HENRY2014-10-292-3/+22
|
* SONAR-5375 Optimize issue tracking in case we have many issues of the same ↵Julien HENRY2014-10-292-38/+61
| | | | rule and on the same file
* SONAR-5339 Deprecate "sonar.cpd.xxx.skip" in favor of "sonar.cpd.exclusions"Julien Lancelot2014-10-291-0/+8
|
* Remove duplicated dependency in sonar-core-pluginSimon Brandhof2014-10-271-5/+0
|
* SONAR-5628 - Compute Engine - Remove sonar-dbcleaner-pluginTeryk Bellahsene2014-10-276-342/+8
|
* Fix some quality flawsJulien HENRY2014-10-271-22/+36
|
* SONAR-5628 - Compute Engine - Move DbCleanerTeryk Bellahsene2014-10-2719-1127/+36
|
* SONAR-5642 Enable multi-threaded blame to speed up processingJulien HENRY2014-10-243-17/+77
|
* SONAR-5582 remove XRadar chartSimon Brandhof2014-10-243-138/+0
|
* SONAR-5705 Drop support of Maven 2Julien HENRY2014-10-233-6/+11
|
* Remove JFreeChart from batch classpathSimon Brandhof2014-10-231-1/+7
|
* SONAR-5530 Add uuid in Issue IndexJulien Lancelot2014-10-232-2/+2
|
* Remove some duplications in pom filesSimon Brandhof2014-10-231-5/+0
|
* Rename plugins git and svn -> scmgit and scmsvnJulien HENRY2014-10-232-4/+4
|
* CleanupJulien HENRY2014-10-221-0/+0
|
* SONAR-5644 Apply some feedback on SCM APIJulien HENRY2014-10-1610-159/+180
|
* Fix some quality flawsJulien HENRY2014-10-162-0/+6
|
* Fix some quality flawsJulien HENRY2014-10-161-5/+7
|
* Fix execution of SvnBlameCommandTest in IntellijSimon Brandhof2014-10-151-6/+5
|
* Fix quality flawsSimon Brandhof2014-10-141-9/+8
|
* Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-10-141-8/+6
|\ | | | | | | | | | | | | Conflicts: sonar-batch/src/main/java/org/sonar/batch/referential/DefaultProjectReferentialsLoader.java sonar-batch/src/main/java/org/sonar/batch/scan/LastSnapshots.java sonar-batch/src/test/java/org/sonar/batch/scan/LastSnapshotsTest.java