aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-21413 Rely on new boolean property isProvisioningTokenSetguillaume-peoch-sonarsource2024-01-231-2/+2
|
* SONAR-20997 Replace "cancelled" with "canceled"David Cho-Lerat2024-01-191-1/+1
|
* SONAR-21195 Update name and description of the analyzer download ↵Matteo Mara2024-01-191-2/+2
| | | | optimization property
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-195-191/+5
|
* SONAR-21280 Update label translation for high impact accepted issuesstanislavh2024-01-171-0/+1
|
* SONAR-21273 Compute metrics new_accepted_issues and high_impact_accepted_issuesEric Giffon2024-01-171-7/+7
|
* SONAR-21259 Show fixed issues in issues list of the target branchstanislavh2024-01-171-0/+2
|
* SONAR-21280 Branch overview shows accepted issuesstanislavh2024-01-171-1/+5
|
* SONAR-21259 SONAR-21273 Introduce issue measures card for accepted and fixed ↵7PH2024-01-171-1/+12
| | | | issues
* SONAR-21244 Hide the Provisioning block if the GitLab config is not setguillaume-peoch-sonarsource2024-01-171-0/+1
|
* SONAR-21001 Change wording for DevOps platform settings descriptionguillaume-peoch-sonarsource2024-01-161-1/+0
| | | | This reverts commit 6b4e7c32c25fd3df015e2abee6cc986454bcb27d.
* SONAR-21023 Review field input and validation in the local project creationguillaume-peoch-sonarsource2024-01-161-0/+6
|
* SONAR-21396 Migrate session pages to the new UIJeremy Davis2024-01-051-1/+1
|
* SONAR-21384 - Convert header from security user to MIUIKevin Silva2024-01-041-0/+1
|
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2024-01-041-9/+0
|
* SONAR-21197 add a property to enable the download of the required plugins onlyMatteo Mara2024-01-041-0/+9
|
* SONAR-21195 Fix issues raised by SonarQubeMatteo Mara2024-01-041-7/+1
|
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2024-01-041-1/+7
|
* SONAR-21195 allow plugins loaded in different containers to access ↵Steve Marion2024-01-0435-43/+2133
| | | | classLoader resources. Integrate sonarsource-classeloader library into sonar-core source.
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2024-01-045-11/+84
|
* SONAR-21057 Support internal parametersViktor Vorona2024-01-041-0/+2
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03238-238/+238
|
* SONAR-21186 Redesign the presentation of enum values for Web API v2 DocViktor Vorona2024-01-031-0/+1
|
* SONAR-21382 Migrate Groups page to MIUIViktor Vorona2023-12-281-0/+1
|
* SONAR-21372 Deprecate old issue type project badgesWouter Admiraal2023-12-281-0/+1
|
* SONAR-21250 UI for GitLab configuration checkViktor Vorona2023-12-221-0/+4
|
* SONAR-21247 Add button to trigger the syncguillaume-peoch-sonarsource2023-12-221-6/+7
|
* SONAR-21121 Use Rest API for gitlab provisioningViktor Vorona2023-12-221-9/+15
|
* SONAR-21119 UI for GitLab Authentication tab with users and groups provisioningguillaume-peoch-sonarsource2023-12-221-2/+29
|
* Revert "SONAR-21195 Enhance scanner engine to download only required plugins"Matteo Mara2023-12-225-84/+11
| | | | This reverts commit 981e6b85954f413666e8608a4e2f46fa2e4089cc.
* Revert "SONAR-21195 allow plugins loaded in different containers to access ↵Matteo Mara2023-12-2235-2133/+43
| | | | | | classLoader resources. Integrate sonarsource-classeloader library into sonar-core source." This reverts commit 9d91fc4c8fa35bc7fc985a71a2d38ef0759e50e3.
* Revert "SONAR-21195 Refactor file indexing into two distinct steps"Matteo Mara2023-12-221-7/+1
| | | | This reverts commit 42d16dafde01b19bc7fcb99084e087fdc9b8e95e.
* Revert "SONAR-21195 Fix issues raised by SonarQube"Matteo Mara2023-12-221-1/+7
| | | | This reverts commit 68c20adec31385cc56a6532883c3328947742522.
* Revert "SONAR-21197 add a property to enable the download of the required ↵Matteo Mara2023-12-221-9/+0
| | | | | | plugins only" This reverts commit fcde75e36903ef10c8f9dfca0f22d57bf19b3281.
* Revert "SONAR-21195 Make DefaultLanguagesRepository more suitable for tests"Matteo Mara2023-12-221-0/+9
| | | | This reverts commit c7841606b3d4b469177a3426d4c5127b0ebb23cf.
* SONAR-21195 Make DefaultLanguagesRepository more suitable for testsMatteo Mara2023-12-211-9/+0
|
* SONAR-21197 add a property to enable the download of the required plugins onlyMatteo Mara2023-12-211-0/+9
|
* SONAR-21195 Fix issues raised by SonarQubeMatteo Mara2023-12-211-7/+1
|
* SONAR-21195 Refactor file indexing into two distinct stepsMatteo Mara2023-12-211-1/+7
|
* SONAR-21195 allow plugins loaded in different containers to access ↵Steve Marion2023-12-2135-43/+2133
| | | | classLoader resources. Integrate sonarsource-classeloader library into sonar-core source.
* SONAR-21195 Enhance scanner engine to download only required pluginsMatteo Mara2023-12-215-11/+84
|
* SONAR-21259 Update QG overview measure cards designstanislavh2023-12-191-2/+2
|
* SONAR-20982 Align display of issue's data/execution flows with SCAmbroise C2023-12-111-2/+3
|
* SONAR-21215 Update PR Overview UIJay2023-12-081-3/+5
|
* SONAR-21131 Add CCT attribute and software qualities fields in dialogstanislavh2023-12-081-0/+3
| | | | Co-authored-by: Benjamin Raymond <31401273+7PH@users.noreply.github.com>
* SONAR-21115 Improve the spotlight tour on Quality Gate pageMathieu Suen2023-12-081-0/+1
|
* SONAR-21172 Rework rule detail layout and styling7PH2023-12-071-3/+14
|
* SONAR-21194 add requiredForLanguages response fields to plugins/installed ↵Steve Marion2023-12-072-1/+21
| | | | endpoint.
* SONAR-21169 Rework issues page item layout and styling7PH2023-12-071-1/+2
|
* SONAR-21170 Rework issue detail page layout header and styling7PH2023-12-071-5/+7
|