Michael Muré
|
70b0c5b81c
|
cache: fix tests?
|
2023-01-11 13:19:03 +01:00 |
|
Michael Muré
|
5d7a10fbb2
|
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
|
2023-01-08 12:14:56 +01:00 |
|
Michael Muré
|
978552bb69
|
Merge pull request #984 from MichaelMure/fix/926/tests-fail-with-color
fix(commands): run tests in ./commands/... without ANSI color
|
2023-01-08 12:12:51 +01:00 |
|
Michael Muré
|
c7662a13ac
|
Merge pull request #976 from MichaelMure/fix/975/patch-security-vulnerabilities
fix: resolve Go vulnerabilities
|
2023-01-08 12:11:53 +01:00 |
|
Steve Moyer
|
e4707cd8d5
|
fix(commands): run tests in ./commands/... without ANSI color
Resolves #926
|
2023-01-07 11:01:35 -05:00 |
|
Steve Moyer
|
51161a8fdb
|
Merge pull request #979 from MichaelMure/fix/eliminate-tempdir-test-failures
refactor(TestCache): guarantee test caches are closed when tests finish
|
2023-01-06 05:44:27 -05:00 |
|
dependabot[bot]
|
bde79c6c94
|
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>
|
2023-01-06 04:03:32 +00:00 |
|
Steve Moyer
|
5c45e70aab
|
chore(TestCache): cleanup per PR review
Resolves #979
|
2023-01-05 22:09:51 -05:00 |
|
Michael Muré
|
30198e17b6
|
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
|
2023-01-05 15:42:02 +01:00 |
|
dependabot[bot]
|
7bb6d6655c
|
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>
|
2023-01-05 14:30:52 +00:00 |
|
Michael Muré
|
87ceccb054
|
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
|
2023-01-05 15:29:33 +01:00 |
|
dependabot[bot]
|
6e6ae6a1df
|
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>
|
2023-01-05 04:04:48 +00:00 |
|
Steve Moyer
|
0f12b901e7
|
refactor(TestCache): guarantee test caches are closed when tests finish
|
2023-01-04 17:32:59 -05:00 |
|
Michael Muré
|
b1253bd238
|
Merge pull request #978 from MichaelMure/fix/eliminate-tempdir-test-failures
fix(TestCache): eliminate hanging Windows tests
|
2023-01-04 14:57:18 +01:00 |
|
Steve Moyer
|
ea9b3aa060
|
fix(TestCache): eliminate hanging Windows tests
|
2023-01-03 20:47:58 -05:00 |
|
Steve Moyer
|
59684d7477
|
style(TestCache): remove empty trailing line from function
|
2023-01-03 20:41:57 -05:00 |
|
Steve Moyer
|
4cee3a7278
|
test(cache): close second instance of RepoCache
|
2023-01-03 20:17:17 -05:00 |
|
Steve Moyer
|
58a6962f4e
|
ci: use Go 1.19.4 and setup-go@v3
|
2023-01-03 19:48:38 -05:00 |
|
Michael Muré
|
5b9f88208f
|
Merge pull request #974 from MichaelMure/fix/972/gokart-panic
fix(972): use prerelease of GoKart with repaired panic
|
2023-01-03 18:52:40 +01:00 |
|
Steve Moyer
|
33e3e4b65e
|
fix: resolve Go vulnerabilities
Resolves #975
|
2023-01-03 10:20:08 -05:00 |
|
Steve Moyer
|
7601e79d2b
|
deps: fix merge conflicts in dependencies
|
2023-01-03 08:37:21 -05:00 |
|
Steve Moyer
|
344438b9cb
|
fix(972): use prerelease of GoKart with repaired panic
|
2023-01-03 08:31:43 -05:00 |
|
Steve Moyer
|
3915d2b76e
|
Merge pull request #969 from 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
|
2023-01-02 13:25:26 -05:00 |
|
dependabot[bot]
|
86bb2f3dd9
|
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>
|
2023-01-02 13:16:47 +00:00 |
|
Steve Moyer
|
a4cee7539b
|
Merge pull request #963 from MichaelMure/feat/upgrade-go-git-v5.1.1
feat: upgrade go-git to v5.5.1
|
2023-01-02 08:08:03 -05:00 |
|
Steve Moyer
|
de6f5404e4
|
fix: keyrings must return keys with entities/identities
|
2022-12-30 17:08:25 -05:00 |
|
Michael Muré
|
e6517006fa
|
Merge pull request #964 from 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
|
2022-12-29 13:17:41 +01:00 |
|
Michael Muré
|
c8ad1576b1
|
Merge pull request #966 from MichaelMure/cmdjson
commands: share JSON creation
|
2022-12-29 13:17:23 +01:00 |
|
Michael Muré
|
5844dd0a6a
|
commands: share JSON creation
|
2022-12-29 12:53:06 +01:00 |
|
Michael Muré
|
211a038c60
|
Merge pull request #967 from MichaelMure/ci
CI: remove lint security step as it's crashing
|
2022-12-29 12:52:34 +01:00 |
|
Michael Muré
|
57f328fbbc
|
CI: remove lint security step as it's crashing
|
2022-12-29 12:50:53 +01:00 |
|
Michael Muré
|
2a62c131a2
|
Merge pull request #965 from MichaelMure/nitpic
commands: don't double build the lamport clocks
|
2022-12-29 10:49:24 +01:00 |
|
Michael Muré
|
c9009b5299
|
commands: don't double build the lamport clocks
|
2022-12-29 10:26:47 +01:00 |
|
dependabot[bot]
|
67a507f476
|
build(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.16 to 0.0.17.
- [Release notes](https://github.com/mattn/go-isatty/releases)
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.16...v0.0.17)
---
updated-dependencies:
- dependency-name: github.com/mattn/go-isatty
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-29 04:03:32 +00:00 |
|
Steve Moyer
|
7c4a3b12c1
|
feat: upgrade go-git to v5.1.1
Related to #934
|
2022-12-28 09:35:26 -05:00 |
|
Michael Muré
|
d11ea5c2ad
|
Merge pull request #962 from MichaelMure/select-completion
commands: generic "select" code, move bug completion in bugcmd
|
2022-12-27 19:48:19 +01:00 |
|
Michael Muré
|
b11f60f5c0
|
Merge pull request #961 from MichaelMure/cache-events
cache: simplify cache building events handling
|
2022-12-27 19:48:06 +01:00 |
|
Michael Muré
|
e920987860
|
commands: generic "select" code, move bug completion in bugcmd
|
2022-12-27 19:40:40 +01:00 |
|
Michael Muré
|
b27958758f
|
cache: simplify cache building events handling
|
2022-12-27 19:39:09 +01:00 |
|
Michael Muré
|
8cea6c7515
|
Merge pull request #960 from MichaelMure/inputs
commands: move bug specific input code into commands/bug/input
|
2022-12-27 17:31:32 +01:00 |
|
Michael Muré
|
d5b07f4837
|
commands: move bug specific input code into commands/bug/input
|
2022-12-27 17:23:56 +01:00 |
|
Michael Muré
|
4c7043e8ed
|
Merge pull request #959 from MichaelMure/core-event
cache: tie the last printf in an event to make the core print free
|
2022-12-27 11:31:25 +01:00 |
|
Michael Muré
|
13a7a59917
|
cache: tie the last printf in an event to make the core print free
|
2022-12-27 11:19:45 +01:00 |
|
Steve Moyer
|
f94616ec76
|
Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errors
feat(935): disambiguate config errors
|
2022-12-23 07:16:36 -05:00 |
|
Michael Muré
|
0a5a0ec1ef
|
Merge pull request #938 from MichaelMure/cache-reorg
Generic cache layer
|
2022-12-23 01:48:14 +01:00 |
|
Michael Muré
|
9591110082
|
cache: fix some bugs after refactor
|
2022-12-23 01:41:03 +01:00 |
|
Michael Muré
|
108518530e
|
github: cleanup test token when test is done
|
2022-12-22 23:53:13 +01:00 |
|
Michael Muré
|
d65e8837aa
|
cache: generic withSnapshot, some cleanup
|
2022-12-22 00:48:00 +01:00 |
|
Michael Muré
|
02510cb197
|
Merge pull request #956 from MichaelMure/dependabot/go_modules/github.com/99designs/keyring-1.2.2
build(deps): bump github.com/99designs/keyring from 1.2.1 to 1.2.2
|
2022-12-21 23:15:33 +01:00 |
|
Michael Muré
|
9b98fc0648
|
cache: tie up the refactor up to compiling
|
2022-12-21 21:54:36 +01:00 |
|