-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Support self-hosted GitLab instances where base URL has a path component #3819
🐛 Support self-hosted GitLab instances where base URL has a path component #3819
Commits on Dec 28, 2023
-
Self-hosted instances which dont use a subdomain result in broken API links. This change may not be finished, but is intended to evaluate the solution. Previously, self hosted instances where the instance is part of the path (foo.com/gitlab/owner/repo) would have their API base URL registered as foo.com/api/v4/ instead of foo.com/gitlab/api/v4/ Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for 22bc273 - Browse repository at this point
Copy the full SHA 22bc273View commit details
Commits on Jan 16, 2024
-
include token in gitlab project probe
Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for 4741438 - Browse repository at this point
Copy the full SHA 4741438View commit details
Commits on Jan 19, 2024
-
consider GL_HOST when parsing gitlab repo urls
Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for 22d788c - Browse repository at this point
Copy the full SHA 22d788cView commit details -
remove unneeded GL_HOST parsing
now that repoURL_parse handles GL_HOST, we dont need it elsewhere. Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for d3d5ba6 - Browse repository at this point
Copy the full SHA d3d5ba6View commit details
Commits on Jan 25, 2024
-
Merge branch 'main' into fix/gitlab-host-path
Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for 62a45fd - Browse repository at this point
Copy the full SHA 62a45fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25efa2d - Browse repository at this point
Copy the full SHA 25efa2dView commit details -
Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for 5de9997 - Browse repository at this point
Copy the full SHA 5de9997View commit details -
Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for ea0cfa4 - Browse repository at this point
Copy the full SHA ea0cfa4View commit details -
Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for fb20f8b - Browse repository at this point
Copy the full SHA fb20f8bView commit details
Commits on Jan 29, 2024
-
Merge branch 'main' into fix/gitlab-host-path
Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for 8f15aef - Browse repository at this point
Copy the full SHA 8f15aefView commit details
Commits on Jan 30, 2024
-
if we can avoid an API call, do it. Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for 2b2ea9d - Browse repository at this point
Copy the full SHA 2b2ea9dView commit details -
try listing projects with and without auth token
Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for 54f8493 - Browse repository at this point
Copy the full SHA 54f8493View commit details -
Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for be834eb - Browse repository at this point
Copy the full SHA be834ebView commit details
Commits on Jan 31, 2024
-
revert passing token to list projects
the simpler the better Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for 426eca0 - Browse repository at this point
Copy the full SHA 426eca0View commit details -
Merge branch 'main' into fix/gitlab-host-path
Signed-off-by: Spencer Schrock <sschrock@google.com>
Configuration menu - View commit details
-
Copy full SHA for 693712c - Browse repository at this point
Copy the full SHA 693712cView commit details