summaryrefslogtreecommitdiffstats
path: root/plugins/sonar-xoo-plugin
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-5931 Cleanup new issue APIJulien HENRY2015-02-193-3/+6
|
* SONAR-5931 Remove beta test APIJulien HENRY2015-02-195-447/+0
|
* SONAR-5700 New logging API to remove coupling on SLF4JSimon Brandhof2015-02-196-18/+18
|
* Fix some quality flawsJulien HENRY2015-02-191-0/+1
|
* SONAR-6000 Try to decrease size of duplications in persistitJulien HENRY2015-02-166-119/+124
|
* Restore deprecated methods on Resource APIJulien HENRY2015-02-113-1/+88
|
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-109-29/+29
|
* SONAR-6068 Improve performance of FileSystem query operationJulien HENRY2015-02-1012-13/+95
|
* SONAR-6162 Fix bad mergeJulien HENRY2015-02-091-2/+2
|
* Merge remote-tracking branch 'origin/branch-5.0'Julien HENRY2015-02-097-3/+149
|\
| * SONAR-6162 Fix NPE when searching for Check of custom rulesJulien HENRY2015-02-097-3/+149
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-01-081-1/+1
| |
| * [maven-release-plugin] prepare release 5.0-RC45.0-RC4Thomas Vérin2015-01-081-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-161-1/+1
| |
| * [maven-release-plugin] prepare release 5.0-RC35.0-RC3Eric Hartmann2014-12-161-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-151-1/+1
| |
| * [maven-release-plugin] prepare release 5.0-RC25.0-RC2Eric Hartmann2014-12-151-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-111-1/+1
| |
| * [maven-release-plugin] prepare release 5.0-RC15.0-RC1Eric Hartmann2014-12-111-1/+1
| |
* | SONAR-6012 Local issue trackingJulien HENRY2015-01-232-2/+12
| |
* | SONAR-5931 Publish new measure APIJulien HENRY2015-01-156-18/+8
| |
* | SONAR-5931 Publish new sensor APIJulien HENRY2015-01-1510-20/+20
| |
* | Replace fest-assert by assertJSimon Brandhof2015-01-104-13/+3
| |
* | Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-1/+1
|/
* Fix some quality flawsJulien HENRY2014-11-031-0/+7
|
* SONAR-5644 Apply some feedback on SCM APIJulien HENRY2014-10-162-19/+23
|
* Fix some quality flawsJulien HENRY2014-10-162-0/+6
|
* Fix some quality flawsJulien HENRY2014-10-161-5/+7
|
* SONAR-5389 Refactor test coverage APIJulien HENRY2014-10-144-31/+34
|
* SONAR-5389 Refactor dependency APIJulien HENRY2014-10-144-4/+228
|
* Fix mergeJulien Lancelot2014-10-141-1/+1
|
* Merge remote-tracking branch 'origin/branch-4.5'Julien Lancelot2014-10-144-12/+159
|\ | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-xoo-plugin/src/main/java/org/sonar/xoo/XooPlugin.java sonar-application/src/main/assembly/conf/sonar.properties sonar-application/src/test/java/org/sonar/application/JdbcSettingsTest.java sonar-core/src/main/java/org/sonar/core/persistence/DatabaseVersion.java sonar-core/src/main/resources/org/sonar/core/persistence/rows-h2.sql
| * SONAR-5673 Creating a new profile from a configuration file is not workingJulien Lancelot2014-10-135-11/+159
| |
* | Fix some quality flawsJulien HENRY2014-10-091-4/+4
| |
* | SONAR-5620 Improve support of empty authorsJulien HENRY2014-10-071-1/+1
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-031-0/+5
|\| | | | | | | | | | | | | Conflicts: plugins/sonar-xoo-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/main/java/org/sonar/api/config/Settings.java
| * Code clean-upSimon Brandhof2014-10-021-0/+11
| | | | | | | | | | * mark JFreechart as deprecated * complete some javadoc
| * Update version to 4.5.1-SNAPSHOTEric Hartmann2014-09-291-1/+1
| |
| * Release 4.54.5Eric Hartmann2014-09-291-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC34.5-RC3Eric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC24.5-RC2Eric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-081-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC14.5-RC1Eric Hartmann2014-09-081-1/+1
| |
* | SONAR-5473 Fix fetching of remote SCM dataJulien HENRY2014-10-021-1/+4
| |
* | SONAR-5644 Rework SCM APIJulien HENRY2014-10-029-31/+281
| |
* | SONAR-5642 Initial work on Git providerJulien HENRY2014-10-021-3/+3
| |
* | SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM data ↵Julien HENRY2014-10-022-36/+28
| | | | | | | | using WS
* | SONAR-5682 Drop (some) APIs that were deprecated in versions 2.x or 3.xSimon Brandhof2014-10-021-4/+1
| |