Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: make label a common type, in a similar fashion as for status (#1252) | Michael Muré | 2024-08-25 | 2 | -8/+7 |
| | | | This will be useful for Board, and likely code review support later | ||||
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-08-24 | 26 | -63/+63 |
| | | | | | | | | The repository was recently moved to the git-bug organization on github. This change refactors references to the repository to ensure that they use the updated owner URI. Closes: #1243 Change-Id: I799712354c6ba25cdd8b06286275850c52efe6ff | ||||
* | Merge pull request #1001 from MichaelMure/style/clean-up-linter-issues | Michael Muré | 2023-01-22 | 14 | -18/+17 |
|\ | | | | | style: clean up linter complaints | ||||
| * | docs(commands): try to make cleaned argument use more obvious | Steve Moyer | 2023-01-20 | 3 | -3/+6 |
| | | |||||
| * | style: resolve PR comments | Steve Moyer | 2023-01-19 | 4 | -10/+4 |
| | | |||||
| * | style: clean up linter complaints | Steve Moyer | 2023-01-18 | 10 | -11/+13 |
| | | |||||
* | | commands: add a helper to generate testing regex for CLI output | Michael Muré | 2023-01-22 | 1 | -23/+59 |
| | | |||||
* | | commands: different pattern to detect changed flags | Michael Muré | 2023-01-18 | 2 | -18/+22 |
|/ | |||||
* | fix(commands): replace missing import | Steve Moyer | 2023-01-17 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:MichaelMure/git-bug | Steve Moyer | 2023-01-17 | 3 | -90/+74 |
|\ | |||||
| * | commands: remove compact style for "bug", as the width adaptive default ↵ | Michael Muré | 2023-01-17 | 3 | -88/+53 |
| | | | | | | | | renderer cover that usage | ||||
| * | command: adapt the output of the bug list to the terminal size | Michael Muré | 2023-01-17 | 1 | -3/+22 |
| | | |||||
* | | fix(commands): create env.Env once for all Cobra commands | Steve Moyer | 2023-01-17 | 17 | -61/+33 |
|/ | | | | Resolves #996 | ||||
* | fix(commands): run tests in ./commands/... without ANSI color | Steve Moyer | 2023-01-07 | 1 | -0/+17 |
| | | | | Resolves #926 | ||||
* | commands: share JSON creation | Michael Muré | 2022-12-29 | 3 | -118/+8 |
| | |||||
* | commands: generic "select" code, move bug completion in bugcmd | Michael Muré | 2022-12-27 | 17 | -258/+133 |
| | |||||
* | commands: move bug specific input code into commands/bug/input | Michael Muré | 2022-12-27 | 5 | -15/+245 |
| | |||||
* | cache: fix some bugs after refactor | Michael Muré | 2022-12-23 | 1 | -4/+1 |
| | |||||
* | cache: tie up the refactor up to compiling | Michael Muré | 2022-12-21 | 8 | -34/+36 |
| | |||||
* | WIP | Michael Muré | 2022-11-28 | 1 | -3/+3 |
| | |||||
* | commands: reorg into different packages | Michael Muré | 2022-11-20 | 31 | -0/+2240 |