aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-25445 Include CVE review and treatment file for SQCB 25.725.7.0.110598Alain Kermis2025-07-041-56/+41
|
* SONAR-25142 Read value for enterprise and data center editionguillaume-peoch-sonarsource2025-05-231-1/+1
|
* SONAR-25142 Customize the session expirationGuillaume Péoc'h2025-05-231-3/+13
|
* SONAR-24942 Include CVEs inside SQCB distribution file for SQCB 25.525.5.0.107428Alain Kermis2025-05-052-46983/+76
|
* SONAR-24713 allowing local builds to be smaller when some gradle tasks are ↵Lukasz Jarocki2025-04-301-1/+1
| | | | excluded
* SONAR-24808 Add Rust analyzer pluginTibor Blenessy2025-04-162-1/+2
|
* NO-JIRA fix linkLukasz Jarocki2025-04-101-1/+1
|
* SONAR-24701 Add CVE Review and Treatment files to the zipMatteo Mara2025-04-073-0/+46991
|
* SONAR-24711 Update database requirements to match documentationBill Nottingham2025-04-031-2/+2
|
* SONAR-24393 Make sonar startup script insensitive to the terminal widthArseniy Zaostrovnykh2025-03-051-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 issuesMichael Ondrejko2025-02-181-0/+5
|
* SONAR-24316 Integrate sonar-go-enterprise plugin and migrate sonar-go ↵GabinL212025-02-131-1/+1
| | | | groupId (#12873)
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-095-6/+6
|
* SONAR-21771 added libraries to help users connect to MSSQL database with ↵Lukasz Jarocki2025-01-071-3/+6
| | | | ActiveDirectory and Entra ID
* SONAR-24053 Replace expression language usage by simple message ↵Steve Marion2024-12-311-1/+1
| | | | | | interpolation for validation error messages. Remove dependency on org.glassfish.expressly:expressly.
* SONAR-24007 Implement migration testsNolwenn Cadic2024-12-201-1/+1
|
* SONAR-23492 OSS repo builds properlyJeremy Davis2024-12-181-7/+2
|
* SONAR-23209 Download webapp instead of using local buildJeremy Davis2024-12-181-10/+19
|
* SONAR-23869 Update ElasticSearch repox upload to include all the OS specific ↵Matteo Mara2024-12-091-2/+2
| | | | platform folders
* SONAR-22987 improved startup of DCE on Windowslukasz-jarocki-sonarsource2024-12-061-0/+5
|
* SONAR-23835 Update provisionned JRE to 17.0.13+11Julien HENRY2024-12-032-27/+27
|
* SONAR-23794 Upgrade JS/TS/CSS analyzer to 10.18.0.28572 (#12431)Tibor Blenessy2024-11-281-1/+1
|
* SONAR-23742 Update edition name in footerDavid Cho-Lerat2024-11-261-1/+1
|
* SONAR-23757 Update the COPYING files bundled in the distributions of ↵Matteo Mara2024-11-261-0/+2
| | | | SonarQube Community Build and SonarQube Server
* SONAR-23626 publish Community Build and SonarQube Server independently.Steve Marion2024-11-151-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-151-1/+1
| | | Co-authored-by: Michal Zgliczynski <mzglicz@gmail.com>
* SONAR-23501 Update default accessLogs pattern in sonar.properties fileAlain Kermis2024-11-111-1/+1
|
* SONAR-23133 Upgrade plugin com.github.johnrengelman.shadow from 7.1.2 to ↵Matteo Mara2024-10-071-1/+1
| | | | com.gradleup.shadow 8.1.1
* NO-JIRA Simplify the handling of sonar-application min/max archive sizeMatteo Mara2024-09-121-8/+14
|
* [NO-JIRA] Fix bean naming in API V2 + enable failing fast in case same bean ↵Jacek Poreda2024-09-041-1/+1
| | | | names appears
* NO-JIRA Increase build zip size (#11675)Shane Findley2024-09-041-1/+1
|
* SONAR-19710 add missing dependency between cyclonedx and zip on ↵Steve Marion2024-08-281-9/+12
| | | | sonar-application
* SONAR-22473 make the instruction for integrated security not dependant of ↵Steve Marion2024-08-231-3/+3
| | | | the version.
* SONAR-22822 Upgrade `python` plugins to version 4.21.0.16473 (#11565)github-actions[bot]2024-08-201-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-061-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 parserJulien HENRY2024-07-241-1/+1
|
* SONAR-22447 Increase maximum zip file after dependency updatesMatteo Mara2024-07-041-1/+1
|
* SONAR-22447 Increase maximum zip size after dependencies updateMatteo Mara2024-07-011-1/+1
|
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-1/+1
|
* SONAR-22404 Update embedded Java analyzer 8.0.1.36337 (#11228)leonardo-pilastri-sonarsource2024-06-131-0/+1
|
* NO-JIRA rename es version variable client/serverSteve Marion2024-05-101-3/+3
|
* SONAR-22119 Increase zip max size for the ElasticSearch updateMatteo Mara2024-05-101-1/+1
|
* SONAR-22167 Add Gradle tasks to bundle JREsJulien HENRY2024-05-032-1/+123
|
* SONAR-22119 Increase max size of the zip file after dependency updatesMatteo Mara2024-04-301-1/+1
|
* SONAR-22105 updated comment in sonar.propertieslukasz-jarocki-sonarsource2024-04-191-2/+1
|
* SONAR-21973 Increase allowed max size of the ZIP archive due to new ↵David Cho-Lerat2024-04-121-1/+1
| | | | material-symbols dependency
* SONAR-20773 Update the update-center URLEric Giffon2024-02-071-1/+1
|
* SONAR-21523 Upgrade sonar-iac-plugin and remove legacy ↵Aurelien Poscia2024-02-011-1/+0
| | | | sonar-configuration-plugin
* NO-JIRA increase allowed max size of the ZIP archive due to larger analyzer ↵Aurelien Poscia2024-02-011-1/+1
| | | | dependencies size
* SONAR-21227 Update sonar.properties on log filesantoine.vinot2024-01-291-2/+17
|