Rank 5: Hypervisor
So i was testing the VCS (already made another issue regarding the UI https://discord.com/channels/564160730845151244/1551883517502300160 ) but i found another issue, and this time, in the API side.
Basicly my gitlab user is "ibaraki" but my appwrite projects are on "appwrite/".
This cause an issue as the VCS handler tries to map the username instead of the group name on the project :
$owner = $vcs->getOwnerName($providerInstallationId); // no repo idwhere the fix is apparently : in a Get.php file :
$owner = $vcs->getOwnerName($providerInstallationId, (int) $providerRepositoryId);Also this happen for : gitlab.com | gitlab self-hosted | gitea