Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-25560 Allow disabling elastic's disk threshold | Travis Collins | 2025-07-22 | 1 | -0/+19 |
| | |||||
* | SONAR-25373 Catch exception instead of killing a process when connection to ↵ | Lukasz Jarocki | 2025-07-10 | 1 | -0/+14 |
| | | | | elasticsearch fails while starting webserver | ||||
* | SONAR-24739 Upgrade Hazelcast to 5.5.0 and remove dependencies on the CP ↵ | Matteo Mara | 2025-04-23 | 2 | -4/+4 |
| | | | | subsystem | ||||
* | SONAR-24146 Update license headers for 2025 | Matteo Mara | 2025-01-09 | 47 | -47/+47 |
| | |||||
* | SONAR-21771 added libraries to help users connect to MSSQL database with ↵ | Lukasz Jarocki | 2025-01-07 | 2 | -3/+8 |
| | | | | ActiveDirectory and Entra ID | ||||
* | SONAR-24021 Invoke method(s) only conditionally | Julien Camus | 2024-12-27 | 1 | -4/+3 |
| | |||||
* | SONAR-24004 Replace lambda with method reference | Julien Camus | 2024-12-18 | 1 | -1/+1 |
| | |||||
* | NO-JIRA Stop using deprecated methods from RandomStringUtils | Matteo Mara | 2024-10-14 | 7 | -63/+61 |
| | |||||
* | SONAR-22990 improved the mechanism for locking the leader in data centern ↵ | lukasz-jarocki-sonarsource | 2024-10-02 | 4 | -0/+41 |
| | | | | edition environment | ||||
* | NO-JIRA removed FIPS flag from processes | lukasz-jarocki-sonarsource | 2024-06-18 | 3 | -6/+2 |
| | |||||
* | SONAR-21452 move from commons-lang:commons-lang to ↵ | Matteo Mara | 2024-03-16 | 7 | -9/+9 |
| | | | | org.apache.commons:commons-lang3 | ||||
* | NO-JIRA Update license headers to 2024 | Pierre | 2024-01-03 | 47 | -47/+47 |
| | |||||
* | SONAR-20724 - add some logs and wait until process are alive | antoine.vinot | 2023-10-16 | 1 | -4/+11 |
| | |||||
* | NO-JIRA replace Collectors.toList to Stream.toList | Pierre | 2023-07-17 | 2 | -3/+3 |
| | |||||
* | [NO-JIRA] Fix Code Smells | Jacek Poreda | 2023-06-22 | 1 | -3/+2 |
| | |||||
* | SONAR-14853 Elasticsearch http encryption | Eric Giffon | 2023-06-20 | 4 | -7/+180 |
| | |||||
* | NO-JIRA (code smell fix): using isEmpty, isTrue, isNegative for better ↵ | Bruno Andrade | 2023-06-19 | 1 | -1/+1 |
| | | | | readability | ||||
* | NO-JIRA Fix unit test on windows | Eric Giffon | 2023-03-02 | 1 | -4/+3 |
| | |||||
* | SONAR-17714 Enable deprecation logging for ES | alain | 2023-02-09 | 1 | -9/+1 |
| | | | So far, there are no logs regarding deprecated features. However, we want to be notified in the logs should there be any deprecations in future ES releases. | ||||
* | SONAR-17714 Update ES binaries | Jacek Poreda | 2023-02-09 | 7 | -83/+32 |
| | | | | | | | | | - use no-jdk for local development and jdk for open source part - use ES cli tool to start Elasticsearch - platform agnostic - fix query issue with dates - disable security autoconfiguration on a single node environment - fix single-node settings - Use Elasticsearch CLI java tool to run keystore cli and Elasticsearch | ||||
* | Fix logback config | Zipeng WU | 2023-02-02 | 1 | -2/+1 |
| | |||||
* | [NO JIRA] Fix quality issues related to assertions | Duarte Meneses | 2023-01-12 | 3 | -9/+10 |
| | |||||
* | [NO-JIRA] Remove reported code smells about text blocks | Matteo Mara | 2023-01-10 | 1 | -6/+7 |
| | |||||
* | SONAR-17781 Allow overwriting path for 'es_hs_err_pid%p.log' | Jacek | 2023-01-05 | 1 | -12/+19 |
| | |||||
* | Update license templates for 2023 | Pierre | 2023-01-02 | 47 | -47/+47 |
| | |||||
* | SONAR-17565 Support running SonarQube with Java 17 | Zipeng WU | 2022-12-09 | 1 | -1/+2 |
| | |||||
* | SONAR-17138 sonar.log rotation move inside Sonar Application process | Zipeng WU | 2022-08-03 | 1 | -19/+5 |
| | |||||
* | SONAR-16647 - Move previous SSE events to DB queue | Belen Pruvost | 2022-07-28 | 1 | -24/+0 |
| | |||||
* | SONAR-16464 make ES health check OS language agnostic | Aurelien Poscia | 2022-06-08 | 1 | -43/+13 |
| | |||||
* | SONAR-16372 - Push IssueChangedEvents | Belen Pruvost | 2022-05-16 | 1 | -2/+14 |
| | |||||
* | NO-JIRA Update Mockito and simpleframework to latest major version | Léo Geoffroy | 2022-04-04 | 1 | -7/+7 |
| | |||||
* | SONAR-10179 improve consistency of start/stop log messages and identifiers ↵ | Aurelien Poscia | 2022-03-18 | 2 | -2/+2 |
| | | | | | | of processes Author: Aurelien Poscia <aurelien.poscia@sonarsource.com> | ||||
* | NO-JIRA fixed EsKeyStoreCliTest to work on Windows | Lukasz Jarocki | 2022-03-16 | 1 | -3/+8 |
| | |||||
* | SONAR-15919 Rename RuleSetChangedEvent and fix payload format | Damien Urruty | 2022-02-25 | 1 | -2/+2 |
| | |||||
* | SONAR-15919 add ruleset changes | Pierre | 2022-02-18 | 1 | -0/+12 |
| | |||||
* | SONAR-13125 fixed an issue where some startup logs were not always appended ↵ | Lukasz Jarocki | 2022-02-09 | 2 | -7/+98 |
| | | | | to sonar.log | ||||
* | SONAR-15845 Upgrade H2 database dependency to 2.X | Jacek | 2022-02-02 | 1 | -1/+1 |
| | |||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 47 | -47/+47 |
| | |||||
* | SONAR-13997 Allow to override 'sonar.es.bootstrap.checks.disable' | Jacek | 2022-01-27 | 1 | -0/+52 |
| | | | | | - default for jdbc other than H2 to check es bootstrap at startup - default for H2 to not check es bootstrap at startup | ||||
* | SONAR-15840 Fix SSF-219 | Jacek | 2021-12-17 | 1 | -0/+2 |
| | |||||
* | SONAR-15827 Fix SSF-219 | Jacek | 2021-12-17 | 1 | -1/+3 |
| | |||||
* | Improve code quality | Duarte Meneses | 2021-11-20 | 4 | -6/+6 |
| | |||||
* | SONAR-15631 - Refactor UTs to stop using ExpectedException | Klaudio Sinani | 2021-11-19 | 18 | -249/+168 |
| | |||||
* | DOCKER-27 disable FIPS mode | Trabelsi Tobias | 2021-10-22 | 3 | -2/+6 |
| | |||||
* | SONAR-15418 Suppress Elasticsearch timeout exception when waiting for it to ↵ | Jacek | 2021-09-28 | 1 | -10/+24 |
| | | | | be UP | ||||
* | SONAR-15375 Fix SSF-191 | Jacek | 2021-09-13 | 2 | -6/+47 |
| | |||||
* | SONAR-15244 Use G1GC for Elasticsearch | Jacek | 2021-08-11 | 2 | -4/+5 |
| | |||||
* | SONAR-11094 Add nodename to logs for DCE only | Jacek | 2021-08-11 | 1 | -0/+12 |
| | |||||
* | SONAR-15243 Enable JSON logging on Elasticsearch process | Jacek | 2021-08-11 | 1 | -1/+1 |
| | |||||
* | SONAR-15244 Despite sonar.log.useJsonOutput is enabled some logs are still ↵ | Duarte Meneses | 2021-08-11 | 2 | -5/+3 |
| | | | | not in a JSON format |