-
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
feature
New feature or request
pending-release
Resolved but not yet released to the stable edition
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
sergeibbb
added a commit
that referenced
this issue
Jan 10, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 10, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 10, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 10, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 10, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 10, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 13, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 13, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 14, 2025
axosoft-ramint
pushed a commit
that referenced
this issue
Jan 14, 2025
axosoft-ramint
pushed a commit
that referenced
this issue
Jan 14, 2025
axosoft-ramint
pushed a commit
that referenced
this issue
Jan 14, 2025
axosoft-ramint
pushed a commit
that referenced
this issue
Jan 14, 2025
axosoft-ramint
pushed a commit
that referenced
this issue
Jan 14, 2025
axosoft-ramint
pushed a commit
that referenced
this issue
Jan 14, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
axosoft-ramint
added a commit
that referenced
this issue
Jan 15, 2025
* Adds support for GKDev Cloud GitHub Enterprise integration (#3901, #3922) * Associates a Cloud GitHub Enterprise provider with remote by its domain (#3901, #3922) * Adds GitHub Enterprize menu item (#3901, #3922) * Filters out GitHub's icon in the bar (#3901, #3922) * Makes sure that cloud version of GitHubEnterprise is used when needed (#3901, #3922) * Updates (minor) from code review * Stores and uses stored values for configured integration descriptors * Rename config integration descriptor (#3901, #3922) * Adds a todo for a follow-up ticket (#3901, #3922) --------- Co-authored-by: Eric Amodio <[email protected]> Co-authored-by: Ramin Tadayon <[email protected]>
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 15, 2025
7 tasks
axosoft-ramint
pushed a commit
that referenced
this issue
Jan 15, 2025
axosoft-ramint
added
pending-release
Resolved but not yet released to the stable edition
feature
New feature or request
labels
Jan 16, 2025
sergeibbb
added a commit
that referenced
this issue
Jan 17, 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
feature
New feature or request
pending-release
Resolved but not yet released to the stable edition
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:
👍 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:
Testing
The text was updated successfully, but these errors were encountered: