3e41812
commands: different pattern to detect changed flags
Michael Muré created
3e41812
commands: different pattern to detect changed flags
Michael Muré created
cf382e0
style: clean up linter complaints
Steve Moyer created
fdada24
build(deps): bump github.com/xanzy/go-gitlab from 0.77.0 to 0.78.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.77.0 to 0.78.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.77.0...v0.78.0) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
2484867
Merge pull request #998 from MichaelMure/fix/996/create-env-once
fix(commands): create env.Env once for all Cobra commands
Michael Muré created
723b3c4
fix(commands): replace missing import
Steve Moyer created
331e80f
Merge branch 'master' of github.com:MichaelMure/git-bug
Steve Moyer created
0bddfe1
fix(commands): create env.Env once for all Cobra commands
Resolves #996
Steve Moyer created
0290091
Merge pull request #993 from MichaelMure/cmd-adapt
command: adapt the output of the bug list to the terminal size
Michael Muré created
f23a7f0
commands: remove compact style for "bug", as the width adaptive default renderer cover that usage
Michael Muré created
9fc8dbf
command: adapt the output of the bug list to the terminal size
Michael Muré created
e689cc5
Merge pull request #994 from MichaelMure/feat/detect-stdin-stdout-mode
feat: detect `os.Stdin`/`os.Stdout` redirection/pipe mode
Michael Muré created
f011452
execenv: move terminal detection to Out, introduce the compagnion In
Michael Muré created
a736401
feat: use isatty to detect a Termios instead
Steve Moyer created
1460377
feat: detect os.Stdin/os.Stdout mode
Steve Moyer created
83ffed8
New approach to define the version
vasser created
2a78fd9
Merge pull request #990 from buestad/master
added EventMentionedInCommit
Michael Muré created
6e5ea51
Merge pull request #987 from MichaelMure/cache-progress-bar
commands: add a nice terminal progress bar when building the cache
Michael Muré created
a1eec9a
Merge pull request #992 from MichaelMure/dependabot/go_modules/github.com/dustin/go-humanize-1.0.1
build(deps): bump github.com/dustin/go-humanize from 1.0.0 to 1.0.1
Michael Muré created
6dd6e53
build(deps): bump github.com/dustin/go-humanize from 1.0.0 to 1.0.1
Bumps [github.com/dustin/go-humanize](https://github.com/dustin/go-humanize) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/dustin/go-humanize/releases) - [Commits](https://github.com/dustin/go-humanize/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: github.com/dustin/go-humanize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
98eb1c1
Merge pull request #933 from zinderic/feat-cleanup-subcommand
add cleanup sub-command that remove local bugs and identities
Michael Muré created
5bf274e
repo: don't forget to close a file
Michael Muré created
03dcd7e
repo: temporary use a fork of go-git due to https://github.com/go-git/go-git/pull/659
Michael Muré created
fd40320
Fixed version info be set when go install
vasser created
119fdee
added EventMentionedInCommit
Henrik Buestad created
fc266b7
add wipe sub-command that remove local bugs and identities
Kalin Staykov created
7df34aa
commands: add a nice terminal progress bar when building the cache
One issue remaining is that writing the cache takes significant time, but I don't know how to reflect that nicely to the user.
Michael Muré created
9c50a35
Merge pull request #989 from MichaelMure/fix-tests
repo: check error when closing a repo in tests
Michael Muré created
ace0f05
properly close files in edge cases in various places
Michael Muré created
2664332
repo: check error when closing a repo in tests
Michael Muré created
7610038
Merge pull request #988 from MichaelMure/fix-cache-test
cache: fix tests?
Michael Muré created
637071a
make go1.19 fmt happy
Michael Muré created
70b0c5b
cache: fix tests?
Michael Muré created
5d7a10f
Merge pull request #983 from MichaelMure/dependabot/go_modules/github.com/go-git/go-git/v5-5.5.2
build(deps): bump github.com/go-git/go-git/v5 from 5.5.1 to 5.5.2
Michael Muré created
978552b
Merge pull request #984 from MichaelMure/fix/926/tests-fail-with-color
fix(commands): run tests in ./commands/... without ANSI color
Michael Muré created
c7662a1
Merge pull request #976 from MichaelMure/fix/975/patch-security-vulnerabilities
fix: resolve Go vulnerabilities
Michael Muré created
e4707cd
fix(commands): run tests in ./commands/... without ANSI color
Resolves #926
Steve Moyer created
51161a8
Merge pull request #979 from MichaelMure/fix/eliminate-tempdir-test-failures
refactor(TestCache): guarantee test caches are closed when tests finish
Steve Moyer created
bde79c6
build(deps): bump github.com/go-git/go-git/v5 from 5.5.1 to 5.5.2
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.5.1 to 5.5.2. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
5c45e70
chore(TestCache): cleanup per PR review
Resolves #979
Steve Moyer created
30198e1
Merge pull request #982 from MichaelMure/dependabot/go_modules/golang.org/x/crypto-0.5.0
build(deps): bump golang.org/x/crypto from 0.4.0 to 0.5.0
Michael Muré created
7bb6d66
build(deps): bump golang.org/x/crypto from 0.4.0 to 0.5.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
87ceccb
Merge pull request #980 from MichaelMure/dependabot/go_modules/golang.org/x/text-0.6.0
build(deps): bump golang.org/x/text from 0.5.0 to 0.6.0
Michael Muré created
6e6ae6a
build(deps): bump golang.org/x/text from 0.5.0 to 0.6.0
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
0f12b90
refactor(TestCache): guarantee test caches are closed when tests finish
Steve Moyer created
b1253bd
Merge pull request #978 from MichaelMure/fix/eliminate-tempdir-test-failures
fix(TestCache): eliminate hanging Windows tests
Michael Muré created
ea9b3aa
fix(TestCache): eliminate hanging Windows tests
Steve Moyer created
59684d7
style(TestCache): remove empty trailing line from function
Steve Moyer created
4cee3a7
test(cache): close second instance of RepoCache
Steve Moyer created
58a6962
ci: use Go 1.19.4 and setup-go@v3
Steve Moyer created
5b9f882
Merge pull request #974 from MichaelMure/fix/972/gokart-panic
fix(972): use prerelease of GoKart with repaired panic
Michael Muré created