aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23456 allowing users to set IPv6 address in square brackets for ↵Lukasz Jarocki2025-02-282-4/+29
| | | | property 'sonar.cluster.node.host'
* SONAR-23456 enabled support for IPv6 in hazelcastlukasz-jarocki-sonarsource2025-02-281-0/+2
|
* SONAR-23454 Add telemetry data about usage of IPv6Matteo Mara2025-02-283-18/+57
|
* SONAR-23456 fix sonar.cluster.hosts not supporting default port on ipv6 ↵Steve Marion2025-02-284-96/+183
| | | | addresses
* SONAR-23111 api/system/logs now correctly return logs for data center editionLukasz Jarocki2025-01-305-9/+81
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09111-111/+111
|
* SONAR-22047 Remove deprecated SecurityManager codeAlain Kermis2025-01-072-181/+0
|
* SONAR-21771 added libraries to help users connect to MSSQL database with ↵Lukasz Jarocki2025-01-071-0/+1
| | | | ActiveDirectory and Entra ID
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-272-16/+15
|
* SONAR-24082 Fix quality gate statusMatteo Mara2024-12-244-20/+18
|
* NO-JIRA Remove new code issues resulting from the update of the deprecated ↵Matteo Mara2024-10-141-3/+3
| | | | methods.
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-149-69/+69
|
* SONAR-23133 move hamcrest-core dependency to hamcrest. remove obsolete ↵Steve Marion2024-10-071-1/+1
| | | | exclusion of hamcrest from mockito.
* SONAR-22479 Implement sending new telemetry metricsAlain Kermis2024-07-241-0/+1
|
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-2/+2
|
* SONAR-21971 Fix isLocal when multiple loopback adressesJulien HENRY2024-04-031-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 consistentlukasz-jarocki-sonarsource2024-03-281-1/+1
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1618-22/+21
| | | | org.apache.commons:commons-lang3
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-263-11/+35
|
* SONAR-21227 Disable log of user loginantoine.vinot2024-01-295-4/+42
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03113-113/+113
|
* SONAR-21228 Log deprecated API usage for API V2Alain Kermis2023-12-191-0/+2
|
* SONAR-21227 Configure a new Logger file for deprecated API usagesantoine.vinot2023-12-193-31/+91
|
* SONAR-20540 Use proxy settings in DefaultHttpDownloaderWojtek Wajerowicz2023-11-081-2/+3
|
* SONAR-20725 - Increase timeout time for thread testingantoine.vinot2023-10-161-2/+12
|
* SONAR-20658 remove unused read/write long methodsPierre2023-10-041-8/+0
|
* SONAR-20658 remove unused ping/getLastPingPierre2023-10-045-55/+0
|
* SONAR-20328 Upgrade sonar-orchestrator version and update affected tests ↵Dimitris Kavvathas2023-09-071-1/+1
| | | | from breaking changes.
* SONAR-19978 Fix flaky ↵Jacek Poreda2023-08-301-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.propertiesEric Giffon2023-08-252-53/+0
|
* SONAR-19560 Silence hz inactive exception in schedulerJacek Poreda2023-07-182-18/+31
|
* NO-JIRA remove unused importsPierre2023-07-172-2/+0
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-174-7/+6
|
* [NO-JIRA] Fix Code SmellsJacek Poreda2023-06-222-5/+3
|
* SONAR-14853 Elasticsearch http encryptionEric Giffon2023-06-201-0/+2
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-132-6/+6
|
* SONAR-18654 Make system/info return optional valuesAntoine Vigneau2023-03-221-0/+9
|
* [NO-JIRA] Drop blue green deployment flagJacek Poreda2023-02-091-3/+0
|
* Fix logback configZipeng WU2023-02-022-10/+4
|
* slf4j 1.7.36 -> 2.0.6 and logback 1.2.10 -> 1.3.5Zipeng WU2023-02-021-0/+18
|
* [NO-JIRA] Drop unnecessary k8s Hazelcast pluginJacek2023-01-111-1/+0
| | | | - included since Hazelcast 5.X, see https://github.com/hazelcast/hazelcast-kubernetes
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-103-5/+3
|
* [NO-JIRA] Remove reported code smells about usage of instanceofMatteo Mara2023-01-101-5/+2
|
* Update license templates for 2023Pierre2023-01-02113-113/+113
|
* SONAR-17800 Reduce default `sonar.jdbc.keepaliveTime` to 3minJacek2022-12-201-1/+1
| | | | It helps to avoid idle connections to be killed by infrastracture configuration
* SONAR-17762 Allow customization of HikariCP configurationJacek2022-12-131-0/+5
|
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-24/+24
|
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
|
* SONAR-17152 removed deprecated license format supportPierre2022-10-311-1/+3
|
* SONAR-17413 Compress telemetry payloadPierre2022-10-071-0/+1
|