Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rorybyrne/git-plan issues and pull requests

#106 - chore: switch to `uv`

Pull Request - State: closed - Opened by rorybyrne 2 months ago

#105 - chore: switch to `uv`

Issue - State: open - Opened by rorybyrne 2 months ago
Labels: enhancement

#103 - feat: git plan info <id>

Issue - State: open - Opened by rorybyrne 7 months ago
Labels: enhancement

#102 - feat: alias ls=list

Issue - State: open - Opened by rorybyrne 7 months ago
Labels: enhancement

#100 - chore: switch IoC/DI library

Issue - State: open - Opened by rorybyrne 7 months ago
Labels: enhancement

#99 - fix: lock dependencies and fix setuptools bug

Pull Request - State: closed - Opened by rorybyrne over 2 years ago

#98 - feat: support python 3.10

Issue - State: closed - Opened by rorybyrne over 2 years ago - 1 comment
Labels: enhancement

#97 - fix: use the latest version of the poetry Github Action

Pull Request - State: closed - Opened by rorybyrne over 2 years ago

#96 - bug: PyPi release is broken due to a poetry error

Issue - State: closed - Opened by rorybyrne over 2 years ago - 1 comment
Labels: bug

#95 - pyproject.toml: Add respository url

Pull Request - State: closed - Opened by jayvdb over 2 years ago - 1 comment

#94 - feat: use SQLite to store plans

Issue - State: open - Opened by rorybyrne almost 4 years ago
Labels: enhancement

#93 - feat: generate IDs which can be used to reference plans

Pull Request - State: open - Opened by rorybyrne almost 4 years ago - 1 comment

#92 - bug: keyboard interrupt should be handled gracefully

Issue - State: open - Opened by rorybyrne almost 4 years ago

#91 - [#81] improves validation @decorators and refactors project model

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#89 - [#73] Adds support for python3.6

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#88 - [Bug] The `commit` and `list` commands should show the same plans

Issue - State: closed - Opened by rorybyrne almost 4 years ago - 1 comment
Labels: bug

#85 - Use git config editor instead of ENVIRONMENT variable

Pull Request - State: closed - Opened by akashRindhe almost 4 years ago - 6 comments

#84 - Consider using git config editor rather than a separate environment variable named EDITOR

Issue - State: closed - Opened by akashRindhe almost 4 years ago - 3 comments
Labels: enhancement

#83 - feat: swappable plan providers

Issue - State: open - Opened by indigoviolet almost 4 years ago - 3 comments
Labels: discussion

#82 - feat: it should be possible to create a plan with a single command, without opening the editor

Issue - State: open - Opened by rorybyrne almost 4 years ago
Labels: enhancement, good first issue

#81 - bug: It should be possible to run `--version` when outside of a git repository

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: bug

#80 - Prints error message when not in git repository

Pull Request - State: closed - Opened by JBizarri almost 4 years ago - 9 comments

#79 - [Bug] `RuntimeError` is raised when not in a git repository

Issue - State: closed - Opened by rorybyrne almost 4 years ago - 1 comment
Labels: bug, good first issue

#78 - [#66, #67] Adds CONTRIBUTING.md and CODE_OF_CONDUCT.md

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#77 - [#72] Switch to poetry and add PyPi publishing

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago - 1 comment

#76 - [#62] Adds updated_at and created_at fields

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#75 - [#70] Adds PR and Issue templates

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#74 - [#51, #65] Improves parsing of the default command

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#73 - Support `python3.6`

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: enhancement

#72 - Switch to poetry

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: tooling

#71 - feat: load config/templates from project- and home-directories

Issue - State: open - Opened by rorybyrne almost 4 years ago
Labels: enhancement

#70 - Add a PULL_REQUEST_TEMPLATE.md and ISSUE_TEMPLATE.md

Issue - State: closed - Opened by rorybyrne almost 4 years ago - 1 comment
Labels: documentation

#69 - [61] Plans are stored in `.plan/` directory instead of `.git/plan`

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#68 - [49] Plans can be filtered by branch

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#67 - Add a CODE_OF_CONDUCT.md

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: documentation

#66 - Add a CONTRIBUTING.md

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: documentation

#65 - The root `git plan` command should show help, instead of running a subcommand

Issue - State: closed - Opened by rorybyrne almost 4 years ago - 2 comments
Labels: discussion

#64 - feat: offer to initialize the project for the user, if they try to perform an action that requires an initialized project

Issue - State: open - Opened by rorybyrne almost 4 years ago - 1 comment
Labels: enhancement, good first issue

#63 - feat: each plan should have a simple identifier that can be used to reference it

Issue - State: open - Opened by rorybyrne almost 4 years ago - 1 comment
Labels: enhancement

#62 - Plans should store created_at and edited_at fields

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: enhancement

#61 - The plan directory should not be in `.git/`

Issue - State: closed - Opened by rorybyrne almost 4 years ago - 6 comments
Labels: enhancement

#60 - discussion: CLI API v0.2.0

Issue - State: open - Opened by rorybyrne almost 4 years ago
Labels: discussion

#59 - feat: completions for major shells - zsh, bash, fish

Issue - State: open - Opened by rorybyrne almost 4 years ago
Labels: enhancement

#58 - [#53] It is possible to run --version before init

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#56 - [#54] The installer checks for pip before generating a version file

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#55 - The list command should display the branch alongside the plan's title (in short-mode)

Issue - State: closed - Opened by rorybyrne almost 4 years ago - 1 comment
Labels: enhancement, good first issue

#54 - The installer should check for pip before starting

Issue - State: closed - Opened by rorybyrne almost 4 years ago - 1 comment
Labels: bug

#52 - chore: the codebase should have no silenced linting errors

Issue - State: open - Opened by rorybyrne almost 4 years ago
Labels: enhancement

#51 - Consider replacing help command with a `--help` flag

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: enhancement

#49 - It should be possible to filter plans by branch

Issue - State: closed - Opened by rorybyrne almost 4 years ago - 2 comments
Labels: enhancement

#48 - [#37] Simplifies installation and makes it more resilient to failure

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago - 1 comment

#47 - Pre-commit hooks and installation instructions added.

Pull Request - State: closed - Opened by Stedders almost 4 years ago - 6 comments

#46 - The tool should send log messages to a logfile on disk

Issue - State: closed - Opened by rorybyrne almost 4 years ago - 1 comment
Labels: enhancement

#45 - feat: command to generate custom templates

Issue - State: open - Opened by Stedders almost 4 years ago - 1 comment
Labels: enhancement

#44 - Feature/#43 add GitHub testing action

Pull Request - State: closed - Opened by Stedders almost 4 years ago - 7 comments

#43 - Add pre-commit/pre-push hooks

Issue - State: closed - Opened by Stedders almost 4 years ago - 11 comments
Labels: tooling

#42 - Add workflows for testing

Issue - State: closed - Opened by Stedders almost 4 years ago
Labels: tooling

#41 - Plan Service tests pass

Pull Request - State: closed - Opened by Stedders almost 4 years ago - 1 comment

#40 - Migrate CLI to click

Issue - State: closed - Opened by Stedders almost 4 years ago - 2 comments
Labels: discussion

#39 - Add to pypi for pip installation

Issue - State: closed - Opened by Stedders almost 4 years ago - 3 comments
Labels: enhancement

#38 - Version number generated from git tags and printed using --version

Pull Request - State: closed - Opened by Stedders almost 4 years ago - 15 comments

#37 - Cleanly fail installation

Issue - State: closed - Opened by Stedders almost 4 years ago - 2 comments
Labels: enhancement

#36 - v0.1

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#35 - [gh-22, gh-23] The plan is abandoned if the content ie empty

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#34 - [gh-31] Short-form is now default for the List command

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#33 - feat: import a plan from a Github issue

Issue - State: open - Opened by rorybyrne almost 4 years ago
Labels: enhancement

#32 - [gh-30] Init command

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#31 - The --short flag should be default for the list command

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: enhancement

#30 - There should be an init command

Issue - State: closed - Opened by rorybyrne almost 4 years ago

#29 - feat: a `stage` command which stages hunks to a specific plan automatically

Issue - State: open - Opened by rorybyrne almost 4 years ago - 1 comment
Labels: enhancement

#27 - The config.yaml is not installed or used when launching the cli

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: bug

#26 - There should be a version command

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: enhancement

#25 - [gh-21] Plan is deleted after commit

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#24 - feat: import a plan from a Linear issue

Issue - State: open - Opened by rorybyrne almost 4 years ago
Labels: enhancement

#23 - The tool should fail gracefully if the commit-plan cannot be parsed

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: bug

#22 - It should be possible to abandon a git plan

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: enhancement

#21 - A commit-plan should be deleted after a commit is created

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: bug

#20 - [gh-19] Adds tests via tox with coverage

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#19 - Tox and coverage should be used for managing unit tests

Issue - State: closed - Opened by rorybyrne almost 4 years ago

#18 - How about an Example scenario in the README

Issue - State: closed - Opened by sureshvv almost 4 years ago - 1 comment

#17 - [gh-10] Store the branch name with each commit plan

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#16 - [gh-15] Adds a 'commit' command

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#15 - There should be a 'commit' command

Issue - State: closed - Opened by rorybyrne almost 4 years ago
Labels: enhancement

#14 - [gh-13] Adds support for subcommand args

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#13 - Commands should be able to parse their own cli arguments

Issue - State: closed - Opened by rorybyrne almost 4 years ago

#12 - [gh-11] Adds List command

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#10 - The branch name should be stored with a commit plan

Issue - State: closed - Opened by rorybyrne almost 4 years ago

#9 - [feature, gh-3] Adds support for adding/editing tasks

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#8 - Adds Oracle, refactors dir layout and installer

Pull Request - State: closed - Opened by rorybyrne almost 4 years ago

#7 - Add plan command and dependency injection

Pull Request - State: closed - Opened by rorybyrne about 4 years ago

#6 - What should a git plan actually look like?

Issue - State: closed - Opened by rorybyrne about 4 years ago - 3 comments
Labels: discussion

#3 - Users should be able to add and edit planned commits

Issue - State: closed - Opened by rorybyrne about 4 years ago
Labels: enhancement

#2 - An observer should watch the repository for notable changes

Issue - State: closed - Opened by rorybyrne about 4 years ago
Labels: enhancement