aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [NO-JIRA] Remove reported code smells about usage of instanceofMatteo Mara2023-01-1020-81/+69
|
* [NO-JIRA] Remove reported code smells about text blocksMatteo Mara2023-01-106-24/+34
|
* [NO-JIRA] Remove reported code smells about switch statementsMatteo Mara2023-01-1026-261/+125
|
* SONAR-17815 isCaycCompliant flag should be false with extra non-CAYC conditionsZipeng WU2023-01-102-2/+21
|
* SONAR-18180 Fix import of SARIF issues with empty range.Wojtek Wajerowicz2023-01-102-7/+25
|
* SONAR-17845 Fix a11y issuesAmbroise2023-01-105-25/+22
| | | | | | | Fix a11y issues: - [1099717] Certain ARIA roles must contain particular children - [1099818] Certain ARIA roles must be contained by particular parents - [1098592] Visual list is not marked up as list
* SONAR-16556 Do not open rule panel or issues under Project > Measures / Code ↵guillaume-peoch-sonarsource2023-01-102-11/+11
| | | | tabs
* SONAR-18166 User can't display all secondary location when coming from the ↵guillaume-peoch-sonarsource2023-01-1010-70/+20
| | | | code tab
* SONAR-17815 Adapt isCaycCompliant computation to its new definitionZipeng WU2023-01-102-17/+35
|
* SONAR-17818 Add coverage and duplication conditions by default on new ↵Dimitris Kavvathas2023-01-104-6/+44
| | | | Quality Gates
* [NO JIRA] Add missing package-infoDuarte Meneses2023-01-107-0/+175
|
* SONAR-18123 Picking a branch of a project when creating application is hardstanislavh2023-01-092-2/+20
|
* NOJIRA_fix_license_in_AbstractExclusionFiltersTest Benjamin Campomenosi2023-01-091-1/+1
|
* NO-JIRA fixed Web-API documentation: api/rules/show does not support 'f' ↵Aurelien Poscia2023-01-091-1/+0
| | | | parameter
* SONAR-16491 add aliases for sonar.test.inclusions and sonar.test.exclusionsBenjamin Campomenosi2023-01-096-27/+231
|
* SONAR-18167 Update sonar.plugin.api to 9.14.0.375Benjamin Campomenosi2023-01-091-1/+1
|
* SONAR-17775 fixed a bug where old portfolio and app XMLs could not be ↵Lukasz Jarocki2023-01-094-4/+12
| | | | sometimes imported
* SONAR-17819 Make tooltip content accessible to screen readers when entering ↵Mathieu Suen2023-01-0923-179/+204
| | | | narration mode
* SONAR-17815 Disable copy and set as default button if QG is not CAYC compliantRevanshu Paliwal2023-01-064-54/+68
|
* [NO-JIRA] Fix QA names incompatible with burgrPhilippe Perrin2023-01-061-4/+5
|
* SONAR-17815 Highlight non-cayc Quality GatesJeremy Davis2023-01-0611-53/+108
|
* SONAR-17518 Ignore AccessDeniedException of directory, if it is excluded.Dimitris Kavvathas2023-01-054-22/+64
|
* SONAR-17816 Warn user about non-cayc-compliant QGJeremy Davis2023-01-0527-5600/+505
|
* [NO-JIRA] Reduce QA names lengthPhilippe Perrin2023-01-051-8/+9
|
* SONAR-17815 Adding CAYC section QG conditionsRevanshu Paliwal2023-01-0520-129/+1138
|
* SONAR-14584 Analysis of the project can fail if path of the file exceeds 400 ↵Duarte Meneses2023-01-054-11/+51
| | | | character limit
* SONAR-17815 add isCaycCompliant flag in application status endpointZipeng WU2023-01-051-3/+8
|
* SONAR-17815 add isCaycCompliant flag in qualitygate endpointsZipeng WU2023-01-0516-162/+298
|
* SONAR-14553 Add lists consistency in tutorialstanislavh2023-01-0519-604/+729
|
* SONAR-17781 Allow overwriting path for 'es_hs_err_pid%p.log'Jacek2023-01-052-15/+24
|
* SONAR-17768 Move unanalyzed language code telemetry back to global levelalain2023-01-058-100/+115
|
* SONAR-17737 Support null name for index lookup during index dropLéo Geoffroy2023-01-042-3/+4
|
* SONAR-16556 Do not open rule panel or issues under Project > Measures / Code ↵guillaume-peoch-sonarsource2023-01-0416-338/+407
| | | | tabs
* SONAR-17737 Support special index name for index drop in migrationsLéo Geoffroy2023-01-045-37/+158
|
* SONAR-17324 Display file name above secondary locations (multi-file issues) ↵David Cho-Lerat2023-01-043-15/+113
| | | | (#7284)
* SONAR-17835 Fix user/group sorting on permissions listWouter Admiraal2023-01-041-13/+16
|
* [NO-JIRA] Update the TravisCI build env to use Ubuntu 22.04 with Java 17Carmine Vassallo2023-01-041-1/+2
|
* [NO JIRA] Remove unused ClassLoaderUtilsDuarte Meneses2023-01-032-190/+0
|
* [NO JIRA] set ut-monitoring to use java 11Steve Marion2023-01-031-0/+4
|
* SONAR-17839 DB migrations dropping columns should always check if there are ↵Duarte Meneses2023-01-036-58/+14
| | | | constraints to be deleted in MS SQL
* NO-JIRA Refactor code to remove vulnerability FPAntoine Vinot2023-01-031-7/+9
|
* [NO JIRA] Fix license headerWouter Admiraal2023-01-031-1/+1
|
* SONAR-10740 Display each project's last analysis date in Portfolio breakdownWouter Admiraal2023-01-0313-121/+237
|
* SONAR-17833 Migration #6703 fails when coming from SonarQube 5.6 on MS SQL ↵Duarte Meneses2023-01-021-2/+2
| | | | Server
* SONAR-17446 - updated PGSQL version support to sonar.propertiesPierre2023-01-021-1/+1
|
* Update license templates for 2023Pierre2023-01-029235-9322/+9253
|
* SONAR-17816 Add isCaycCompliant flag to /api/qualitygates/project_statusJeremy Davis2023-01-025-1/+135
|
* [NO JIRA] Migrate Code tests to RTLWouter Admiraal2023-01-0226-3312/+1248
|
* SONAR-17827 Update usage of GitHub.com APIs to match the new versioning system.Antoine Vinot2022-12-302-9/+8
|
* SONAR-13167 Handle large lists of permission templatesstanislavh2022-12-3031-2219/+816
|