Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix some quality flaws on the new code period | Sébastien Lesaint | 2019-10-09 | 2 | -4/+4 | |
| | ||||||
* | SONAR-12344 es logs must go to stdout too when sonar.log.console=true | Sébastien Lesaint | 2019-09-27 | 2 | -7/+61 | |
| | ||||||
* | SSF-92 Code injection from SonarQube plugins | Duarte Meneses | 2019-09-20 | 2 | -0/+135 | |
| | ||||||
* | logger name should appear in Unit Tests' logs | Sébastien Lesaint | 2019-09-06 | 1 | -1/+1 | |
| | ||||||
* | SC-795 drop unused code on Bitbucket Cloud | Simon Brandhof | 2019-07-26 | 1 | -3/+0 | |
| | ||||||
* | SONAR-12279 Swap Elasticsearch options to match convention | colin-mueller-sonarsource | 2019-07-12 | 1 | -1/+1 | |
| | ||||||
* | 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 | 5 | -2/+328 | |
| | ||||||
* | 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 | 9 | -65/+254 | |
| | ||||||
* | 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 | 2 | -13/+134 | |
| | ||||||
* | 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 | |||||
* | 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 | |
| |