Commit log

5c45e70 chore(TestCache): cleanup per PR review

Click to expand commit body
Resolves #979

Steve Moyer created

30198e1 Merge pull request #982 from MichaelMure/dependabot/go_modules/golang.org/x/crypto-0.5.0

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
fix(972): use prerelease of GoKart with repaired panic

Michael Muré created

33e3e4b fix: resolve Go vulnerabilities

Click to expand commit body
Resolves #975

Steve Moyer created

7601e79 deps: fix merge conflicts in dependencies

Steve Moyer created

344438b fix(972): use prerelease of GoKart with repaired panic

Steve Moyer created

3915d2b Merge pull request #969 from MichaelMure/dependabot/go_modules/github.com/go-git/go-billy/v5-5.4.0

Click to expand commit body
build(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0

Steve Moyer created

86bb2f3 build(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0

Click to expand commit body
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>

dependabot[bot] created

a4cee75 Merge pull request #963 from MichaelMure/feat/upgrade-go-git-v5.1.1

Click to expand commit body
feat: upgrade go-git to v5.5.1

Steve Moyer created

de6f540 fix: keyrings must return keys with entities/identities

Steve Moyer created

e651700 Merge pull request #964 from MichaelMure/dependabot/go_modules/github.com/mattn/go-isatty-0.0.17

Click to expand commit body
build(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17

Michael Muré created

c8ad157 Merge pull request #966 from MichaelMure/cmdjson

Click to expand commit body
commands: share JSON creation

Michael Muré created

5844dd0 commands: share JSON creation

Michael Muré created

211a038 Merge pull request #967 from MichaelMure/ci

Click to expand commit body
CI: remove lint security step as it's crashing

Michael Muré created

57f328f CI: remove lint security step as it's crashing

Michael Muré created

2a62c13 Merge pull request #965 from MichaelMure/nitpic

Click to expand commit body
commands: don't double build the lamport clocks

Michael Muré created

c9009b5 commands: don't double build the lamport clocks

Michael Muré created

67a507f build(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17

Click to expand commit body
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>

dependabot[bot] created

7c4a3b1 feat: upgrade go-git to v5.1.1

Click to expand commit body
Related to #934

Steve Moyer created

d11ea5c Merge pull request #962 from MichaelMure/select-completion

Click to expand commit body
commands: generic "select" code, move bug completion in bugcmd

Michael Muré created

b11f60f Merge pull request #961 from MichaelMure/cache-events

Click to expand commit body
cache: simplify cache building events handling

Michael Muré created

e920987 commands: generic "select" code, move bug completion in bugcmd

Michael Muré created

b279587 cache: simplify cache building events handling

Michael Muré created

8cea6c7 Merge pull request #960 from MichaelMure/inputs

Click to expand commit body
commands: move bug specific input code into commands/bug/input

Michael Muré created

d5b07f4 commands: move bug specific input code into commands/bug/input

Michael Muré created

4c7043e Merge pull request #959 from MichaelMure/core-event

Click to expand commit body
cache: tie the last printf in an event to make the core print free

Michael Muré created

13a7a59 cache: tie the last printf in an event to make the core print free

Michael Muré created

f94616e Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errors

Click to expand commit body
feat(935): disambiguate config errors

Steve Moyer created

0a5a0ec Merge pull request #938 from MichaelMure/cache-reorg

Click to expand commit body
Generic cache layer

Michael Muré created

9591110 cache: fix some bugs after refactor

Michael Muré created

1085185 github: cleanup test token when test is done

Michael Muré created

d65e883 cache: generic withSnapshot, some cleanup

Michael Muré created

02510cb Merge pull request #956 from MichaelMure/dependabot/go_modules/github.com/99designs/keyring-1.2.2

Click to expand commit body
build(deps): bump github.com/99designs/keyring from 1.2.1 to 1.2.2

Michael Muré created

9b98fc0 cache: tie up the refactor up to compiling

Michael Muré created

905c9a9 repository: return specific error on object not found, accept multiple namespace to push/pull

Michael Muré created

6d53132 build(deps): bump github.com/99designs/keyring from 1.2.1 to 1.2.2

Click to expand commit body
Bumps [github.com/99designs/keyring](https://github.com/99designs/keyring) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/99designs/keyring/releases)
- [Commits](https://github.com/99designs/keyring/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: github.com/99designs/keyring
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] created

f2def3a WIP

Michael Muré created

60d40d6 repo: proper reduced interface for full-text indexing

Click to expand commit body
Additionally, remove and concentrate quite a lot of complexity from the cache layer
into a "per app" single site where to configure how indexing is done.

Michael Muré created

3b62fe0 WIP

Michael Muré created

af563be Merge pull request #948 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.77.0

Click to expand commit body
build(deps): bump github.com/xanzy/go-gitlab from 0.76.0 to 0.77.0

Michael Muré created

840f14d Merge pull request #955 from waldyrious/patch-1

Click to expand commit body
doc/README: normalize verb tense and fix typo

Michael Muré created