Removed https://gitlab.com/* from the permissions in the manifest file since it's not needed for the extension to function.
Uncommented the GitLab URL field so users can set their self-hosted GitLab URL if needed.
Tested with a self-hosted GitLab and GSuite Enterprise version.
Added an extra regex match to pull the domain only from the custom URL instead of subdomain.domain.
Fixed the [GitHub Assistant] undefined error on GitLab.
After adding multi-tab support, the repository id would only be set after creating a new repository through the extension and it would show as undefined otherwise. This change fixes that and allows the repository id to be set for previously created repositories as well.
v3.6.0
.https://gitlab.com/*
from the permissions in the manifest file since it's not needed for the extension to function.domain
only from the custom URL instead ofsubdomain.domain
.[GitHub Assistant] undefined
error on GitLab.5.0.5
.