aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-search
Commit message (Collapse)AuthorAgeFilesLines
* Automatic merge from branch-5.3Jenkins CI2015-12-141-1/+3
|\ | | | | | | | | | | | | * origin/branch-5.3: SONAR-7141 Fail fast if server started with Java 1.6 SONAR-7140 Do not check java.io.tmpdir in bootstrap process SONAR-6905 Batch should dump analysis-related URL into a properties file
| * SONAR-7140 Do not check java.io.tmpdir in bootstrap processSimon Brandhof2015-12-141-1/+3
| |
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* Fix quality flaws (sorry for previous commit)Simon Brandhof2015-11-271-13/+9
|
* Fix quality flawsSimon Brandhof2015-11-271-1/+3
|
* Merge remote-tracking branch 'origin/branch-5.2'Simon Brandhof2015-10-301-0/+17
|\
| * Do not deploy internal artifacts to maven central repoSimon Brandhof2015-10-291-0/+17
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-271-1/+1
| |
| * [maven-release-plugin] prepare release 5.2-RC4Thomas Vérin2015-10-271-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-201-1/+1
| |
| * [maven-release-plugin] prepare release 5.2-RC35.2-RC3Thomas Vérin2015-10-201-1/+1
| |
* | Upgrade version to 5.3-SNAPSHOTThomas Vérin2015-10-131-1/+1
|/
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-121-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-121-1/+1
|
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-091-3/+3
|
* SONAR-6830 add WS api/system/logs and api/system/change_log_levelSimon Brandhof2015-10-061-1/+1
|
* SONAR-6799 SONAR-6232 compute engine logsSimon Brandhof2015-09-271-2/+1
| | | | | | - add WS api/ce/logs - add boolean field 'logs' to the responses of the WS that return tasks - purge log files (max nb of files per project can be configured)
* Rename remaining variables "sut" to "underTest" in testsSimon Brandhof2015-07-161-2/+2
|
* Quality flawsSimon Brandhof2015-06-292-2/+6
| | | | | - do not declare multiple variables on same line - fix imports
* Cleanup warningsGabor Liptak2015-06-171-1/+3
|
* Useless codeDavid Gageot2015-05-122-10/+10
|
* Redundant throws clause in testsDavid Gageot2015-05-073-4/+4
|
* Avoid automatic creation of indicesSimon Brandhof2015-04-211-3/+5
|
* Fix quality flawsSimon Brandhof2015-03-311-2/+3
|
* SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-306-146/+100
|
* SONAR-6293 add property sonar.search.hostschnatterer2015-03-272-1/+46
|
* Merge branch-5.1Julien Lancelot2015-03-182-3/+2
|\
| * Improve db migration from 5.0 and indexing step at server startupSimon Brandhof2015-03-172-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 iterationEric Hartmann2015-03-061-1/+1
| |
| * [maven-release-plugin] prepare release 5.1-RC15.1-RC1Eric Hartmann2015-03-061-1/+1
| |
* | Update pom to 5.2-SNAPSHOTJulien Lancelot2015-02-271-1/+1
|/
* SONAR-5700 New logging API to remove coupling on SLF4JSimon Brandhof2015-02-191-2/+0
|
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-195-28/+99
|
* Replace fest-assert by assertJSimon Brandhof2015-01-103-6/+6
|
* Improve stability of randomly allocated ports (when sonar.web.port or ↵Simon Brandhof2014-12-301-0/+2
| | | | sonar.search.port are set to zero)
* Fix compatibility of ES 1.4 with KOPFSimon Brandhof2014-12-181-1/+3
|
* Automatic merge from branch-5.0Jenkins CI2014-12-161-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 settingsSimon Brandhof2014-12-151-4/+0
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-151-1/+1
| |
| * [maven-release-plugin] prepare release 5.0-RC25.0-RC2Eric Hartmann2014-12-151-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-111-1/+1
| |
| * [maven-release-plugin] prepare release 5.0-RC15.0-RC1Eric Hartmann2014-12-111-1/+1
| |
* | Improve SearchServerTest to prepare upgrade to ES 1.4Simon Brandhof2014-12-151-2/+4
| |
* | Profile dbTests enables only the tests involving a databaseSimon Brandhof2014-12-101-17/+2
| |
* | Upgrade to JUnit 4.12Simon Brandhof2014-12-091-1/+3
| |
* | Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-1/+1
|/
* Remove test in SearchServerTest because of too many false-positives on slow ↵Simon Brandhof2014-12-081-41/+0
| | | | windows environment
* Increase timeout of ES to go to yellow status (3s -> 30s)Simon Brandhof2014-11-271-1/+1
|