aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-19292 Warn users about non-CaYC compliant NCD options during project setupPhilippe Perrin2023-05-1640-691/+861
* SONAR-19197 Show code variants on hotspotsWouter Admiraal2023-05-164-6/+33
* SONAR-19197 Show code variants on issuesWouter Admiraal2023-05-163-4/+28
* SONAR-19197 Allow issues to be filtered by code variantWouter Admiraal2023-05-1613-25/+250
* SONAR-19197 Support code variants in project import/exportEric Giffon2023-05-163-3/+8
* SONAR-19197 Add code variant logic to compute engineAlain Kermis2023-05-168-48/+114
* SONAR-19197 Update ES and web services with code variantsEric Giffon2023-05-1623-21/+248
* SONAR-19197 Add code_variants to issues tableEric Giffon2023-05-1610-21/+255
* SONAR-19296 Add SearchSelectDropdown component to ui libstanislavh2023-05-1613-43/+685
* [NO JIRA] Remove dead code in PropertiesDaoDuarte Meneses2023-05-157-493/+13
* [NOJIRA] Make InternalPropertiesDaoIT deterministic (#8304)Wojtek Wajerowicz2023-05-151-1/+1
* SONAR-18852 Refactor 'portfolio_projects'Duarte Meneses2023-05-129-33/+67
* SONAR-19147 Fix assigned_to_me facetDimitris Kavvathas2023-05-122-5/+4
* SONAR-19315 Delegate sub navigation accordion state to parent components7PH2023-05-122-15/+33
* SONAR-19165 New DatePicker componentJeremy Davis2023-05-1217-26/+1010
* SONAR-18856 accurate usage of project uuid in applicationsLukasz Jarocki2023-05-1222-116/+272
* NO-JIRA fix code smellsAurelien Poscia2023-05-124-20/+18
* SONAR-15440 SONAR-15441 Remove internal flag for Quality Gate permission mana...Zipeng WU2023-05-1212-12/+0
* SONAR-19167 - Create KeyboardHint component in DSKevin Silva2023-05-1214-0/+1162
* SONAR-19285 Add link icon to component librarystanislavh2023-05-124-1/+27
* NO-JIRA fix code smellAurelien Poscia2023-05-112-4/+3
* SONAR-19084 Fail fast if the GitHub App has not the expected permissionsAntoine Vigneau2023-05-111-54/+18
* SONAR-19084 GitHub Provisioning wordingguillaume-peoch-sonarsource2023-05-117-13/+13
* SONAR-19085 Remove external_groups entries when GitHub provisioning is deacti...Aurelien Poscia2023-05-118-9/+61
* SONAR-19085 Ensure .commit() is called when deleting groups.Wojtek Wajerowicz2023-05-111-1/+1
* SONAR-19084 Warn when github authentication configuration has missing propertiesMathieu Suen2023-05-113-57/+99
* SONAR-19085 Add debug logs when syncing groups.Wojtek Wajerowicz2023-05-111-5/+16
* SONAR-19084 Improve GitHub authentication settingsMathieu Suen2023-05-114-6/+11
* SONAR-19085 Create and update GitHub groupsAntoine Vigneau2023-05-119-9/+277
* SONAR-19085 Add index on 'external_groups(external_identity_provider, externa...Wojtek Wajerowicz2023-05-116-4/+128
* SONAR-19084 Display Github Synchronisation statusguillaume-peoch-sonarsource2023-05-119-9/+187
* SONAR-19084 Add telemetry information (managed instance provider)Aurelien Poscia2023-05-115-64/+125
* SONAR-19085 Add managed groups SQL filter.Wojtek Wajerowicz2023-05-112-0/+16
* SONAR-19085 Add step to delete removed groups.Wojtek Wajerowicz2023-05-116-0/+30
* SONAR-19086 Compare DB groups and GitHub teams, update DB membership accordinglyAurelien Poscia2023-05-115-2/+23
* SONAR-19084 Disable Provisioning when another provisioning is enabledguillaume-peoch-sonarsource2023-05-116-31/+70
* SONAR-19084 Disable Github Provisioning for community editionguillaume-peoch-sonarsource2023-05-112-114/+146
* SONAR-19084 Return GitHub as provider managing the instance in system/infoAntoine Vigneau2023-05-119-32/+50
* SONAR-19084 Add GitHubManagedInstanceService to web server contextAurelien Poscia2023-05-112-224/+0
* SONAR-19085 Add step to fetch groups from DBWojtek Wajerowicz2023-05-1112-4/+349
* SONAR-19084 Create and update GitHub usersAntoine Vigneau2023-05-111-2/+2
* SONAR-19084 GitHub Provisioning in Authentication settingsguillaume-peoch-sonarsource2023-05-1114-101/+638
* SONAR-19085 Create 'external_groups' table.Wojtek Wajerowicz2023-05-115-1/+132
* SONAR-19084 Prevent enabling GitHub provisioning if config is incompleteAurelien Poscia2023-05-112-3/+37
* SONAR-19084 Add step to deactivate removed users.Wojtek Wajerowicz2023-05-117-22/+18
* SONAR-19159 Increase TASK_TYPE column size in ce_queue and ce_activityAntoine Vigneau2023-05-1110-10/+268
* SONAR-19084 periodically schedule the GitHub sync task.Wojtek Wajerowicz2023-05-116-39/+66
* SONAR-19084 Sync Users from GitHubAntoine Vigneau2023-05-115-18/+77
* SONAR-19084 Add API endpoints github_provisioning/{enable/disable/status}Aurelien Poscia2023-05-112-2/+15
* SONAR-19084 Improve github authentication settingMathieu Suen2023-05-1115-170/+443