Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-11874 ignore inaccessible files when cleaning tmp dir | Sébastien Lesaint | 2019-06-28 | 1 | -6/+22 |
| | |||||
* | SC-702 support new property sonar.log.useJsonOutput | Simon Brandhof | 2019-06-28 | 6 | -2/+329 |
| | |||||
* | SC-702 decouple Logback appenders from encoders | Simon Brandhof | 2019-06-28 | 2 | -27/+16 |
| | |||||
* | SONAR-12002 Fail startup if JRE < 11 | Duarte Meneses | 2019-06-28 | 1 | -18/+0 |
| | |||||
* | SONAR-11251 add http.nonProxyHosts to sonar.properties | Sébastien Lesaint | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | SONAR-12042 Apply feedback regarding logging | Duarte Meneses | 2019-06-03 | 1 | -1/+1 |
| | |||||
* | SONAR-12043 Hard stop if stop takes too long | Duarte Meneses | 2019-06-03 | 3 | -10/+18 |
| | |||||
* | SONAR-12041 Display warning at startup if list of hosts is not consistent ↵ | Duarte Meneses | 2019-06-03 | 3 | -4/+64 |
| | | | | across all cluster nodes | ||||
* | SONAR-12043 Refactor ProcessEntryPoint | Duarte Meneses | 2019-06-03 | 3 | -134/+61 |
| | | | | Simplifies a bit Stop and HardStop operations | ||||
* | SONAR-12043 stopper threads should be daemon | Duarte Meneses | 2019-06-03 | 1 | -0/+1 |
| | |||||
* | SONAR-12043 Refactor CeServer | Duarte Meneses | 2019-06-03 | 2 | -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 ProcessEntryPoint | Duarte Meneses | 2019-06-03 | 1 | -48/+26 |
| | | | | | * Remove unused methods * Extract method 'waitForStatus' | ||||
* | SONAR-12043 Minor refactor | Duarte Meneses | 2019-06-03 | 4 | -54/+24 |
| | |||||
* | SONAR-12043 graceful shutdown timeout configurable for ITs | Sébastien Lesaint | 2019-06-03 | 4 | -9/+53 |
| | |||||
* | SONAR-12043 make Lifecycle threadsafe | Sébastien Lesaint | 2019-06-03 | 5 | -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 stop | Sébastien Lesaint | 2019-06-03 | 10 | -65/+255 |
| | |||||
* | SONAR-12043 move closing shared memory to ProcessEntryPoint | Sébastien Lesaint | 2019-06-03 | 4 | -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 tests | Sébastien Lesaint | 2019-06-03 | 2 | -220/+0 |
| | |||||
* | SONAR-12043 add (graceful) stop flag to shared memory | Sébastien Lesaint | 2019-06-03 | 4 | -14/+70 |
| | |||||
* | SONAR-12043 rename current shutdown code from stop to hardStop | Sébastien Lesaint | 2019-06-03 | 16 | -84/+83 |
| | |||||
* | SONAR-12043 ProcessCommands doesn't need to be AutoCloseable | Sébastien Lesaint | 2019-06-03 | 3 | -6/+2 |
| | | | | the only implement was actually throwing UnsupportedOperationException | ||||
* | SONAR-12043 process lifecycle: can hard stop when stopping | Sébastien Lesaint | 2019-06-03 | 2 | -33/+31 |
| | |||||
* | Minor fixes to main app | Duarte Meneses | 2019-06-03 | 2 | -8/+6 |
| | |||||
* | SONAR-10034 HealthStateRefresher must implement Startable | Sébastien Lesaint | 2019-05-28 | 1 | -1/+2 |
| | |||||
* | SONAR-12109 Web Analytics plugins (#1652) | Grégoire Aubert | 2019-05-23 | 1 | -1/+0 |
| | |||||
* | SONAR-11720 Set different memory defaults for EE+ | Michal Duda | 2019-05-21 | 3 | -14/+136 |
| | |||||
* | SONARCLOUD-615 Add Google Tag Manager | Siegfried Ehret | 2019-05-13 | 1 | -1/+2 |
| | |||||
* | SONAR-11793 Rename GA tracking property to 'sonar.analytics.ga.trackingId' | Wouter Admiraal | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | SONARCLOUD-520 change location of homepage data file | Simon Brandhof | 2019-04-11 | 1 | -0/+1 |
| | |||||
* | SONAR-11792 update ES JVM options to match defaults in ES 6.6.2 | Sébastien Lesaint | 2019-03-19 | 1 | -0/+18 |
| | |||||
* | SONAR-11615 Drop "sonar.onboardingTutorial.showToNewUsers" setting | Stas Vilchik | 2019-01-16 | 1 | -0/+1 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 105 | -105/+105 |
| | |||||
* | SONAR-11259 Improve source offset handling on Windows | Julien HENRY | 2018-09-24 | 1 | -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 Brandhof | 2018-08-07 | 2 | -1/+20 |
| | |||||
* | SONAR-11077 add size of uncompressed report in to CE DEBUG logs | Simon Brandhof | 2018-08-02 | 2 | -0/+70 |
| | |||||
* | Fix Quality flaws | Simon Brandhof | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | SONAR-10922 Silence Hazelcast logs | Eric Hartmann | 2018-06-29 | 1 | -1/+2 |
| | |||||
* | SONARCLOUD-68 Add google analytics to SonarCloud | Grégoire Aubert | 2018-06-21 | 1 | -3/+1 |
| | |||||
* | SONARCLOUD-63 SONARCLOUD-74 Return Prismic access token from ↵ | Grégoire Aubert | 2018-06-21 | 1 | -0/+3 |
| | | | | api/navigation/global | ||||
* | Do not deploy the artifacts used only internally | Simon Brandhof | 2018-06-19 | 1 | -14/+0 |
| | |||||
* | SONAR-10850 Log HazelcastInstanceNotActiveException exception as DEBUG ↵ | Eric Hartmann | 2018-06-14 | 2 | -0/+28 |
| | | | | during shutdown | ||||
* | Introduce Bitbucket Cloud Application | Julien HENRY | 2018-05-16 | 1 | -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 nodes | Simon Brandhof | 2018-05-10 | 3 | -7/+7 |
| | |||||
* | SONAR-10594 fail to drop ES index on blue/green deployments | Simon Brandhof | 2018-05-10 | 1 | -1/+6 |
| | |||||
* | SONAR-10604 remove unused methods in HazelcastMember | Simon Brandhof | 2018-05-10 | 3 | -35/+0 |
| | |||||
* | SONAR-10604 remove HazelcastMember.Attribute.NODE_TYPE | Simon Brandhof | 2018-05-10 | 4 | -18/+14 |
| | |||||
* | Fix publication | David Rautureau | 2018-04-04 | 1 | -4/+0 |
| | |||||
* | Fix build | David Rautureau | 2018-04-04 | 1 | -0/+4 |
| | |||||
* | BUILD-630 Generate javadoc ad sources jars with Gradle only on release branches | David Rautureau | 2018-04-04 | 1 | -2/+4 |
| | |||||
* | Fix Gradle hack to resolve Jetty dependency | Simon Brandhof | 2018-03-15 | 1 | -8/+1 |
| | | | | by upgrading Jetty |