aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-0470-216/+143
* SONAR-21069 Background tasks adopt the new UIJeremy Davis2023-12-0432-693/+646
* [SONAR-21081] - Remove usage of Uuid.createFast from production codeantoine.vinot2023-12-041-1/+1
* 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-0124-453/+492
* SONAR-21112 Drop 'issue' and 'rule' word repetition in CCT badges7PH2023-12-015-19/+6
* SONAR-21067 Project General Settings adopt the new UIJeremy Davis2023-12-0136-604/+748
* SONAR-21142 Update issues and rules page severity icons with transparency & g...7PH2023-12-019-32/+44
* SONAR-21157 Drop support for running the scanners with Java 11Matteo Mara2023-12-019-45/+0
* SONAR-21164 - Add prettier into design system buildKevin Silva2023-12-0164-172/+190
* SONAR-21078 Hide SQ Upgrade event from first analysis activity itemAmbroise C2023-12-011-1/+10
* SONAR-21014 Return 400 instead 500 in case provided locale is invalidJacek Poreda2023-12-012-17/+33
* SONAR-20737 Improve performance of large SARIF importsAlain Kermis2023-12-011-7/+35
* SONAR-21109 - Fix permission issue on api/project_links/delete endpointantoine.vinot2023-12-012-11/+36
* SONAR-21012 Remove CaYC compliance check from front-end and rely only on the ...Andrey Luiz2023-12-0121-989/+750
* 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-306-16/+23
* [SONAR-21037] enable back mssql cat5 weekly test.Steve Marion2023-11-301-2/+2
* SONAR-19478 - Fix java:S1117 Local variable shadowing class fieldsantoine.vinot2023-11-291-6/+9
* [NO-JIRA] make log assertions resilient to unexpected log messagesSteve Marion2023-11-291-4/+7
* 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-2924-302/+482
* SONAR-21086 Catch errors for new endpoint '/api/v2/authorizations/groups'guillaume-peoch-sonarsource2023-11-291-2/+1
* NOJIRA Remove empty v2.api.user.model packageWojtek Wajerowicz2023-11-291-23/+0
* SONAR-21105 Deprecate open_issues', 'reopened_issues' and 'confirmed_issues' ...Léo Geoffroy2023-11-294-2/+10
* SONAR-21105 Do not show measures and activity for 'open' and 'reopened' issue...stanislavh2023-11-289-20/+25
* [NO-JIRA] reduce verbosity of travis output due to exceeded log limit (> 50k)...Steve Marion2023-11-281-3/+3
* SONAR-21073 Use new /group-memberships endpoints on UIViktor Vorona2023-11-2823-351/+568
* SONAR-21055 Fix SSF-507 and SSF-508Jacek Poreda2023-11-281-1/+1
* SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner ...Jacek Poreda2023-11-2826-365/+770
* SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships (GET/POST/D...Wojtek Wajerowicz2023-11-2853-107/+1925
* SONAR-19478 Builtin quality profile should be default if custom default profi...Léo Geoffroy2023-11-277-25/+135
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-2725-110/+733
* SONAR-21072 Move and rename RestUser to comply with API v2 guidelines.Wojtek Wajerowicz2023-11-2710-61/+60
* NO-JIRA added branch name to gradle build scanslukasz-jarocki-sonarsource2023-11-271-0/+3
* 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-245-22/+36
* 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 TypeScript now needs to be told to use types from "@testing-libra...David Cho-Lerat2023-11-241-1/+5
* SONAR-21017 Tests: '@testing-library/jest-dom/extend-expect' no longer existsDavid Cho-Lerat2023-11-241-1/+1
* 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-21017 Update RTL => tests will now use automatic batching (see https://...David Cho-Lerat2023-11-243-73/+48
* SONAR-20852 Fix StandoutLink external link icon color to match latest design ...7PH2023-11-242-1/+11