Commit log
bf75303
feat: add initial nix development shell
Click to expand commit body
This change bootstraps the configuration of a development shell via nix.
Change-Id: Ic171e7599b50bb29ecc07d9c4534bcbc117f2299
sudoforge
created
2 years ago
eda0d67
feat: update action library versions
Click to expand commit body
Change-Id: I957c6de57b3a9151e6d9ce8caba87f4e2c714846
sudoforge
created
2 years ago
a4b8858
feat: add concurrency limits to all pipelines
Click to expand commit body
This change restricts the number of active pipeline executions for a
given tree to one, so that new pushes to a tree that trigger a pipeline
will cancel older (but still running) pipelines.
Change-Id: I1deda682d39cadbce97f8df4ca7c3110a96b4549
sudoforge
created
2 years ago
f79ea38
fix: bump to go v1.22.5
Click to expand commit body
The GHA build pipeline is failing with an error:
package crypto/ecdh is not in GOROOT (/opt/hostedtoolcache/go/1.19.4/x64/src/crypto/ecdh)
crypto/ecdh was added in Go 1.21 [0]. This change updates the matrix of
Go versions that the pipelines use to the latest, in order to resolve this
error.
[0]: https://tip.golang.org/doc/go1.21
sudoforge
created
2 years ago
76de669
fix: correct typo: acceps => accepts
sudoforge
created
2 years ago
8b6439e
build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 (#1183)
Click to expand commit body
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.16.0...v1.17.0)
---
updated-dependencies:
- dependency-name: github.com/fatih/color
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
2 years ago
049e149
build(deps): bump github.com/gorilla/mux from 1.8.0 to 1.8.1 (#1181)
Click to expand commit body
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)
---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
2 years ago
b5786c6
build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.1 (#1179)
Click to expand commit body
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.7.0...v1.8.1)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
2 years ago
568032e
build(deps): bump golang.org/x/vuln from 1.0.0 to 1.1.2 (#1171)
Click to expand commit body
Bumps [golang.org/x/vuln](https://github.com/golang/vuln) from 1.0.0 to 1.1.2.
- [Release notes](https://github.com/golang/vuln/releases)
- [Commits](https://github.com/golang/vuln/compare/v1.0.0...v1.1.2)
---
updated-dependencies:
- dependency-name: golang.org/x/vuln
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
2 years ago
350b344
build(deps): bump golang.org/x/crypto from 0.21.0 to 0.25.0 (#1175)
Click to expand commit body
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.25.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.25.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
2 years ago
9a1babe
build(deps): bump github.com/hashicorp/golang-lru/v2 from 2.0.5 to 2.0.7 (#1113)
Click to expand commit body
Bumps [github.com/hashicorp/golang-lru/v2](https://github.com/hashicorp/golang-lru) from 2.0.5 to 2.0.7.
- [Release notes](https://github.com/hashicorp/golang-lru/releases)
- [Commits](https://github.com/hashicorp/golang-lru/compare/v2.0.5...v2.0.7)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/golang-lru/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
2 years ago
fdceb72
build(deps): bump golang.org/x/text from 0.14.0 to 0.16.0 (#1173)
Click to expand commit body
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.14.0 to 0.16.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.14.0...v0.16.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
2 years ago
82b2459
build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.8 to 2.5.15 (#1164)
Click to expand commit body
Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.5.8 to 2.5.15.
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](https://github.com/vektah/gqlparser/compare/v2.5.8...v2.5.15)
---
updated-dependencies:
- dependency-name: github.com/vektah/gqlparser/v2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
2 years ago
9ebeba5
build(deps): bump github.com/hashicorp/go-retryablehttp (#1162)
Click to expand commit body
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.2 to 0.7.7.
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.7.2...v0.7.7)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-retryablehttp
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
2 years ago
cc95f6a
build(deps): bump golang.org/x/net from 0.14.0 to 0.23.0 (#1166)
Click to expand commit body
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.23.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
2 years ago
d40ace0
build(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.21.0 (#1165)
Click to expand commit body
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.11.0 to 0.21.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.11.0...v0.21.0)
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
2 years ago
f0ab00b
build(deps): bump github.com/xanzy/go-gitlab from 0.90.0 to 0.106.0 (#1167)
Click to expand commit body
* build(deps): bump github.com/xanzy/go-gitlab from 0.90.0 to 0.106.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.90.0 to 0.106.0.
- [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.90.0...v0.106.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>
* migrate
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
dependabot[bot]
,
dependabot[bot]
, and
6543
created
2 years ago
d87d4a4
build(deps): bump golang.org/x/sys from 0.11.0 to 0.14.0 (#1132)
Click to expand commit body
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.11.0 to 0.14.0.
- [Commits](https://github.com/golang/sys/compare/v0.11.0...v0.14.0)
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
2 years ago
6d051a2
Merge pull request #1150 from dockercui/master
Click to expand commit body
Fix some comments
Michael Muré
created
2 years ago
e256cde
Fix some comments
Click to expand commit body
Signed-off-by: dockercui <dockercui@aliyun.com>
dockercui
created
2 years ago
c82881c
Merge pull request #1148 from mcepl/patch-1
Click to expand commit body
Update README.md
Michael Muré
created
2 years ago
5c66bf1
Update README.md
Click to expand commit body
I know this is a stupid nit, but people have a tendency to copy & paste to the command line, so it should work.
Matěj Cepl
created
2 years ago
681ca6e
Merge pull request #1147 from deferdeter/master
Click to expand commit body
chore: fix some struct names in comments
Michael Muré
created
2 years ago
ce7fd6f
chore: fix some struct names in comments
Click to expand commit body
Signed-off-by: deferdeter <deferdeter@outlook.com>
deferdeter
created
2 years ago
4d4a4d5
Merge pull request #1145 from jvasile/Use-https-repo-url
Click to expand commit body
Use HTTPS repo url
Michael Muré
created
2 years ago
e6065e0
Use HTTPS repo url
Click to expand commit body
When cloning this repo for installation (as opposed to development),
users should use the HTTPS url for this repo, as they almost certainly
do not have the necessary access rights to clone via SSH.
James Vasile
created
2 years ago
1212f75
Merge pull request #1124 from Crown0815/patch-1
Click to expand commit body
Fix typo
Michael Muré
created
2 years ago
Felix Kröner
created
2 years ago
20e6297
Merge pull request #1088 from MichaelMure/dependabot/go_modules/github.com/99designs/gqlgen-0.17.36
Click to expand commit body
build(deps): bump github.com/99designs/gqlgen from 0.17.20 to 0.17.36
Michael Muré
created
2 years ago
429b913
fix openpgp handling to sign/check
Michael Muré
created
2 years ago
de8d2c1
codespell: more ignore
Michael Muré
created
2 years ago
31a9738
api/graphql: regenerate after gqlgen upgrade
Michael Muré
created
2 years ago
f44555f
build(deps): bump github.com/99designs/gqlgen from 0.17.20 to 0.17.36
Click to expand commit body
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.20 to 0.17.36.
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/99designs/gqlgen/compare/v0.17.20...v0.17.36)
---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
created
2 years ago
1c44dcb
build(deps): bump github.com/99designs/gqlgen from 0.17.20 to 0.17.36
Click to expand commit body
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.20 to 0.17.36.
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/99designs/gqlgen/compare/v0.17.20...v0.17.36)
---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
created
2 years ago
a0d225c
Merge pull request #1091 from MichaelMure/dependabot/go_modules/github.com/fatih/color-1.15.0
Click to expand commit body
build(deps): bump github.com/fatih/color from 1.13.0 to 1.15.0
Michael Muré
created
2 years ago
17daf49
Merge pull request #1089 from MichaelMure/dependabot/go_modules/github.com/spf13/cobra-1.7.0
Click to expand commit body
build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0
Michael Muré
created
2 years ago
3703463
Merge pull request #1092 from MichaelMure/dependabot/go_modules/github.com/hashicorp/golang-lru-1.0.2
Click to expand commit body
build(deps): bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2
Michael Muré
created
2 years ago
e97a401
regenerate after cobra update
Michael Muré
created
2 years ago
ef27a0d
Merge pull request #1094 from MichaelMure/dependabot/go_modules/golang.org/x/oauth2-0.11.0
Click to expand commit body
build(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.11.0
Michael Muré
created
2 years ago
f5e094f
update to golang-lru v2
Michael Muré
created
2 years ago
e723f77
build(deps): bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2
Click to expand commit body
Bumps [github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru) from 0.5.4 to 1.0.2.
- [Release notes](https://github.com/hashicorp/golang-lru/releases)
- [Commits](https://github.com/hashicorp/golang-lru/compare/v0.5.4...v1.0.2)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/golang-lru
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
created
2 years ago
0b4deba
build(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.11.0
Click to expand commit body
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.8.0 to 0.11.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.8.0...v0.11.0)
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
created
2 years ago
4c086c5
Merge pull request #1090 from MichaelMure/dependabot/go_modules/golang.org/x/vuln-1.0.0
Click to expand commit body
build(deps): bump golang.org/x/vuln from 0.0.0-20220908155419-5537ad2271a7 to 1.0.0
Michael Muré
created
2 years ago
c41cfe3
Merge pull request #1095 from MichaelMure/dependabot/go_modules/golang.org/x/sync-0.3.0
Click to expand commit body
build(deps): bump golang.org/x/sync from 0.1.0 to 0.3.0
Michael Muré
created
2 years ago
233f60b
Merge pull request #1096 from MichaelMure/dependabot/go_modules/github.com/mattn/go-isatty-0.0.19
Click to expand commit body
build(deps): bump github.com/mattn/go-isatty from 0.0.17 to 0.0.19
Michael Muré
created
2 years ago
bc6e3fc
build(deps): bump github.com/mattn/go-isatty from 0.0.17 to 0.0.19
Click to expand commit body
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.17 to 0.0.19.
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.17...v0.0.19)
---
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
2 years ago
5dd6834
build(deps): bump golang.org/x/sync from 0.1.0 to 0.3.0
Click to expand commit body
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.1.0 to 0.3.0.
- [Commits](https://github.com/golang/sync/compare/v0.1.0...v0.3.0)
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
created
2 years ago
a1f730a
build(deps): bump github.com/fatih/color from 1.13.0 to 1.15.0
Click to expand commit body
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.13.0 to 1.15.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](https://github.com/fatih/color/compare/v1.13.0...v1.15.0)
---
updated-dependencies:
- dependency-name: github.com/fatih/color
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
created
2 years ago
6ab4cbd
build(deps): bump golang.org/x/vuln
Click to expand commit body
Bumps [golang.org/x/vuln](https://github.com/golang/vuln) from 0.0.0-20220908155419-5537ad2271a7 to 1.0.0.
- [Commits](https://github.com/golang/vuln/commits/v1.0.0)
---
updated-dependencies:
- dependency-name: golang.org/x/vuln
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
created
2 years ago
f0499f2
build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0
Click to expand commit body
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0)
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
created
2 years ago
Page 4 of 49