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 new sequencer object #288

Merged
merged 2 commits into from
May 21, 2024
Merged

Add new sequencer object #288

merged 2 commits into from
May 21, 2024

Conversation

draftcode
Copy link
Contributor

@draftcode draftcode commented May 15, 2024

This is similar to git's sequencer, but it's for re-stacking branches.

https://github.com/git/git/blob/master/sequencer.h

This object is responsible for re-stacking branches based on the planned
operations.

Copy link
Contributor

aviator-app bot commented May 15, 2024

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged using Aviator.

Stack

  1. 👉 Add new sequencer object #288 👈 (this pr)
  2. Add restack command #293

See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

Copy link
Contributor

aviator-app bot commented May 15, 2024

FlexReview Summary

Based on the code complexity and the author's expertise score, these are the suggested reviewers:

  • @jainankit (current review load: 4)

See the list of alternate reviewers in the detailed breakdown below.

Detailed Breakdown Author’s expertise score for the modified files:
  • internal/git/git.go (1.00)
  • internal/sequencer/planner/planner.go (0.00)
  • internal/sequencer/planner/targets.go (0.00)
  • internal/sequencer/sequencer.go (0.00)
Files Reviewers
internal/git/git.go @jainankit (score: 0.85, current review load: 4)

† Indicates that the file doesn't need an expert review. (?)

See full breakdown of the reviewers on the Aviator webapp.

@aviator-app aviator-app bot requested a review from jainankit May 15, 2024 21:00
Base automatically changed from update_libs to master May 17, 2024 18:01
Copy link
Contributor

aviator-app bot commented May 17, 2024

This PR is stacked on top of #287 which was merged. This PR (and its dependents) need to be synchronized on the commit that was merged into master. From your repository, run the following commands:

# Switch to this branch
git checkout new_sync
# Sync this branch (and its children) on top of the merge commit
av stack sync
# Optionally update pull requests to match new stack
av stack submit

@draftcode draftcode changed the base branch from master to state_read_write May 17, 2024 22:08
Base automatically changed from state_read_write to master May 18, 2024 00:21
Copy link
Contributor

aviator-app bot commented May 18, 2024

This PR is stacked on top of #289 which was merged. This PR (and its dependents) need to be synchronized on the commit that was merged into master. From your repository, run the following commands:

# Switch to this branch
git checkout new_sync
# Sync this branch (and its children) on top of the merge commit
av stack sync
# Optionally update pull requests to match new stack
av stack submit

@draftcode draftcode force-pushed the new_sync branch 2 times, most recently from 945c8d3 to 18acdaa Compare May 20, 2024 23:13
@draftcode draftcode changed the base branch from master to stackutils May 20, 2024 23:13
@draftcode draftcode changed the base branch from stackutils to non_terminal May 20, 2024 23:14
This is similar to git's sequencer, but it's for re-stacking branches.

https://github.com/git/git/blob/master/sequencer.h

This object is responsible for re-stacking branches based on the planned
operations.
@aviator-app aviator-app bot changed the base branch from non_terminal to master May 21, 2024 17:20
@aviator-app aviator-app bot merged commit aa198b9 into master May 21, 2024
4 checks passed
@aviator-app aviator-app bot deleted the new_sync branch May 21, 2024 17:20
@aviator-app aviator-app bot mentioned this pull request May 21, 2024
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.

2 participants