aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/sonar-aligned
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23596 New brandingJeremy Davis2024-11-131-2/+11
| | | | SONAR-23597 SONAR-23598 SONAR-23595
* SONAR-23299 Update conditions dialogViktor Vorona2024-11-051-0/+16
|
* SONAR-23206 Remove design-system build to have it as normal code inside ↵David Cho-Lerat2024-10-2234-13/+35
| | | | | | | 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-0/+71
| | | | perfs
* SONAR-23205 Remove legacy CSS custom propertiesJeremy Davis2024-10-221-2/+2
|
* SONAR-23098 Introduce Project Dependencies tabLucas2024-10-211-0/+5
|
* SONAR-23093 New typography tailwind classesJeremy Davis2024-09-241-2/+19
|
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-181-9/+0
| | | | | | | 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-2/+0
|
* SONAR-22970 Align dependencies with SonarCloudDavid Cho-Lerat2024-09-121-1/+2
|
* SONAR-22728 Update tooltipsViktor Vorona2024-08-261-2/+4
|
* SONAR-22728 Portfolio effort and last_change metricsViktor Vorona2024-08-261-0/+9
|
* SONAR-22727 Fetch real dataViktor Vorona2024-08-261-0/+3
|
* SONAR-22719 Some fixes to measuresViktor Vorona2024-08-261-4/+8
|
* SONAR-22719 Measures page reflects new ratingsstanislavh2024-08-262-0/+8
|
* SONAR-22699 Cache project and application overview metricsIsmail Cherri2024-08-261-19/+19
|
* SONAR-22697, SONAR-22699 RatingComponent + projects listViktor Vorona2024-08-261-13/+18
|
* SONAR-22697 RatingsComponent POCViktor Vorona2024-08-262-17/+40
|
* NO-JIRA Validation fixes7PH2024-08-136-35/+177
| | | | Co-authored-by: Lucas <97296331+lucas-paulger-sonarsource@users.noreply.github.com>
* SONAR-22495 Show issue red message box below its exact location in the code ↵7PH2024-08-131-5/+7
| | | | snippet
* SONAR-22498 CodeSnippet supports issue indicator for jupyter preview (#11414)Lucas2024-08-131-8/+9
|
* SONAR-22494 Create a highlight.js plugin to underline issues in code snippets7PH2024-08-132-8/+26
| | | | | | | | SONAR-22495 Fix tokens not being replaced by underlines in some cases & SONAR-22492 Fix underlining being shifted when the line contains double quotes (#11425) SONAR-22495 Support underlining multiple issues in the same code snippet SONAR-22643 Allow to simultaneously use the HLJS Underline and Issue Indicator plugin
* SONAR-22495 Render the Jupyter Notebook cells where the issue is & Add ↵7PH2024-08-132-0/+19
| | | | preview tab
* SONAR-22499 CodeViewer supports ipynb files (#11371)Lucas2024-08-131-0/+90
|
* SONAR-22492 Implement a helper to convert a position in a raw JSON to a path ↵Benjamin Raymond2024-08-137-0/+974
| | | | in a parsed JSON
* SONAR-22542 Fix new links for casa & stig standardsstanislavh2024-07-261-0/+2
|
* NO-JIRA Add typescript-sort-keys eslint rules (#11209)Ambroise C2024-06-054-4/+4
|
* SONAR-22224 Disable editing on new metricViktor Vorona2024-06-031-0/+1
|
* SONAR-22253 Extract all documentation link URLs to a separate moduleDavid Cho-Lerat2024-05-302-7/+19
|
* SONAR-22218 Rename props to match the new APIJeremy Davis2024-05-272-3/+3
|
* SONAR-22218 Deprecate old tooltips and migrate some of themJeremy Davis2024-05-271-3/+7
|
* SONAR-22618 Get rid of aliases to sonar-wb in SRstanislavh2024-05-075-2/+833
|
* SONAR-22168 Align measure componentIsmail Cherri2024-05-071-0/+112
|
* SONAR-22168 Align Component and mockComponentViktor Vorona2024-05-033-1/+76
|
* SONAR-22168 Align BranchLike and isPullRequestViktor Vorona2024-05-024-13/+68
|
* SONAR-22049 Align queryToSearch methodstanislavh2024-04-303-47/+59
|
* SONAR-22049 Align isPortfolioLikeViktor Vorona2024-04-303-0/+77
|
* SONAR-22049 Align A11y componentsIsmail Cherri2024-04-306-0/+336
|
* SONAR-22049 Align MetricKey, MetricTypeViktor Vorona2024-04-303-2/+186
|
* SONAR-22049 Align ComponentQualifierViktor Vorona2024-04-301-0/+31
|
* SONAR-22049 Align BranchParametersViktor Vorona2024-04-302-1/+22
|
* SONAR-22049 Align getJSONViktor Vorona2024-04-302-0/+102
|
* SONAR-22049 Tests for urls helperViktor Vorona2024-04-301-1/+65
|
* SONAR-22049 Align the usage of withRouter high order componentIsmail Cherri2024-04-307-6/+302
|
* SONAR-22049 Align getComponentIssuesUrl and getComponentSecurityHotspotsUrlViktor Vorona2024-04-301-0/+72
|
* SONAR-22049 Align formatMeasureViktor Vorona2024-04-302-0/+517
|
* SONAR-22049 Align branch-like helperViktor Vorona2024-04-301-0/+40
|
* SONAR-22049 Align throwGlobalErrorViktor Vorona2024-04-301-0/+64
|
* SONAR-22049 Align HelpTooltip And DocHelpTooltip (DocumentationTooltip)Viktor Vorona2024-04-303-0/+307