aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* logger name should appear in Unit Tests' logsSébastien Lesaint2019-09-0613-13/+13
* threads should have unique names to ease debuggingSébastien Lesaint2019-09-061-2/+5
* do not call stop finalization code without checking lifeCycle stateSébastien Lesaint2019-09-062-22/+12
* remove dead code in SchedulerImplTest (and fix imports)Sébastien Lesaint2019-09-061-3/+3
* add node state FINALIZE_STOPPING to sync stop finalizing codeSébastien Lesaint2019-09-063-61/+161
* remove duplicate attempts to stop process which failed to startSébastien Lesaint2019-09-061-2/+6
* stop should be allowed when SQ is not yet fully operationalSébastien Lesaint2019-09-063-2/+13
* improve logs to help debug SchedulerImpl and ManagedProcessHandlerSébastien Lesaint2019-09-064-15/+36
* SchedulerImpl must not attempt to hard stop SQ twice concurrentlySébastien Lesaint2019-09-061-1/+1
* SONAR-12369 fix build from source of non snapshot versionSébastien Lesaint2019-09-061-1/+1
* SONAR-8520 fix bad accidental change in sonar.propertiesSébastien Lesaint2019-09-061-1/+1
* SONAR-12214 - order by created_at instead of technical id (#2029)Jacek2019-09-0513-121/+327
* Simplify MeasureRepository interfaceDuarte Meneses2019-09-0418-172/+94
* Use Trove for memory efficient MapDuarte Meneses2019-09-044-10/+7
* Create memory efficient implementations of MeasuresDuarte Meneses2019-09-041-175/+408
* Cache measures for ratingsDuarte Meneses2019-09-044-3/+53
* Use arrays insted of set for DuplicatesDuarte Meneses2019-09-048-18/+17
* Fix testsDuarte Meneses2019-09-0415-125/+85
* Simplify keys of measure repositoryDuarte Meneses2019-09-043-173/+11
* cache regex patternDuarte Meneses2019-09-041-2/+3
* Use CompactMap instead of HashMap for MeasuresDuarte Meneses2019-09-042-3/+4
* Use arrays instead of Map for SCM infoDuarte Meneses2019-09-047-70/+68
* Cache common Doubles in MeasuresDuarte Meneses2019-09-043-6/+52
* Intern strings in Components and ChangesetsDuarte Meneses2019-09-043-4/+5
* SONAR-12439 - Updated Scanner for MSBuild documentation (4.7.0) (#2053)mickael-caro-sonarsource2019-09-031-5/+9
* Tests fixupphilippe-perrin-sonarsource2019-09-031-4/+6
* Add support for the new styled component themephilippe-perrin-sonarsource2019-09-033-12/+12
* Add support for styled componentphilippe-perrin-sonarsource2019-09-035-24/+345
* Stop referencing alert css directlyphilippe-perrin-sonarsource2019-09-032-1/+74
* Link 'Product News' in SQ menu to What's New pagen-b-sonar2019-09-034-4/+4
* fix old quality flawSébastien Lesaint2019-09-021-2/+1
* use testFixtures instead of test configuration of ce-task-projectanalysisSébastien Lesaint2019-09-0217-14/+5
* use testFixtures instead of test configuration of ce-taskSébastien Lesaint2019-09-024-14/+5
* use testFixtures instead of test configuration of webserver-esSébastien Lesaint2019-09-026-19/+5
* use testFixtures instead of test configuration of webserver-webapiSébastien Lesaint2019-09-021-14/+0
* use testFixtures instead of test configuration of webserver-authSébastien Lesaint2019-09-0214-24/+15
* use testFixtures instead of test configuration of server-commonSébastien Lesaint2019-09-0224-35/+14
* drop now useless module sonar-db-testingSébastien Lesaint2019-09-0213-25/+12
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-0257-60/+71
* use testFixtures instead of test configuration of db-coreSébastien Lesaint2019-09-0212-19/+8
* use testFixtures instead of test configuration of webserver-wsSébastien Lesaint2019-09-028-16/+5
* fix documented docker build command line and make it run fastSébastien Lesaint2019-08-301-0/+2
* upgrade Gradle to 5.6.1Sébastien Lesaint2019-08-301-1/+1
* remove rethrow of exception in tryToStartProcessSébastien Lesaint2019-08-301-1/+0
* Event thread must not interrupt itself when hard stoppingSébastien Lesaint2019-08-302-3/+8
* remove deprecated WsTesterSébastien Lesaint2019-08-3069-1619/+1376
* Fix sonar-docs yarn.lock fileWouter Admiraal2019-08-301-1/+1
* "yarn install" should be executed with option "--frozen-lockfile"Sébastien Lesaint2019-08-301-0/+6
* SONAR-12423 fix misleading naming in notification stat classesSébastien Lesaint2019-08-309-127/+125
* SONAR-12423 do not display component with zero issuesSébastien Lesaint2019-08-302-0/+87