aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/coding-rules
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23605 Cleanup legacy sonar-webJeremy Davis2024-12-1847-8707/+0
|
* SONAR-23651 Use Get and Patch for mode instead of settingsViktor Vorona2024-11-269-21/+32
|
* SONAR-22302 Fix a11y issues on Issues pagestanislavh2024-11-224-7/+1
|
* SONAR-23653 Popovers in rules pageViktor Vorona2024-11-212-0/+14
|
* SONAR-23582 Do not show severity recommendation on rule updatestanislavh2024-11-152-4/+4
|
* SONAR-23582 Update custom rule dialog is MQR/Standard modes compatibleIsmail Cherri2024-11-158-213/+503
|
* SONAR-23596 New brandingJeremy Davis2024-11-134-4/+31
| | | | SONAR-23597 SONAR-23598 SONAR-23595
* SONAR-23206 Remove design-system build to have it as normal code inside ↵David Cho-Lerat2024-10-2246-98/+127
| | | | | | | sonar-web (#12088) Co-authored-by: Grégoire Aubert <gregoire.aubert@sonarsource.com> Co-authored-by: Jeremy Davis <jeremy.davis@sonarsource.com>
* SONAR-23205 Add lazy loading on most routes to improve build and dev server ↵Grégoire Aubert2024-10-221-1/+3
| | | | perfs
* SONAR-23205 Remove legacy CSS custom propertiesJeremy Davis2024-10-221-24/+24
|
* SONAR-23189 Adjust Rule customization modal with Mode settingViktor Vorona2024-10-175-29/+11
|
* SONAR-23250 Ignore the order of impacts on showing the customization infoViktor Vorona2024-10-162-90/+119
|
* SONAR-23250 Rename softwareQualityImpact to impactsViktor Vorona2024-10-161-1/+1
|
* SONAR-23263 Redesign Quality Profile select in activation modalViktor Vorona2024-10-163-59/+77
|
* SONAR-23262 Divide tests RuleList from RuleDetailsViktor Vorona2024-10-162-398/+424
|
* SONAR-23262 Show if rule is customized on the quality profile list?Viktor Vorona2024-10-163-10/+246
|
* SONAR-23261 Custom software quality severitiesViktor Vorona2024-10-164-190/+516
|
* SONAR-23188 Rename isLegacy into isStandardMode and useLegacyCCTMode into ↵Ismail Cherri2024-10-163-23/+27
| | | | useStandardExperienceMode
* SONAR-23189 SONAR-23190 MQR mode for issues and rules listViktor Vorona2024-10-168-158/+263
|
* SONAR-22298 Fix clipboard a11yJeremy Davis2024-10-111-2/+3
|
* SONAR-23136 Accessibility - Replace old blueGrey[300] color code by new ↵David Cho-Lerat2024-10-112-7/+7
| | | | Echoes tokens
* SONAR-23249 Fix SSF-656 & SSF-657David Cho-Lerat2024-10-084-19/+37
|
* SONAR-20936 Improve test performance to avoid timeoutsJeremy Davis2024-10-031-12/+15
|
* SONAR-23093 New typography tailwind classesJeremy Davis2024-09-246-17/+13
|
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-1815-243/+16
| | | | | | | 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-22315 Fix a11y issues on Branches & PRs page (#11651)Sarath Nair2024-09-171-14/+1
|
* SONAR-22831 Migrate Change Rule details to echoes componentsViktor Vorona2024-09-133-42/+72
|
* SONAR-22941 Update RTL and related depsJeremy Davis2024-09-043-23/+33
|
* SONAR-22813 and SONAR-22814 Use the new Modal and ModalAlertJeremy Davis2024-08-281-1/+1
|
* SONAR-22523 Replace old Buttons with Echoes ButtonsGrégoire Aubert2024-07-246-23/+27
|
* SONAR-22464 Hide Software qualities impacted in hotspotsViktor Vorona2024-07-053-10/+26
|
* SONAR-22224 Update the wording + prioritized rule mark in rule detailsViktor Vorona2024-06-113-40/+40
|
* NO-JIRA Add typescript-sort-keys eslint rules (#11209)Ambroise C2024-06-0515-21/+21
|
* SONAR-22224 Use new tooltipsViktor Vorona2024-06-033-5/+7
|
* SONAR-22224 Rules list filter by prioritized flagViktor Vorona2024-06-035-1/+112
|
* SONAR-22224 Get rule activation data after change in rule listViktor Vorona2024-06-035-36/+38
|
* SONAR-22224 Allow to prioritize rule when activating quality profileViktor Vorona2024-06-037-39/+181
|
* SONAR-22224 Allow changing the rules severity from the rule listViktor Vorona2024-06-038-233/+386
|
* SONAR-22253 Extract all documentation link URLs to a separate moduleDavid Cho-Lerat2024-05-306-7/+19
|
* SONAR-22218 Rename props to match the new APIJeremy Davis2024-05-274-10/+10
|
* SONAR-22618 Get rid of aliases to sonar-wb in SRstanislavh2024-05-072-4/+4
|
* SONAR-22168 Align InputSelectstanislavh2024-05-061-1/+1
|
* SONAR-22168 Align BranchLike and isPullRequestViktor Vorona2024-05-021-1/+2
|
* SONAR-22049 Align A11y componentsIsmail Cherri2024-04-301-1/+1
|
* SONAR-22049 Align MetricKey, MetricTypeViktor Vorona2024-04-303-3/+3
|
* SONAR-22049 Align the usage of withRouter high order componentIsmail Cherri2024-04-303-4/+6
|
* SONAR-22049 Align getComponentIssuesUrl and getComponentSecurityHotspotsUrlViktor Vorona2024-04-3010-10/+10
|
* SONAR-22049 Align formatMeasureViktor Vorona2024-04-303-3/+3
|
* SONAR-22049 Align HelpTooltip And DocHelpTooltip (DocumentationTooltip)Viktor Vorona2024-04-307-17/+17
|
* SONAR-20325 Issue Detail shows rule introduction (#10892)Lucas2024-04-031-32/+5
|