Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix quality flaws | Simon Brandhof | 2015-03-31 | 1 | -2/+3 |
| | |||||
* | SONAR-6293 refactor loading of default values of sonar.properties | Simon Brandhof | 2015-03-30 | 6 | -146/+100 |
| | |||||
* | SONAR-6293 add property sonar.search.host | schnatterer | 2015-03-27 | 2 | -1/+46 |
| | |||||
* | Merge branch-5.1 | Julien Lancelot | 2015-03-18 | 2 | -3/+2 |
|\ | |||||
| * | Improve db migration from 5.0 and indexing step at server startup | Simon Brandhof | 2015-03-17 | 2 | -3/+2 |
| | | | | | | | | | | | | | | | | * Parallel bulk indexing of documents into Elasticsearch * reduce memory consumption when building JSON requests * no need to change type of column PROJECT_MEASURES.MEASURE_DATE as it is not used * fix created_at/updated_at fields of manual_measure when saved from Rails * remove usage of deprecated delete-by-query | ||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2015-03-06 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.1-RC15.1-RC1 | Eric Hartmann | 2015-03-06 | 1 | -1/+1 |
| | | |||||
* | | Update pom to 5.2-SNAPSHOT | Julien Lancelot | 2015-02-27 | 1 | -1/+1 |
|/ | |||||
* | SONAR-5700 New logging API to remove coupling on SLF4J | Simon Brandhof | 2015-02-19 | 1 | -2/+0 |
| | |||||
* | SONAR-6057 Make log rotation more configurable for production | Simon Brandhof | 2015-02-19 | 5 | -28/+99 |
| | |||||
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 3 | -6/+6 |
| | |||||
* | Improve stability of randomly allocated ports (when sonar.web.port or ↵ | Simon Brandhof | 2014-12-30 | 1 | -0/+2 |
| | | | | sonar.search.port are set to zero) | ||||
* | Fix compatibility of ES 1.4 with KOPF | Simon Brandhof | 2014-12-18 | 1 | -1/+3 |
| | |||||
* | Automatic merge from branch-5.0 | Jenkins CI | 2014-12-16 | 1 | -4/+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 | ||||
| * | Remove useless Elasticsearch Marvel settings | Simon Brandhof | 2014-12-15 | 1 | -4/+0 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.0-RC25.0-RC2 | Eric Hartmann | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-12-11 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 5.0-RC15.0-RC1 | Eric Hartmann | 2014-12-11 | 1 | -1/+1 |
| | | |||||
* | | Improve SearchServerTest to prepare upgrade to ES 1.4 | Simon Brandhof | 2014-12-15 | 1 | -2/+4 |
| | | |||||
* | | Profile dbTests enables only the tests involving a database | Simon Brandhof | 2014-12-10 | 1 | -17/+2 |
| | | |||||
* | | Upgrade to JUnit 4.12 | Simon Brandhof | 2014-12-09 | 1 | -1/+3 |
| | | |||||
* | | Upgrade version to 5.1-SNAPSHOT | Eric Hartmann | 2014-12-09 | 1 | -1/+1 |
|/ | |||||
* | Remove test in SearchServerTest because of too many false-positives on slow ↵ | Simon Brandhof | 2014-12-08 | 1 | -41/+0 |
| | | | | windows environment | ||||
* | Increase timeout of ES to go to yellow status (3s -> 30s) | Simon Brandhof | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | Synchronize database and ES with a journal approach | Simon Brandhof | 2014-11-19 | 2 | -62/+0 |
| | |||||
* | Refactor the way to declare ES indices. | Simon Brandhof | 2014-11-19 | 2 | -9/+6 |
| | | | | | - BaseIndex has too many responsibilities - SearchClient must not override TransportClient, else it can't be easily used in tests | ||||
* | SONAR-5687 fix settings of ES cluster | Simon Brandhof | 2014-10-30 | 3 | -9/+11 |
| | |||||
* | Increase timeout of SearchServerTest for (very) slow boxes | Simon Brandhof | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | Fix documentation of sonar.cluster.activate | Simon Brandhof | 2014-10-24 | 2 | -2/+4 |
| | |||||
* | update ES settings | Stephane Gamard | 2014-10-15 | 2 | -7/+2 |
| | |||||
* | Remove dangerous coupling of sonar-server on sonar-search | Simon Brandhof | 2014-10-10 | 3 | -44/+39 |
| | |||||
* | Fix quality flaw | Simon Brandhof | 2014-10-09 | 1 | -1/+1 |
| | |||||
* | SONAR-5687 refactor configuration of cluster | Simon Brandhof | 2014-10-09 | 3 | -47/+59 |
| | |||||
* | Central definition of properties shared by ES, web and monitor processes | Simon Brandhof | 2014-10-08 | 4 | -85/+80 |
| | |||||
* | Apply again commit eb5a7d26a5b on ↵ | Simon Brandhof | 2014-10-08 | 1 | -0/+1 |
| | | | | cluster.routing.allocation.awareness.attributes | ||||
* | SONAR-5692 support sonar.search.httpPort | Simon Brandhof | 2014-10-08 | 2 | -3/+22 |
| | |||||
* | Refactor SearchServer to split execution and configuration | Simon Brandhof | 2014-10-08 | 4 | -253/+385 |
| | |||||
* | fix quality flaws | Stephane Gamard | 2014-10-08 | 1 | -4/+4 |
| | |||||
* | SONAR-5687 - Slave fails to start if master does not have replication > 0 | Stephane Gamard | 2014-10-06 | 2 | -11/+130 |
| | |||||
* | SONAR-5687 - Added cluster mode which sets replication factor to 1 | Stephane Gamard | 2014-10-06 | 2 | -25/+73 |
| | |||||
* | SONAR-5687 - Added cluster mode which sets replication factor to 1 | Stephane Gamard | 2014-10-06 | 1 | -0/+12 |
| | |||||
* | Fix loading of settings tabs | Simon Brandhof | 2014-10-03 | 1 | -2/+2 |
| | |||||
* | SONAR-5548 - Moved ES analyzer definition to indices rather than to node ↵ | Stephane Gamard | 2014-09-30 | 1 | -60/+1 |
| | | | | configuration (permits node transport) | ||||
* | Merge remote-tracking branch 'remotes/origin/branch-4.5' | Simon Brandhof | 2014-09-30 | 1 | -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 stack | Simon Brandhof | 2014-09-30 | 1 | -0/+12 |
| | | | | | | | | and remove sonar-channel helpers from sonar-testing-harness | ||||
| * | Update version to 4.5.1-SNAPSHOT | Eric Hartmann | 2014-09-29 | 1 | -1/+1 |
| | | |||||
| * | Release 4.54.5 | Eric Hartmann | 2014-09-29 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare for next development iteration | Eric Hartmann | 2014-09-26 | 1 | -1/+1 |
| | | |||||
| * | [maven-release-plugin] prepare release 4.5-RC34.5-RC3 | Eric Hartmann | 2014-09-26 | 1 | -1/+1 |
| | |