summaryrefslogtreecommitdiffstatshomepage
path: root/commands/execenv
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
* execenv: fix some cache building progress bar artifactMichael Muré2023-03-18
| | | | Still one issue remaining: the last bar doesn't dissapear. Looks like a mbp issue.
* 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
|
* feat: detect os.Stdin/os.Stdout modeSteve Moyer2023-01-16
|
* 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
|
* commands: don't double build the lamport clocksMichael Muré2022-12-29
|
* cache: simplify cache building events handlingMichael Muré2022-12-27
|
* cache: tie the last printf in an event to make the core print freeMichael Muré2022-12-27
|
* cache: fix some bugs after refactorMichael Muré2022-12-23
|
* cache: generic withSnapshot, some cleanupMichael Muré2022-12-22
|
* cache: tie up the refactor up to compilingMichael Muré2022-12-21
|
* WIPMichael Muré2022-12-19
|
* commands: reorg into different packagesMichael Muré2022-11-20