alpha
Login
or
Join now
snowytrees.dev
/
project-manager
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Integrated repository, worktree, git stacker, and project manager
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
project-manager
/
tests
/
cli
/
at
master
3 files
Jordan Isaacs
rename core project create/delete modules to add/remove
6w ago
d46f9e41
__init__.py
rename core project create/delete modules to add/remove Follow-up to the wt add/remove CLI rename: the core ops are worktree addition/removal (container lifecycle is a side effect), so name them that way. project/create.py -> add.py (add, AddedWt, ADDED_COLUMNS), project/delete.py -> remove.py (remove, plan_remove, RemovePlan), emit_delete_plan -> emit_remove_plan. Also fixes the stale attach|detach|delete reference in the generated project README template. CLI command names are untouched.
1 month ago
test_cd.py
rename core project create/delete modules to add/remove Follow-up to the wt add/remove CLI rename: the core ops are worktree addition/removal (container lifecycle is a side effect), so name them that way. project/create.py -> add.py (add, AddedWt, ADDED_COLUMNS), project/delete.py -> remove.py (remove, plan_remove, RemovePlan), emit_delete_plan -> emit_remove_plan. Also fixes the stale attach|detach|delete reference in the generated project README template. CLI command names are untouched.
1 month ago
test_complete.py
rename core project create/delete modules to add/remove Follow-up to the wt add/remove CLI rename: the core ops are worktree addition/removal (container lifecycle is a side effect), so name them that way. project/create.py -> add.py (add, AddedWt, ADDED_COLUMNS), project/delete.py -> remove.py (remove, plan_remove, RemovePlan), emit_delete_plan -> emit_remove_plan. Also fixes the stale attach|detach|delete reference in the generated project README template. CLI command names are untouched.
1 month ago