aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* Add unit testsJulien Lancelot2014-09-031-0/+12
* Revert previous jacoco changeSimon Brandhof2014-09-031-12/+0
* Improve performance of jacoco on sonar-serverSimon Brandhof2014-09-031-0/+12
* Fix quality flawsSimon Brandhof2014-09-038-28/+36
* SONAR-5417 Fix issues when properties on a module were wrongly copied on othe...Julien Lancelot2014-09-023-5/+62
* fix Ignored test and removed another oneStephane Gamard2014-09-011-19/+1
* SONAR-5484 Fix test on windowsJean-Baptiste Lievremont2014-09-011-1/+5
* Fix some quality flawsSimon Brandhof2014-09-011-2/+2
* Fix some quality flawsSimon Brandhof2014-09-014-1/+9
* SONAR-4898 - fixed sonar-server SearchClient exceptions on server shutdownStephane Gamard2014-08-291-3/+15
* SONAR-5530 - IssueDao server uses UUID as keyStephane Gamard2014-08-291-5/+3
* Null authorName instead of "Not Yet Implemented"Stephane Gamard2014-08-291-2/+2
* Remove unused fields in SearchClientSimon Brandhof2014-08-281-21/+6
* Replace bad imports of org.elasticsearch.common by guavaSimon Brandhof2014-08-289-38/+29
* Fix quality flawJulien Lancelot2014-08-281-5/+5
* 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