Commit Graph

2066 Commits

Author SHA1 Message Date
dependabot[bot]
6a498ac938
build(deps): bump golang.org/x/text from 0.4.0 to 0.5.0
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.4.0...v0.5.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>
2022-12-05 04:05:06 +00:00
Michael Muré
c6bb6b9c7e
benchmark-action: make it work? 2022-11-26 14:05:53 +01:00
Michael Muré
8b000de6e8
Merge pull request #931 from MichaelMure/benchmark
gha: add a workflow to continuously run benchmarks
2022-11-26 13:53:38 +01:00
Michael Muré
c227f2e985
gha: add a workflow to continuously run benchmarks 2022-11-25 17:23:04 +01:00
Michael Muré
70bd7377b6
Merge pull request #870 from MichaelMure/cli-reorg
commands: reorg into different packages
2022-11-22 14:53:15 +01:00
Michael Muré
acc9a6f3a6
commands: reorg into different packages 2022-11-20 17:18:09 +01:00
Michael Muré
a3fa445a9c
release: don't build for darwin/386 as support has been removed in golang 2022-11-20 16:26:43 +01:00
Michael Muré
e814bcf10e
Merge pull request #921 from MichaelMure/release-workflow
GHA: add a release workflow to build and upload binaries
2022-11-20 16:08:16 +01:00
Michael Muré
c74fabd652
GHA: add a release workflow to build and upload binaries 2022-11-20 16:06:30 +01:00
Michael Muré
231755e02f
Merge pull request #919 from MichaelMure/pack-webui
webui: pack into binary
2022-11-20 15:10:48 +01:00
Michael Muré
61c9f4015c
webui: pack into binary 2022-11-20 15:04:48 +01:00
Michael Muré
3c0fcb7456
gogit: fix incorrect loader handling 2022-11-16 14:41:26 +01:00
Michael Muré
b02ba48ad6
Merge pull request #917 from MichaelMure/github-cap-rate-limit
github: sanitize rate limit waiting time
2022-11-15 20:12:03 +01:00
Michael Muré
9abeb9956b
github: sanitize rate limit waiting time
In particular, for the case of when the local clock is wrong, but also if the returned value is bogus.
2022-11-15 20:05:04 +01:00
Michael Muré
733c7c6b3e
Merge pull request #916 from MichaelMure/repo-parallel-clock-loading
go-git: concurrent loading of clocks
2022-11-15 19:36:46 +01:00
Michael Muré
432e4f25ff
Merge pull request #915 from MichaelMure/github-fix-rate-limiting
github: fix rate limiting
2022-11-15 19:32:15 +01:00
Michael Muré
d1744f5ee2
go-git: concurrent loading of clocks 2022-11-15 19:27:01 +01:00
Michael Muré
a52c474f11
github: fix rate limiting
It seems like the error message that github return changed.
2022-11-15 19:24:16 +01:00
Michael Muré
53059ecbfe
Merge pull request #907 from MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.8.1
build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1
2022-11-15 18:46:30 +01:00
Michael Muré
7d896ee26d
Merge pull request #903 from MichaelMure/dependabot/go_modules/golang.org/x/text-0.4.0
build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0
2022-11-15 18:46:19 +01:00
dependabot[bot]
7a1cd2821f
build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 11:28:04 +00:00
Michael Muré
3c905c15c4
Merge pull request #909 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.74.0
build(deps): bump github.com/xanzy/go-gitlab from 0.73.1 to 0.74.0
2022-11-15 12:26:19 +01:00
Michael Muré
9b393b4873
Merge pull request #913 from MichaelMure/comment-id-fix
core: bubble up the comment ID when created, or edited the first comment
2022-11-15 12:25:48 +01:00
Michael Muré
3c6ebc2bfd core: bubble up the comment ID when created, or edited the first comment 2022-11-13 12:31:38 +01:00
dependabot[bot]
b70f6e25d9
build(deps): bump github.com/xanzy/go-gitlab from 0.73.1 to 0.74.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.73.1 to 0.74.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.73.1...v0.74.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>
2022-10-31 04:10:15 +00:00
Michael Muré
55a2e8e448 doc: fix incorrect indentation
fix #905
2022-10-22 15:56:36 +02:00
dependabot[bot]
879b905e18
build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.4.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.4.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>
2022-10-18 04:06:56 +00:00
Michael Muré
0eef93917d makefile: better PHONY 2022-10-11 20:20:51 +02:00
Michael Muré
a769deba2d
Merge pull request #895 from MichaelMure/update-webui
webui: update most of dependencies
2022-10-04 21:58:56 +02:00
Michael Muré
49fe8e9f5d webui: put react-scripts and typescript as dev-dependency 2022-10-04 21:39:42 +02:00
Michael Muré
c02528b77d webui: update most of dependencies 2022-10-04 21:24:34 +02:00
Steve Moyer
a00121970e
Merge pull request #880 from MichaelMure/dependabot/go_modules/github.com/99designs/gqlgen-0.17.20
build(deps): bump github.com/99designs/gqlgen from 0.17.17 to 0.17.20
2022-10-01 15:19:49 -04:00
dependabot[bot]
d48f325404
build(deps): bump github.com/99designs/gqlgen from 0.17.17 to 0.17.20
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.17 to 0.17.20.
- [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.17...v0.17.20)

---
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>
2022-10-01 19:09:09 +00:00
Steve Moyer
90d0a7aad9
Merge pull request #882 from MichaelMure/dependabot/go_modules/github.com/praetorian-inc/gokart-0.5.1
build(deps): bump github.com/praetorian-inc/gokart from 0.4.0 to 0.5.1
2022-10-01 15:07:59 -04:00
Steve Moyer
917a19756b
Merge pull request #889 from MichaelMure/fix-884-pr-workflow
fix(884): scan PRs for insecure practices
2022-10-01 15:07:26 -04:00
Steve Moyer
ef08155116
Merge pull request #892 from MichaelMure/fix-process-unused-err
fix: process unused (but assigned) error
2022-10-01 13:37:19 -04:00
Steve Moyer
fc44491526
fix: process unused (but assigned) error 2022-10-01 13:08:56 -04:00
Steve Moyer
2b47003f72
fix(884): scan PRs for insecure practices
References #884
2022-09-26 06:14:38 -04:00
Steve Moyer
d92c1159f8
Merge pull request #885 from MichaelMure/feat-530-make-label-commands-consistent
feat(530): make label commands consistent
2022-09-25 17:54:56 -04:00
Steve Moyer
0ffa79ef13
feat(530) make label commands consistent 2022-09-25 15:22:03 -04:00
Michael Muré
8364cb221b
Merge pull request #883 from MichaelMure/refactor-863-merge-ls-id-into-ls
refactor(863): merge ls-id into ls
2022-09-25 16:46:13 +02:00
Steve Moyer
6c9a0d77df
test(863): fix test for full id instead of "human" 2022-09-25 09:17:32 -04:00
Steve Moyer
10ba2246f9
refactor(git-bug-863): merge ls-id into ls
The "ls" command allows filtering and sorting and already features different output
formatters.  Merging "ls-id" into "ls" cleans up the command hierarchy and allows
users to take advantage of these querying features.

Resolves #863.
2022-09-25 08:05:48 -04:00
dependabot[bot]
8bd5d237f1
build(deps): bump github.com/praetorian-inc/gokart from 0.4.0 to 0.5.1
Bumps [github.com/praetorian-inc/gokart](https://github.com/praetorian-inc/gokart) from 0.4.0 to 0.5.1.
- [Release notes](https://github.com/praetorian-inc/gokart/releases)
- [Changelog](https://github.com/praetorian-inc/gokart/blob/main/.goreleaser.yml)
- [Commits](https://github.com/praetorian-inc/gokart/compare/v0.4.0...v0.5.1)

---
updated-dependencies:
- dependency-name: github.com/praetorian-inc/gokart
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-23 04:09:15 +00:00
Michael Muré
1a5f4be690
Merge pull request #877 from MichaelMure/dependabot/go_modules/github.com/99designs/gqlgen-0.17.17
build(deps): bump github.com/99designs/gqlgen from 0.17.13 to 0.17.17
2022-09-14 11:44:31 +02:00
dependabot[bot]
678cb0e12d build(deps): bump github.com/99designs/gqlgen from 0.17.13 to 0.17.17
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.13 to 0.17.17.
- [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.13...v0.17.17)

---
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>
2022-09-14 11:43:29 +02:00
Michael Muré
896d7cb1b0
Merge pull request #868 from MichaelMure/feat-security-checks
feat: check security via `make` recipe and Github check
2022-09-10 19:51:29 +02:00
Steve Moyer
8bd98454de
fix: correct name for one of the security phonies 2022-09-08 17:44:25 -04:00
Steve Moyer
3087cdc013
feat: run security checks during Go workflow 2022-09-08 17:28:59 -04:00
Steve Moyer
ec7395589d
feat: add recipes for security analysis 2022-09-08 17:20:51 -04:00