aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Remove sonar-vsts folderphilippe-perrin-sonarsource2019-09-2336-13151/+0
* SONAR-12451 Prevent refreshing snippets when entering flowJeremy Davis2019-09-231-1/+1
* SONAR-12371 Fix password inputs in settingsJeremy Davis2019-09-232-13/+48
* SONAR-12397 Fix SCM popup in snippetsJeremy Davis2019-09-231-0/+1
* waiting for ES to start log must also appear upon restartSébastien Lesaint2019-09-201-0/+1
* fix unstable SchedulerImpl#restart_stops_all_and_restarts_all_processesSébastien Lesaint2019-09-201-6/+5
* SSF-92 Code injection from SonarQube pluginsDuarte Meneses2019-09-203-0/+138
* Fix mssql CE activity query and incorrect usage of AlwaysIncreasingSystem2 (#...Jacek2019-09-184-12/+5
* SONAR-10030 Improve project notifications managementWouter Admiraal2019-09-1818-765/+976
* SONAR-5366 - restore custom rules (#2060)Jacek2019-09-1820-191/+1153
* SONAR-12443 Fix SSF-95Jeremy Davis2019-09-166-34/+24
* SONAR-12398 make schedule refresh of porfolios workSébastien Lesaint2019-09-1611-132/+383
* SONAR-12358 upgrade hazelcastPierre Guillot2019-09-131-16/+16
* DOCS Deprecate SonarPython's XPath custom ruleNicolas Harraudeau2019-09-131-1/+2
* DOCS remove MySQL referencesMikeBirnstiehl2019-09-133-3/+0
* SONAR-12455 - Bumped version of the Scanner for MSBuild to 4.7.1 in its docum...mickael-caro-sonarsource2019-09-111-6/+5
* SONAR-12360 Improve project creation validationWouter Admiraal2019-09-107-338/+268
* SONAR-12285 Load issues until opened one is foundWouter Admiraal2019-09-103-25/+45
* SONAR-12404 Fix leading issue location errorWouter Admiraal2019-09-101-8/+1
* SONAR-12400 Prefill searchbox with value from URLWouter Admiraal2019-09-103-10/+6
* SONAR-12414 Prevent opening an issue if click happens inside a changelog or c...Wouter Admiraal2019-09-104-232/+248
* add UT for SQ restart in SchedulerImplTestSébastien Lesaint2019-09-062-61/+104
* protect ManagedProcessHandler stop finalization code with lifecycle stateSébastien Lesaint2019-09-063-44/+99
* display thread name in Unit Tests' logs of sonar-main moduleSébastien Lesaint2019-09-061-1/+1
* logger name should appear in Unit Tests' logsSébastien Lesaint2019-09-0612-12/+12
* 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-12214 - order by created_at instead of technical id (#2029)Jacek2019-09-0511-120/+214
* 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
* 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