summaryrefslogtreecommitdiffstatshomepage
path: root/commands/execenv/env_testing.go
Commit message (Collapse)AuthorAge
* 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
* command: adapt the output of the bug list to the terminal sizeMichael Muré2023-01-17
|
* execenv: move terminal detection to Out, introduce the compagnion InMichael Muré2023-01-17
|
* feat: use isatty to detect a Termios insteadSteve Moyer2023-01-17
|
* commands: add a nice terminal progress bar when building the cacheMichael Muré2023-01-11
| | | | One issue remaining is that writing the cache takes significant time, but I don't know how to reflect that nicely to the user.
* commands: share JSON creationMichael Muré2022-12-29
|
* cache: fix some bugs after refactorMichael Muré2022-12-23
|
* cache: tie up the refactor up to compilingMichael Muré2022-12-21
|
* commands: reorg into different packagesMichael Muré2022-11-20