Opened 9 years ago
Closed 9 years ago
#5436 closed enhancement (fixed)
Add "gmg raw_alembic" command
Reported by: | Christopher Allan Webber | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.9.0 |
Component: | programming | Keywords: | |
Cc: | tsyesika, Boris Bobrov, berker | Parent Tickets: |
Description
For certain types of tasks, it's helpful (and perhaps necessary) to be able to use Alembic's own tooling. We don't want users to have to use this often, but it's particularly helpful for developers. In particular, solving #5424 will probably require having access to Alembic's tool.
Attached is a patch which adds a gmg raw_alembic
command. It's not recommended that everyone use it, but now it's an available option.
Attachments (1)
Change History (3)
by , 9 years ago
Attachment: | 0001-Add-gmg-raw_alembic-command.patch added |
---|
comment:1 by , 9 years ago
Status: | new → review |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | review → closed |
Got a brief review from Jessica, pushed to git master.
I'd love it if we could get this merged and reviewed by tomorrow.
(It's possible there's some overlap now with the
gmg dbupdate
subcommand's code. Maybe we should simplify both, but I think there's urgency to get this in so #5424 can continue.)