index
:
sonarqube.git
4.5.5
6.7
Martin/DefaultSymbol_ErrorMessage
branch-10.0
branch-10.1
branch-10.2
branch-10.3
branch-10.4
branch-10.5
branch-10.6
branch-10.7
branch-10.8
branch-5.6
branch-6.0
branch-6.1
branch-6.2
branch-6.3
branch-6.4
branch-6.5
branch-6.5-M1
branch-6.6
branch-6.6-M1
branch-6.7
branch-7.0
branch-7.9
branch-8.1
branch-8.3
branch-8.4
branch-8.5
branch-8.6
branch-8.7
branch-8.9
branch-9.0
branch-9.1
branch-9.2
branch-9.3
branch-9.4
branch-9.5
branch-9.6
branch-9.7
branch-9.8
branch-9.9
bug/cv/SONAR-20986-open-source-build-on-travis-failing
bugfix/cv/upgrade-travisenv-j17
copy_of_master
docs/th/AzureExtensionCompat15621
feat/smarini/BUILD-6088-add-security-md
feature/jay/fix-travis-build
feature/jh/scanner_report_uploader
feature/wad/do-not-merge-do-not-merge
feature/wad/refresh-cache
feature/wad/wip-node-18
fix/jp/fix-jrog
greg/test-new-cirrus-config
jp/test-ut
lj/testing-release
lj/travis-fix-for-master
master
ms/test-timeout
poc/kirill+dam/open-issue-in-ide
poc/me/travis-public-repo
prevent-jvm-override
task/mm/restore-public-build
task/sma/SONAR-22676_DO-NOT-MERGE
wip/ak/BUILD-3755-test-pr
wip/ant1/try_BUILD-3755_no_public_build_for_lts
wouter-admiraal-sonarsource-patch-1
Continuous Inspection: https://github.com/SonarSource/sonarqube
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
sonar-search
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Useless code
David Gageot
2015-05-12
1
-8
/
+8
*
Redundant throws clause in tests
David Gageot
2015-05-07
3
-4
/
+4
*
SONAR-6293 refactor loading of default values of sonar.properties
Simon Brandhof
2015-03-30
3
-84
/
+65
*
SONAR-6293 add property sonar.search.host
schnatterer
2015-03-27
1
-0
/
+32
*
SONAR-6057 Make log rotation more configurable for production
Simon Brandhof
2015-02-19
1
-0
/
+49
*
Replace fest-assert by assertJ
Simon Brandhof
2015-01-10
3
-6
/
+6
*
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
*
Synchronize database and ES with a journal approach
Simon Brandhof
2014-11-19
1
-44
/
+0
*
SONAR-5687 fix settings of ES cluster
Simon Brandhof
2014-10-30
1
-1
/
+1
*
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
1
-1
/
+1
*
Remove dangerous coupling of sonar-server on sonar-search
Simon Brandhof
2014-10-10
1
-26
/
+27
*
SONAR-5687 refactor configuration of cluster
Simon Brandhof
2014-10-09
2
-21
/
+38
*
Central definition of properties shared by ES, web and monitor processes
Simon Brandhof
2014-10-08
2
-51
/
+53
*
SONAR-5692 support sonar.search.httpPort
Simon Brandhof
2014-10-08
1
-0
/
+10
*
Refactor SearchServer to split execution and configuration
Simon Brandhof
2014-10-08
2
-107
/
+184
*
SONAR-5687 - Slave fails to start if master does not have replication > 0
Stephane Gamard
2014-10-06
1
-6
/
+111
*
SONAR-5687 - Added cluster mode which sets replication factor to 1
Stephane Gamard
2014-10-06
1
-5
/
+57
*
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
*
SONAR-4898 fix quality flaws
Simon Brandhof
2014-09-12
1
-155
/
+0
*
SONAR-4898 refactor process monitoring
Simon Brandhof
2014-09-12
1
-3
/
+3
*
fix Ignored test and removed another one
Stephane Gamard
2014-09-01
1
-6
/
+3
*
Replace bad imports of org.elasticsearch.common by guava
Simon Brandhof
2014-08-28
1
-15
/
+13
*
Increased coverage for ListUpdateScripts
Stephane Gamard
2014-08-14
1
-0
/
+81
*
fix quality flaw & added test for UpdateListScriptFactory
Stephane Gamard
2014-08-14
1
-0
/
+101
*
fix SearchServerTest
Stephane Gamard
2014-08-14
1
-3
/
+3
*
format code
Stephane Gamard
2014-08-13
1
-1
/
+0
*
fix quality flaws
Stephane Gamard
2014-08-13
1
-2
/
+1
*
improved test performances for sq #3 (use MetaDataHandler for MySQL)
Stephane Gamard
2014-08-13
1
-0
/
+2
*
SONAR-4898 - Created a DummyOKApplication for Unit test of ProcessWrapper
Stephane Gamard
2014-08-07
1
-0
/
+28
*
Fix merge
Simon Brandhof
2014-08-07
1
-6
/
+9
*
SONAR-5483 - Fixed SearchServerTest (missing property)
Stephane Gamard
2014-08-06
1
-3
/
+1
*
SONAR-4898 improve reliability
Simon Brandhof
2014-07-30
1
-17
/
+15
*
SONAR-4898 improve logging configuration
Simon Brandhof
2014-07-25
1
-0
/
+38
*
fixed creating log files during tests
Stephane Gamard
2014-07-24
2
-8
/
+1
*
SONAR-4898 improve management of sonar.path.* properties
Simon Brandhof
2014-07-23
1
-0
/
+1
*
SONAR-4898 - Fixed gracefull shutdown with JSW
Stephane Gamard
2014-07-23
1
-1
/
+1
*
SONAR-4898 few improvements
Simon Brandhof
2014-07-23
1
-1
/
+0
*
SONAR-4898 some refactoring
Simon Brandhof
2014-07-23
1
-1
/
+1
*
Experimental fork
Simon Brandhof
2014-07-23
1
-32
/
+2
*
SONAR-5408 - Process and ProcessWrapper working with temp properties files
Stephane Gamard
2014-07-18
2
-2
/
+13
*
SONAR-4898 - Fixed ElasticSearchTests
Stephane Gamard
2014-07-18
1
-1
/
+3
*
SONAR-5408 - two-way ping for wrapper & process with isReady and JMX retry
Stephane Gamard
2014-07-18
1
-1
/
+1
*
SONAR-5410 - Using sonar-process for ES launch (with JMX)
Stephane Gamard
2014-07-15
1
-42
/
+55
*
SONAR-5410 - Added assertions to tests
Stephane Gamard
2014-07-11
1
-1
/
+9
*
SONAR-4898 - Using NetworkUtils for ES port selection
Stephane Gamard
2014-07-11
1
-2
/
+3
*
Move sonar-server, sonar-search and sonar-process into sub-dir server/
Simon Brandhof
2014-07-10
1
-0
/
+133