aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23298 Deprecate quality_issues in favor of software_quality_issuesIsmail Cherri2024-11-053-28/+22
|
* SONAR-23196 Activity page uses combined graphs for MQR metricsViktor Vorona2024-11-052-40/+29
|
* SONAR-23196 Filter graph custom metrics based on current MQR modeIsmail Cherri2024-11-051-1/+5
|
* SONAR-23299 Quality Gate page shows conditions from other modesViktor Vorona2024-11-051-271/+352
|
* SONAR-23298 Add new metrics and change some namesDejan Milisavljevic2024-11-051-2/+2
|
* CODEFIX-75 Add a link to docs in AI CodeFix service check sectionDamien Urruty2024-10-301-0/+1
|
* Fix broken URLs pointing to the docskevin.hinz2024-10-241-6/+6
|
* SONAR-23206 Remove design-system build to have it as normal code inside ↵David Cho-Lerat2024-10-22103-11/+110
| | | | | | | sonar-web (#12088) Co-authored-by: Grégoire Aubert <gregoire.aubert@sonarsource.com> Co-authored-by: Jeremy Davis <jeremy.davis@sonarsource.com>
* SONAR-23205 Remove legacy CSS custom propertiesJeremy Davis2024-10-221-1/+23
|
* SONAR-23232 Fix analysis missing message showing on all Pull RequestsIsmail Cherri2024-10-221-0/+12
|
* SONAR-23098 Introduce Project Dependencies tabLucas2024-10-211-0/+1
|
* SONAR-23188 Custom design for the mode settingViktor Vorona2024-10-191-0/+2
|
* SONAR-23250 Show only changed impacts in quality profile comparisonViktor Vorona2024-10-161-2/+20
|
* SONAR-23261 Custom software quality severitiesViktor Vorona2024-10-162-0/+4
|
* SONAR-23188 Rename isLegacy into isStandardMode and useLegacyCCTMode into ↵Ismail Cherri2024-10-161-2/+2
| | | | useStandardExperienceMode
* SONAR-23249 Fix SSF-656 & SSF-657David Cho-Lerat2024-10-084-226/+7
|
* SONAR-23187 Remove old fixup code since react-router-dom updated version has ↵Revanshu Paliwal2024-10-031-3/+1
| | | | the fix
* SONAR-23139 Update Scanner for Gradle to latest releaseJulien HENRY2024-09-261-1/+1
|
* doc-1407: update in-product link to GitLab authentication setup (#11826)Caroline Dupuis2024-09-261-1/+1
|
* SONAR-23064 Adjust documentation linksMathieu Suen2024-09-251-1/+1
|
* SONAR-23064 Create new project settings page for ai generated codeguillaume-peoch-sonarsource2024-09-251-0/+1
|
* SONAR-23064 Advertise the 'Sonar way' Quality Gate as AI-readyguillaume-peoch-sonarsource2024-09-251-0/+1
|
* CODEFIX-32 Creating admin section for code fix suggestionsRevanshu Paliwal2024-09-241-0/+5
|
* SONAR-23094 Fix in-product links for Gitlab AuthenticationSarath Nair2024-09-231-1/+2
|
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-182-25/+1
| | | | | | | Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com> Co-authored-by: Stanislav <31501873+stanislavhh@users.noreply.github.com> Co-authored-by: Viktor Vorona <viktor.vorona@sonarsource.com> Co-authored-by: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com> Co-authored-by: stanislavh <stanislav.honcharov@sonarsource.com>
* SONAR-22914 Render CVE information in Issues and Security Hotspots pages7PH2024-09-121-0/+15
|
* DOC-1472 Update user guide in-product linksCaroline Dupuis2024-09-121-3/+3
|
* SONAR-22943 Fix portfolio drilldown link to project (#11730)Stanislav2024-09-122-4/+4
|
* SONAR-22970 Align dependencies with SonarCloudDavid Cho-Lerat2024-09-121-2/+3
|
* CODEFIX-15 Add view fix in ide buttonMathieu Suen2024-09-112-29/+45
|
* DOC-1420: Update doc linksCaroline Dupuis2024-09-101-12/+12
| | | | Update doc links due to the restructuring of the content in Instance Administration section.
* Update dotnet docs linkkevin.hinz2024-09-021-1/+1
|
* SONAR-22666 Adding oauth email support (#11653)Shane Findley2024-08-301-0/+58
|
* SONAR-22728 Fix bubble chartViktor Vorona2024-08-261-0/+3
|
* SONAR-22728 Fix Sonar IssuesViktor Vorona2024-08-261-1/+1
|
* SONAR-22716 Combine old ratings and new ones in one activity graphViktor Vorona2024-08-262-2/+303
|
* SONAR-22728 Portfolio effort and last_change metricsViktor Vorona2024-08-261-0/+16
|
* SONAR-22728 Portfolio overviewViktor Vorona2024-08-262-0/+18
|
* SONAR-22727 Fetch real dataViktor Vorona2024-08-262-87/+443
|
* SONAR-22719 Some fixes to measuresViktor Vorona2024-08-262-20/+55
|
* SONAR-22719 Measures page reflects new ratingsstanislavh2024-08-262-0/+46
|
* DOC-1293 - Update in-product links due to restructuringCaroline Dupuis2024-08-061-12/+12
|
* SONAR-22542 Fix finding descriptionstanislavh2024-07-291-850/+564
|
* SONAR-22542 Fix new links for casa & stig standardsstanislavh2024-07-261-0/+2
|
* SONAR-22543 Introduce STIG & CASA reportsstanislavh2024-07-244-112/+2418
|
* SONAR-22453 Use DropdownMenu from EchoesDavid Cho-Lerat2024-07-121-0/+6
|
* SONAR-22418 Use Select from Echoes 0.4.0 in SQGrégoire Aubert2024-07-101-6/+5
|
* SONAR-22427 Adapt Onboarding tutorials for CFamily Linux ARM64 (#11286)Vincenzo Pellegrini2024-06-201-0/+1
|
* SONAR-22365 Fix SSF-571Ambroise C2024-06-191-0/+40
|
* SONAR-22360 Update links to documentation after C Family tutorial revamp7PH2024-06-061-2/+2
|