summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
...
* | | Merge pull request #993 from MichaelMure/cmd-adaptMichael Muré2023-01-17
|\ \ \ | | | | | | | | command: adapt the output of the bug list to the terminal size
| * | | commands: remove compact style for "bug", as the width adaptive default ↵Michael Muré2023-01-17
| | | | | | | | | | | | | | | | renderer cover that usage
| * | | command: adapt the output of the bug list to the terminal sizeMichael Muré2023-01-17
|/ / /
| * / fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-17
|/ / | | | | | | Resolves #996
* | Merge pull request #994 from MichaelMure/feat/detect-stdin-stdout-modeMichael Muré2023-01-17
|\ \ | | | | | | feat: detect `os.Stdin`/`os.Stdout` redirection/pipe mode
| * | 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
|/ /
* | Merge pull request #990 from buestad/masterMichael Muré2023-01-14
|\ \ | | | | | | added EventMentionedInCommit
| * | added EventMentionedInCommitHenrik Buestad2023-01-13
| |/
* | Merge pull request #987 from MichaelMure/cache-progress-barMichael Muré2023-01-14
|\ \ | | | | | | commands: add a nice terminal progress bar when building the cache
| * | 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.
* | Merge pull request #992 from ↵Michael Muré2023-01-14
|\ \ | | | | | | | | | | | | 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
| * | build(deps): bump github.com/dustin/go-humanize from 1.0.0 to 1.0.1dependabot[bot]2023-01-14
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #933 from zinderic/feat-cleanup-subcommandMichael Muré2023-01-14
|\ \ | |/ |/| add cleanup sub-command that remove local bugs and identities
| * repo: don't forget to close a fileMichael Muré2023-01-14
| |
| * repo: temporary use a fork of go-git due to ↵Michael Muré2023-01-14
| | | | | | | | https://github.com/go-git/go-git/pull/659
| * add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-11
|/
* Merge pull request #989 from MichaelMure/fix-testsMichael Muré2023-01-11
|\ | | | | repo: check error when closing a repo in tests
| * properly close files in edge cases in various placesMichael Muré2023-01-11
| |
| * repo: check error when closing a repo in testsMichael Muré2023-01-11
|/
* Merge pull request #988 from MichaelMure/fix-cache-testMichael Muré2023-01-11
|\ | | | | cache: fix tests?
| * make go1.19 fmt happyMichael Muré2023-01-11
| |
| * cache: fix tests?Michael Muré2023-01-11
|/
* Merge pull request #983 from ↵Michael Muré2023-01-08
|\ | | | | | | | | 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
| * build(deps): bump github.com/go-git/go-git/v5 from 5.5.1 to 5.5.2dependabot[bot]2023-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #984 from MichaelMure/fix/926/tests-fail-with-colorMichael Muré2023-01-08
|\ \ | | | | | | fix(commands): run tests in ./commands/... without ANSI color
| * | fix(commands): run tests in ./commands/... without ANSI colorSteve Moyer2023-01-07
| | | | | | | | | | | | Resolves #926
* | | Merge pull request #976 from MichaelMure/fix/975/patch-security-vulnerabilitiesMichael Muré2023-01-08
|\ \ \ | |/ / |/| | fix: resolve Go vulnerabilities
| * | style(TestCache): remove empty trailing line from functionSteve Moyer2023-01-03
| | |
| * | test(cache): close second instance of RepoCacheSteve Moyer2023-01-03
| | |
| * | ci: use Go 1.19.4 and setup-go@v3Steve Moyer2023-01-03
| | |
| * | fix: resolve Go vulnerabilitiesSteve Moyer2023-01-03
| | | | | | | | | | | | Resolves #975
* | | Merge pull request #979 from MichaelMure/fix/eliminate-tempdir-test-failuresSteve Moyer2023-01-06
|\ \ \ | |_|/ |/| | refactor(TestCache): guarantee test caches are closed when tests finish
| * | chore(TestCache): cleanup per PR reviewSteve Moyer2023-01-05
| | | | | | | | | | | | Resolves #979
| * | refactor(TestCache): guarantee test caches are closed when tests finishSteve Moyer2023-01-04
| | |
* | | Merge pull request #982 from ↵Michael Muré2023-01-05
|\ \ \ | | | | | | | | | | | | | | | | 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
| * | | build(deps): bump golang.org/x/crypto from 0.4.0 to 0.5.0dependabot[bot]2023-01-05
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #980 from ↵Michael Muré2023-01-05
|\ \ \ | | | | | | | | | | | | | | | | 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
| * | | build(deps): bump golang.org/x/text from 0.5.0 to 0.6.0dependabot[bot]2023-01-05
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #978 from MichaelMure/fix/eliminate-tempdir-test-failuresMichael Muré2023-01-04
|\| | | | | | | | fix(TestCache): eliminate hanging Windows tests
| * | fix(TestCache): eliminate hanging Windows testsSteve Moyer2023-01-03
|/ /
* | Merge pull request #974 from MichaelMure/fix/972/gokart-panicMichael Muré2023-01-03
|\ \ | |/ |/| fix(972): use prerelease of GoKart with repaired panic
| * deps: fix merge conflicts in dependenciesSteve Moyer2023-01-03
| |\ | |/ |/|
* | Merge pull request #969 from ↵Steve Moyer2023-01-02
|\ \ | | | | | | | | | | | | 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
| * | build(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0dependabot[bot]2023-01-02
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #963 from MichaelMure/feat/upgrade-go-git-v5.1.1Steve Moyer2023-01-02
|\ \ | | | | | | feat: upgrade go-git to v5.5.1
| * | fix: keyrings must return keys with entities/identitiesSteve Moyer2022-12-30
| | |
| * | feat: upgrade go-git to v5.1.1Steve Moyer2022-12-28
| | | | | | | | | | | | Related to #934
* | | Merge pull request #964 from ↵Michael Muré2022-12-29
|\ \ \ | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/mattn/go-isatty-0.0.17 build(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17