aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix ssh authenticateHEADdeveljan2024-07-154-4/+133
|
* Revendoring at go-git/v5@masterMatěj Cepl2024-07-152-41/+56
|
* chore: update dependencies to the current latest versionsMatěj Cepl2024-07-142-64/+55
| | | | References: https://github.com/go-git/go-git/issues/489
* Merge pull request #1150 from dockercui/mastermasterMichael Muré2024-04-243-3/+3
|\ | | | | Fix some comments
| * Fix some commentsdockercui2024-04-243-3/+3
|/ | | | Signed-off-by: dockercui <dockercui@aliyun.com>
* Merge pull request #1148 from mcepl/patch-1Michael Muré2024-04-171-0/+1
|\ | | | | Update README.md
| * Update README.mdMatěj Cepl2024-04-171-0/+1
|/ | | I know this is a stupid nit, but people have a tendency to copy & paste to the command line, so it should work.
* Merge pull request #1147 from deferdeter/masterMichael Muré2024-04-164-4/+4
|\ | | | | chore: fix some struct names in comments
| * chore: fix some struct names in commentsdeferdeter2024-04-164-4/+4
|/ | | | Signed-off-by: deferdeter <deferdeter@outlook.com>
* Merge pull request #1145 from jvasile/Use-https-repo-urlMichael Muré2024-04-151-1/+1
|\ | | | | Use HTTPS repo url
| * Use HTTPS repo urlJames Vasile2024-03-261-1/+1
|/ | | | | | 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.
* Merge pull request #1124 from Crown0815/patch-1Michael Muré2023-10-151-1/+1
|\ | | | | Fix typo
| * Fix typoFelix Kröner2023-10-151-1/+1
|/
* Merge pull request #1088 from ↵Michael Muré2023-08-1219-1175/+2354
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/99designs/gqlgen-0.17.36 build(deps): bump github.com/99designs/gqlgen from 0.17.20 to 0.17.36
| * fix openpgp handling to sign/checkMichael Muré2023-08-124-87/+59
| |
| * codespell: more ignoreMichael Muré2023-08-111-1/+1
| |
| * api/graphql: regenerate after gqlgen upgradeMichael Muré2023-08-1114-1055/+2275
| |
| * build(deps): bump github.com/99designs/gqlgen from 0.17.20 to 0.17.36dependabot[bot]2023-08-112-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * build(deps): bump github.com/99designs/gqlgen from 0.17.20 to 0.17.36dependabot[bot]2023-08-112-37/+19
|/ | | | | | | | | | | | | | | 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>
* Merge pull request #1091 from ↵Michael Muré2023-08-112-9/+3
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/fatih/color-1.15.0 build(deps): bump github.com/fatih/color from 1.13.0 to 1.15.0
| * build(deps): bump github.com/fatih/color from 1.13.0 to 1.15.0dependabot[bot]2023-08-112-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #1089 from ↵Michael Muré2023-08-116-44/+137
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/spf13/cobra-1.7.0 build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0
| * | regenerate after cobra updateMichael Muré2023-08-114-38/+131
| | |
| * | build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0dependabot[bot]2023-08-112-6/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #1092 from ↵Michael Muré2023-08-115-40/+18
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/hashicorp/golang-lru-1.0.2 build(deps): bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2
| * | update to golang-lru v2Michael Muré2023-08-115-42/+19
| | |
| * | build(deps): bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2dependabot[bot]2023-08-112-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #1094 from ↵Michael Muré2023-08-112-9/+9
|\ \ \ | |/ / |/| | | | | | | | MichaelMure/dependabot/go_modules/golang.org/x/oauth2-0.11.0 build(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.11.0
| * | build(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.11.0dependabot[bot]2023-08-112-9/+9
|/ / | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #1090 from ↵Michael Muré2023-08-112-17/+10
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/golang.org/x/vuln-1.0.0 build(deps): bump golang.org/x/vuln from 0.0.0-20220908155419-5537ad2271a7 to 1.0.0
| * | build(deps): bump golang.org/x/vulndependabot[bot]2023-08-112-17/+10
| |/ | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #1095 from ↵Michael Muré2023-08-112-3/+3
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/golang.org/x/sync-0.3.0 build(deps): bump golang.org/x/sync from 0.1.0 to 0.3.0
| * | build(deps): bump golang.org/x/sync from 0.1.0 to 0.3.0dependabot[bot]2023-08-112-3/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #1096 from ↵Michael Muré2023-08-112-3/+4
|\ \ | |/ |/| | | | | MichaelMure/dependabot/go_modules/github.com/mattn/go-isatty-0.0.19 build(deps): bump github.com/mattn/go-isatty from 0.0.17 to 0.0.19
| * build(deps): bump github.com/mattn/go-isatty from 0.0.17 to 0.0.19dependabot[bot]2023-08-112-3/+4
|/ | | | | | | | | | | | | 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>
* Merge pull request #1070 from ↵Michael Muré2023-08-112-3/+3
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/cloudflare/circl-1.3.3 build(deps): bump github.com/cloudflare/circl from 1.3.1 to 1.3.3
| * build(deps): bump github.com/cloudflare/circl from 1.3.1 to 1.3.3dependabot[bot]2023-08-102-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.3.1...v1.3.3) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1087 from ↵Michael Muré2023-08-112-3/+3
|\ \ | |/ |/| | | | | MichaelMure/dependabot/go_modules/golang.org/x/crypto-0.12.0 build(deps): bump golang.org/x/crypto from 0.5.0 to 0.12.0
| * build(deps): bump golang.org/x/crypto from 0.5.0 to 0.12.0dependabot[bot]2023-08-102-3/+3
|/ | | | | | | | | | | | | Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.5.0 to 0.12.0. - [Commits](https://github.com/golang/crypto/compare/v0.5.0...v0.12.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 #1084 from ↵Michael Muré2023-08-112-5/+6
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/vbauerster/mpb/v8-8.5.2 build(deps): bump github.com/vbauerster/mpb/v8 from 8.1.4 to 8.5.2
| * build(deps): bump github.com/vbauerster/mpb/v8 from 8.1.4 to 8.5.2dependabot[bot]2023-08-102-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/vbauerster/mpb/v8](https://github.com/vbauerster/mpb) from 8.1.4 to 8.5.2. - [Release notes](https://github.com/vbauerster/mpb/releases) - [Commits](https://github.com/vbauerster/mpb/compare/v8.1.4...v8.5.2) --- updated-dependencies: - dependency-name: github.com/vbauerster/mpb/v8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1082 from ↵Michael Muré2023-08-114-8/+6
|\ \ | |/ |/| | | | | MichaelMure/dependabot/go_modules/golang.org/x/term-0.11.0 build(deps): bump golang.org/x/term from 0.8.0 to 0.11.0
| * codespell: no "with" means using codespellrc, add more opt outMichael Muré2023-08-102-5/+3
| |
| * build(deps): bump golang.org/x/term from 0.8.0 to 0.11.0dependabot[bot]2023-08-102-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/term](https://github.com/golang/term) from 0.8.0 to 0.11.0. - [Commits](https://github.com/golang/term/compare/v0.8.0...v0.11.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1086 from ↵Michael Muré2023-08-112-3/+3
|\ \ | |/ |/| | | | | MichaelMure/dependabot/go_modules/golang.org/x/sys-0.11.0 build(deps): bump golang.org/x/sys from 0.8.0 to 0.11.0
| * build(deps): bump golang.org/x/sys from 0.8.0 to 0.11.0dependabot[bot]2023-08-102-3/+3
|/ | | | | | | | | | | | | Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.8.0 to 0.11.0. - [Commits](https://github.com/golang/sys/compare/v0.8.0...v0.11.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>
* Merge pull request #1085 from ↵Michael Muré2023-08-102-3/+3
|\ | | | | | | | | MichaelMure/dependabot/go_modules/golang.org/x/text-0.12.0 build(deps): bump golang.org/x/text from 0.9.0 to 0.12.0
| * build(deps): bump golang.org/x/text from 0.9.0 to 0.12.0dependabot[bot]2023-08-102-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.9.0 to 0.12.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.9.0...v0.12.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 #1083 from ↵Michael Muré2023-08-102-13/+12
|\ \ | |/ |/| | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.90.0 build(deps): bump github.com/xanzy/go-gitlab from 0.79.1 to 0.90.0
| * build(deps): bump github.com/xanzy/go-gitlab from 0.79.1 to 0.90.0dependabot[bot]2023-08-102-13/+12
|/ | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.79.1 to 0.90.0. - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.79.1...v0.90.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>