35673 Commits (5f969fa44d41023d4411a4d8c3e0dc14e915ba27)
 

Author SHA1 Message Date
  Matteo Mara 5f969fa44d SONAR-21157 Drop support for running the scanners with Java 11 6 months ago
  Kevin Silva 83325c0040 SONAR-21164 - Add prettier into design system build 6 months ago
  Ambroise C c6e87529c6 SONAR-21078 Hide SQ Upgrade event from first analysis activity item 6 months ago
  Jacek Poreda 6bd5f12fe0 SONAR-21014 Return 400 instead 500 in case provided locale is invalid 6 months ago
  Alain Kermis 614c53b5f1 SONAR-20737 Improve performance of large SARIF imports 6 months ago
  antoine.vinot 96b001dde8 SONAR-21109 - Fix permission issue on api/project_links/delete endpoint 6 months ago
  Andrey Luiz 415ee3d300 SONAR-21012 Remove CaYC compliance check from front-end and rely only on the API (#10041) 6 months ago
  David Cho-Lerat 47b21c6d79 SONAR-21021 GitHub Action Template for .NET: remove useless empty env line 6 months ago
  Viktor Vorona 4d29fed245 SONAR-21153 Try to fix UsersApp timeout 6 months ago
  7PH a97a60cf8e SONAR-21111 Harmonize text-disabled color with SonarCloud 6 months ago
  Steve Marion 8519c05a70 [SONAR-21037] enable back mssql cat5 weekly test. 6 months ago
  antoine.vinot 42b078f0c1 SONAR-19478 - Fix java:S1117 Local variable shadowing class fields 6 months ago
  Steve Marion 3481aabe00 [NO-JIRA] make log assertions resilient to unexpected log messages 6 months ago
  Viktor Vorona 833d3a4d84 SONAR-21118 Support web context for POST and PATCH /users 6 months ago
  Kevin Silva 7b21628bae SONAR-21070 - Changed project settings webhooks to adapt new UI 6 months ago
  guillaume-peoch-sonarsource fcd2e450c2 SONAR-21086 Catch errors for new endpoint '/api/v2/authorizations/groups' 6 months ago
  Wojtek Wajerowicz e59cb53c43 NOJIRA Remove empty v2.api.user.model package 6 months ago
  Léo Geoffroy a140c7ff4e SONAR-21105 Deprecate open_issues', 'reopened_issues' and 'confirmed_issues' in the endpoints 6 months ago
  stanislavh c98acfe402 SONAR-21105 Do not show measures and activity for 'open' and 'reopened' issues metrics 6 months ago
  Steve Marion 912346cfbd [NO-JIRA] reduce verbosity of travis output due to exceeded log limit (> 50k) killing the job 6 months ago
  Viktor Vorona 34d70b67a5 SONAR-21073 Use new /group-memberships endpoints on UI 6 months ago
  Jacek Poreda 683569ab1f SONAR-21055 Fix SSF-507 and SSF-508 6 months ago
  Jacek Poreda 87614500bf SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner Engine 6 months ago
  Wojtek Wajerowicz 982713f8d4 SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships (GET/POST/DELETE) 6 months ago
  Léo Geoffroy 85d8a928eb SONAR-19478 Builtin quality profile should be default if custom default profile has no rules 6 months ago
  Alain Kermis 43a79ad065 SONAR-21050 Normalization of rule tags to reduce ElasticSearch usage 6 months ago
  Wojtek Wajerowicz 3553484aeb SONAR-21072 Move and rename RestUser to comply with API v2 guidelines. 6 months ago
  lukasz-jarocki-sonarsource 41b4679c65 NO-JIRA added branch name to gradle build scans 6 months ago
  stanislavh 55b03321e6 SONAR-20326 Fix positioning of embedded DB warning 6 months ago
  David Cho-Lerat fc7ada8d83 SONAR-21017 Tests: RTL helpers already call `act()` internally 6 months ago
  David Cho-Lerat 07394fdaf8 SONAR-21017 Tests: fix the use of Jest fake timers 6 months ago
  David Cho-Lerat 2ee783369a SONAR-21017 Automatic batching change: setState calls are now batched at the end of the scope 6 months ago
  David Cho-Lerat 7bf798be00 SONAR-21017 Move to React 18's createRoot (see https://react.dev/blog/2022/03/08/react-18-upgrade-guide#updates-to-client-rendering-apis) 6 months ago
  David Cho-Lerat 08b47d3373 SONAR-21017 Tests: click actions should use RTL's userEvent 6 months ago
  David Cho-Lerat 74ddec6877 SONAR-21017 Tests: looking for the presence/absence of the spinner should use 'byText' 6 months ago
  David Cho-Lerat a85121e369 SONAR-21017 TypeScript now needs to be told to use types from "@testing-library/jest-dom" 6 months ago
  David Cho-Lerat ca7086bf37 SONAR-21017 Tests: '@testing-library/jest-dom/extend-expect' no longer exists 6 months ago
  David Cho-Lerat 54ea811223 SONAR-21017 Tests: 'exact' has been removed from options for 'byRole' queries 6 months ago
  David Cho-Lerat cbf35c670d SONAR-21017 Tests: timeouts are no longer necessary with the new RTL version 6 months ago
  David Cho-Lerat 6bcd63f001 SONAR-21017 Update RTL => tests will now use automatic batching (see https://react.dev/blog/2022/03/08/react-18-upgrade-guide#automatic-batching) 6 months ago
  7PH e138e65891 SONAR-20852 Fix StandoutLink external link icon color to match latest design system 6 months ago
  guillaume-peoch-sonarsource 90cba00ada SONAR-21103 Add link to WEB API v2 documentation in nav bar 6 months ago
  7PH c610425803 SONAR-21076 Fix missing creation date facet tooltip formatting 6 months ago
  David Cho-Lerat 9185ced7d1 SONAR-21017 Tests: get => find + add timeouts that will be reverted by the upcoming RTL upgrade 6 months ago
  David Cho-Lerat 248944fdf0 SONAR-21017 TypeScript: fix type React.ReactFragment => React.JSX.Element 6 months ago
  David Cho-Lerat 5d9e9cede7 SONAR-21017 TypeScript: properly extend interfaces 6 months ago
  David Cho-Lerat d2f7829a70 SONAR-21017 TypeScript: no implicit `any` type for useCallback function parameters 6 months ago
  David Cho-Lerat 5002ce51d7 SONAR-21017 TypeScript: the `children` prop must now be explicit (see https://react.dev/blog/2022/03/08/react-18-upgrade-guide#updates-to-typescript-definitions) 6 months ago
  David Cho-Lerat 59d2a44230 SONAR-21017 Update react, react-dom and related types (RTL *not* updated yet, no move to `createRoot` yet => no automatic batching) 6 months ago
  guillaume-peoch-sonarsource 086f2c1ced SONAR-21086 Use new endpoint '/api/v2/authorizations/groups' 6 months ago