aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
Commit message (Collapse)AuthorAgeFilesLines
* Fix quality flawsJulien Lancelot2014-10-141-3/+3
|
* Fix some quality flawsJulien HENRY2014-10-142-11/+18
|
* Improve loggingJulien HENRY2014-10-142-2/+2
|
* Fix SourcePersisterTest on OracleSimon Brandhof2014-10-102-6/+6
|
* Display DateTime instead of Date to understand ITs failuresJulien Lancelot2014-10-102-19/+36
|
* Add missing @Override annotationsSimon Brandhof2014-10-1052-0/+165
|
* Fix quality flawsSimon Brandhof2014-10-094-7/+30
|
* Automatic merge from branch-4.5Jenkins CI2014-10-093-11/+22
|\ | | | | | | | | | | * origin/branch-4.5: Fix line count when file starts with a new line SONAR-5030 Remove log about deregistered driver
| * Fix line count when file starts with a new lineJulien HENRY2014-10-092-5/+21
| |
| * SONAR-5030 Remove log about deregistered driverJulien HENRY2014-10-091-7/+2
| |
* | Fix some quality flawsJulien HENRY2014-10-092-3/+49
| |
* | SONAR-5672 Fix regression on viewsJulien HENRY2014-10-092-2/+7
| |
* | Fix some quality flawsJulien HENRY2014-10-082-2/+4
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Julien HENRY2014-10-082-8/+14
|\|
| * SONAR-5370 Deprecate usage of "sonar.profile" as an analysis parameterJulien HENRY2014-10-081-0/+6
| |
* | Fix quality flawsJulien Lancelot2014-10-082-5/+9
| |
* | Merge remote-tracking branch 'origin/branch-4.5'Stephane Gamard2014-10-087-57/+10
|\| | | | | | | | | | | Conflicts: server/sonar-server/src/main/java/org/sonar/server/rule/index/RuleIndex.java sonar-batch/src/main/java/org/sonar/batch/scan2/DefaultFileLinesContextFactory.java
| * Fix quality flawsSimon Brandhof2014-10-081-33/+0
| |
| * Fix quality flawSimon Brandhof2014-10-081-4/+0
| |
| * Fix some quality flawsJulien HENRY2014-10-085-19/+5
| |
| * Fix some quality flawsJulien HENRY2014-10-081-5/+5
| |
* | Fix some quality flawsJulien HENRY2014-10-071-0/+21
| |
* | Fix quality flawsSimon Brandhof2014-10-074-16/+14
| |
* | Fix quality flawSimon Brandhof2014-10-071-4/+0
| |
* | SONAR-5620 Improve support of empty authorsJulien HENRY2014-10-072-5/+9
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-061-2/+3
| | | | | | | | | | | | 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
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-10-065-58/+50
|\| | | | | | | | | | | 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 LONGTEXTSimon Brandhof2014-10-055-60/+55
| |
* | SONAR-5620 Minor fixesJulien HENRY2014-10-033-5/+4
| |
* | Fix some quality flawsJulien HENRY2014-10-036-21/+37
| |
* | SONAR-5620 Fallback to use sonar.links.scm_dev property when no provider is ↵Julien HENRY2014-10-032-17/+70
| | | | | | | | detected
* | SONAR-5677 Fail with a clear message when trying to blame a locally modified ↵Julien HENRY2014-10-032-9/+5
| | | | | | | | file
* | Fix some quality flawsSimon Brandhof2014-10-031-6/+0
| |
* | SONAR-5473 Fix fake project referential implementaionJulien HENRY2014-10-021-1/+1
| |
* | SONAR-5620 Improve user experienceJulien HENRY2014-10-024-53/+145
| |
* | Log cleanupJulien HENRY2014-10-023-4/+7
| |
* | SONAR-5643 Hide SVN password and rework loggingJulien HENRY2014-10-023-60/+104
| |
* | SONAR-5620 Don't fail build when no provider is detectedJulien HENRY2014-10-023-14/+14
| |
* | SONAR-5473 Fix fetching of remote SCM dataJulien HENRY2014-10-028-87/+109
| |
* | SONAR-5644 Rework SCM APIJulien HENRY2014-10-021-2/+2
| |
* | 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-0215-46/+424
| | | | | | | | using WS
* | SONAR-5672 Fix regression with measure duplication_lines_dataJulien HENRY2014-10-022-61/+19
| |
* | SONAR-5672 Special case for views pluginJulien HENRY2014-10-022-2/+9
| |
* | SONAR-5682 Drop (some) APIs that were deprecated in versions 2.x or 3.xSimon Brandhof2014-10-021-1/+1
| |
* | Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-0/+19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+19
| | | | | | | | 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
| |