aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-17197 change telemetry to once a dayPierre Guillot2022-09-051-1/+1
|
* SONAR-17200 Move to HikariCP from Apache DBCPJacek2022-08-293-5/+136
|
* SONAR-16647 - Move previous SSE events to DB queueBelen Pruvost2022-07-283-77/+0
|
* [NO JIRA] Fix LogbackHelperTestBelen Pruvost2022-07-051-3/+4
|
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-072-7/+0
|
* SONAR-16372 - Push IssueChangedEventsBelen Pruvost2022-05-163-6/+39
|
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
| | | | | - fix tests - use plugin api from artifactory
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-041-2/+2
|
* SONAR-10179 improve consistency of start/stop log messages and identifiers ↵Aurelien Poscia2022-03-184-18/+19
| | | | | | of processes Author: Aurelien Poscia <aurelien.poscia@sonarsource.com>
* feat: support configuration of the tomcat keepAliveTimeoutjason.damour2022-03-111-0/+1
|
* SONAR-15919 Improving code qualityLukasz Jarocki2022-02-251-0/+22
|
* 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
|