aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-5484 Add node address in system infoJean-Baptiste Lievremont2014-08-272-3/+23
* SONAR-5541 Add REST Web Services in the online API documentationJulien Lancelot2014-08-2713-137/+544
* Fix some quality flawsSimon Brandhof2014-08-265-9/+578
* Fix some quality flawsSimon Brandhof2014-08-264-29/+29
* SONAR-5484 Add detailed search information per nodeJean-Baptiste Lievremont2014-08-265-36/+108
* SONAR-5417 Add a 'preview' parameter in order to check some permissionsJulien Lancelot2014-08-263-19/+102
* FindByProfile should not return removed rulesJulien Lancelot2014-08-263-8/+12
* SONAR-5417 Load project referentials using WSJulien HENRY2014-08-251-6/+11
* SONAR-5417 Fix issue when setting a profile on a provisoned projectJulien Lancelot2014-08-254-2/+31
* fixed ITs - IndexQueue can exhaust connection pool (not actually pool-able)Stephane Gamard2014-08-221-1/+1
* fixed ITs - IndexQueue can exhaust connection pool (not actually pool-able)Stephane Gamard2014-08-221-10/+6
* SONAR-5530 - Created IssueDao V2Stephane Gamard2014-08-223-17/+259
* fix quality flawsStephane Gamard2014-08-223-33/+60
* Added synchronizerTestStephane Gamard2014-08-213-2/+84
* removed legacy explicit refresh() in medium testStephane Gamard2014-08-211-1/+0
* changed indexing stats to debug levelStephane Gamard2014-08-211-1/+1
* indexQueue can explicitly avoid inline refresh.Stephane Gamard2014-08-215-15/+52
* fixing case sensitive issue on fileStephane Gamard2014-08-212-0/+0
* fixing case sensitive issue on fileStephane Gamard2014-08-212-1/+1
* Case problemsStephane Gamard2014-08-211-1/+1
* Updated pom dependencies and sizeStephane Gamard2014-08-201-0/+1
* code formatStephane Gamard2014-08-201-112/+3
* fixed synchronizationStephane Gamard2014-08-202-23/+3
* removed final modifier because of MockitoStephane Gamard2014-08-201-11/+11
* Updated indexQueue mechanism for performance (no compression yet).Stephane Gamard2014-08-2021-587/+427
* code formatStephane Gamard2014-08-201-4/+4
* Finalized base methods for DAOStephane Gamard2014-08-201-3/+3
* Updated DAO with findAfterDate methodStephane Gamard2014-08-2017-247/+169
* Fixed BaseIndex testStephane Gamard2014-08-141-3/+1
* added properties for SearchServer in ServerTester for mediumTestsStephane Gamard2014-08-141-3/+1
* fix quality flawsStephane Gamard2014-08-141-28/+0
* format codeStephane Gamard2014-08-132-6/+5
* fix quality flawsStephane Gamard2014-08-131-124/+11
* Fix quality flawJulien Lancelot2014-08-134-26/+31
* SONAR-5417 Get batch project referentials using WSJulien Lancelot2014-08-124-16/+103
* SONAR-5485 SonarQube should ignore creation of a repository and its rules if ...Julien Lancelot2014-08-116-44/+84
* SONAR-5175 When deleting a group, rows related to this group in perm_template...Julien Lancelot2014-08-112-2/+44
* Fixed BaseIndex testStephane Gamard2014-08-111-15/+44
* fixed license headerStephane Gamard2014-08-111-1/+1
* No need to wait for ES in non-blocking mode (start returns when node is started)Stephane Gamard2014-08-111-10/+1
* Extracted ES from sonar-server & updated ServerTester for mediumTestsStephane Gamard2014-08-112-575/+0
* Extracted ES from sonar-server & updated ServerTester for mediumTestsStephane Gamard2014-08-1113-68/+526
* SONAR-4791 loading of single JDBC driver fixed some memory leaks detected by ...Simon Brandhof2014-08-071-8/+0
* Log and waiting for ES Shutdown when using Memory typeStephane Gamard2014-08-071-0/+8
* Info log level for ES (Only used in tests)Stephane Gamard2014-08-071-1/+1
* Add missing license headerJean-Baptiste Lievremont2014-08-071-0/+19
* SONAR-4907 Add search index related info to system info pageJean-Baptiste Lievremont2014-08-076-16/+130
* SONAR-5483 - Fixed null rack_id in searchProcess and ESNodeStephane Gamard2014-08-071-2/+1
* SONAR-5483 - Added Cluster zone-awareness using rack_idStephane Gamard2014-08-071-4/+8
* Relax assertions on testsJean-Baptiste Lievremont2014-08-071-2/+2