Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-5473 Fix fetching of remote SCM data | Julien HENRY | 2014-10-02 | 2 | -13/+23 |
| | |||||
* | SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM data ↵ | Julien HENRY | 2014-10-02 | 3 | -5/+85 |
| | | | | using WS | ||||
* | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-09-30 | 1 | -0/+12 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Maven profiles for each technical stack | Simon Brandhof | 2014-09-30 | 1 | -0/+12 |
| | | | | | | | | and remove sonar-channel helpers from sonar-testing-harness | ||||
| * | Update version to 4.5.1-SNAPSHOT | Eric Hartmann | 2014-09-29 | 1 | -1/+1 |
| | | |||||
| * | Release 4.54.5 | Eric Hartmann | 2014-09-29 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-09-26 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 4.5-RC34.5-RC3 | Eric Hartmann | 2014-09-26 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-09-16 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 4.5-RC24.5-RC2 | Eric Hartmann | 2014-09-16 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-09-08 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 4.5-RC14.5-RC1 | Eric Hartmann | 2014-09-08 | 1 | -1/+1 |
| | | |||||
* | | Revert "SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM ↵ | Simon Brandhof | 2014-09-26 | 3 | -85/+5 |
| | | | | | | | | | | | | data using WS" This reverts commit 78fbdc2a8445e9131a10d2210b88d0e4d9927a14. | ||||
* | | Revert "SONAR-5473 Fix fetching of remote SCM data" | Simon Brandhof | 2014-09-26 | 2 | -23/+13 |
| | | | | | | | | This reverts commit da96eeccbe28e91619d60b34ae91ad442de6ce08. | ||||
* | | SONAR-5473 Fix fetching of remote SCM data | Julien HENRY | 2014-09-25 | 2 | -13/+23 |
| | | |||||
* | | SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM data ↵ | Julien HENRY | 2014-09-25 | 3 | -5/+85 |
| | | | | | | | | using WS | ||||
* | | Upgrade version to 5.0-SNAPSHOT | Eric Hartmann | 2014-09-04 | 1 | -1/+1 |
|/ | |||||
* | Fix license header | Julien HENRY | 2014-08-27 | 1 | -0/+19 |
| | |||||
* | Improve code coverage | Julien HENRY | 2014-08-27 | 3 | -8/+60 |
| | |||||
* | SONAR-5417 Handle permision error for project referential loader | Julien HENRY | 2014-08-26 | 4 | -17/+12 |
| | |||||
* | SONAR-5417 Load project referentials using WS | Julien HENRY | 2014-08-25 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into SONAR-4898 | Stephane Gamard | 2014-07-31 | 3 | -3/+11 |
|\ | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/rule/index/RuleIndex.java | ||||
| * | Fix quality flaws | Julien Lancelot | 2014-07-30 | 2 | -2/+5 |
| | | |||||
| * | SONAR-5417 Module settings should contains all parent settings | Julien Lancelot | 2014-07-30 | 1 | -1/+6 |
| | | |||||
| * | Fix some quality flaws | Julien HENRY | 2014-07-24 | 1 | -3/+1 |
| | | |||||
| * | Fix some quality flaws | Julien HENRY | 2014-07-24 | 1 | -1/+3 |
| | | |||||
* | | SONAR-4898 move sonar-server-app to sonar-server | Simon Brandhof | 2014-07-24 | 1 | -5/+0 |
|/ | |||||
* | SONAR-5417 Add rule name to active rule | Julien HENRY | 2014-07-23 | 2 | -4/+9 |
| | |||||
* | SONAR-5477 Return global settings in /batch/global WS | Julien Lancelot | 2014-07-23 | 2 | -5/+14 |
| | |||||
* | SONAR-5477 Load global referentials earlier | Julien HENRY | 2014-07-22 | 4 | -13/+134 |
| | |||||
* | SONAR-5417 Add additional metric attributes | Julien HENRY | 2014-07-21 | 2 | -3/+56 |
| | |||||
* | SONAR-5417 Fix manual measures | Julien HENRY | 2014-07-19 | 1 | -1/+5 |
| | |||||
* | SONAR-5417 Need bestValue and optimizedBestValue on metric in batch protocol | Julien HENRY | 2014-07-18 | 2 | -3/+17 |
| | |||||
* | SONAR-5417 Metric ID is still needed | Julien HENRY | 2014-07-18 | 2 | -4/+12 |
| | |||||
* | SONAR-5417 Add settings to batch protocol | Julien HENRY | 2014-07-18 | 2 | -7/+31 |
| | |||||
* | SONAR-5417 Get active rules using batch protocol | Julien HENRY | 2014-07-18 | 6 | -25/+146 |
| | |||||
* | SONAR-5417 Load metrics using project referential | Julien HENRY | 2014-07-18 | 3 | -17/+53 |
| | |||||
* | SONAR-5417 Initial version of batch protocol + refactoring of settings | Julien HENRY | 2014-07-17 | 5 | -0/+230 |