aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-241-5/+3
|
* SONAR-19050 update RuleDto to add characteristicsBenjamin Campomenosi2023-04-241-0/+13
|
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-241-0/+7
| | | | | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com> Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com> Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* SONAR-18882 Show clear message when Sarif file is not UTF-8 encodedAurelien Poscia2023-03-311-1/+1
|
* SONAR-18600 Remove deprecated items that are not used anymoreZipeng WU2023-03-071-2/+0
|
* [SONAR-16198] update text in the administration panel regarding common ↵Matteo Mara2023-03-031-6/+3
| | | | repositories
* SONAR-18267 Fix duplicate issue changesEric Giffon2023-02-281-1/+1
|
* SONAR-18215 Add property to override the documentation base urlEric Giffon2023-02-152-4/+26
|
* SONAR-17706 Remove root_uuid in Components and all its usesDuarte Meneses2023-02-022-3/+3
|
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-021-12/+0
|
* SONAR-17706 Drop support for projects still using modules in SonarQube serverDuarte Meneses2023-02-023-7/+10
|
* SONAR-17732 Remove all usage of redirect.sonarsource.comWouter Admiraal2023-01-171-1/+1
|
* SONAR-18174 Analyzer cache should be kept in the file system to decrease ↵Duarte Meneses2023-01-121-6/+20
| | | | memory use
* SONAR-18164 Deprecate language specific parametersalain2023-01-111-1/+1
|
* [NO JIRA] Add missing package-infoDuarte Meneses2023-01-103-0/+81
|
* SONAR-14584 Analysis of the project can fail if path of the file exceeds 400 ↵Duarte Meneses2023-01-051-0/+3
| | | | character limit
* Update license templates for 2023Pierre2023-01-02151-153/+151
|
* SONAR-17610 Backend documentation links targets https://docs.sonarqube.org/ ↵Benjamin Campomenosi2022-12-282-0/+75
| | | | instead of embedded doc
* SONAR-17735 Telemetry improvementsalain2022-12-191-0/+26
|
* SONAR-17699 implemented algorithm for running PRs in parallelLukasz Jarocki2022-12-091-0/+29
|
* SONAR-17645 Enable SCIM feature toggling mechanismKlaudio Sinani2022-12-081-2/+1
|
* SONAR-17592 Manage formattings for truncation of messagesDuarte Meneses2022-12-011-2/+1
|
* SONAR-17592 Persist Message formatting from plugin apiLéo Geoffroy2022-12-011-0/+12
|
* SONAR-17560 Improve SARIF rule vulnerability detectionKlaudio Sinani2022-11-284-0/+89
|
* [NO-JIRA] Fix reported code smellsKlaudio Sinani2022-11-151-2/+2
|
* SONAR-17560 Introduce SARIF version validationKlaudio Sinani2022-11-153-3/+55
|
* SONAR-17564 Import vulnerabilities from a SARIF reportAurelien Poscia2022-11-152-11/+29
|
* SONAR-17560 Add Sarif deserializationAntoine Vinot2022-11-1518-130/+517
|
* SONAR-17560 Move existing sarif object to sonar-coreAntoine Vinot2022-11-1518-0/+761
|
* SONAR-17152 removed deprecated license format supportPierre2022-10-311-6/+2
|
* SONAR-17515 move login_message endpoint to community editionZipeng WU2022-10-311-0/+2
|
* SONAR-17524 Add main branch name instance propertyMathieu Suen2022-10-281-1/+11
|
* SONAR-11096 Discard files from analysis scope greater 20MBJacek2022-10-261-1/+10
| | | | | SONAR-11096 Discard files from analysis scope greater when than 20 MB - introduce property 'sonar.filesize.limit'
* SONAR-16633 splitting plugins into two categories in the scanner contextLukasz Jarocki2022-10-141-0/+24
|
* SONAR-17096 Improve announcement order and descriptionMathieu Suen2022-09-281-20/+0
|
* SONAR-17096 Ability to display a system announcement to all usersGuillaume Peoc'h2022-09-231-2/+3
|
* SONAR-17096 Add system announcement settingsMathieu Suen2022-09-231-4/+21
|
* SONAR-17271 update issue changelog with information about webhookAurelien Poscia2022-09-193-59/+98
|
* SONAR-17271 - Add origin on issue update from ALMAntoine Vinot2022-09-191-8/+69
|
* SONAR-16583 Collection of hashes of issue locations takes too longDuarte Meneses2022-08-021-0/+13
|
* SONAR-16647 - Move previous SSE events to DB queueBelen Pruvost2022-07-284-65/+3
|
* SONAR-17081 - Minimal compatibility version should be compared with runtime ↵Léo Geoffroy2022-07-222-17/+17
| | | | API version
* SONAR-16614 Read ruleDescriptionContextKey from scanner reports and persist ↵Aurelien Poscia2022-07-081-1/+1
| | | | to DB
* SONAR-16614 add ruleDescriptionContextKey to IssueDto and adapt mybatis mappingAurelien Poscia2022-07-081-25/+37
|
* SONAR-16566 Enforce max token lifespan on `api/user_tokens/generate` API callDimitris Kavvathas2022-07-072-0/+98
|
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-071-1/+1
|
* [NO JIRA] Make Server Base URL property description more accurateBelen Pruvost2022-06-281-1/+1
|
* SONAR-11599 drop module_uuid from ES index, api/issues/search and issueDto.Aurelien Poscia2022-06-151-11/+0
|
* NO-JIRA Fix few code smells introduced in 9.5Aurelien2022-06-092-0/+48
|
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-311-0/+55
| | | | - introduce internal SonarQubeVersion