aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5473 Fix fetching of remote SCM dataJulien HENRY2014-10-022-13/+23
|
* SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM data ↵Julien HENRY2014-10-023-5/+85
| | | | using WS
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-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 stackSimon Brandhof2014-09-301-0/+12
| | | | | | | | and remove sonar-channel helpers from sonar-testing-harness
| * 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
| |
* | Revert "SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM ↵Simon Brandhof2014-09-263-85/+5
| | | | | | | | | | | | data using WS" This reverts commit 78fbdc2a8445e9131a10d2210b88d0e4d9927a14.
* | Revert "SONAR-5473 Fix fetching of remote SCM data"Simon Brandhof2014-09-262-23/+13
| | | | | | | | This reverts commit da96eeccbe28e91619d60b34ae91ad442de6ce08.
* | SONAR-5473 Fix fetching of remote SCM dataJulien HENRY2014-09-252-13/+23
| |
* | SONAR-5644, SONAR-5473 Create new SCM extension point and fetch SCM data ↵Julien HENRY2014-09-253-5/+85
| | | | | | | | using WS
* | Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-041-1/+1
|/
* Fix license headerJulien HENRY2014-08-271-0/+19
|
* Improve code coverageJulien HENRY2014-08-273-8/+60
|
* SONAR-5417 Handle permision error for project referential loaderJulien HENRY2014-08-264-17/+12
|
* SONAR-5417 Load project referentials using WSJulien HENRY2014-08-251-1/+2
|
* Merge branch 'master' into SONAR-4898Stephane Gamard2014-07-313-3/+11
|\ | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/rule/index/RuleIndex.java
| * Fix quality flawsJulien Lancelot2014-07-302-2/+5
| |
| * SONAR-5417 Module settings should contains all parent settingsJulien Lancelot2014-07-301-1/+6
| |
| * Fix some quality flawsJulien HENRY2014-07-241-3/+1
| |
| * Fix some quality flawsJulien HENRY2014-07-241-1/+3
| |
* | SONAR-4898 move sonar-server-app to sonar-serverSimon Brandhof2014-07-241-5/+0
|/
* SONAR-5417 Add rule name to active ruleJulien HENRY2014-07-232-4/+9
|
* SONAR-5477 Return global settings in /batch/global WSJulien Lancelot2014-07-232-5/+14
|
* SONAR-5477 Load global referentials earlierJulien HENRY2014-07-224-13/+134
|
* SONAR-5417 Add additional metric attributesJulien HENRY2014-07-212-3/+56
|
* SONAR-5417 Fix manual measuresJulien HENRY2014-07-191-1/+5
|
* SONAR-5417 Need bestValue and optimizedBestValue on metric in batch protocolJulien HENRY2014-07-182-3/+17
|
* SONAR-5417 Metric ID is still neededJulien HENRY2014-07-182-4/+12
|
* SONAR-5417 Add settings to batch protocolJulien HENRY2014-07-182-7/+31
|
* SONAR-5417 Get active rules using batch protocolJulien HENRY2014-07-186-25/+146
|
* SONAR-5417 Load metrics using project referentialJulien HENRY2014-07-183-17/+53
|
* SONAR-5417 Initial version of batch protocol + refactoring of settingsJulien HENRY2014-07-175-0/+230