aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-21068 Improve loading for Permission TemplateKevin Silva2023-12-051-10/+26
* SONAR-21018 - Improve layout Import & ExportKevin Silva2023-12-053-6/+14
* SONAR-21160 Fix sonar way QG links to new documentation (#10111)Andrey Luiz2023-12-051-1/+1
* SONAR-21067 Fixes from validationJeremy Davis2023-12-042-16/+20
* SONAR-21069 Background tasks adopt the new UIJeremy Davis2023-12-0431-693/+642
* SONAR-21131 Update rules app with react querystanislavh2023-12-0416-1137/+1017
* Remove extra React.PropsWithChildren wrappers introduced by the React 18 codemodDavid Cho-Lerat2023-12-0125-79/+36
* SONAR-21068 - Update permissions to adapt the new UIKevin Silva2023-12-0123-451/+481
* SONAR-21112 Drop 'issue' and 'rule' word repetition in CCT badges7PH2023-12-014-11/+6
* SONAR-21067 Project General Settings adopt the new UIJeremy Davis2023-12-0132-584/+728
* SONAR-21142 Update issues and rules page severity icons with transparency & g...7PH2023-12-015-9/+14
* SONAR-21078 Hide SQ Upgrade event from first analysis activity itemAmbroise C2023-12-011-1/+10
* SONAR-21012 Remove CaYC compliance check from front-end and rely only on the ...Andrey Luiz2023-12-0120-989/+749
* SONAR-21021 GitHub Action Template for .NET: remove useless empty env lineDavid Cho-Lerat2023-12-012-2/+0
* SONAR-21153 Try to fix UsersApp timeoutViktor Vorona2023-11-301-1/+1
* SONAR-21111 Harmonize text-disabled color with SonarCloud7PH2023-11-304-14/+14
* SONAR-21118 Support web context for POST and PATCH /usersViktor Vorona2023-11-291-0/+1
* SONAR-21070 - Changed project settings webhooks to adapt new UIKevin Silva2023-11-2919-297/+300
* SONAR-21086 Catch errors for new endpoint '/api/v2/authorizations/groups'guillaume-peoch-sonarsource2023-11-291-2/+1
* SONAR-21105 Do not show measures and activity for 'open' and 'reopened' issue...stanislavh2023-11-288-20/+24
* SONAR-21073 Use new /group-memberships endpoints on UIViktor Vorona2023-11-2822-351/+567
* SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner ...Jacek Poreda2023-11-283-3/+13
* SONAR-20326 Fix positioning of embedded DB warningstanislavh2023-11-272-54/+59
* SONAR-21017 Tests: RTL helpers already call `act()` internallyDavid Cho-Lerat2023-11-2427-926/+584
* SONAR-21017 Tests: fix the use of Jest fake timersDavid Cho-Lerat2023-11-243-14/+19
* SONAR-21017 Automatic batching change: setState calls are now batched at the ...David Cho-Lerat2023-11-245-23/+33
* SONAR-21017 Move to React 18's createRoot (see https://react.dev/blog/2022/03...David Cho-Lerat2023-11-241-3/+3
* SONAR-21017 Tests: click actions should use RTL's userEventDavid Cho-Lerat2023-11-242-10/+14
* SONAR-21017 Tests: looking for the presence/absence of the spinner should use...David Cho-Lerat2023-11-241-2/+2
* SONAR-21017 Tests: 'exact' has been removed from options for 'byRole' queriesDavid Cho-Lerat2023-11-244-9/+5
* SONAR-21017 Tests: timeouts are no longer necessary with the new RTL versionDavid Cho-Lerat2023-11-248-198/+39
* SONAR-21103 Add link to WEB API v2 documentation in nav barguillaume-peoch-sonarsource2023-11-241-0/+1
* SONAR-21076 Fix missing creation date facet tooltip formatting7PH2023-11-241-12/+9
* SONAR-21017 Tests: get => find + add timeouts that will be reverted by the up...David Cho-Lerat2023-11-2415-56/+245
* SONAR-21017 TypeScript: fix type React.ReactFragment => React.JSX.ElementDavid Cho-Lerat2023-11-241-1/+1
* SONAR-21017 TypeScript: properly extend interfacesDavid Cho-Lerat2023-11-244-4/+4
* SONAR-21017 TypeScript: no implicit `any` type for useCallback function param...David Cho-Lerat2023-11-243-5/+7
* SONAR-21017 TypeScript: the `children` prop must now be explicit (see https:/...David Cho-Lerat2023-11-2441-56/+136
* SONAR-21086 Use new endpoint '/api/v2/authorizations/groups'guillaume-peoch-sonarsource2023-11-2410-117/+98
* SONAR-19628 Rules created from a template don't show their description in tabstanislavh2023-11-243-13/+4
* SONAR-20948 Fix spotlight tour when resizingMathieu Suen2023-11-232-3/+3
* SONAR-20467 Fix non-expanding execution flow on issue selection7PH2023-11-232-2/+6
* SONAR-20461 Hovering/clicking on label label shouldn't interact with target i...stanislavh2023-11-231-3/+3
* SONAR-20978 Prevent background task table overflow with long component names7PH2023-11-231-1/+3
* SONAR-21086 Refactor using ReactQueryguillaume-peoch-sonarsource2023-11-2310-148/+209
* SONAR-21086 Refactor class componentsguillaume-peoch-sonarsource2023-11-232-156/+90
* SONAR-21079 Improve the Web API v2 paginated api calls with useInfiniteQueryViktor Vorona2023-11-223-139/+86
* SONAR-20975 Change IssuesPage issue loading logic to always be to able fetch ...7PH2023-11-228-132/+136
* SONAR-21057 Support internal endpoints for Web API v2 DocViktor Vorona2023-11-224-12/+77
* SONAR-20870 Apply minor UX/PM validation fixes after MMF-34417PH2023-11-221-1/+0