| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SONAR-20156 Rename new code period to new code definition (#9110) | Andrey Luiz | 2023-08-24 | 31 | -99/+110 |
* | SONAR-20171 Add banner to notify about automatic project's NCD update | Ambroise C | 2023-08-24 | 11 | -244/+428 |
* | SONAR-20156 Add new endpoint api/dismiss_message/check | Zipeng WU | 2023-08-24 | 6 | -30/+273 |
* | SONAR-20156 Add information message on global NCD page when NCD is automatica... | Andrey Luiz | 2023-08-24 | 12 | -97/+268 |
* | SONAR-20157 New field previousUncompliantValue in api/new_code_periods/list | Zipeng WU | 2023-08-24 | 2 | -38/+85 |
* | SONAR-20156 Create api/dismiss_message/dismiss endpoint | Nolwenn Cadic | 2023-08-24 | 35 | -159/+679 |
* | SONAR-20156 Display global banner on the UI for automatically changed NCD (#9... | Andrey Luiz | 2023-08-24 | 8 | -1/+378 |
* | SONAR-20156 New field previousUncompliantValue in api/new_code_periods/show | Zipeng WU | 2023-08-24 | 7 | -33/+96 |
* | SONAR-20156 Make project_uuid nullable in user_dismissed_messages | Nolwenn Cadic | 2023-08-24 | 5 | -2/+113 |
* | SONAR-20155 All existing project have a Clean as You Code Compliant New Code ... | Nolwenn Cadic | 2023-08-24 | 8 | -2/+300 |
* | SONAR-19705 Prevent Spring to log in DEBUG mode | Antoine Vigneau | 2023-08-23 | 1 | -3/+5 |
* | SONAR-19705 Prevent MyBatis to log anything | Antoine Vigneau | 2023-08-23 | 1 | -1/+1 |
* | SONAR-20219 Remove over compliant Quality Gate warnings | Nolwenn Cadic | 2023-08-23 | 10 | -239/+9 |
* | SONAR-20023 Small UI fixes | Wouter Admiraal | 2023-08-23 | 5 | -6/+8 |
* | [NO JIRA] Fix design-system imports | Jeremy Davis | 2023-08-23 | 4 | -4/+4 |
* | SONAR-18439 migrate projects tests to RTL | Jeremy Davis | 2023-08-23 | 6 | -437/+2173 |
* | SONAR-19970 Remove PR measure replacement | Eric Giffon | 2023-08-23 | 6 | -422/+6 |
* | SONAR-20137 fix SSF-428 | Matteo Mara | 2023-08-23 | 1 | -0/+2 |
* | Revert "SONAR-7704 Change type of components.created_at to bigint" | Eric Giffon | 2023-08-23 | 29 | -617/+48 |
* | NO-JIRA Speed-up GitHub QA | Aurelien Poscia | 2023-08-23 | 1 | -1/+1 |
* | SONAR-19725 Fix false positive from QualityGateCheckTest | Matteo Mara | 2023-08-23 | 1 | -3/+3 |
* | SONAR-20198 security hospot should not return cleancode attribute, and should... | Léo Geoffroy | 2023-08-22 | 5 | -6/+44 |
* | SONAR-20198 making severity facet work together with software quality facet | lukasz-jarocki-sonarsource | 2023-08-22 | 5 | -36/+70 |
* | SONAR-20198 Fix search facets | Léo Geoffroy | 2023-08-22 | 9 | -30/+177 |
* | SONAR-20198 Deprecate severity and type from response and parameters in rules... | Léo Geoffroy | 2023-08-22 | 4 | -4/+11 |
* | SONAR-20198 Added rules data to elasticsearch indexes | lukasz-jarocki-sonarsource | 2023-08-22 | 13 | -19/+434 |
* | SONAR-20198 - add clean code fields in rules endpoints | Benjamin Campomenosi | 2023-08-22 | 16 | -153/+347 |
* | SONAR-20197 Rules facet filters use CCT | stanislavh | 2023-08-22 | 22 | -147/+315 |
* | [NO JIRA] Fix Code Smells | Wouter Admiraal | 2023-08-22 | 1 | -2/+2 |
* | SONAR-20197 Add CCT to rule details view | Wouter Admiraal | 2023-08-22 | 5 | -77/+72 |
* | SONAR-20197 Add CCT to rule list view | Wouter Admiraal | 2023-08-22 | 7 | -26/+122 |
* | SONAR-20197 Drop filter by similar rules | Wouter Admiraal | 2023-08-22 | 10 | -222/+3 |
* | SONAR-20197 Add taxonomy types to rules | stanislavh | 2023-08-22 | 16 | -62/+101 |
* | SONAR-20184 Don't return group and token count in API v2 users responses. | Wojtek Wajerowicz | 2023-08-22 | 4 | -14/+0 |
* | SONAR-19967 Fix error message parsing when updating user | guillaume-peoch-sonarsource | 2023-08-22 | 2 | -13/+3 |
* | SONAR-19316 Allow dropdown pdf download to resize | Mathieu Suen | 2023-08-22 | 1 | -0/+1 |
* | SONAR-20225 Buttons don't display properly for long GitHub provisioning messages | guillaume-peoch-sonarsource | 2023-08-22 | 1 | -3/+11 |
* | SONAR-20184 Remove groupsCount and tokensCount from user | Viktor Vorona | 2023-08-22 | 12 | -474/+377 |
* | SONAR-20023 Fix typos in tooltips | Wouter Admiraal | 2023-08-22 | 1 | -2/+2 |
* | SONAR-20086 Validation fixes for onboarding configuration pages | Revanshu Paliwal | 2023-08-22 | 6 | -16/+16 |
* | SONAR-19783 Check for existence of permissions Org permission->Administration | Aurelien Poscia | 2023-08-22 | 3 | -27/+60 |
* | SONAR-20021 Add UNKNOWN enum entry for CCT enums to comply with retrocompatib... | Léo Geoffroy | 2023-08-22 | 1 | -24/+28 |
* | SONAR-19783 post review changes | Aurelien Poscia | 2023-08-22 | 3 | -3/+4 |
* | SONAR-19783 Adapt synchronization steps to handle default organization group | Aurelien Poscia | 2023-08-22 | 5 | -4/+52 |
* | SONAR-19783 Add method to fetch organization details from GitHub | Aurelien Poscia | 2023-08-22 | 3 | -1/+17 |
* | SONAR-19783 clean-up github_orgs_group upon group deletion | Aurelien Poscia | 2023-08-22 | 2 | -0/+9 |
* | SONAR-19783 add GithubOrganizationGroupDao/Dto + mapper | Aurelien Poscia | 2023-08-22 | 10 | -0/+277 |
* | SONAR-19783 add github_orgs_groups table | Aurelien Poscia | 2023-08-22 | 4 | -1/+102 |
* | SONAR-20023 Don't show 'effort' twice in issue header meta | Wouter Admiraal | 2023-08-22 | 1 | -4/+2 |
* | SONAR-20023 Prefix all attributes with 'Not' | Wouter Admiraal | 2023-08-22 | 1 | -14/+14 |