aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23456 allowing users to set IPv6 address in square brackets for ↵Lukasz Jarocki2025-02-281-4/+16
| | | | 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-282-1/+25
|
* SONAR-23456 fix sonar.cluster.hosts not supporting default port on ipv6 ↵Steve Marion2025-02-281-11/+9
| | | | addresses
* SONAR-23111 api/system/logs now correctly return logs for data center editionLukasz Jarocki2025-01-303-0/+23
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0965-65/+65
|
* SONAR-22047 Remove deprecated SecurityManager codeAlain Kermis2025-01-071-88/+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-271-10/+10
|
* SONAR-24082 Fix quality gate statusMatteo Mara2024-12-241-5/+7
|
* SONAR-22479 Implement sending new telemetry metricsAlain Kermis2024-07-241-0/+1
|
* 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-167-8/+7
| | | | org.apache.commons:commons-lang3
* SONAR-21227 Disable log of user loginantoine.vinot2024-01-293-2/+23
|
* NO-JIRA Update license headers to 2024Pierre2024-01-0366-66/+66
|
* 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-192-15/+26
|
* SONAR-20540 Use proxy settings in DefaultHttpDownloaderWojtek Wajerowicz2023-11-081-2/+3
|
* SONAR-20658 remove unused read/write long methodsPierre2023-10-041-8/+0
|
* SONAR-20658 remove unused ping/getLastPingPierre2023-10-043-32/+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-251-27/+0
|
* SONAR-19560 Silence hz inactive exception in schedulerJacek Poreda2023-07-181-2/+6
|
* [NO-JIRA] Fix Code SmellsJacek Poreda2023-06-221-2/+1
|
* 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
|
* [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-0266-66/+66
|
* 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-17152 removed deprecated license format supportPierre2022-10-311-1/+3
|
* SONAR-17413 Compress telemetry payloadPierre2022-10-071-0/+1
|
* SONAR-17197 change telemetry to once a dayPierre Guillot2022-09-051-1/+1
|
* SONAR-17200 Move to HikariCP from Apache DBCPJacek2022-08-292-5/+57
|
* SONAR-16647 - Move previous SSE events to DB queueBelen Pruvost2022-07-282-42/+0
|
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-071-6/+0
|
* SONAR-16372 - Push IssueChangedEventsBelen Pruvost2022-05-162-4/+24
|
* SONAR-10179 improve consistency of start/stop log messages and identifiers ↵Aurelien Poscia2022-03-182-17/+14
| | | | | | of processes Author: Aurelien Poscia <aurelien.poscia@sonarsource.com>
* feat: support configuration of the tomcat keepAliveTimeoutjason.damour2022-03-111-0/+1
|
* SONAR-15919 Rename RuleSetChangedEvent and fix payload formatDamien Urruty2022-02-252-6/+6
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-0/+3
|
* SONAR-15919 add ruleset changesPierre2022-02-182-0/+22
|
* Update license headers for 2022 [update headers]Pierre2022-01-2865-65/+65
|
* SONAR-13997 Allow to override 'sonar.es.bootstrap.checks.disable'Jacek2022-01-271-0/+1
| | | | | - default for jdbc other than H2 to check es bootstrap at startup - default for H2 to not check es bootstrap at startup
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-192-4/+0
|