| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 10 | -40/+40 |
* | SONAR-7140 Do not check java.io.tmpdir in bootstrap process | Simon Brandhof | 2015-12-14 | 1 | -1/+3 |
* | Fix quality flaws (sorry for previous commit) | Simon Brandhof | 2015-11-27 | 1 | -13/+9 |
* | Fix quality flaws | Simon Brandhof | 2015-11-27 | 1 | -1/+3 |
* | SONAR-6830 add WS api/system/logs and api/system/change_log_level | Simon Brandhof | 2015-10-06 | 1 | -1/+1 |
* | SONAR-6799 SONAR-6232 compute engine logs | Simon Brandhof | 2015-09-27 | 1 | -2/+1 |
* | Rename remaining variables "sut" to "underTest" in tests | Simon Brandhof | 2015-07-16 | 1 | -2/+2 |
* | Quality flaws | Simon Brandhof | 2015-06-29 | 2 | -2/+6 |
* | Cleanup warnings | Gabor Liptak | 2015-06-17 | 1 | -1/+3 |
* | Useless code | David Gageot | 2015-05-12 | 2 | -10/+10 |
* | Redundant throws clause in tests | David Gageot | 2015-05-07 | 3 | -4/+4 |
* | Avoid automatic creation of indices | Simon Brandhof | 2015-04-21 | 1 | -3/+5 |
* | 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 |
* | Improve db migration from 5.0 and indexing step at server startup | Simon Brandhof | 2015-03-17 | 2 | -3/+2 |
* | SONAR-6057 Make log rotation more configurable for production | Simon Brandhof | 2015-02-19 | 4 | -27/+93 |
* | Replace fest-assert by assertJ | Simon Brandhof | 2015-01-10 | 3 | -6/+6 |
* | Improve stability of randomly allocated ports (when sonar.web.port or sonar.s... | Simon Brandhof | 2014-12-30 | 1 | -0/+2 |
* | 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 |
|\ |
|
| * | Remove useless Elasticsearch Marvel settings | Simon Brandhof | 2014-12-15 | 1 | -4/+0 |
* | | Improve SearchServerTest to prepare upgrade to ES 1.4 | Simon Brandhof | 2014-12-15 | 1 | -2/+4 |
* | | Upgrade to JUnit 4.12 | Simon Brandhof | 2014-12-09 | 1 | -1/+3 |
|/ |
|
* | Remove test in SearchServerTest because of too many false-positives on slow w... | Simon Brandhof | 2014-12-08 | 1 | -41/+0 |
* | 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 |
* | 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 cluster.routing.allocation.awareness.attrib... | Simon Brandhof | 2014-10-08 | 1 | -0/+1 |
* | 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 conf... | Stephane Gamard | 2014-09-30 | 1 | -60/+1 |
* | Increased Test robustness | Stephane Gamard | 2014-09-25 | 1 | -1/+1 |
* | fix quality flaw (coverage of SearchServer) | Stephane Gamard | 2014-09-25 | 1 | -0/+82 |
* | Automatic merge from branch-4.5 | Jenkins CI | 2014-09-24 | 2 | -14/+4 |
|\ |
|
| * | SONAR-5621 Merge server log files into a single one | Simon Brandhof | 2014-09-24 | 2 | -2/+2 |
| * | SONAR-5621 merge log files | Simon Brandhof | 2014-09-24 | 1 | -12/+2 |