aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/background-tasks/components
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-23605 Cleanup legacy sonar-webJeremy Davis2024-12-1826-2346/+0
|
* SONAR-23666 Improve accessibility by informing the user of link destinationstanislavh2024-12-041-6/+20
|
* SONAR-23206 Remove design-system build to have it as normal code inside ↵David Cho-Lerat2024-10-2226-37/+48
| | | | | | | sonar-web (#12088) Co-authored-by: Grégoire Aubert <gregoire.aubert@sonarsource.com> Co-authored-by: Jeremy Davis <jeremy.davis@sonarsource.com>
* SONAR-22290 Fix focus indicator in legacy componentsJeremy Davis2024-10-081-42/+62
|
* SONAR-23249 Fix SSF-656 & SSF-657David Cho-Lerat2024-10-081-7/+12
|
* SONAR-23093 New typography tailwind classesJeremy Davis2024-09-245-6/+6
|
* SONAR-23030 Use Label from EchoesDavid Cho-Lerat2024-09-241-12/+19
|
* SONAR-22315 Fix a11y issues on Branches & PRs page (#11651)Sarath Nair2024-09-171-4/+1
|
* SONAR-22813 and SONAR-22814 Use the new Modal and ModalAlertJeremy Davis2024-08-281-12/+11
|
* SONAR-22287 Fix a11y issues on Background Tasks page7PH2024-08-204-37/+46
|
* SONAR-22287 Fix a11y issues on Background Tasks page7PH2024-08-201-1/+2
|
* SONAR-22523 Replace old Buttons with Echoes ButtonsGrégoire Aubert2024-07-243-16/+21
|
* NO-JIRA Add typescript-sort-keys eslint rules (#11209)Ambroise C2024-06-057-8/+8
|
* SONAR-22253 Extract all documentation link URLs to a separate moduleDavid Cho-Lerat2024-05-302-2/+6
|
* SONAR-22218 Rename props to match the new APIJeremy Davis2024-05-272-3/+3
|
* SONAR-22168 Align InputSelectstanislavh2024-05-062-4/+4
|
* SONAR-22168 Align BranchLike and isPullRequestViktor Vorona2024-05-021-1/+1
|
* SONAR-22049 Align isPortfolioLikeViktor Vorona2024-04-301-1/+1
|
* SONAR-22049 Align the usage of withRouter high order componentIsmail Cherri2024-04-301-2/+3
|
* SONAR-22049 Align getComponentIssuesUrl and getComponentSecurityHotspotsUrlViktor Vorona2024-04-303-4/+4
|
* SONAR-22049 Align formatMeasureViktor Vorona2024-04-301-1/+1
|
* SONAR-22049 Align HelpTooltip And DocHelpTooltip (DocumentationTooltip)Viktor Vorona2024-04-303-3/+3
|
* SONAR-21748 Fix scanner context modal titleDavid Cho-Lerat2024-03-271-16/+12
|
* SONAR-21865 Fix Background Tasks' bad requestJeremy Davis2024-03-161-1/+5
|
* SONAR-21656 Remove legacy misc.cssJeremy Davis2024-03-111-1/+1
|
* SONAR-21656 Drop old page.css classes and associatedGrégoire Aubert2024-03-111-50/+44
|
* SONAR-19032 Migrate global messages to MIUIDavid Cho-Lerat2024-03-071-1/+2
|
* SONAR-19032 MIUI cleanup part 1 (#10627)Grégoire Aubert2024-02-201-1/+0
| | | | Co-authored-by: David Cho-Lerat <david.cho-lerat@sonarsource.com> Co-authored-by: Jeremy Davis <jeremy.davis@sonarsource.com>
* SONAR-20223 Apply new spinner for pages already migrated to MIUIViktor Vorona2024-01-191-2/+1
|
* SONAR-21351 Show full background task error messageDavid Cho-Lerat2024-01-181-2/+2
|
* NO-JIRA Update license headers to 2024Pierre2024-01-0326-26/+26
|
* SONAR-21069 Background tasks adopt the new UIJeremy Davis2023-12-0428-631/+577
|
* SONAR-20978 Prevent background task table overflow with long component names7PH2023-11-231-1/+3
|
* SONAR-20541 Update all links that point to www.sonarqube.org to point to ↵guillaume-peoch-sonarsource2023-10-041-1/+1
| | | | www.sonarsource.com/products/sonarqube/
* SONAR-20327 Run new version of prettier on all filesAmbroise C2023-09-127-8/+8
|
* SONAR-19465 Remove deferred state from spinnerViktor Vorona2023-08-152-12/+6
|
* SONAR-19840 Move branch[es], branch-status, branch-warning state to react-queryMathieu Suen2023-07-182-1/+168
|
* [NO-JIRA] react/jsx-boolean-value -> neverViktor Vorona2023-06-055-6/+6
|
* [NO JIRA] Rename ISO date helpersWouter Admiraal2023-05-051-3/+3
| | | | | The "NotSoISO" part of the old names was incorrect; the return value is definitely ISO 8601.
* SONAR-18423 Migrate background tasks app to RTL7PH2023-04-1731-2013/+14
|
* SONAR-18768 align the format of all page titlesstanislavh2023-03-232-0/+7
|
* SONAR-16746 Upgrade react-select major frontend dependencyAmbroise C2023-02-072-6/+6
| | | | | | | | | | | - Remove package from core-extension-license as it's not used in it - Update related components and tests - Add some CSS helper classes - Remove some code smells - Update integration testing ReactSelect JAVA class definition --------- Co-authored-by: Philippe Perrin <philippe.perrin@sonarsource.com>
* SONAR-18381 Improve landmark and heading levelMathieu Suen2023-02-032-4/+4
|
* SONAR-18150 Reading order of static content changes meaningMathieu Suen2023-01-172-0/+7
|
* Update license templates for 2023Pierre2023-01-0241-41/+41
|
* SONAR-14128 display node name in background tasks for DCEAurelien Poscia2022-12-235-3/+52
|
* [NO JIRA] Upgrade jestJeremy Davis2022-12-214-65/+65
|
* SONAR-17738 Point to new documentation pathsWouter Admiraal2022-12-061-1/+1
|
* [NO JIRA] Improve background tasks and account RTL ITsMathieu Suen2022-11-291-3/+1
|
* SONAR-13368 Bump to prettier@2.7.1Philippe Perrin2022-11-0221-76/+66
|