-
Notifications
You must be signed in to change notification settings - Fork 23
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
Branching #1217
Branching #1217
Conversation
One thing that needs a glossover is our terminology in the CLI regarding 'database', do we want to rename all terms referring to 'database' to 'branch'? |
Probably also want to change |
Yes, let's rename all mentions of database to branch. We need to be consistent. But let's do that in a separate PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, we need to pass the CI and fix the unused imports though.
With |
For future reference: the failing test is caused by a bad nightly build of edgedb-server |
Summary
PR implementing commands/features outlined in #1204 and RFC 1025.
TODOs
edgedb branch create
edgedb branch drop
edgedb branch list
edgedb branch rename
edgedb branch wipe
edgedb.auto.toml
edgedb.toml
branchdifferent PRedgedb branch rebase
different PRedgedb branch merge