aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-search
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7960 add task UUID to logsSébastien Lesaint2016-08-161-1/+1
|
* SONAR-7833 task start/stop logs in sonar.log only if DEBUG is enabledSébastien Lesaint2016-08-161-1/+1
| | | | | start log is always at DEBUG level stop log is at DEBUG level in case of success, at ERROR level in case of error
* Fix compatibility of ES with KOPFSimon Brandhof2016-08-041-1/+1
| | | | Only for DEV purpose !
* SONAR-7908 ability to disable Elasticsearch processSimon Brandhof2016-08-033-96/+52
|
* prepare for next development iterationDavid Rautureau2016-07-201-1/+1
|
* Fix Quality flawsSimon Brandhof2016-06-161-1/+1
|
* SONAR-7653 upgrade to Elasticsearch 2.3.3Simon Brandhof2016-05-315-37/+50
|
* Automatic merge from branch-5.6Jenkins CI2016-05-271-1/+0
|\ | | | | | | | | | | | | | | | | * origin/branch-5.6: SONAR-7652 fix connection to SQL Azure Upgrade version of java 8 on Travis SONAR-7653 remove useless code SONAR-7653 remove Java option XX:MaxPermSize SONAR-7587 end of support of Java 7
| * SONAR-7653 remove useless codeSimon Brandhof2016-05-261-1/+0
| | | | | | | | | | | | JVM does not start if runtime version is not 1.8, so it's useless to check java version programmatically.
| * prepare for next development iteration on release branchTom2016-05-201-1/+1
| |
| * Release 5.6-RC1Tom2016-05-201-1/+1
| |
* | prepare for next development iterationTom2016-05-201-1/+1
|/
* Upgrade version to 5.6-SNAPSHOTTom2016-04-071-1/+1
|
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-053-3/+39
|
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-254-29/+51
|
* SONAR-7435 rename state when process is done starting from ready to upSébastien Lesaint2016-03-212-2/+2
| | | | also clean up code of DefaultProcessCommands and fix it's Javadoc which was out of sync with implementation
* SONAR-7330 delete ES script "ListUpdate"Simon Brandhof2016-02-294-361/+5
|
* Upgrade version to 5.5-SNAPSHOTEric Hartmann2016-02-091-1/+1
|
* SONAR-7226 deploy all artifacts to central, except SQ zipSimon Brandhof2016-02-041-16/+0
|
* Use INFO level by default in unit testsSimon Brandhof2016-02-021-1/+1
|
* Fix project title in copyright headersSimon Brandhof2016-01-1310-10/+10
|
* Fix quality flaws5.4-M3Simon Brandhof2016-01-061-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0510-40/+40
|
* 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
|