| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-24146 Update license headers for 2025 | Matteo Mara | 2025-01-09 | 114 | -114/+114 |
* | SONAR-21771 added libraries to help users connect to MSSQL database with Acti... | Lukasz Jarocki | 2025-01-07 | 4 | -4/+37 |
* | SONAR-24021 Invoke method(s) only conditionally | Julien Camus | 2024-12-27 | 6 | -34/+27 |
* | 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 edi... | lukasz-jarocki-sonarsource | 2024-10-02 | 8 | -10/+100 |
* | SONAR-22447 move back all dependency management into the main build.gradle files | Steve Marion | 2024-07-01 | 1 | -1/+0 |
* | SONAR-22447 updated rename findbugs dependency | lukasz-jarocki-sonarsource | 2024-06-28 | 1 | -2/+2 |
* | SONAR-22447 bumped patch version of commons-logging | lukasz-jarocki-sonarsource | 2024-06-28 | 1 | -1/+1 |
* | NO-JIRA removed FIPS flag from processes | lukasz-jarocki-sonarsource | 2024-06-18 | 6 | -14/+2 |
* | SONAR-22119 backend minor dependency updates | Matteo Mara | 2024-04-30 | 1 | -1/+1 |
* | SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons... | Matteo Mara | 2024-03-16 | 11 | -16/+15 |
* | SONAR-21569 Update commons-logging:commons-logging 1.2 -> 1.3.0 | Wojtek Wajerowicz | 2024-02-08 | 1 | -1/+1 |
* | NO-JIRA Update license headers to 2024 | Pierre | 2024-01-03 | 114 | -114/+114 |
* | SONAR-20824 make Tester open source | Benjamin Campomenosi | 2023-11-22 | 1 | -1/+2 |
* | SONAR-20724 - add some logs and wait until process are alive | antoine.vinot | 2023-10-16 | 1 | -4/+11 |
* | SONAR-20328 Upgrade sonar-orchestrator version and update affected tests from... | Dimitris Kavvathas | 2023-09-07 | 1 | -1/+1 |
* | SONAR-19960 Drop environment variable interpolation in sonar.properties | Eric Giffon | 2023-08-25 | 1 | -2/+0 |
* | SONAR-19678 Fix flaky `all_processes_are_stopped_if_one_process_goes_down` | Jacek Poreda | 2023-08-25 | 1 | -1/+2 |
* | NO-JIRA replace Collectors.toList to Stream.toList | Pierre | 2023-07-17 | 3 | -5/+4 |
* | NO-JIRA replace MoreCollectors.toSet with Collectors.toSet | Pierre | 2023-07-17 | 1 | -2/+1 |
* | NO-JIRA replace MoreCollectors.toList with Collectors.toList | Pierre | 2023-07-17 | 1 | -2/+2 |
* | [NO-JIRA] Fix Code Smells | Jacek Poreda | 2023-06-22 | 2 | -4/+3 |
* | SONAR-14853 Elasticsearch http encryption | Eric Giffon | 2023-06-20 | 11 | -29/+299 |
* | NO-JIRA (code smell fix): using isEmpty, isTrue, isNegative for better readab... | Bruno Andrade | 2023-06-19 | 1 | -1/+1 |
* | 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 | 2 | -13/+1 |
* | SONAR-17714 Update ES binaries | Jacek Poreda | 2023-02-09 | 15 | -193/+89 |
* | 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 generic code smell | Matteo Mara | 2023-01-12 | 1 | -1/+2 |
* | [NO-JIRA] Use record for data classes | Zipeng WU | 2023-01-12 | 1 | -16/+3 |
* | [NO-JIRA] Remove reported code smells about usages of toList | Matteo Mara | 2023-01-10 | 2 | -7/+5 |
* | [NO-JIRA] Remove reported code smells about usage of instanceof | Matteo Mara | 2023-01-10 | 1 | -2/+2 |
* | [NO-JIRA] Remove reported code smells about text blocks | Matteo Mara | 2023-01-10 | 3 | -15/+20 |
* | [NO-JIRA] Remove reported code smells about switch statements | Matteo Mara | 2023-01-10 | 1 | -13/+7 |
* | SONAR-17781 Allow overwriting path for 'es_hs_err_pid%p.log' | Jacek | 2023-01-05 | 2 | -15/+24 |
* | Update license templates for 2023 | Pierre | 2023-01-02 | 114 | -114/+114 |
* | SONAR-17565 Support running SonarQube with Java 17 | Zipeng WU | 2022-12-09 | 1 | -1/+2 |
* | SONAR-15595 Replace Gradle deprecated dependency scopes | Zipeng WU | 2022-12-01 | 1 | -24/+24 |
* | SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar' | Duarte Meneses | 2022-11-11 | 1 | -1/+1 |
* | SONAR-17138 sonar.log rotation move inside Sonar Application process | Zipeng WU | 2022-08-03 | 2 | -47/+7 |
* | SONAR-16647 - Move previous SSE events to DB queue | Belen Pruvost | 2022-07-28 | 1 | -24/+0 |
* | SONAR-16471 - Add logs when sonar is externally stopped | Léo Geoffroy | 2022-07-20 | 1 | -1/+2 |
* | SONAR-16464 make ES health check OS language agnostic | Aurelien Poscia | 2022-06-08 | 2 | -59/+16 |
* | SONAR-16403 Added LIBFFI tmpdir to ES process when running on Windows | Lukasz Jarocki | 2022-06-02 | 1 | -0/+1 |
* | SONAR-16232 Use plugin api version for SonarRuntime impl | Jacek | 2022-05-31 | 1 | -1/+1 |
* | SONAR-16372 - Push IssueChangedEvents | Belen Pruvost | 2022-05-16 | 1 | -2/+14 |
* | SONAR-16232 Fix version metadata | Duarte Meneses | 2022-04-21 | 2 | -2/+1 |
* | NO-JIRA Update Mockito and simpleframework to latest major version | Léo Geoffroy | 2022-04-04 | 1 | -7/+7 |