Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-23456 allowing users to set IPv6 address in square brackets for ↵ | Lukasz Jarocki | 2025-02-28 | 2 | -4/+29 |
| | | | | property 'sonar.cluster.node.host' | ||||
* | SONAR-23456 enabled support for IPv6 in hazelcast | lukasz-jarocki-sonarsource | 2025-02-28 | 1 | -0/+2 |
| | |||||
* | SONAR-23454 Add telemetry data about usage of IPv6 | Matteo Mara | 2025-02-28 | 3 | -18/+57 |
| | |||||
* | SONAR-23456 fix sonar.cluster.hosts not supporting default port on ipv6 ↵ | Steve Marion | 2025-02-28 | 4 | -96/+183 |
| | | | | addresses | ||||
* | SONAR-23111 api/system/logs now correctly return logs for data center edition | Lukasz Jarocki | 2025-01-30 | 5 | -9/+81 |
| | |||||
* | SONAR-24146 Update license headers for 2025 | Matteo Mara | 2025-01-09 | 111 | -111/+111 |
| | |||||
* | SONAR-22047 Remove deprecated SecurityManager code | Alain Kermis | 2025-01-07 | 2 | -181/+0 |
| | |||||
* | SONAR-21771 added libraries to help users connect to MSSQL database with ↵ | Lukasz Jarocki | 2025-01-07 | 1 | -0/+1 |
| | | | | ActiveDirectory and Entra ID | ||||
* | SONAR-24021 Invoke method(s) only conditionally | Julien Camus | 2024-12-27 | 2 | -16/+15 |
| | |||||
* | SONAR-24082 Fix quality gate status | Matteo Mara | 2024-12-24 | 4 | -20/+18 |
| | |||||
* | NO-JIRA Remove new code issues resulting from the update of the deprecated ↵ | Matteo Mara | 2024-10-14 | 1 | -3/+3 |
| | | | | methods. | ||||
* | NO-JIRA Stop using deprecated methods from RandomStringUtils | Matteo Mara | 2024-10-14 | 9 | -69/+69 |
| | |||||
* | SONAR-23133 move hamcrest-core dependency to hamcrest. remove obsolete ↵ | Steve Marion | 2024-10-07 | 1 | -1/+1 |
| | | | | exclusion of hamcrest from mockito. | ||||
* | SONAR-22479 Implement sending new telemetry metrics | Alain Kermis | 2024-07-24 | 1 | -0/+1 |
| | |||||
* | SONAR-22447 updated rename findbugs dependency | lukasz-jarocki-sonarsource | 2024-06-28 | 1 | -2/+2 |
| | |||||
* | SONAR-21971 Fix isLocal when multiple loopback adresses | Julien HENRY | 2024-04-03 | 1 | -1/+5 |
| | | | | | | | | | | On my Ubuntu box, the hosts file contains: $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 PC-L00XX And InetAddress.getLocalHost() returns 127.0.1.1, so the test isLocal_returns_true_on_localhost_address_or_host was failing | ||||
* | SONAR-20331 improved json timestamp formatting to more consistent | lukasz-jarocki-sonarsource | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | SONAR-21452 move from commons-lang:commons-lang to ↵ | Matteo Mara | 2024-03-16 | 18 | -22/+21 |
| | | | | org.apache.commons:commons-lang3 | ||||
* | SONAR-21643 Make rule compatible with JUnit5 (#10700) | Dejan Milisavljevic | 2024-02-26 | 3 | -11/+35 |
| | |||||
* | SONAR-21227 Disable log of user login | antoine.vinot | 2024-01-29 | 5 | -4/+42 |
| | |||||
* | NO-JIRA Update license headers to 2024 | Pierre | 2024-01-03 | 113 | -113/+113 |
| | |||||
* | SONAR-21228 Log deprecated API usage for API V2 | Alain Kermis | 2023-12-19 | 1 | -0/+2 |
| | |||||
* | SONAR-21227 Configure a new Logger file for deprecated API usages | antoine.vinot | 2023-12-19 | 3 | -31/+91 |
| | |||||
* | SONAR-20540 Use proxy settings in DefaultHttpDownloader | Wojtek Wajerowicz | 2023-11-08 | 1 | -2/+3 |
| | |||||
* | SONAR-20725 - Increase timeout time for thread testing | antoine.vinot | 2023-10-16 | 1 | -2/+12 |
| | |||||
* | SONAR-20658 remove unused read/write long methods | Pierre | 2023-10-04 | 1 | -8/+0 |
| | |||||
* | SONAR-20658 remove unused ping/getLastPing | Pierre | 2023-10-04 | 5 | -55/+0 |
| | |||||
* | SONAR-20328 Upgrade sonar-orchestrator version and update affected tests ↵ | Dimitris Kavvathas | 2023-09-07 | 1 | -1/+1 |
| | | | | from breaking changes. | ||||
* | SONAR-19978 Fix flaky ↵ | Jacek Poreda | 2023-08-30 | 1 | -1/+3 |
| | | | | | | | `SupportedTopologyClusterTest#app_node_can_join_and_quit_cluster` - Increased memory on WEB and CE processes due OOM - Introduce hz property to help with members disconnection issue, link: https://github.com/hazelcast/hazelcast/blob/master/docs/design/cluster/02-partial-member-disconnection-resolution.md | ||||
* | SONAR-19960 Drop environment variable interpolation in sonar.properties | Eric Giffon | 2023-08-25 | 2 | -53/+0 |
| | |||||
* | SONAR-19560 Silence hz inactive exception in scheduler | Jacek Poreda | 2023-07-18 | 2 | -18/+31 |
| | |||||
* | NO-JIRA remove unused imports | Pierre | 2023-07-17 | 2 | -2/+0 |
| | |||||
* | NO-JIRA replace Collectors.toList to Stream.toList | Pierre | 2023-07-17 | 4 | -7/+6 |
| | |||||
* | [NO-JIRA] Fix Code Smells | Jacek Poreda | 2023-06-22 | 2 | -5/+3 |
| | |||||
* | SONAR-14853 Elasticsearch http encryption | Eric Giffon | 2023-06-20 | 1 | -0/+2 |
| | |||||
* | [NOJIRA] Remove usage of deprecated Loggers. (#8527) | Wojtek Wajerowicz | 2023-06-13 | 2 | -6/+6 |
| | |||||
* | SONAR-18654 Make system/info return optional values | Antoine Vigneau | 2023-03-22 | 1 | -0/+9 |
| | |||||
* | [NO-JIRA] Drop blue green deployment flag | Jacek Poreda | 2023-02-09 | 1 | -3/+0 |
| | |||||
* | Fix logback config | Zipeng WU | 2023-02-02 | 2 | -10/+4 |
| | |||||
* | slf4j 1.7.36 -> 2.0.6 and logback 1.2.10 -> 1.3.5 | Zipeng WU | 2023-02-02 | 1 | -0/+18 |
| | |||||
* | [NO-JIRA] Drop unnecessary k8s Hazelcast plugin | Jacek | 2023-01-11 | 1 | -1/+0 |
| | | | | - included since Hazelcast 5.X, see https://github.com/hazelcast/hazelcast-kubernetes | ||||
* | [NO-JIRA] Remove reported code smells about usages of toList | Matteo Mara | 2023-01-10 | 3 | -5/+3 |
| | |||||
* | [NO-JIRA] Remove reported code smells about usage of instanceof | Matteo Mara | 2023-01-10 | 1 | -5/+2 |
| | |||||
* | Update license templates for 2023 | Pierre | 2023-01-02 | 113 | -113/+113 |
| | |||||
* | SONAR-17800 Reduce default `sonar.jdbc.keepaliveTime` to 3min | Jacek | 2022-12-20 | 1 | -1/+1 |
| | | | | It helps to avoid idle connections to be killed by infrastracture configuration | ||||
* | SONAR-17762 Allow customization of HikariCP configuration | Jacek | 2022-12-13 | 1 | -0/+5 |
| | |||||
* | 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-17152 removed deprecated license format support | Pierre | 2022-10-31 | 1 | -1/+3 |
| | |||||
* | SONAR-17413 Compress telemetry payload | Pierre | 2022-10-07 | 1 | -0/+1 |
| |