Commit Graph

159 Commits

Author SHA1 Message Date
Simon Brandhof
2faaf7e16a Replace fest-assert by assertJ 2015-01-10 07:15:08 +01:00
Simon Brandhof
42785ab206 Improve stability of randomly allocated ports (when sonar.web.port or sonar.search.port are set to zero) 2014-12-30 21:03:22 +01:00
Simon Brandhof
0a62831523 Fix compatibility of ES 1.4 with KOPF 2014-12-18 18:39:28 +01:00
Jenkins CI
9ba70decd7 Automatic merge from branch-5.0
* origin/branch-5.0:
  Readd the assembly configuration since zip file has incorrect mode
  SONAR-5929 TreeMap Widget: colors of squares are not matching Sqale Rating
  Remove useless Elasticsearch Marvel settings
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release 5.0-RC2
2014-12-16 08:01:05 +01:00
Simon Brandhof
6962446f69 Improve SearchServerTest to prepare upgrade to ES 1.4 2014-12-15 21:59:56 +01:00
Simon Brandhof
0c4593890c Remove useless Elasticsearch Marvel settings 2014-12-15 13:57:39 +01:00
Eric Hartmann
4a3f4f35cf [maven-release-plugin] prepare for next development iteration 2014-12-15 12:50:02 +01:00
Eric Hartmann
95f3a5f10a [maven-release-plugin] prepare release 5.0-RC2 2014-12-15 12:50:02 +01:00
Eric Hartmann
fd353db6a3 [maven-release-plugin] prepare for next development iteration 2014-12-11 12:18:55 +01:00
Eric Hartmann
b051ef5217 [maven-release-plugin] prepare release 5.0-RC1 2014-12-11 12:18:54 +01:00
Simon Brandhof
f3f4dc6d61 Profile dbTests enables only the tests involving a database 2014-12-10 22:10:44 +01:00
Simon Brandhof
b1ce54aa63 Upgrade to JUnit 4.12 2014-12-09 23:16:18 +01:00
Eric Hartmann
5a15fe757e Upgrade version to 5.1-SNAPSHOT 2014-12-09 17:31:22 +01:00
Simon Brandhof
2ad3462a1c Remove test in SearchServerTest because of too many false-positives on slow windows environment 2014-12-08 12:08:44 +01:00
Simon Brandhof
a3098827a4 Increase timeout of ES to go to yellow status (3s -> 30s) 2014-11-27 16:49:08 +01:00
Simon Brandhof
aa91479cf9 Synchronize database and ES with a journal approach 2014-11-19 08:27:08 +01:00
Simon Brandhof
e08827e2b7 Refactor the way to declare ES indices.
- BaseIndex has too many responsibilities
- SearchClient must not override TransportClient, else it can't be easily used in tests
2014-11-19 08:27:08 +01:00
Simon Brandhof
1a3678f675 SONAR-5687 fix settings of ES cluster 2014-10-30 09:19:37 +01:00
Simon Brandhof
cf5c90b995 Increase timeout of SearchServerTest for (very) slow boxes 2014-10-28 12:30:21 +01:00
Simon Brandhof
9c467f71a3 Fix documentation of sonar.cluster.activate 2014-10-24 18:26:29 +02:00
Stephane Gamard
390b84dc29 update ES settings 2014-10-15 09:48:03 +02:00
Simon Brandhof
8cee55e18d Remove dangerous coupling of sonar-server on sonar-search 2014-10-10 15:25:04 +02:00
Simon Brandhof
2442eb6583 Fix quality flaw 2014-10-09 14:33:47 +02:00
Simon Brandhof
1f9c791160 SONAR-5687 refactor configuration of cluster 2014-10-09 07:35:11 +02:00
Simon Brandhof
3794337ce0 Central definition of properties shared by ES, web and monitor processes 2014-10-08 22:36:37 +02:00
Simon Brandhof
563d55544b Apply again commit eb5a7d26a5 on cluster.routing.allocation.awareness.attributes 2014-10-08 18:30:17 +02:00
Simon Brandhof
7f082b1373 SONAR-5692 support sonar.search.httpPort 2014-10-08 18:28:44 +02:00
Simon Brandhof
e8deca9f55 Refactor SearchServer to split execution and configuration 2014-10-08 18:28:44 +02:00
Stephane Gamard
eb5a7d26a5 fix quality flaws 2014-10-08 17:22:30 +02:00
Stephane Gamard
e0646173d8 SONAR-5687 - Slave fails to start if master does not have replication > 0 2014-10-06 15:52:09 +02:00
Stephane Gamard
43dfb05314 SONAR-5687 - Added cluster mode which sets replication factor to 1 2014-10-06 15:12:16 +02:00
Stephane Gamard
0b43922ecb SONAR-5687 - Added cluster mode which sets replication factor to 1 2014-10-06 15:12:16 +02:00
Simon Brandhof
0d797dd4a9 Fix loading of settings tabs 2014-10-03 15:25:48 +02:00
Stephane Gamard
a06e719ca8 SONAR-5548 - Moved ES analyzer definition to indices rather than to node configuration (permits node transport) 2014-09-30 17:22:35 +02:00
Simon Brandhof
f9b616759e Merge remote-tracking branch 'remotes/origin/branch-4.5'
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
2014-09-30 09:56:55 +02:00
Simon Brandhof
c6dab978b4 Maven profiles for each technical stack
and remove sonar-channel helpers from sonar-testing-harness
2014-09-30 00:07:03 +02:00
Eric Hartmann
c837d7859a Update version to 4.5.1-SNAPSHOT 2014-09-29 18:10:58 +02:00
Eric Hartmann
c8bb686cbe Release 4.5 2014-09-29 15:59:33 +02:00
Eric Hartmann
852a672e0e [maven-release-plugin] prepare for next development iteration 2014-09-26 14:41:27 +02:00
Eric Hartmann
8be553ee31 [maven-release-plugin] prepare release 4.5-RC3 2014-09-26 14:41:26 +02:00
Stephane Gamard
acd4f75b31 Increased Test robustness 2014-09-25 17:27:57 +02:00
Stephane Gamard
ee84cedd58 fix quality flaw (coverage of SearchServer) 2014-09-25 12:06:11 +02:00
Jenkins CI
a813b87b35 Automatic merge from branch-4.5
* origin/branch-4.5:
  SONAR-5621 Merge server log files into a single one
  SONAR-5621 merge log files
  Update description of "sonar.technicalDebt.ratingGrid"
2014-09-24 21:30:43 +02:00
Simon Brandhof
85c037c87a SONAR-5621 Merge server log files into a single one 2014-09-24 18:19:50 +02:00
Simon Brandhof
410c98978c SONAR-5621 merge log files 2014-09-24 14:36:00 +02:00
Stephane Gamard
99f8c6a3ba SONAR-5531 - Optimized Issue index for mass indexing 2014-09-23 13:58:17 +02:00
Stephane Gamard
ccdfa7b7a3 SONAR-5531 - Optimized refresh while mass indexing 2014-09-23 10:43:05 +02:00
Stephane Gamard
8a7965dfbc SONAR-5531 - Reverted broken fix for refresh 2014-09-22 17:08:42 +02:00
Stephane Gamard
600f1bd16e SONAR-5531 - Updated ES refresh while synchronizing 2014-09-22 12:07:20 +02:00
Simon Brandhof
a80f40412e Merge remote-tracking branch 'origin/branch-4.5'
Conflicts:
	server/sonar-search/src/main/java/org/sonar/search/SearchServer.java
2014-09-22 09:15:12 +02:00