Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix quality flaws (KeyValueFormat.parse can accept null data) | Stephane Gamard | 2014-10-10 | 1 | -1/+2 |
| | |||||
* | Add missing @Override annotations | Simon Brandhof | 2014-10-10 | 41 | -0/+154 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2014-10-09 | 4 | -0/+94 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-10-09 | 3 | -33/+68 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-10-09 | 2 | -2/+9 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-10-08 | 2 | -8/+54 |
| | |||||
* | Merge remote-tracking branch 'origin/branch-4.5' | Julien HENRY | 2014-10-08 | 2 | -2/+12 |
|\ | |||||
| * | SONAR-1587 Fix inter module dependencies when sonar.branch is used | Julien HENRY | 2014-10-08 | 2 | -2/+12 |
| | | |||||
* | | Merge from branch 4.5 | Julien Lancelot | 2014-10-08 | 8 | -9/+23 |
|\| | |||||
| * | Fix some javadocs | Simon Brandhof | 2014-10-07 | 7 | -6/+20 |
| | | |||||
| * | SONAR-5575 Fix handling of equals sign in custom rule parameters | Jean-Baptiste Lievremont | 2014-10-07 | 1 | -3/+3 |
| | | |||||
* | | Fix quality flaws | Simon Brandhof | 2014-10-07 | 4 | -122/+10 |
| | | |||||
* | | SONAR-5620 Improve support of empty authors | Julien HENRY | 2014-10-07 | 1 | -4/+9 |
| | | |||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-10-06 | 1 | -3/+45 |
|\| | | | | | | | | | | | | | | | | | * origin/branch-4.5: SONAR-5699 Ruby pages are not listed in project sidebar Fix timeout issue and speed up UT on my box SONAR-5481 Update version of SQ Runner used by internal Maven plugin to 2.4 Add some javadoc to FilePredicates SONAR-5608 Impossible to backup profile when the key contains "+" characters | ||||
| * | Fix timeout issue and speed up UT on my box | Julien HENRY | 2014-10-06 | 2 | -3/+3 |
| | | |||||
| * | Add some javadoc to FilePredicates | Simon Brandhof | 2014-10-06 | 1 | -3/+45 |
| | | |||||
* | | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-10-06 | 1 | -93/+0 |
|\| | | | | | | | | | | | Conflicts: sonar-plugin-api/src/main/java/org/sonar/api/batch/SensorContext.java sonar-plugin-api/src/main/java/org/sonar/api/batch/sensor/SensorContext.java | ||||
| * | SONAR-5381 SONAR-3350 replace mysql MEDIUMTEXT columns by LONGTEXT | Simon Brandhof | 2014-10-05 | 1 | -93/+0 |
| | | |||||
* | | Fix merge | Simon Brandhof | 2014-10-06 | 1 | -53/+36 |
| | | |||||
* | | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-10-06 | 20 | -64/+112 |
|\| | | | | | | | | | | | Conflicts: sonar-plugin-api/src/main/java/org/sonar/api/batch/SensorContext.java sonar-plugin-api/src/main/java/org/sonar/api/batch/sensor/SensorContext.java | ||||
| * | Fix some javadoc | Simon Brandhof | 2014-10-03 | 15 | -17/+39 |
| | | |||||
| * | Fix some javadoc | Simon Brandhof | 2014-10-03 | 5 | -10/+19 |
| | | |||||
* | | Revert to previous behavior for CommandExecutor::execute for timeout=0 | Julien HENRY | 2014-10-06 | 1 | -2/+3 |
| | | |||||
* | | SONAR-5620 Minor fixes | Julien HENRY | 2014-10-03 | 1 | -1/+1 |
| | | |||||
* | | Fix some quality flaws | Julien HENRY | 2014-10-03 | 2 | -1/+40 |
| | | |||||
* | | SONAR-5620 No need to exclude SCM Activity since it is blacklisted | Julien HENRY | 2014-10-03 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5677 Fail with a clear message when trying to blame a locally modified ↵ | Julien HENRY | 2014-10-03 | 1 | -1/+6 |
| | | | | | | | | file | ||||
* | | SONAR-5682 drop deprecated PropertyDefinitions#getPropertiesByCategory() | Simon Brandhof | 2014-10-03 | 1 | -34/+0 |
| | | |||||
* | | Automatic merge from branch-4.5 | Jenkins CI | 2014-10-03 | 4 | -20/+14 |
|\| | | | | | | | | | * origin/branch-4.5: Fix administration section in webapp | ||||
| * | Fix administration section in webapp | Simon Brandhof | 2014-10-03 | 4 | -20/+14 |
| | | |||||
* | | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-10-03 | 26 | -736/+48 |
|\| | | | | | | | | | | | | | 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-up | Simon Brandhof | 2014-10-02 | 26 | -735/+46 |
| | | | | | | | | | | * mark JFreechart as deprecated * complete some javadoc | ||||
* | | SONAR-5643 Hide SVN password and rework logging | Julien HENRY | 2014-10-02 | 3 | -6/+28 |
| | | |||||
* | | SONAR-5643 Provide a default SVN SCM Provider | Julien HENRY | 2014-10-02 | 1 | -2/+12 |
| | | |||||
* | | SONAR-5645 Blacklist SCM Activity plugin | Julien HENRY | 2014-10-02 | 1 | -0/+5 |
| | | |||||
* | | SONAR-5644 Rework SCM API | Julien HENRY | 2014-10-02 | 5 | -23/+104 |
| | | |||||
* | | SONAR-5642 Initial work on Git provider | Julien HENRY | 2014-10-02 | 1 | -4/+5 |
| | | |||||
* | | SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM data ↵ | Julien HENRY | 2014-10-02 | 7 | -1/+228 |
| | | | | | | | | using WS | ||||
* | | SONAR-5672 Fix regression with measure duplication_lines_data | Julien HENRY | 2014-10-02 | 1 | -2/+5 |
| | | |||||
* | | SONAR-5603 Remove useless select methods using IssueQuery in IssueDao | Julien Lancelot | 2014-10-02 | 1 | -447/+0 |
| | | |||||
* | | SONAR-5529 Move IssueQuery from api to server | Julien Lancelot | 2014-10-02 | 2 | -234/+1 |
| | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/issue/index/IssueIndex.java | ||||
* | | SONAR-5529 Remove IssueFinder API and all related classes | Julien Lancelot | 2014-10-02 | 3 | -223/+0 |
| | | |||||
* | | Fix quality flaws | Simon Brandhof | 2014-10-02 | 1 | -1/+1 |
| | | |||||
* | | SONAR-5682 Drop (some) APIs that were deprecated in versions 2.x or 3.x | Simon Brandhof | 2014-10-02 | 9 | -397/+4 |
| | | |||||
* | | SONAR-5665 Stop support of GWT pages | Simon Brandhof | 2014-10-02 | 2 | -10/+1 |
| | | |||||
* | | Fix timeout issue and speed up UT on my box | Julien HENRY | 2014-09-30 | 2 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-09-30 | 1 | -6/+2 |
| | | | | | | | | | | Conflicts: sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java | ||||
* | | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-09-30 | 1 | -0/+4 |
|\| | | | | | | | | | Conflicts: sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java | ||||
| * | Temporarily increase timeout of HttpDownloadTest to 2 sec | Simon Brandhof | 2014-09-30 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-09-30 | 1 | -8/+2 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-email-notifications-plugin/pom.xml plugins/sonar-l10n-en-plugin/pom.xml plugins/sonar-xoo-plugin/pom.xml pom.xml server/pom.xml server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml server/sonar-search/pom.xml server/sonar-server/pom.xml server/sonar-web/pom.xml server/sonar-ws-client/pom.xml sonar-application/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch-protocol/pom.xml sonar-batch/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-home/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java sonar-testing-harness/pom.xml |