aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-21512 Embed the javascript analyzer including node.js with ↵Matteo Mara2024-01-241-1/+1
| | | | multi-platform capabilities
* SONAR-21512 Increase max size of the archive in order to fit the larger ↵Matteo Mara2024-01-241-1/+1
| | | | javascript analyzer with node.js
* NO-JIRA Update license headers to 2024Pierre2024-01-035-5/+5
|
* [NO-JIRA] Fix version of Microsoft SQL JDBC in the commentsLéo Geoffroy2023-11-231-1/+1
|
* [NO-JIRA] Update Elasticsearch to 8.11.0Jacek Poreda2023-11-091-6/+16
|
* [NO-JIRA] Update com.microsoft.sqlserver:mssql-jdbc 12.4.1.jre11 -> 12.4.2.jre11antoine.vinot2023-11-091-2/+2
|
* SONAR-20310 Provide PIDDIR environment variable in the bootstrap script to ↵Zipeng WU2023-08-302-2/+8
| | | | allow customization
* SONAR-19761 Change documentation URLWouter Admiraal2023-08-242-2/+2
|
* NO-JIRA bumped bouncycastle to 1.74lukasz-jarocki-sonarsource2023-07-071-1/+2
|
* (code smell fix): removing variables and exception that are not being thrownBruno Andrade2023-06-281-1/+1
|
* SONAR-19410 Embed the Clean as You Code pluginPhilippe Perrin2023-06-142-2/+3
|
* BUILD-3122 Fix ES Url for public buildAurelien Poscia2023-06-141-1/+1
|
* SONAR-19498 stop fetching ElasticSearch manually (and benefit from caching)Aurelien Poscia2023-06-131-31/+15
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-2/+2
|
* Revert "SONAR-19410 Embed the Clean as You Code plugin"Philippe Perrin2023-06-012-3/+2
| | | | This reverts commit 165754f63e45a038afba2a5d8c8415ff51c2631f.
* SONAR-19410 Embed the Clean as You Code pluginPhilippe Perrin2023-05-312-2/+3
|
* [NO JIRA] Increase maximum zip sizeJeremy Davis2023-05-171-1/+1
|
* SONAR-19005 - Upgrade mssql driver dependencyAntoine Vinot2023-04-131-3/+3
|
* SONAR-19005 Update Elasticsearch to 8.7.0Jacek Poreda2023-04-121-2/+2
| | | | | - update ES client to 7.17.9 - update ES modules used in test to 8.7.0
* SONAR-18940 Embed Inter fontJeremy Davis2023-04-111-1/+1
|
* [NO-JIRA] Align sonar.properties to refer to the right MSSQL driver versionAntoine Vigneau2023-04-111-3/+3
|
* SONAR-17714 Fix elasticsearch/bin directory issueJacek Poreda2023-02-221-1/+19
| | | | Elasticsearch requires to not have empty elasticsearch/bin directory, hence we are excluding some of the scripts from the archive
* SONAR-18484 Documentation for SonarQube Web API V2 (OpenApi/Swagger)Aurelien Poscia2023-02-211-2/+2
|
* SONAR-18484 Add api/v2/system/liveness endpointPierre2023-02-211-1/+1
|
* Optimize gradle build to use the incremental build featureOlaf Śnieżek2023-02-141-21/+8
|
* SONAR-17714 Update ES binariesJacek Poreda2023-02-092-124/+53
| | | | | | | | | - 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] Update org.cyclonedx.bom from 1.6.1 to 1.7.3Matteo Mara2023-02-021-2/+2
|
* SONAR-17732 Remove all usage of redirect.sonarsource.comWouter Admiraal2023-01-172-3/+3
|
* SONAR-17446 - updated PGSQL version support to sonar.propertiesPierre2023-01-021-1/+1
|
* Update license templates for 2023Pierre2023-01-022-2/+2
|
* SONAR-17712 SONAR-17713 SONAR-17742 Update configuration file with new ↵Duarte Meneses2022-12-201-2/+2
| | | | supported DB versions