Skip to content
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

Add -H/--sync-github-prs and -L/--sync-gitlab-mrs flags to traverse #1340

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

PawelLipski
Copy link
Collaborator

@PawelLipski PawelLipski commented Sep 24, 2024

  • Update descriptions of PRs/MRs even if PR base is the same as in .git/machete => separate option, --update-all-descriptions => open an issue
  • Restack instead of plain retarget => future release
  • Warn if multiple PRs have the current branch as head

@PawelLipski PawelLipski self-assigned this Sep 24, 2024
@PawelLipski PawelLipski added this to the v3.30.0 milestone Sep 24, 2024
@PawelLipski PawelLipski added feature New feature or request traverse Relates to how tree traversal is performed github Relates to integration with GitHub gitlab Relates to integration with GitLab labels Sep 24, 2024
@codecov-commenter
Copy link

codecov-commenter commented Sep 24, 2024

Codecov Report

Attention: Patch coverage is 40.29851% with 40 lines in your changes missing coverage. Please review.

Project coverage is 97.42%. Comparing base (6fa8c71) to head (53f8c97).

Files with missing lines Patch % Lines
git_machete/client.py 32.20% 35 Missing and 5 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1340      +/-   ##
===========================================
- Coverage    98.42%   97.42%   -1.00%     
===========================================
  Files           14       14              
  Lines         3881     3929      +48     
  Branches       849      859      +10     
===========================================
+ Hits          3820     3828       +8     
- Misses          39       74      +35     
- Partials        22       27       +5     

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

@PawelLipski PawelLipski force-pushed the feature/1214-traverse-sync-prs branch 4 times, most recently from 53f8c97 to 43ce8af Compare September 24, 2024 16:54
@PawelLipski PawelLipski force-pushed the feature/1214-traverse-sync-prs branch 2 times, most recently from ffb6a72 to 00eb348 Compare October 13, 2024 11:54
@PawelLipski PawelLipski modified the milestones: v3.31.0, v3.32.0 Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request github Relates to integration with GitHub gitlab Relates to integration with GitLab traverse Relates to how tree traversal is performed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide an option in traverse to restack branches (and update PR descriptions with PR chains)
2 participants