Skip to content

Enhances remote provider connection flow #4411

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sergeibbb
Copy link
Member

@sergeibbb sergeibbb commented Jun 18, 2025

Description

This is a follow-up on #4387

Originates from this conversation:

And there is another thing that I think is worth fixing: handling of the "connect" click should be different. I'm attaching the example how it's handled in Remotes View and in Home. I think on Home it should work the same way as on Remotes View.

How it should work (without a web page, using existing connection):

enable-remotes.mp4

How it works (it passes user through a web page) and what this pull request changes:

image

Checklist

  • I have followed the guidelines in the Contributing document
  • My changes follow the coding style of this project
  • My changes build without any errors or warnings
  • My changes have been formatted and linted
  • My changes include any required corresponding changes to the documentation (including CHANGELOG.md and README.md)
  • My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
  • My changes have a descriptive commit message with a short title, including a Fixes $XXX - or Closes #XXX - prefix to auto-close the issue that your PR addresses

Updates the connect remote provider flow to directly use the remote name and repository path.

This change simplifies the connection process and ensures accurate remote provider association. Adds remotePath and remoteName to the repository shape.
(#4387, #4411)
@sergeibbb sergeibbb force-pushed the bug/4387-fix-integration-status branch from 8eccc89 to 613c7fa Compare June 18, 2025 13:47
@sergeibbb sergeibbb self-assigned this Jun 18, 2025
@sergeibbb sergeibbb requested review from axosoft-ramint and d13 June 18, 2025 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant