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

Operation branch support #45

Merged
merged 5 commits into from
Sep 18, 2024
Merged

Operation branch support #45

merged 5 commits into from
Sep 18, 2024

Conversation

Chris7
Copy link
Collaborator

@Chris7 Chris7 commented Sep 18, 2024

Adds in support for branches and moving between branches. Not in yet is applying changes between branches.

@Chris7 Chris7 requested a review from dkhofer September 18, 2024 15:17
id INTEGER PRIMARY KEY NOT NULL,
db_uuid TEXT NOT NULL,
name TEXT NOT NULL,
start_operation_id INTEGER,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are foreign keys on operation.id, right? If so please add constraints

UPDATE SET branch_id=excluded.branch_id;",
)
.unwrap();
println!("setting branc to {branch_name}");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: branc -> branch

@dkhofer
Copy link
Collaborator

dkhofer commented Sep 18, 2024

LGTM, comments are non-blocking

@Chris7
Copy link
Collaborator Author

Chris7 commented Sep 18, 2024

Thanks, ill resolve comments in the apply branch.

@Chris7 Chris7 merged commit 6da7b7d into main Sep 18, 2024
1 check passed
@Chris7 Chris7 deleted the operation-branch-support branch September 18, 2024 20: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.

2 participants