issues
search
rorybyrne
/
git-plan
Git Plan - a better workflow for git
MIT License
181
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: git plan info <id>
#103
rorybyrne
opened
3 months ago
0
feat: alias ls=list
#102
rorybyrne
opened
3 months ago
0
chore: switch IoC/DI library
#100
rorybyrne
opened
3 months ago
0
fix: lock dependencies and fix setuptools bug
#99
rorybyrne
closed
2 years ago
0
feat: support python 3.10
#98
rorybyrne
closed
2 years ago
1
fix: use the latest version of the poetry Github Action
#97
rorybyrne
closed
2 years ago
0
bug: PyPi release is broken due to a poetry error
#96
rorybyrne
closed
2 years ago
1
pyproject.toml: Add respository url
#95
jayvdb
closed
2 years ago
1
feat: use SQLite to store plans
#94
rorybyrne
opened
3 years ago
0
feat: generate IDs which can be used to reference plans
#93
rorybyrne
opened
3 years ago
1
bug: keyboard interrupt should be handled gracefully
#92
rorybyrne
opened
3 years ago
0
[#81] improves validation @decorators and refactors project model
#91
rorybyrne
closed
3 years ago
0
[#88] List command shows all plans by default, with optional -b to filter for the current branch
#90
rorybyrne
closed
3 years ago
0
[#73] Adds support for python3.6
#89
rorybyrne
closed
3 years ago
0
[Bug] The `commit` and `list` commands should show the same plans
#88
rorybyrne
closed
3 years ago
1
feat: git plan should be able to output data in JSON to make it easier to integrate with other tools
#86
rorybyrne
opened
3 years ago
0
Use git config editor instead of ENVIRONMENT variable
#85
akashRindhe
closed
3 years ago
6
Consider using git config editor rather than a separate environment variable named EDITOR
#84
akashRindhe
closed
3 years ago
3
feat: swappable plan providers
#83
indigoviolet
opened
3 years ago
3
feat: it should be possible to create a plan with a single command, without opening the editor
#82
rorybyrne
opened
3 years ago
0
bug: It should be possible to run `--version` when outside of a git repository
#81
rorybyrne
closed
3 years ago
0
Prints error message when not in git repository
#80
JBizarri
closed
3 years ago
9
[Bug] `RuntimeError` is raised when not in a git repository
#79
rorybyrne
closed
3 years ago
1
[#66, #67] Adds CONTRIBUTING.md and CODE_OF_CONDUCT.md
#78
rorybyrne
closed
3 years ago
0
[#72] Switch to poetry and add PyPi publishing
#77
rorybyrne
closed
3 years ago
1
[#62] Adds updated_at and created_at fields
#76
rorybyrne
closed
3 years ago
0
[#70] Adds PR and Issue templates
#75
rorybyrne
closed
3 years ago
0
[#51, #65] Improves parsing of the default command
#74
rorybyrne
closed
3 years ago
0
Support `python3.6`
#73
rorybyrne
closed
3 years ago
0
Switch to poetry
#72
rorybyrne
closed
3 years ago
0
feat: load config/templates from project- and home-directories
#71
rorybyrne
opened
3 years ago
0
Add a PULL_REQUEST_TEMPLATE.md and ISSUE_TEMPLATE.md
#70
rorybyrne
closed
3 years ago
1
[61] Plans are stored in `.plan/` directory instead of `.git/plan`
#69
rorybyrne
closed
3 years ago
0
[49] Plans can be filtered by branch
#68
rorybyrne
closed
3 years ago
0
Add a CODE_OF_CONDUCT.md
#67
rorybyrne
closed
3 years ago
0
Add a CONTRIBUTING.md
#66
rorybyrne
closed
3 years ago
0
The root `git plan` command should show help, instead of running a subcommand
#65
rorybyrne
closed
3 years ago
2
feat: offer to initialize the project for the user, if they try to perform an action that requires an initialized project
#64
rorybyrne
opened
3 years ago
1
feat: each plan should have a simple identifier that can be used to reference it
#63
rorybyrne
opened
3 years ago
1
Plans should store created_at and edited_at fields
#62
rorybyrne
closed
3 years ago
0
The plan directory should not be in `.git/`
#61
rorybyrne
closed
3 years ago
6
discussion: CLI API v0.2.0
#60
rorybyrne
opened
3 years ago
0
feat: completions for major shells - zsh, bash, fish
#59
rorybyrne
opened
3 years ago
0
[#53] It is possible to run --version before init
#58
rorybyrne
closed
3 years ago
0
[#54] The installer checks for pip before generating a version file
#56
rorybyrne
closed
3 years ago
0
The list command should display the branch alongside the plan's title (in short-mode)
#55
rorybyrne
closed
3 years ago
1
The installer should check for pip before starting
#54
rorybyrne
closed
3 years ago
1
The --version flag should work even if git plan is not initialized in the current directory
#53
rorybyrne
closed
3 years ago
0
chore: the codebase should have no silenced linting errors
#52
rorybyrne
opened
3 years ago
0
Consider replacing help command with a `--help` flag
#51
rorybyrne
closed
3 years ago
0
Next