| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| | |
| | | |
fix(commands): create env.Env once for all Cobra commands
|
| | | |
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
command: adapt the output of the bug list to the terminal size
|
| | | |
| | | |
| | | |
| | | | |
renderer cover that usage
|
|/ / / |
|
|/ /
| |
| |
| | |
Resolves #996
|
|\ \
| | |
| | | |
feat: detect `os.Stdin`/`os.Stdout` redirection/pipe mode
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
added EventMentionedInCommit
|
| |/ |
|
|\ \
| | |
| | | |
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.
|
|\ \
| | |
| | |
| | |
| | | |
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
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| |/
|/| |
add cleanup sub-command that remove local bugs and identities
|
| | |
|
| |
| |
| |
| | |
https://github.com/go-git/go-git/pull/659
|
|/ |
|
|\
| |
| | |
repo: check error when closing a repo in tests
|
| | |
|
|/ |
|
|\
| |
| | |
cache: fix tests?
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | | |
fix(commands): run tests in ./commands/... without ANSI color
|
| | |
| | |
| | |
| | | |
Resolves #926
|
|\ \ \
| |/ /
|/| | |
fix: resolve Go vulnerabilities
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Resolves #975
|
|\ \ \
| |_|/
|/| | |
refactor(TestCache): guarantee test caches are closed when tests finish
|
| | |
| | |
| | |
| | | |
Resolves #979
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
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
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
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
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\| |
| | |
| | | |
fix(TestCache): eliminate hanging Windows tests
|
|/ / |
|
|\ \
| |/
|/| |
fix(972): use prerelease of GoKart with repaired panic
|
| |\
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | | |
MichaelMure/dependabot/go_modules/github.com/go-git/go-billy/v5-5.4.0
build(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/go-git/go-billy/releases)
- [Commits](https://github.com/go-git/go-billy/compare/v5.3.1...v5.4.0)
---
updated-dependencies:
- dependency-name: github.com/go-git/go-billy/v5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ \
| | |
| | | |
feat: upgrade go-git to v5.5.1
|