aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-core
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-17200 Move to HikariCP from Apache DBCPJacek2022-08-298-143/+31
|
* Comply key validation of sonar-plugin-apiZipeng WU2022-08-233-11/+11
|
* SONAR-17208 Remove extra permissions from the default permissions templateMatteo Mara2022-08-192-7/+1
|
* SONAR-17035 allow to re-install a previously removed pluginAurelien Poscia2022-07-152-17/+59
|
* SONAR-16635 Use plugin-api htmlDesc to populate web api/rule/*** ↵Aurelien Poscia2022-07-145-56/+92
| | | | rule.htmlDesc and /api/hotspots/show fields
* SONAR-16642 fix race condition on HealthReducerPierre2022-07-142-2/+2
|
* SONAR-16598 Rename generic concept to education principlesPierre2022-07-122-12/+12
|
* SONAR-16598 Populate Generic concepts from sonar-plugin apiLéo Geoffroy2022-07-122-10/+27
| | | | (cherry picked from commit 1d1feb6ab5dcf0d89f63ec0e1c67778f22da0978)
* SONAR-16614 adapt test to new constraints enforced by sonar-plugin-apiAurelien Poscia2022-07-081-3/+7
|
* Revert "SONAR-16598 Populate Generic concepts from sonar-plugin api"Pierre2022-07-082-27/+10
| | | | This reverts commit 1d1feb6ab5dcf0d89f63ec0e1c67778f22da0978.
* SONAR-16598 Populate Generic concepts from sonar-plugin apiLéo Geoffroy2022-07-082-10/+27
|
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-072-9/+9
|
* SONAR-16518 Read contextual descriptions from sonar-plugin-api and pass them ↵Aurelien Poscia2022-06-303-9/+181
| | | | to RuleDescriptionSectionDto
* SONAR-16518 Add context to RuleDescriptionSectionDtoLéo Geoffroy2022-06-301-7/+9
|
* SONAR-15132 Add a Quality Profile changelog on rule deletionAntoine Vinot2022-06-092-12/+53
|
* NO-JIRA Fix few code smells introduced in 9.5Aurelien2022-06-091-10/+9
|
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-311-5/+5
| | | | - introduce internal SonarQubeVersion
* SONAR-16316 DAO to fetch report issues from DBDuarte Meneses2022-05-251-9/+5
| | | | | | | | SONAR-16316 Export CSV files with issues SONAR-16316 Create Web API 'api/regulatory_reports/download' SONAR-16316 Export Scanner Context SONAR-16316 Write report zip file SONAR-16316 Integrate pdf report in zip file
* SONAR-16303 Change RuleDescriptionFormatter from a static helper to regular beanZipeng WU2022-05-111-2/+0
|
* SONAR-16397 Store rule description sections in the new DB structure and ↵Aurelien Poscia2022-05-1112-29/+1085
| | | | split when necessary
* SONAR-16302 remove RuleDefinitionDto and put information in RuleDtoAurelien2022-05-062-174/+166
|
* SONAR-16302 Renamed RULE_DESC_SECTIONS.DESCRIPTION to ↵Aurelien2022-05-062-38/+72
| | | | RULE_DESC_SECTIONS.CONTENT and corresponding java objects
* SONAR-16302 persist and fetch rules with new DB structureAurelien Poscia2022-05-062-7/+7
|
* SONAR-16302 adapt RuleDto, RuleDefinitionDto and introduce ↵Léo Geoffroy2022-05-062-29/+42
| | | | RuleSectionDescriptionDto to prepare for multiple section support
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
| | | | | - fix tests - use plugin api from artifactory
* NO-JIRA fixing SQ issues, code smells, bugsLukasz Jarocki2022-04-051-1/+1
|
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-043-9/+9
|
* SONAR-16188 Deactivate common rules for SonarTextMatteo Mara2022-03-292-2/+3
|
* SONAR-16188 Deprecate common rules and deactivate them for a set of languagesMatteo Mara2022-03-282-7/+105
|
* Improve SQ code qualityDuarte Meneses2022-03-241-0/+24
|
* SONAR-13704 activity of a project now also display QG changes caused by ↵Lukasz Jarocki2022-03-022-0/+259
| | | | changing issues status
* SONAR-15994 Fix cluster service class constructorZipeng WU2022-02-243-12/+5
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-2230-89/+63
|
* SONAR-15918 update the license headers to 2022Pierre2022-02-182-2/+2
|
* Added monitoring and telemetry to SonarLint push feature. (#5315)lukasz-jarocki-sonarsource2022-02-187-6/+105
| | | * SONAR-15921 add number of connected sonarlint clients to telemetry
* SONAR-11767 add base url to test emailsMatteo Mara2022-02-171-1/+1
|
* SONAR-14011 widen container detectionTobias Trabelsi2022-02-162-1/+61
|
* SONAR-15845 Upgrade H2 database dependency to 2.XJacek2022-02-022-2/+3
|
* Update license headers for 2022 [update headers]Pierre2022-01-28189-192/+189
|
* SONAR-15681 - IT for Owasp Top 10 2021 support in sonar-plugin-apibelen-pruvost-sonarsource2021-11-251-10/+13
|
* Improve code qualityDuarte Meneses2021-11-2013-31/+35
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1925-215/+150
|
* SONAR-14315 Cannot paginate /api/project_tags/searchDuarte Meneses2021-11-181-2/+1
|
* Fix code quality issuesDuarte Meneses2021-10-253-6/+5
|
* SONAR-15450 Take pull requests into account when counting instance's NLOCDuarte Meneses2021-09-271-2/+19
|
* Fix code quality issuesDuarte Meneses2021-09-243-4/+4
|
* SONAR-15425 'api/rules/repositories' is empty for new instancesDuarte Meneses2021-09-232-5/+9
|
* SONAR-15142 Audit internal propertiesDuarte Meneses2021-08-192-3/+2
|
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-193-3/+3
|
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-193-3/+4
|