From 62635f306e7e0bd880e93a77bdfae56aee895c3a Mon Sep 17 00:00:00 2001 From: M Hickford Date: Thu, 1 Jun 2023 05:18:49 +0100 Subject: [PATCH] add TODO about universal gitlab support --- main.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.go b/main.go index 578d87a..f268290 100644 --- a/main.go +++ b/main.go @@ -175,6 +175,10 @@ func main() { c = configByHost["android.googlesource.com"] } if !found && looksLikeGitLab { + // TODO: universal GitLab support with constant client id + // https://gitlab.com/gitlab-org/gitlab/-/issues/374172 + // c.ClientID = ... + // assumes GitLab installed at domain root c.Endpoint = replaceHost(endpoints.GitLab, host) c.Scopes = configByHost["gitlab.com"].Scopes