Skip to content

Closes #201: Branch cloning #279

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 13 commits into
base: feature
Choose a base branch
from
Open

Conversation

jnovinger
Copy link

Closes: #201

NOTE:

This is a "rebased" version of #202, where all commits (except for merging in main and feature) were cherry-picked to a new branch that started on feature at e9f7ca4.

Implements the ability to pull changes from one branch into another by replaying the change records from the source branch onto the destination.

  • Add related_branch ForeignKey on BranchEvent model
  • Implements a pull() method on the Branch model to effect the replaying of changes
  • Introduces a view & REST API endpoint for "pull" operations (consistent with sync & merge operations)
  • Introduces the pre_pull & post_pull signals
  • Add pull_validators configuration parameter

@CLAassistant
Copy link

CLAassistant commented Jun 9, 2025

CLA assistant check
All committers have signed the CLA.

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.

3 participants