Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | SONAR-17197 change telemetry to once a day | Pierre Guillot | 2022-09-05 | 1 | -1/+1 |
| | |||||
* | SONAR-17200 Move to HikariCP from Apache DBCP | Jacek | 2022-08-29 | 3 | -5/+136 |
| | |||||
* | SONAR-16647 - Move previous SSE events to DB queue | Belen Pruvost | 2022-07-28 | 3 | -77/+0 |
| | |||||
* | [NO JIRA] Fix LogbackHelperTest | Belen Pruvost | 2022-07-05 | 1 | -3/+4 |
| | |||||
* | SONAR-16449 remove SonarCloud references in SonarQube codebase | Pierre Guillot | 2022-06-07 | 2 | -7/+0 |
| | |||||
* | SONAR-16372 - Push IssueChangedEvents | Belen Pruvost | 2022-05-16 | 3 | -6/+39 |
| | |||||
* | SONAR-16232 Add dependencies to new sonar-plugin-api | Duarte Meneses | 2022-04-21 | 1 | -1/+1 |
| | | | | | - fix tests - use plugin api from artifactory | ||||
* | NO-JIRA Update Mockito and simpleframework to latest major version | Léo Geoffroy | 2022-04-04 | 1 | -2/+2 |
| | |||||
* | SONAR-10179 improve consistency of start/stop log messages and identifiers ↵ | Aurelien Poscia | 2022-03-18 | 4 | -18/+19 |
| | | | | | | of processes Author: Aurelien Poscia <aurelien.poscia@sonarsource.com> | ||||
* | feat: support configuration of the tomcat keepAliveTimeout | jason.damour | 2022-03-11 | 1 | -0/+1 |
| | |||||
* | SONAR-15919 Improving code quality | Lukasz Jarocki | 2022-02-25 | 1 | -0/+22 |
| | |||||
* | SONAR-15919 Rename RuleSetChangedEvent and fix payload format | Damien Urruty | 2022-02-25 | 2 | -6/+6 |
| | |||||
* | SONAR-15994 Migrate Sonarqube IOC framework from Pico to Spring | Duarte Meneses | 2022-02-22 | 1 | -0/+3 |
| |