aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/api/mocks
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23605 Move sonar-web to privateJeremy Davis2024-12-1856-14737/+0
|
* SONAR-23268 Remove duplicate API functionAmbroise C2024-12-181-12/+0
|
* SONAR-23268 Add pagination to API functionsAmbroise C2024-12-181-8/+17
|
* SONAR-12647 Remove deprecated complexity metricsJulien HENRY2024-12-061-2/+2
| | | | | | | | | * Remove from complexity measure step * Remove from PersistMeasuresStep * Remove from ScannerMetrics * Add the DB migration * Don't register complexity metrics * Fix tests
* SONAR-23620 Users can qualify/disqualify QG for AI code assuranceIsmail Cherri2024-11-291-10/+84
|
* SONAR-23619 Updating projects quality gate page with new code assurance featureRevanshu Paliwal2024-11-291-0/+2
|
* SONAR-23619 Add UI for Sonar way for AI code QGIsmail Cherri2024-11-291-1/+22
|
* SONAR-23619 Adjust the project info page to display AI code assurance statusMathieu Suen2024-11-292-22/+29
|
* SONAR-23619 Add AI Assurance icon to Quality Gates listIsmail Cherri2024-11-291-0/+39
|
* CODEFIX-209 Adapt the display based on the current subscriptionDamien Urruty2024-11-291-10/+18
| | | | | Co-Authored-By: Dam <64742703+damien-urruty-sonarsource@users.noreply.github.com> Co-Authored-By: Serhat Yenican <104850907+serhat-yenican-sonarsource@users.noreply.github.com>
* SONAR-23652 Advertisements for admins in Issues, Rules, Administration pagesViktor Vorona2024-11-261-0/+4
|
* SONAR-23651 Use Get and Patch for mode instead of settingsViktor Vorona2024-11-262-4/+63
|
* CODEFIX-189 Allow admin to enable AI CodeFix at the project levelDamien Urruty2024-11-193-1/+14
|
* SONAR-23582 Update custom rule dialog is MQR/Standard modes compatibleIsmail Cherri2024-11-151-0/+6
|
* SONAR-23536 Project badges page supports MQR modestanislavh2024-11-141-0/+39
|
* SONAR-23363 fix naming issue with set_severity endpointstanislavh2024-11-111-3/+3
|
* SONAR-23363 Implement issue severity change for both modesstanislavh2024-11-111-2/+21
|
* SONAR-23531 Display severities in issue activity log based on current modeIsmail Cherri2024-11-111-0/+21
|
* SONAR-23298 Deprecate quality_issues in favor of software_quality_issuesIsmail Cherri2024-11-051-54/+12
|
* SONAR-23299 Quality Gate page shows conditions from other modesViktor Vorona2024-11-051-12/+116
|
* SONAR-23299 Add Quality Gate update icon when condition for other mode existIsmail Cherri2024-11-051-0/+4
|
* SONAR-23469 Support Pagination of Dependencies (#12149)Lucas2024-10-251-2/+15
|
* SONAR-23206 Remove design-system build to have it as normal code inside ↵David Cho-Lerat2024-10-2247-0/+47
| | | | | | | sonar-web (#12088) Co-authored-by: Grégoire Aubert <gregoire.aubert@sonarsource.com> Co-authored-by: Jeremy Davis <jeremy.davis@sonarsource.com>
* CODEFIX-75 Add a service connection test button in the admin sectionDamien Urruty2024-10-221-1/+24
|
* SONAR-23098 Introduce Project Dependencies tabLucas2024-10-211-0/+62
|
* SONAR-23188 Custom design for the mode settingViktor Vorona2024-10-191-0/+9
|
* SONAR-23191 Filter updates based on MQR or STANDARD modesIsmail Cherri2024-10-181-7/+63
|
* SONAR-23250 Rename softwareQualityImpact to impactsViktor Vorona2024-10-161-5/+5
|
* SONAR-23262 Show if rule is customized on the quality profile list?Viktor Vorona2024-10-161-1/+3
|
* SONAR-23261 Custom software quality severitiesViktor Vorona2024-10-162-8/+152
|
* SONAR-23189 SONAR-23190 MQR mode for issues and rules listViktor Vorona2024-10-162-0/+19
|
* SONAR-23188 MQR Mode settingViktor Vorona2024-10-161-2/+2
|
* SONAR-23064 Add unsolved finding on overall code warningMathieu Suen2024-09-252-10/+42
|
* SONAR-23064 Add information on ai code assurance for projectMathieu Suen2024-09-251-0/+10
|
* SONAR-23064 Disable the projects row which has disabled field as trueRevanshu Paliwal2024-09-251-4/+6
|
* CODEFIX-33 Remove the get fix button when feature is not availableMathieu Suen2024-09-241-2/+10
|
* SONAR-22831 Migrate Change Rule details to echoes componentsViktor Vorona2024-09-131-6/+5
|
* SONAR-22914 Render CVE information in Issues and Security Hotspots pages7PH2024-09-123-0/+68
|
* SONAR-22970 Align dependencies with SonarCloudDavid Cho-Lerat2024-09-121-1/+2
|
* SGB-78 Fix flaky Bitbucket Cloud ITPawel Kupinski2024-09-111-5/+1
|
* CODEFIX-12 Show new suggestion feature in issues pageRevanshu Paliwal2024-09-041-0/+59
|
* SONAR 22666 Edit email configuration (#11638)Shane Findley2024-09-021-0/+1
|
* SONAR-22666 Adding oauth email support (#11653)Shane Findley2024-08-301-3/+52
|
* SONAR-22862 Refactor permission mapping API changes (#11630)Sarath Nair2024-08-292-16/+16
|
* SONAR-22862 Can add/view/delete GitLab custom role (#11616)Sarath Nair2024-08-291-25/+41
|
* SONAR-22716 Combine old ratings and new ones in one activity graphViktor Vorona2024-08-261-1/+5
|
* SONAR-22727 Fetch real dataViktor Vorona2024-08-261-11/+41
|
* SONAR-22719 Some fixes to measuresViktor Vorona2024-08-261-0/+57
|
* SONAR-22719 Measures page reflects new ratingsstanislavh2024-08-263-34/+5
|
* SONAR-22727 Portfolio breakdown pageViktor Vorona2024-08-261-15/+14
|