-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Integrations: support self-hosted providers from gkdev #3901
Labels
area-autolinks
Issues or features related to autolinks
area-integrations
Issues or features related to integrations
area-launchpad
Issues or features related to Launchpad
Milestone
Comments
d13
added
area-integrations
Issues or features related to integrations
area-autolinks
Issues or features related to autolinks
area-launchpad
Issues or features related to Launchpad
labels
Dec 20, 2024
sergeibbb
added a commit
that referenced
this issue
Jan 3, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 7, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 8, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 8, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 9, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 9, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 9, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 9, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 9, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 9, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 9, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 9, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 9, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 9, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-autolinks
Issues or features related to autolinks
area-integrations
Issues or features related to integrations
area-launchpad
Issues or features related to Launchpad
The goal is not to just convert over to GKdev like our other providers. We need to continue support of multiple instances of self-hosted and GKdev only supports one instance.
High level changes:
💡 Send users to GKdev to connect to self-hosted GitHub or GitLab
✅ Existing self-hosted integations (GitHub or GitLab) on GKdev, bring those into our system, but still support our custom self-hosted auth
✅ Once we have the info, we need to register a custom provider
👍 The code where this happens in remoteProviders.ts
👍 Essentially, we can just take the list of custom remotes and add another custom entry from the GKdev data, at runtime. We don't want to update their
settings.json
(though it might be an easy path for initial testing).Potential gotchas:
The text was updated successfully, but these errors were encountered: