Skip to content

Improve remote management on settings page #768

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

Merged
merged 3 commits into from
May 14, 2025

Conversation

isc-pbarton
Copy link
Collaborator

Fixes #746

Adding, removing, and updating remote now all work on the settings page.
Since settings page only allows changing a single remote, this is now constrained to be the "origin" remote. Previously behavior was undefined if there were multiple remotes.
If remote is defined, we now test connection and display a warning message if it fails.

…dating, or removing the remote.

adds the constraint that we only operate on a single remote named origin. previously multiple remotes had undefined behavior.
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 11 lines in your changes missing coverage. Please review.

Project coverage is 41.30%. Comparing base (88fb29b) to head (789b7d0).

Files with missing lines Patch % Lines
cls/SourceControl/Git/Utils.cls 0.00% 11 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #768   +/-   ##
=======================================
  Coverage   41.30%   41.30%           
=======================================
  Files          24       24           
  Lines        3213     3220    +7     
=======================================
+ Hits         1327     1330    +3     
- Misses       1886     1890    +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@isc-pbarton isc-pbarton merged commit 1b8317d into main May 14, 2025
2 checks passed
@isc-pbarton isc-pbarton deleted the improve-remote-management branch June 3, 2025 15:32
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.

Cannot add a remote repository through settings UI
3 participants