Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix[WIP]: more updatesbug-export | Matěj Cepl | 43 hours | 2 | -24/+45 |
| | |||||
* | fix[WIP]: adjust import | Matěj Cepl | 44 hours | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | According to https://github.com/git-bug/git-bug/pull/501#issuecomment-2453233379 the package bug has been moved into entities. Still remaining: ``` mitmanek:git-bug (bug-export *) $ go build commands/export.go:13:2: undefined: queryOptions commands/export.go:17:9: undefined: newEnv commands/export.go:29:13: undefined: loadBackend commands/export.go:30:13: undefined: closeBackend commands/export.go:39:33: options.statusQuery undefined (type exportOptions has no field or method statusQuery) commands/export.go:41:33: options.authorQuery undefined (type exportOptions has no field or method authorQuery) commands/export.go:43:33: options.participantQuery undefined (type exportOptions has no field or method participantQuery) commands/export.go:45:33: options.actorQuery undefined (type exportOptions has no field or method actorQuery) commands/export.go:47:33: options.labelQuery undefined (type exportOptions has no field or method labelQuery) commands/export.go:61:21: undefined: Env commands/export.go:47:33: too many errors mitmanek:git-bug (bug-export *) $ ``` | ||||
* | Update deps | Matěj Cepl | 3 days | 1 | -2/+2 |
| | |||||
* | commands: add a command to export bugs as raw operations (NDJSON) | Michael Muré | 3 days | 2 | -0/+106 |
| | |||||
* | core: make label a common type, in a similar fashion as for status (#1252) | Michael Muré | 2024-08-25 | 3 | -25/+25 |
| | | | 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 | 59 | -167/+166 |
| | | | | | | | | 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 | ||||
* | chore: remove refs to deprecated io/ioutil | guoguangwu | 2024-07-23 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: guoguangwu <guoguangwug@gmail.com> chore: remove refs to deprecated io/ioutil Signed-off-by: guoguangwu <guoguangwug@gmail.com> | ||||
* | execenv: fix some cache building progress bar artifact | Michael Muré | 2023-03-18 | 1 | -2/+6 |
| | | | | Still one issue remaining: the last bar doesn't dissapear. Looks like a mbp issue. | ||||
* | webui: also teardown cleanly on SIGTERM | Michael Muré | 2023-03-04 | 1 | -1/+2 |
| | |||||
* | 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 | 3 | -23/+146 |
| | | |||||
* | | Merge pull request #991 from vasser/fix/issue-928-version-info | Michael Muré | 2023-01-19 | 1 | -8/+57 |
|\ \ | | | | | | | Fixed version info be set when go install | ||||
| * | | version: code cleanup, fix some edge cases | Michael Muré | 2023-01-19 | 1 | -36/+38 |
| | | | |||||
| * | | dirty should be bool | vasser | 2023-01-18 | 1 | -5/+6 |
| | | | |||||
| * | | address PR review | vasser | 2023-01-18 | 1 | -10/+14 |
| | | | |||||
| * | | New approach to define the version | vasser | 2023-01-15 | 1 | -29/+29 |
| | | | |||||
| * | | Fixed version info be set when go install | vasser | 2023-01-13 | 1 | -0/+42 |
| | | | |||||
* | | | 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 | 5 | -94/+95 |
|\ \ | |||||
| * | | 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 | 3 | -7/+43 |
| | | | |||||
* | | | fix(commands): create env.Env once for all Cobra commands | Steve Moyer | 2023-01-17 | 39 | -141/+81 |
|/ / | | | | | | | Resolves #996 | ||||
* | | execenv: move terminal detection to Out, introduce the compagnion In | Michael Muré | 2023-01-17 | 4 | -228/+273 |
| | | |||||
* | | feat: use isatty to detect a Termios instead | Steve Moyer | 2023-01-17 | 3 | -46/+28 |
| | | |||||
* | | feat: detect os.Stdin/os.Stdout mode | Steve Moyer | 2023-01-16 | 2 | -3/+91 |
| | | |||||
* | | Merge pull request #987 from MichaelMure/cache-progress-bar | Michael Muré | 2023-01-14 | 3 | -25/+62 |
|\ \ | | | | | | | commands: add a nice terminal progress bar when building the cache | ||||
| * | | commands: add a nice terminal progress bar when building the cache | Michael Muré | 2023-01-11 | 3 | -25/+62 |
| |/ | | | | | | | One issue remaining is that writing the cache takes significant time, but I don't know how to reflect that nicely to the user. | ||||
* / | add wipe sub-command that remove local bugs and identities | Kalin Staykov | 2023-01-11 | 2 | -0/+59 |
|/ | |||||
* | properly close files in edge cases in various places | Michael Muré | 2023-01-11 | 1 | -8/+10 |
| | |||||
* | make go1.19 fmt happy | Michael Muré | 2023-01-11 | 2 | -5/+5 |
| | |||||
* | 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 | 7 | -126/+156 |
| | |||||
* | commands: don't double build the lamport clocks | Michael Muré | 2022-12-29 | 2 | -5/+5 |
| | |||||
* | Merge pull request #962 from MichaelMure/select-completion | Michael Muré | 2022-12-27 | 19 | -302/+327 |
|\ | | | | | commands: generic "select" code, move bug completion in bugcmd | ||||
| * | commands: generic "select" code, move bug completion in bugcmd | Michael Muré | 2022-12-27 | 19 | -302/+327 |
| | | |||||
* | | cache: simplify cache building events handling | Michael Muré | 2022-12-27 | 2 | -10/+3 |
|/ | |||||
* | commands: move bug specific input code into commands/bug/input | Michael Muré | 2022-12-27 | 6 | -243/+252 |
| | |||||
* | cache: tie the last printf in an event to make the core print free | Michael Muré | 2022-12-27 | 2 | -26/+24 |
| | |||||
* | Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errors | Steve Moyer | 2022-12-23 | 1 | -1/+2 |
|\ | | | | | feat(935): disambiguate config errors | ||||
| * | feat: wrap ErrNoConfigEntry to report missing key | Steve Moyer | 2022-11-27 | 1 | -1/+2 |
| | | | | | | | | Resolves #935. | ||||
* | | cache: fix some bugs after refactor | Michael Muré | 2022-12-23 | 5 | -33/+27 |
| | | |||||
* | | cache: generic withSnapshot, some cleanup | Michael Muré | 2022-12-22 | 2 | -5/+19 |
| | | |||||
* | | cache: tie up the refactor up to compiling | Michael Muré | 2022-12-21 | 18 | -59/+66 |
| | | |||||
* | | WIP | Michael Muré | 2022-12-19 | 1 | -1/+20 |
| | | |||||
* | | WIP | Michael Muré | 2022-11-28 | 1 | -3/+3 |
|/ | |||||
* | commands: reorg into different packages | Michael Muré | 2022-11-20 | 87 | -1722/+1813 |
| |