Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-25445 Include CVE review and treatment file for SQCB 25.725.7.0.110598 | Alain Kermis | 2025-07-04 | 1 | -56/+41 |
| | |||||
* | SONAR-25142 Read value for enterprise and data center edition | guillaume-peoch-sonarsource | 2025-05-23 | 1 | -1/+1 |
| | |||||
* | SONAR-25142 Customize the session expiration | Guillaume Péoc'h | 2025-05-23 | 1 | -3/+13 |
| | |||||
* | SONAR-24942 Include CVEs inside SQCB distribution file for SQCB 25.525.5.0.107428 | Alain Kermis | 2025-05-05 | 2 | -46983/+76 |
| | |||||
* | SONAR-24713 allowing local builds to be smaller when some gradle tasks are ↵ | Lukasz Jarocki | 2025-04-30 | 1 | -1/+1 |
| | | | | excluded | ||||
* | SONAR-24808 Add Rust analyzer plugin | Tibor Blenessy | 2025-04-16 | 2 | -1/+2 |
| | |||||
* | NO-JIRA fix link | Lukasz Jarocki | 2025-04-10 | 1 | -1/+1 |
| | |||||
* | SONAR-24701 Add CVE Review and Treatment files to the zip | Matteo Mara | 2025-04-07 | 3 | -0/+46991 |
| | |||||
* | SONAR-24711 Update database requirements to match documentation | Bill Nottingham | 2025-04-03 | 1 | -2/+2 |
| | |||||
* | SONAR-24393 Make sonar startup script insensitive to the terminal width | Arseniy Zaostrovnykh | 2025-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | [SONAR-24393](https://sonarsource.atlassian.net/browse/SONAR-24393) Surprizingly, even when `ps` output is piped into another command, such as `grep` in this case, it is still truncated based on the terminal width. Depending on how wide your terminal you get different results from running the same command: - Wide-enough terminal: ``` ./sonar.sh start /usr/bin/java Starting SonarQube... Started SonarQube. ``` - Not-wide-enough terminal (width = 263 columns): ``` ./sonar.sh start /usr/bin/java Starting SonarQube... Removed stale pid file: ./SonarQube.pid Failed to start SonarQube. ``` To fix that, I propose to run `ps` with `-ww` option, see the [man page](https://man7.org/linux/man-pages/man1/ps.1.html) Tested on `ps` version 4.0.3 and 3.3.17 [SONAR-24393]: https://sonarsource.atlassian.net/browse/SONAR-24393?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | ||||
* | Fix build cache issues | Michael Ondrejko | 2025-02-18 | 1 | -0/+5 |
| | |||||
* | SONAR-24316 Integrate sonar-go-enterprise plugin and migrate sonar-go ↵ | GabinL21 | 2025-02-13 | 1 | -1/+1 |
| | | | | groupId (#12873) | ||||
* | SONAR-24146 Update license headers for 2025 | Matteo Mara | 2025-01-09 | 5 | -6/+6 |
| | |||||
* | SONAR-21771 added libraries to help users connect to MSSQL database with ↵ | Lukasz Jarocki | 2025-01-07 | 1 | -3/+6 |
| | | | | ActiveDirectory and Entra ID | ||||
* | SONAR-24053 Replace expression language usage by simple message ↵ | Steve Marion | 2024-12-31 | 1 | -1/+1 |
| | | | | | | interpolation for validation error messages. Remove dependency on org.glassfish.expressly:expressly. | ||||
* | SONAR-24007 Implement migration tests | Nolwenn Cadic | 2024-12-20 | 1 | -1/+1 |
| | |||||
* | SONAR-23492 OSS repo builds properly | Jeremy Davis | 2024-12-18 | 1 | -7/+2 |
| | |||||
* | SONAR-23209 Download webapp instead of using local build | Jeremy Davis | 2024-12-18 | 1 | -10/+19 |
| | |||||
* | SONAR-23869 Update ElasticSearch repox upload to include all the OS specific ↵ | Matteo Mara | 2024-12-09 | 1 | -2/+2 |
| | | | | platform folders | ||||
* | SONAR-22987 improved startup of DCE on Windows | lukasz-jarocki-sonarsource | 2024-12-06 | 1 | -0/+5 |
| | |||||
* | SONAR-23835 Update provisionned JRE to 17.0.13+11 | Julien HENRY | 2024-12-03 | 2 | -27/+27 |
| | |||||
* | SONAR-23794 Upgrade JS/TS/CSS analyzer to 10.18.0.28572 (#12431) | Tibor Blenessy | 2024-11-28 | 1 | -1/+1 |
| | |||||
* | SONAR-23742 Update edition name in footer | David Cho-Lerat | 2024-11-26 | 1 | -1/+1 |
| | |||||
* | SONAR-23757 Update the COPYING files bundled in the distributions of ↵ | Matteo Mara | 2024-11-26 | 1 | -0/+2 |
| | | | | SonarQube Community Build and SonarQube Server | ||||
* | SONAR-23626 publish Community Build and SonarQube Server independently. | Steve Marion | 2024-11-15 | 1 | -1/+1 |
| | | | | | Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Matteo Mara <matteo.mara@sonarsource.com> | ||||
* | SONAR-23641 Upgrade `javascript` plugins to version 10.17.0.28100 (#12276) | github-actions[bot] | 2024-11-15 | 1 | -1/+1 |
| | | | Co-authored-by: Michal Zgliczynski <mzglicz@gmail.com> | ||||
* | SONAR-23501 Update default accessLogs pattern in sonar.properties file | Alain Kermis | 2024-11-11 | 1 | -1/+1 |
| | |||||
* | SONAR-23133 Upgrade plugin com.github.johnrengelman.shadow from 7.1.2 to ↵ | Matteo Mara | 2024-10-07 | 1 | -1/+1 |
| | | | | com.gradleup.shadow 8.1.1 | ||||
* | NO-JIRA Simplify the handling of sonar-application min/max archive size | Matteo Mara | 2024-09-12 | 1 | -8/+14 |
| | |||||
* | [NO-JIRA] Fix bean naming in API V2 + enable failing fast in case same bean ↵ | Jacek Poreda | 2024-09-04 | 1 | -1/+1 |
| | | | | names appears | ||||
* | NO-JIRA Increase build zip size (#11675) | Shane Findley | 2024-09-04 | 1 | -1/+1 |
| | |||||
* | SONAR-19710 add missing dependency between cyclonedx and zip on ↵ | Steve Marion | 2024-08-28 | 1 | -9/+12 |
| | | | | sonar-application | ||||
* | SONAR-22473 make the instruction for integrated security not dependant of ↵ | Steve Marion | 2024-08-23 | 1 | -3/+3 |
| | | | | the version. | ||||
* | SONAR-22822 Upgrade `python` plugins to version 4.21.0.16473 (#11565) | github-actions[bot] | 2024-08-20 | 1 | -1/+1 |
| | | | | Co-authored-by: joke1196 <joke1196@users.noreply.github.com> Co-authored-by: Ghislain Piot <ghislain.piot@sonarsource.com> | ||||
* | SONAR-22679 Upgrade `iac` plugins to version 1.33.0.11761 (#11469) | github-actions[bot] | 2024-08-06 | 1 | -1/+1 |
| | | | | Co-authored-by: rudy-regazzoni-sonarsource <rudy-regazzoni-sonarsource@users.noreply.github.com> Co-authored-by: Rudy Regazzoni <110470341+rudy-regazzoni-sonarsource@users.noreply.github.com> | ||||
* | SONAR-22603 Use generated code for the SARIF parser | Julien HENRY | 2024-07-24 | 1 | -1/+1 |
| | |||||
* | SONAR-22447 Increase maximum zip file after dependency updates | Matteo Mara | 2024-07-04 | 1 | -1/+1 |
| | |||||
* | SONAR-22447 Increase maximum zip size after dependencies update | Matteo Mara | 2024-07-01 | 1 | -1/+1 |
| | |||||
* | SONAR-22447 updated rename findbugs dependency | lukasz-jarocki-sonarsource | 2024-06-28 | 1 | -1/+1 |
| | |||||
* | SONAR-22404 Update embedded Java analyzer 8.0.1.36337 (#11228) | leonardo-pilastri-sonarsource | 2024-06-13 | 1 | -0/+1 |
| | |||||
* | NO-JIRA rename es version variable client/server | Steve Marion | 2024-05-10 | 1 | -3/+3 |
| | |||||
* | SONAR-22119 Increase zip max size for the ElasticSearch update | Matteo Mara | 2024-05-10 | 1 | -1/+1 |
| | |||||
* | SONAR-22167 Add Gradle tasks to bundle JREs | Julien HENRY | 2024-05-03 | 2 | -1/+123 |
| | |||||
* | SONAR-22119 Increase max size of the zip file after dependency updates | Matteo Mara | 2024-04-30 | 1 | -1/+1 |
| | |||||
* | SONAR-22105 updated comment in sonar.properties | lukasz-jarocki-sonarsource | 2024-04-19 | 1 | -2/+1 |
| | |||||
* | SONAR-21973 Increase allowed max size of the ZIP archive due to new ↵ | David Cho-Lerat | 2024-04-12 | 1 | -1/+1 |
| | | | | material-symbols dependency | ||||
* | SONAR-20773 Update the update-center URL | Eric Giffon | 2024-02-07 | 1 | -1/+1 |
| | |||||
* | SONAR-21523 Upgrade sonar-iac-plugin and remove legacy ↵ | Aurelien Poscia | 2024-02-01 | 1 | -1/+0 |
| | | | | sonar-configuration-plugin | ||||
* | NO-JIRA increase allowed max size of the ZIP archive due to larger analyzer ↵ | Aurelien Poscia | 2024-02-01 | 1 | -1/+1 |
| | | | | dependencies size | ||||
* | SONAR-21227 Update sonar.properties on log files | antoine.vinot | 2024-01-29 | 1 | -2/+17 |
| |