aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* DOC add upgrade note for SONAR-12188G. Ann Campbell2019-06-131-0/+3
|
* SONAR-12139 Fix display issue on projects administration pageWouter Admiraal2019-06-133-3/+20
|
* SONAR-12115 Disable delete button if no projects have been selectedWouter Admiraal2019-06-133-7/+24
|
* Using already-defined constants instead of duplicating their valuesDiego Marcilio2019-06-136-6/+6
| | | | Fixes multiple squid:S1192 violations (only for already defined constants)
* DOC fix typo spotted by @eric-legoff-sonarsourceG. Ann Campbell2019-06-131-1/+1
|
* SONAR-12146 delete orphans from table PROJECT_BRANCHESSébastien Lesaint2019-06-135-2/+214
|
* SONAR-12146 fix resilience of deletion of project/branch/viewSébastien Lesaint2019-06-131-4/+4
|
* SC-733 : remove refs to fixed IPs and clarify regions purposealexandre-odoux-sonarsource2019-06-121-22/+6
|
* DOCS update Java requirementsmichaelbirnstiehl2019-06-122-24/+20
|
* DOCS update MSSQL JDBC driver versionmichaelbirnstiehl2019-06-121-2/+13
|
* SONAR 11264 update ElasticSearch max threadsmichaelbirnstiehl2019-06-121-4/+4
|
* DOC reword to avoid formatting problemsG. Ann Campbell2019-06-121-2/+2
|
* DOC minor formatting correctionsG. Ann Campbell2019-06-121-2/+2
|
* SONAR-11027 Fix the documentation of api/qualityprofiles/inheritanceDuarte Meneses2019-06-114-15/+17
|
* SONAR-12141 Database needs migration : misleading instruction messageDuarte Meneses2019-06-113-4/+7
|
* SONAR-12117 Database requires downgrade : incorrect error messageDuarte Meneses2019-06-112-2/+4
|
* SONAR-12143 Make it clear that api/project_analyses/search only accepts ↵Duarte Meneses2019-06-112-24/+36
| | | | Long-Living-Branches
* SONAR-11251 add http.nonProxyHosts to sonar.propertiesSébastien Lesaint2019-06-111-1/+1
|
* DOC drop 'prev versions' page G. Ann Campbell2019-06-115-19/+2
|
* Clarify: SonarCloud targets cloud ALMs (#1691)Fabrice Bellingard2019-06-113-6/+6
| | | | | | * Clarify: SonarCloud targets cloud ALMs * Clarify GitHub.com * Clarify Azure DevOps Services
* DOC add missing links in deploy-to-mktplceG. Ann Campbell2019-06-111-1/+1
|
* DOC correct ES lock thresholdG. Ann Campbell2019-06-111-1/+1
| | | ES docs + community threads indicate 15% is the real number
* Clarify requirement for AutoScanFabrice Bellingard2019-06-111-1/+1
| | | The project must be bound.
* DOC add ES free disk space req.G. Ann Campbell2019-06-111-0/+1
|
* Output of ":server:sonar-docs:yarn_run" should not depend on build numberEvgeny Mandrikov2019-06-111-2/+3
|
* DOC add (re-instate) SCAN docsG. Ann Campbell2019-06-0711-27/+53
|
* Build task ":server:sonar-web:yarn_run" should produce same result outside of CIEvgeny Mandrikov2019-06-071-4/+1
| | | | While this adds quite some overhead, benefit is that remote Gradle cache entry can be used locally.
* Fix 008c177ae1, that introduced broken documentation in SonarCloudGrégoire Aubert2019-06-061-2/+2
|
* SONAR-12055 Fix ALM integration (#1708)Siegfried Ehret2019-06-061-1/+1
|
* DOC Add minimum ALM versions G. Ann Campbell2019-06-041-0/+11
|
* SONAR-12121 Show a warning if QG conditions are ignoredWouter Admiraal2019-06-048-2157/+2212
|
* Fix failing UI test snapshotGrégoire Aubert2019-06-041-1/+1
|
* SONAR-12041 Display warning at startup if list of hosts is not consistent ↵Duarte Meneses2019-06-032-26/+31
| | | | across all cluster nodes
* SONAR-12042 Apply feedback regarding loggingDuarte Meneses2019-06-033-1/+5
|
* SONAR-12066 Update Docs for ScalabilityMikeBirnstiehl2019-06-034-61/+120
|
* SONAR-12043 Hard stop if stop takes too longDuarte Meneses2019-06-0313-82/+129
|
* SONAR-12041 Display warning at startup if list of hosts is not consistent ↵Duarte Meneses2019-06-039-17/+432
| | | | across all cluster nodes
* SONAR-12043 Refactor ProcessEntryPointDuarte Meneses2019-06-033-134/+61
| | | | Simplifies a bit Stop and HardStop operations
* SONAR-12043 stopper threads should be daemonDuarte Meneses2019-06-031-0/+1
|
* SONAR-12043 Refactor CeServerDuarte Meneses2019-06-034-279/+60
| | | | | | * Improves waiting operations: no pooling, no additional threads * Any number of threads can wait for stop (actually required if both stop and hard stop threads end up waiting) * Prevents potentially multiple invocations of 'stopProcessing' by 'stop()' and the 'CeMainThread' after a hard stop
* SONAR-12043 Refactor ProcessEntryPointDuarte Meneses2019-06-032-48/+27
| | | | | * Remove unused methods * Extract method 'waitForStatus'
* SONAR-12043 Minor refactorDuarte Meneses2019-06-035-55/+25
|
* SONAR-12043 graceful shutdown timeout configurable for ITsSébastien Lesaint2019-06-0310-52/+127
|
* SONAR-12043 make Lifecycle threadsafeSébastien Lesaint2019-06-035-52/+163
| | | | | and make ProcessEntryPointTest#launch_then_request_graceful_stop stable and add trace log when some code tests the current state of Lifecyle (#getState() replaced by isCurrentState(State))
* SONAR-12042 app always watches for hard stop, on demand for stopSébastien Lesaint2019-06-037-95/+373
|
* SONAR-12043 CE gracefully stopsSébastien Lesaint2019-06-0312-48/+218
|
* SONAR-12043 main process supports graceful and hard stopSébastien Lesaint2019-06-0324-130/+691
|
* SONAR-12043 SchedulerImpl correctly handle Thread interruptSébastien Lesaint2019-06-034-28/+61
|
* SONAR-12043 use only NodeLifecycle to store SQ node stateSébastien Lesaint2019-06-032-29/+33
| | | | in SchedulerImpl
* SONAR-12043 some clarification class renaming in sonar-main moduleSébastien Lesaint2019-06-0322-174/+175
|