Commit Graph

702 Commits

Author SHA1 Message Date
Simon Brandhof
6be98b208a Upgrade to parent 26 and new copyright headers 2016-01-05 23:17:36 +01:00
Jenkins CI
feb13a2e4a Automatic merge from branch-5.3
* origin/branch-5.3:
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 5.3-RC2
2015-12-18 08:01:22 +01:00
Thomas Vérin
acd392a95c [maven-release-plugin] prepare for next development iteration 2015-12-17 17:02:01 +01:00
Thomas Vérin
29a84111f6 [maven-release-plugin] prepare release 5.3-RC2 2015-12-17 17:02:01 +01:00
Eric Hartmann
1342b253ed Upgrade version to 5.4-SNAPSHOT 2015-12-09 13:32:03 +01:00
simonbrandhof
4a403cd455 SONAR-6905 replace analysis-details.json by report-task.txt 2015-12-04 17:42:53 +01:00
Simon Brandhof
bba16edb77 SONAR-7054 use ws-client in batch 2015-11-30 19:01:45 +01:00
Julien HENRY
5a1a0e3fbe SONAR-6809 Remove sonar-java-api from distribution 2015-11-30 17:26:31 +01:00
Julien HENRY
0a8c840576 SONAR-7058 Update bundled Java plugin to 3.7.1 2015-11-20 14:46:48 +01:00
Simon Brandhof
42f04be45b Upgrade to frontend-m-p 0.26
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
2015-11-18 18:15:06 +01:00
Sébastien Lesaint
5934fd7d55 SONAR-7027 add DevCockpitBridge and start/stop Dev Cockpit plugin
add Maven module sonar-dev-cockpit-bridge
2015-11-18 14:37:33 +01:00
Julien HENRY
88bb080975 Another attempt to exclude generated protobuf files 2015-11-09 08:41:26 +01:00
Julien HENRY
266e3139c3 SONAR-6998 Remove injection of MavenProject in module IoC container 2015-11-05 18:37:51 +01:00
Julien HENRY
52c69fcd00 Exclude protobuf generated files from the SQ analysis 2015-11-05 09:34:48 +01:00
Simon Brandhof
7c8ad8ca23 Fix profile coverage-per-test 2015-11-03 23:21:18 +01:00
Evgeny Mandrikov
d7d20c58c7 Execute Protocol Buffer compiler during build
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).
2015-10-29 16:12:28 +01:00
Teryk Bellahsene
180086c6a5 Add org.sonarqube.* to Jacoco configuration 2015-10-15 17:44:32 +02:00
Jenkins CI
e51e9c9eb0 Automatic merge from branch-5.1
* 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"
2015-10-14 08:01:18 +02:00
Simon Brandhof
472b20d3f8 Fix Maven warnings
by replacing ${project.version} by ${pom.version}
2015-10-13 23:04:48 +02:00
Thomas Vérin
5454b43be7 Upgrade version to 5.3-SNAPSHOT 2015-10-13 13:54:26 +02:00
Thomas Vérin
bc488dae24 [maven-release-plugin] prepare for next development iteration 2015-10-13 12:06:23 +02:00
Thomas Vérin
3d2b3bbd08 [maven-release-plugin] prepare release 5.2-RC2 2015-10-13 12:06:23 +02:00
Thomas Vérin
448f166e5f [maven-release-plugin] prepare for next development iteration 2015-10-12 17:58:42 +02:00
Thomas Vérin
d5dd7720eb [maven-release-plugin] prepare release 5.2-RC1 2015-10-12 17:58:42 +02:00
Simon Brandhof
4aac977ead Fix double installation of sources jar 2015-10-12 17:48:42 +02:00
tomverin
7738709981 Removed signature goal from maven release (redundant with bintray) 2015-10-12 17:00:03 +02:00
tomverin
b255fc14d5 update distributionManagement to deploy to bintray 2015-10-12 15:33:24 +02:00
Simon Brandhof
c36b42cd4b Try to fix error of maven-release-plugin 2015-10-12 14:50:52 +02:00
Simon Brandhof
e2517f4266 Replace groupIds org.codehaus by org.sonarsource 2015-10-09 16:41:29 +02:00
Simon Brandhof
8dbbb595f1 Remove javadoc option that fails with java 7 2015-10-09 16:38:09 +02:00
Simon Brandhof
94ef611be8 Disable javadoc lints (missing @return, ...)
That would break releasability.
2015-10-09 15:18:03 +02:00
Julien HENRY
d69d3fd210 Update embedded SQ Java plugin to 3.6 2015-10-09 14:04:29 +02:00
Simon Brandhof
0ae5ddd039 Upgrade Elasticsearch 1.7.1 -> 1.7.2 2015-09-27 22:42:11 +02:00
Julien Lancelot
dca673b1eb SONAR-6587 Update SVN plugin to latest version 2015-09-25 15:00:02 +02:00
Julien Lancelot
51e7057c44 SONAR-6607 Upgrade Java to 3.5 2015-09-22 13:54:40 +02:00
Simon Brandhof
b607881d27 Remove maven property sonar.snapshotRepository.url (which was set to codehaus) 2015-09-18 16:14:04 +02:00
Simon Brandhof
0d1b0b7a20 SONAR-6552 fix maven dependency for SQLServer tests 2015-09-17 16:21:03 +02:00
Simon Brandhof
20d34c4820 SONAR-6552 fix bad merge
- fix ruby activerecord adapter
- do not package jtds.jar
2015-09-17 15:36:51 +02:00
Simon Brandhof
6753155e4d Upgrade to Elasticsearch 1.7.1 2015-09-14 21:46:39 +02:00
Simon Brandhof
33a216e207 Upgrade protobuf lib to 3.0.0-beta-1 2015-09-11 11:44:21 +02:00
David Gageot
c54b15c974 Redirect logs to file by default 2015-08-31 18:48:55 +02:00
David Gageot
bfa27a7a61 Test not redirecting logs to file 2015-08-31 18:48:55 +02:00
Sébastien Lesaint
6d727fe221 update min required version of Maven to 3.2 2015-08-26 14:15:14 +02:00
Sébastien Lesaint
75dbc1e0c5 remove use of project.version in dependencyManagement
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)
2015-08-12 14:24:36 +02:00
Simon Brandhof
83e62d6b93 Upgrade frontend-m-p to fix NPM errors
This requires to upgrade min version of mvn to from 3.0 to 3.1
2015-08-12 14:24:36 +02:00
Sébastien Lesaint
e8ef04be6f SONAR-6749 add sonar-views-bridge module and start/stop Views from SQ 2015-08-06 14:20:48 +02:00
Julien HENRY
d0f9a0d4fa Remove dependency management for WS client 2015-08-04 09:01:35 +02:00
Duarte Meneses
6cd87655c8 use new rule WS 2015-07-31 12:04:26 +02:00
Simon Brandhof
8f5b86c9ec Move protobuf specs of WS into new module sonar-ws 2015-07-30 11:43:17 +02:00
Simon Brandhof
346073fd91 Revert "Do not redirect surefire logs to file"
Too many logs are generated for travis, which accepts max 4Mb

This reverts commit e9782fdb64.
2015-07-23 20:05:31 +02:00