summaryrefslogtreecommitdiffstatshomepage
path: root/commands/bug
Commit message (Collapse)AuthorAge
* core: make label a common type, in a similar fashion as for status (#1252)Michael Muré2024-08-25
| | | This will be useful for Board, and likely code review support later
* feat: update references to the git-bug organization (#1249)sudoforge2024-08-24
| | | | | | | | 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-issuesMichael Muré2023-01-22
|\ | | | | style: clean up linter complaints
| * docs(commands): try to make cleaned argument use more obviousSteve Moyer2023-01-20
| |
| * style: resolve PR commentsSteve Moyer2023-01-19
| |
| * style: clean up linter complaintsSteve Moyer2023-01-18
| |
* | commands: add a helper to generate testing regex for CLI outputMichael Muré2023-01-22
| |
* | commands: different pattern to detect changed flagsMichael Muré2023-01-18
|/
* fix(commands): replace missing importSteve Moyer2023-01-17
|
* Merge branch 'master' of github.com:MichaelMure/git-bugSteve Moyer2023-01-17
|\
| * commands: remove compact style for "bug", as the width adaptive default ↵Michael Muré2023-01-17
| | | | | | | | renderer cover that usage
| * command: adapt the output of the bug list to the terminal sizeMichael Muré2023-01-17
| |
* | fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-17
|/ | | | Resolves #996
* fix(commands): run tests in ./commands/... without ANSI colorSteve Moyer2023-01-07
| | | | Resolves #926
* commands: share JSON creationMichael Muré2022-12-29
|
* commands: generic "select" code, move bug completion in bugcmdMichael Muré2022-12-27
|
* commands: move bug specific input code into commands/bug/inputMichael Muré2022-12-27
|
* cache: fix some bugs after refactorMichael Muré2022-12-23
|
* cache: tie up the refactor up to compilingMichael Muré2022-12-21
|
* WIPMichael Muré2022-11-28
|
* commands: reorg into different packagesMichael Muré2022-11-20