aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-main/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-25560 Allow disabling elastic's disk thresholdTravis Collins2025-07-221-0/+4
|
* SONAR-25373 Catch exception instead of killing a process when connection to ↵Lukasz Jarocki2025-07-101-3/+9
| | | | elasticsearch fails while starting webserver
* SONAR-24739 Upgrade Hazelcast to 5.5.0 and remove dependencies on the CP ↵Matteo Mara2025-04-231-5/+6
| | | | subsystem
* SONAR-23456 ElasticSearch changeslukasz-jarocki-sonarsource2025-02-281-0/+5
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0967-67/+67
|
* SONAR-21771 added libraries to help users connect to MSSQL database with ↵Lukasz Jarocki2025-01-072-1/+29
| | | | ActiveDirectory and Entra ID
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-275-30/+24
|
* SONAR-22990 improved the mechanism for locking the leader in data centern ↵lukasz-jarocki-sonarsource2024-10-024-10/+59
| | | | edition environment
* NO-JIRA removed FIPS flag from processeslukasz-jarocki-sonarsource2024-06-183-8/+0
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-163-6/+5
| | | | org.apache.commons:commons-lang3
* NO-JIRA Update license headers to 2024Pierre2024-01-0367-67/+67
|
* SONAR-20824 make Tester open source Benjamin Campomenosi2023-11-221-1/+2
|
* SONAR-20328 Upgrade sonar-orchestrator version and update affected tests ↵Dimitris Kavvathas2023-09-071-1/+1
| | | | from breaking changes.
* SONAR-19960 Drop environment variable interpolation in sonar.propertiesEric Giffon2023-08-251-2/+0
|
* SONAR-19678 Fix flaky `all_processes_are_stopped_if_one_process_goes_down`Jacek Poreda2023-08-251-1/+2
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+1
|
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-2/+1
|
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-171-2/+2
|
* [NO-JIRA] Fix Code SmellsJacek Poreda2023-06-221-1/+1
|
* SONAR-14853 Elasticsearch http encryptionEric Giffon2023-06-206-22/+118
|
* SONAR-17714 Enable deprecation logging for ESalain2023-02-091-4/+0
| | | So far, there are no logs regarding deprecated features. However, we want to be notified in the logs should there be any deprecations in future ES releases.
* SONAR-17714 Update ES binariesJacek Poreda2023-02-098-110/+57
| | | | | | | | | - use no-jdk for local development and jdk for open source part - use ES cli tool to start Elasticsearch - platform agnostic - fix query issue with dates - disable security autoconfiguration on a single node environment - fix single-node settings - Use Elasticsearch CLI java tool to run keystore cli and Elasticsearch
* [NO-JIRA] Remove reported generic code smellMatteo Mara2023-01-121-1/+2
|
* [NO-JIRA] Use record for data classesZipeng WU2023-01-121-16/+3
|
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-102-7/+5
|
* [NO-JIRA] Remove reported code smells about usage of instanceofMatteo Mara2023-01-101-2/+2
|
* [NO-JIRA] Remove reported code smells about text blocksMatteo Mara2023-01-102-9/+13
|
* [NO-JIRA] Remove reported code smells about switch statementsMatteo Mara2023-01-101-13/+7
|
* SONAR-17781 Allow overwriting path for 'es_hs_err_pid%p.log'Jacek2023-01-051-3/+5
|
* Update license templates for 2023Pierre2023-01-0267-67/+67
|
* SONAR-17138 sonar.log rotation move inside Sonar Application processZipeng WU2022-08-031-28/+2
|
* SONAR-16471 - Add logs when sonar is externally stoppedLéo Geoffroy2022-07-201-1/+2
|
* SONAR-16464 make ES health check OS language agnosticAurelien Poscia2022-06-081-16/+3
|
* SONAR-16403 Added LIBFFI tmpdir to ES process when running on WindowsLukasz Jarocki2022-06-021-0/+1
|
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-311-1/+1
| | | | - introduce internal SonarQubeVersion
* SONAR-16232 Fix version metadataDuarte Meneses2022-04-211-1/+1
|
* SONAR-15987 Restart should not fail if temp files can't be deletedDuarte Meneses2022-03-281-9/+6
|
* Fix SonarQube quality issuesDuarte Meneses2022-03-231-0/+1
|
* SONAR-10179 improve consistency of start/stop log messages and identifiers ↵Aurelien Poscia2022-03-185-19/+19
| | | | | | of processes Author: Aurelien Poscia <aurelien.poscia@sonarsource.com>
* SONAR-13125 fixed an issue where some startup logs were not always appended ↵Lukasz Jarocki2022-02-094-28/+69
| | | | to sonar.log
* SONAR-15845 Upgrade H2 database dependency to 2.XJacek2022-02-021-2/+2
|
* Update license headers for 2022 [update headers]Pierre2022-01-2867-67/+67
|
* SONAR-13997 Allow to override 'sonar.es.bootstrap.checks.disable'Jacek2022-01-271-1/+2
| | | | | - default for jdbc other than H2 to check es bootstrap at startup - default for H2 to not check es bootstrap at startup
* SONAR-15840 Fix SSF-219Jacek2021-12-172-3/+5
|
* SONAR-15827 Fix SSF-219Jacek2021-12-171-11/+1
|
* SONAR-15070 Fix error when sometimes setting sonar.search.host causes SQ to ↵Jacek2021-11-181-2/+4
| | | | fail at start
* DOCKER-27 disable FIPS modeTrabelsi Tobias2021-10-223-0/+9
|
* SONAR-15418 Suppress Elasticsearch timeout exception when waiting for it to ↵Jacek2021-09-281-3/+10
| | | | be UP
* Fix code quality issuesDuarte Meneses2021-09-241-12/+0
|
* [NO-JIRA] Addressing some code smellsBelen Pruvost2021-09-161-3/+5
|