Skip to content

feat: Add support for renaming repos across namespaces and updating remote names on GitHub#1423

Merged
notheotherben merged 18 commits intomainfrom
refactor/resolve-path
Apr 2, 2025
Merged

feat: Add support for renaming repos across namespaces and updating remote names on GitHub#1423
notheotherben merged 18 commits intomainfrom
refactor/resolve-path

Conversation

@notheotherben
Copy link
Copy Markdown
Member

This PR addresses the feature request #1413 and enables us to both rename and transfer GitHub repositories automatically; as well as supporting the renaming of local repositories across namespaces and even services.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 2, 2025

Codecov Report

Attention: Patch coverage is 90.59675% with 52 lines in your changes missing coverage. Please review.

Project coverage is 84.52%. Comparing base (284921b) to head (929b932).
Report is 35 commits behind head on main.

Files with missing lines Patch % Lines
src/engine/identifier.rs 75.38% 16 Missing ⚠️
src/fs/mod.rs 77.55% 11 Missing ⚠️
src/engine/resolver.rs 66.66% 10 Missing ⚠️
src/commands/new.rs 71.42% 4 Missing ⚠️
src/commands/remove.rs 69.23% 4 Missing ⚠️
src/tasks/move_remote.rs 94.00% 3 Missing ⚠️
src/commands/open.rs 80.00% 1 Missing ⚠️
src/commands/rename.rs 96.96% 1 Missing ⚠️
src/tasks/mod.rs 75.00% 1 Missing ⚠️
src/tasks/move_directory.rs 88.88% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1423      +/-   ##
==========================================
- Coverage   85.24%   84.52%   -0.72%     
==========================================
  Files          96       97       +1     
  Lines        9912     9741     -171     
==========================================
- Hits         8449     8234     -215     
- Misses       1463     1507      +44     
Files with missing lines Coverage Δ
src/commands/apps.rs 100.00% <100.00%> (ø)
src/commands/auth.rs 72.64% <100.00%> (-1.34%) ⬇️
src/commands/clone.rs 86.66% <100.00%> (+0.27%) ⬆️
src/commands/complete.rs 95.15% <100.00%> (+0.01%) ⬆️
src/commands/config.rs 91.80% <100.00%> (-0.50%) ⬇️
src/commands/doctor.rs 86.25% <100.00%> (-0.17%) ⬇️
src/commands/fix.rs 76.59% <100.00%> (-0.73%) ⬇️
src/commands/helpers.rs 89.58% <100.00%> (+2.08%) ⬆️
src/commands/ignore.rs 63.38% <100.00%> (-1.96%) ⬇️
src/commands/info.rs 96.61% <100.00%> (-0.06%) ⬇️
... and 58 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@notheotherben notheotherben merged commit e11417b into main Apr 2, 2025
11 checks passed
@notheotherben notheotherben deleted the refactor/resolve-path branch April 2, 2025 22:08
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