aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-11874 ignore inaccessible files when cleaning tmp dirSébastien Lesaint2019-06-281-6/+22
|
* SC-702 support new property sonar.log.useJsonOutputSimon Brandhof2019-06-286-2/+329
|
* SC-702 decouple Logback appenders from encodersSimon Brandhof2019-06-282-27/+16
|
* SONAR-12002 Fail startup if JRE < 11Duarte Meneses2019-06-281-18/+0
|
* SONAR-11251 add http.nonProxyHosts to sonar.propertiesSébastien Lesaint2019-06-111-1/+1
|
* SONAR-12042 Apply feedback regarding loggingDuarte Meneses2019-06-031-1/+1
|
* SONAR-12043 Hard stop if stop takes too longDuarte Meneses2019-06-033-10/+18
|
* SONAR-12041 Display warning at startup if list of hosts is not consistent ↵Duarte Meneses2019-06-033-4/+64
| | | | 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-032-150/+0
| | | | | | * 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-031-48/+26
| | | | | * Remove unused methods * Extract method 'waitForStatus'
* SONAR-12043 Minor refactorDuarte Meneses2019-06-034-54/+24
|
* SONAR-12043 graceful shutdown timeout configurable for ITsSébastien Lesaint2019-06-034-9/+53
|
* 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-12043 main process supports graceful and hard stopSébastien Lesaint2019-06-0310-65/+255
|
* SONAR-12043 move closing shared memory to ProcessEntryPointSébastien Lesaint2019-06-034-29/+23
| | | | | and out of HardStopperThread & HardStopWatcher this simplifies responsibilities and duplicate (ineffective) closing of the shared memory
* SONAR-12043 delete dead code in sonar-process testsSébastien Lesaint2019-06-032-220/+0
|
* SONAR-12043 add (graceful) stop flag to shared memorySébastien Lesaint2019-06-034-14/+70
|
* SONAR-12043 rename current shutdown code from stop to hardStopSébastien Lesaint2019-06-0316-84/+83
|
* SONAR-12043 ProcessCommands doesn't need to be AutoCloseableSébastien Lesaint2019-06-033-6/+2
| | | | the only implement was actually throwing UnsupportedOperationException
* SONAR-12043 process lifecycle: can hard stop when stoppingSébastien Lesaint2019-06-032-33/+31
|
* Minor fixes to main appDuarte Meneses2019-06-032-8/+6
|
* SONAR-10034 HealthStateRefresher must implement StartableSébastien Lesaint2019-05-281-1/+2
|
* SONAR-12109 Web Analytics plugins (#1652)Grégoire Aubert2019-05-231-1/+0
|
* SONAR-11720 Set different memory defaults for EE+Michal Duda2019-05-213-14/+136
|
* SONARCLOUD-615 Add Google Tag ManagerSiegfried Ehret2019-05-131-1/+2
|
* SONAR-11793 Rename GA tracking property to 'sonar.analytics.ga.trackingId'Wouter Admiraal2019-04-251-1/+1
|
* SONARCLOUD-520 change location of homepage data fileSimon Brandhof2019-04-111-0/+1
|
* SONAR-11792 update ES JVM options to match defaults in ES 6.6.2Sébastien Lesaint2019-03-191-0/+18
|
* SONAR-11615 Drop "sonar.onboardingTutorial.showToNewUsers" settingStas Vilchik2019-01-161-0/+1
|
* Fix license headers for 2019Duarte Meneses2019-01-02105-105/+105
|
* SONAR-11259 Improve source offset handling on WindowsJulien HENRY2018-09-241-0/+1
| | | | | | * Trying to create a range in the middle of a \r\n sequence will now automatically be adapted to exclude the eol * Fix a few other tests on Windows
* SONAR-11077 ignore size of symlinks in FileUtils2#sizeOf()Simon Brandhof2018-08-072-1/+20
|
* SONAR-11077 add size of uncompressed report in to CE DEBUG logsSimon Brandhof2018-08-022-0/+70
|
* Fix Quality flawsSimon Brandhof2018-07-251-1/+1
|
* SONAR-10922 Silence Hazelcast logsEric Hartmann2018-06-291-1/+2
|
* SONARCLOUD-68 Add google analytics to SonarCloudGrégoire Aubert2018-06-211-3/+1
|
* SONARCLOUD-63 SONARCLOUD-74 Return Prismic access token from ↵Grégoire Aubert2018-06-211-0/+3
| | | | api/navigation/global
* Do not deploy the artifacts used only internallySimon Brandhof2018-06-191-14/+0
|
* SONAR-10850 Log HazelcastInstanceNotActiveException exception as DEBUG ↵Eric Hartmann2018-06-142-0/+28
| | | | during shutdown
* Introduce Bitbucket Cloud ApplicationJulien HENRY2018-05-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SONAR-10514 Bitbucket Cloud application install/uninstall * Bitbucket Cloud /install WS * Expose Bitbucket application descriptor as WS * Implement WS /integration/bitbucketcloud/uninstall SONAR-10517 Bitbucket Cloud settings widget * Create Bitbucket Cloud module * Create Bitbucket Setting widget * Bitbucket settings widget require SC authentication * Add WS /integration/bitbucketcloud/repo_config * Add WS /integration/bitbucketcloud/bind_repo * Add WS /integration/bitbucketcloud/after_login SONAR-10516 Bitbucket Cloud repository widget * Add WS /integration/bitbucketcloud/repo_widget * Add WS /integration/bitbucketcloud/repo_widget_data BRANCH-59, BRANCH-60 Bitbucket Cloud PR decoration SONAR-10605 Bitbucket Cloud PR widget * Add integration/bitbucketcloud/pr_widget endpoint * Add integration/bitbucketcloud/pr_widget_data endpoint
* SONAR-10604 property sonar.cluster.hosts is only for app nodesSimon Brandhof2018-05-103-7/+7
|
* SONAR-10594 fail to drop ES index on blue/green deploymentsSimon Brandhof2018-05-101-1/+6
|
* SONAR-10604 remove unused methods in HazelcastMemberSimon Brandhof2018-05-103-35/+0
|
* SONAR-10604 remove HazelcastMember.Attribute.NODE_TYPESimon Brandhof2018-05-104-18/+14
|
* Fix publicationDavid Rautureau2018-04-041-4/+0
|
* Fix buildDavid Rautureau2018-04-041-0/+4
|
* BUILD-630 Generate javadoc ad sources jars with Gradle only on release branchesDavid Rautureau2018-04-041-2/+4
|
* Fix Gradle hack to resolve Jetty dependencySimon Brandhof2018-03-151-8/+1
| | | | by upgrading Jetty