Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automatic merge from branch-5.3 | Jenkins CI | 2015-12-18 | 1 | -14/+14 |
|\ | | | | | | | | | | | * origin/branch-5.3: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.3-RC2 | ||||
| * | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-12-17 | 1 | -2/+2 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.3-RC25.3-RC2 | Thomas Vérin | 2015-12-17 | 1 | -16/+16 |
| | | |||||
* | | Upgrade version to 5.4-SNAPSHOT | Eric Hartmann | 2015-12-09 | 1 | -1/+1 |
|/ | |||||
* | SONAR-6905 replace analysis-details.json by report-task.txt | simonbrandhof | 2015-12-04 | 1 | -0/+10 |
| | |||||
* | SONAR-7054 use ws-client in batch | Simon Brandhof | 2015-11-30 | 1 | -10/+5 |
| | |||||
* | SONAR-6809 Remove sonar-java-api from distribution | Julien HENRY | 2015-11-30 | 1 | -15/+0 |
| | |||||
* | SONAR-7058 Update bundled Java plugin to 3.7.1 | Julien HENRY | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | Upgrade to frontend-m-p 0.26 | Simon Brandhof | 2015-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | It fixes the following recurrent error when switching branches: Caused by: java.lang.IllegalArgumentException: /Users/sbrandhof/dev/core/sonarqube/server/sonar-web/./node/npm is not a directory at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:891) at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:869) at com.github.eirslett.maven.plugins.frontend.lib.DefaultNodeAndNPMInstaller$NodeAndNPMInstallAction.installNpm(NodeAndNPMInstaller.java:158) at com.github.eirslett.maven.plugins.frontend.lib.DefaultNodeAndNPMInstaller$NodeAndNPMInstallAction.install(NodeAndNPMInstaller.java:79) at com.github.eirslett.maven.plugins.frontend.lib.DefaultNodeAndNPMInstaller.install(NodeAndNPMInstaller.java:52) at com.github.eirslett.maven.plugins.frontend.mojo.InstallNodeAndNpmMojo.execute(InstallNodeAndNpmMojo.java:81) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132) ... 12 more | ||||
* | SONAR-7027 add DevCockpitBridge and start/stop Dev Cockpit plugin | Sébastien Lesaint | 2015-11-18 | 1 | -0/+5 |
| | | | | add Maven module sonar-dev-cockpit-bridge | ||||
* | Another attempt to exclude generated protobuf files | Julien HENRY | 2015-11-09 | 1 | -2/+2 |
| | |||||
* | SONAR-6998 Remove injection of MavenProject in module IoC container | Julien HENRY | 2015-11-05 | 1 | -11/+0 |
| | |||||
* | Exclude protobuf generated files from the SQ analysis | Julien HENRY | 2015-11-05 | 1 | -0/+6 |
| | |||||
* | Fix profile coverage-per-test | Simon Brandhof | 2015-11-03 | 1 | -1/+1 |
| | |||||
* | Execute Protocol Buffer compiler during build | Evgeny Mandrikov | 2015-10-29 | 1 | -1/+145 |
| | | | | | | | | | | | | Dependency for compiler selected based on platform. Supported platforms are Windows/Linux x86/64 and Mac OS. Configuration in root POM to avoid duplication. This also makes version of compiler consistent with version of library. Previously it was 3.0.0-a3 and 3.0.0-beta-1 respectively, now both are 3.0.0-beta-1. And removes all existing auto generated files and scripts for their creation as well as their traces (such as comments and exclusions for SonarQube). | ||||
* | Add org.sonarqube.* to Jacoco configuration | Teryk Bellahsene | 2015-10-15 | 1 | -0/+1 |
| | |||||
* | Automatic merge from branch-5.1 | Jenkins CI | 2015-10-14 | 1 | -14/+14 |
|\ | | | | | | | | | | | | | | | | | * origin/branch-5.2: Improve message when trying to install a non-plugin JAR Fix enforcer rule about size of zip Fix reliability of NetworkUtils#freePort() Fix Maven warnings SONAR-6219 Fix ruby warning "don't put space before argument parentheses" | ||||
| * | Fix Maven warnings | Simon Brandhof | 2015-10-13 | 1 | -14/+14 |
| | | | | | | | | by replacing ${project.version} by ${pom.version} | ||||
* | | Upgrade version to 5.3-SNAPSHOT | Thomas Vérin | 2015-10-13 | 1 | -1/+1 |
|/ | |||||
* | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-13 | 1 | -2/+2 |
| | |||||
* | [maven-release-plugin] prepare release 5.2-RC25.2-RC2 | Thomas Vérin | 2015-10-13 | 1 | -2/+2 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Thomas Vérin | 2015-10-12 | 1 | -2/+2 |
| | |||||
* | [maven-release-plugin] prepare release 5.2-RC15.2-RC1 | Thomas Vérin | 2015-10-12 | 1 | -8/+7 |
| | |||||
* | Fix double installation of sources jar | Simon Brandhof | 2015-10-12 | 1 | -0/+5 |
| | |||||
* | Removed signature goal from maven release (redundant with bintray) | tomverin | 2015-10-12 | 1 | -13/+0 |
| | |||||
* | update distributionManagement to deploy to bintray | tomverin | 2015-10-12 | 1 | -3/+2 |
| | |||||
* | Try to fix error of maven-release-plugin | Simon Brandhof | 2015-10-12 | 1 | -19/+14 |
| | |||||
* | Replace groupIds org.codehaus by org.sonarsource | Simon Brandhof | 2015-10-09 | 1 | -21/+46 |
| | |||||
* | Remove javadoc option that fails with java 7 | Simon Brandhof | 2015-10-09 | 1 | -3/+0 |
| | |||||
* | Disable javadoc lints (missing @return, ...) | Simon Brandhof | 2015-10-09 | 1 | -0/+3 |
| | | | | That would break releasability. | ||||
* | Update embedded SQ Java plugin to 3.6 | Julien HENRY | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | Upgrade Elasticsearch 1.7.1 -> 1.7.2 | Simon Brandhof | 2015-09-27 | 1 | -1/+1 |
| | |||||
* | SONAR-6587 Update SVN plugin to latest version | Julien Lancelot | 2015-09-25 | 1 | -2/+2 |
| | |||||
* | SONAR-6607 Upgrade Java to 3.5 | Julien Lancelot | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | Remove maven property sonar.snapshotRepository.url (which was set to codehaus) | Simon Brandhof | 2015-09-18 | 1 | -6/+0 |
| | |||||
* | SONAR-6552 fix maven dependency for SQLServer tests | Simon Brandhof | 2015-09-17 | 1 | -30/+0 |
| | |||||
* | SONAR-6552 fix bad merge | Simon Brandhof | 2015-09-17 | 1 | -9/+0 |
| | | | | | - fix ruby activerecord adapter - do not package jtds.jar | ||||
* | Upgrade to Elasticsearch 1.7.1 | Simon Brandhof | 2015-09-14 | 1 | -1/+1 |
| | |||||
* | Upgrade protobuf lib to 3.0.0-beta-1 | Simon Brandhof | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Redirect logs to file by default | David Gageot | 2015-08-31 | 1 | -0/+1 |
| | |||||
* | Test not redirecting logs to file | David Gageot | 2015-08-31 | 1 | -1/+0 |
| | |||||
* | update min required version of Maven to 3.2 | Sébastien Lesaint | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | remove use of project.version in dependencyManagement | Sébastien Lesaint | 2015-08-12 | 1 | -14/+19 |
| | | | | | use of project.version in dependencyManagement leads to build error in IT plugins with Maven 3.3 (in these plugins, project.version is 1.0-SNAPSHOT, in Maven 3.2 dependencies which version is declared ${project.version} in root pom.xml resolve to 5.2-SNAPSHOT but with Maven 3.3 they resolve to 1.0-SNAPSHOT, which causes errors) | ||||
* | Upgrade frontend-m-p to fix NPM errors | Simon Brandhof | 2015-08-12 | 1 | -11/+3 |
| | | | | This requires to upgrade min version of mvn to from 3.0 to 3.1 | ||||
* | SONAR-6749 add sonar-views-bridge module and start/stop Views from SQ | Sébastien Lesaint | 2015-08-06 | 1 | -0/+5 |
| | |||||
* | Remove dependency management for WS client | Julien HENRY | 2015-08-04 | 1 | -5/+0 |
| | |||||
* | use new rule WS | Duarte Meneses | 2015-07-31 | 1 | -0/+5 |
| | |||||
* | Move protobuf specs of WS into new module sonar-ws | Simon Brandhof | 2015-07-30 | 1 | -0/+1 |
| | |||||
* | Revert "Do not redirect surefire logs to file" | Simon Brandhof | 2015-07-23 | 1 | -1/+1 |
| | | | | | | Too many logs are generated for travis, which accepts max 4Mb This reverts commit e9782fdb646b47679802e4b7a04dd20daa14ddb1. | ||||
* | Do not redirect surefire logs to file | Simon Brandhof | 2015-07-23 | 1 | -1/+1 |
| |