aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-21280 Branch overview shows accepted issuesstanislavh2024-01-1714-106/+359
|
* SONAR-21259 added new param to api/issues/searchlukasz-jarocki-sonarsource2024-01-1711-53/+380
|
* SONAR-21259 Compute metric pull_request_fixed_issuesEric Giffon2024-01-174-1/+170
|
* SONAR-21259 Add tracking and persistence for fixed issuesLéo Geoffroy2024-01-1715-13/+385
|
* SONAR-21259 clean issues_fixed when branch is purgedLéo Geoffroy2024-01-175-1/+30
|
* SONAR-21259 SONAR-21273 Introduce issue measures card for accepted and fixed ↵7PH2024-01-1725-314/+603
| | | | issues
* SONAR-21259 SONAR-21273 Introduce new metrics and mock response7PH2024-01-172-4/+53
|
* SONAR-21259 Add Dao methods for issues_fixed tableLéo Geoffroy2024-01-179-0/+191
|
* SONAR-21259 Create new table issues_fixedEric Giffon2024-01-174-1/+117
|
* SONAR-21195 Ensure deprecated properties from optional analyzers are respectedMatteo Mara2024-01-171-1/+3
|
* SONAR-21238 Fix locations not always displayed when opening the first data ↵Ambroise C2024-01-171-2/+1
| | | | flow of an issue
* SONAR-21244 Hide the Provisioning block if the GitLab config is not setguillaume-peoch-sonarsource2024-01-172-177/+182
|
* SONAR-21366 Add line number back to issue listDavid Cho-Lerat2024-01-171-0/+10
|
* SONAR-21185 Remove "c" shortcut for issue commentsDavid Cho-Lerat2024-01-176-24/+2
|
* SONAR-21114 deprecate migrated Groups api v1 endpointsAurelien Poscia2024-01-1711-2/+16
|
* SONAR-21114 deprecate migrated Groups membership related api v1 endpointsAurelien Poscia2024-01-173-0/+6
|
* SONAR-21114 deprecate migrated Users api v1 endpointsAurelien Poscia2024-01-178-10/+30
|
* SONAR-21394 Fix column alignment on rule details pageDavid Cho-Lerat2024-01-164-18/+41
|
* SONAR-21001 Change wording for DevOps platform settings descriptionguillaume-peoch-sonarsource2024-01-162-16/+2
| | | | This reverts commit 6b4e7c32c25fd3df015e2abee6cc986454bcb27d.
* SONAR-21114 Remove the version tag from api/v2Aurelien Poscia2024-01-164-7/+3
|
* SONAR-21114 Allow updating externalProvider/externalLogin in PATCH ↵Aurelien Poscia2024-01-1614-98/+291
| | | | /api/v2/users-management/users endpoint
* SONAR-21428 - User list in security with provider adopts new UIKevin Silva2024-01-164-44/+23
|
* SONAR-21395 - Change permission template to adopt the new UIKevin Silva2024-01-1613-208/+208
|
* SONAR-21023 Review field input and validation in the local project creationguillaume-peoch-sonarsource2024-01-1611-501/+379
|
* SONAR-21384 Migrate the user tokens modal to MIUIDavid Cho-Lerat2024-01-156-144/+230
|
* SONAR-21401 Migrating admin sub header to adopt the new UIRevanshu Paliwal2024-01-1510-440/+156
|
* SONAR-21114 PATCH /api/v2/users allow changing loginAurelien Poscia2024-01-153-35/+57
|
* SONAR-21397 Migrate 404 error page to the new UIJeremy Davis2024-01-157-35/+96
|
* Address PR commentsAmbroise C2024-01-051-12/+7
|
* SONAR-21398 Migrate maintenance and setup pages to MIUIAmbroise C2024-01-053-116/+90
|
* SONAR-21195 Convert exception to a warning when no language plugins are ↵Dimitris Kavvathas2024-01-052-7/+18
| | | | installed.
* SONAR-21404 Bump axios to 1.6.4stanislavh2024-01-052-11/+11
|
* SONAR-21396 Migrate session pages to the new UIJeremy Davis2024-01-0521-295/+171
|
* SONAR-21403: Remove "login" field for SonarLintTobias Hahnen2024-01-054-12/+2
| | | | The "login" field is not required for the "Open in IDE" feature for revoking the token when no connected mode established.
* SONAR-18963 Index peristed issues onlyJacek2024-01-0524-149/+660
|
* SONAR-21369 Fix fonts path for sonar.web.context not nullViktor Vorona2024-01-053-23/+23
|
* SONAR-21384 Validation fixes for user list pageRevanshu Paliwal2024-01-043-6/+4
|
* SONAR-21384 Migrating group and actions modal for users page to new UIRevanshu Paliwal2024-01-043-121/+130
|
* SONAR-21384 - Clean up and styling correction for user pageKevin Silva2024-01-043-67/+81
|
* SONAR-21384 - Convert header from security user to MIUIKevin Silva2024-01-045-164/+196
|
* SONAR-21384 Migrating users list inside security to adopt the new UIRevanshu Paliwal2024-01-047-127/+139
|
* SONAR-21244 Allow deletion of local groups when instance is managed.Wojtek Wajerowicz2024-01-044-3/+29
|
* SONAR-21195 Fetch publishAllFiles value from the languages registered by the ↵Matteo Mara2024-01-044-25/+96
| | | | plugins
* SONAR-21195 Address pull request feedbackMatteo Mara2024-01-042-11/+28
|
* SONAR-21195 Support ProjectBuilders for on-demand pluginsMatteo Mara2024-01-042-1/+13
|
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2024-01-049-115/+167
|
* SONAR-21197 add a property to enable the download of the required plugins onlyMatteo Mara2024-01-043-8/+18
|
* SONAR-21195 Fix issues raised by SonarQubeMatteo Mara2024-01-046-30/+29
|
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-0427-357/+1033
|
* SONAR-21195 allow plugins loaded in different containers to access ↵Steve Marion2024-01-0436-44/+2133
| | | | classLoader resources. Integrate sonarsource-classeloader library into sonar-core source.