aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gha: add a workflow to continuously run benchmarksMichael Muré2022-11-251-0/+47
|
* Merge pull request #870 from MichaelMure/cli-reorgMichael Muré2022-11-22180-2215/+2321
|\ | | | | commands: reorg into different packages
| * commands: reorg into different packagesMichael Muré2022-11-20180-2215/+2321
|/
* release: don't build for darwin/386 as support has been removed in golangv0.8.0Michael Muré2022-11-201-1/+1
|
* Merge pull request #921 from MichaelMure/release-workflowMichael Muré2022-11-202-1/+42
|\ | | | | GHA: add a release workflow to build and upload binaries
| * GHA: add a release workflow to build and upload binariesMichael Muré2022-11-202-1/+42
|/
* Merge pull request #919 from MichaelMure/pack-webuiMichael Muré2022-11-203-45/+44
|\ | | | | webui: pack into binary
| * webui: pack into binaryMichael Muré2022-11-203-45/+44
|/
* gogit: fix incorrect loader handlingMichael Muré2022-11-162-2/+2
|
* Merge pull request #917 from MichaelMure/github-cap-rate-limitMichael Muré2022-11-151-2/+11
|\ | | | | github: sanitize rate limit waiting time
| * github: sanitize rate limit waiting timeMichael Muré2022-11-151-2/+11
|/ | | | In particular, for the case of when the local clock is wrong, but also if the returned value is bogus.
* Merge pull request #916 from MichaelMure/repo-parallel-clock-loadingMichael Muré2022-11-152-4/+17
|\ | | | | go-git: concurrent loading of clocks
| * go-git: concurrent loading of clocksMichael Muré2022-11-152-4/+17
| |
* | Merge pull request #915 from MichaelMure/github-fix-rate-limitingMichael Muré2022-11-151-1/+2
|\ \ | |/ |/| github: fix rate limiting
| * github: fix rate limitingMichael Muré2022-11-151-1/+2
|/ | | | It seems like the error message that github return changed.
* Merge pull request #907 from ↵Michael Muré2022-11-152-4/+6
|\ | | | | | | | | 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
| * build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1dependabot[bot]2022-11-152-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #903 from ↵Michael Muré2022-11-152-2/+3
|\ \ | |/ |/| | | | | 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
| * build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0dependabot[bot]2022-10-182-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #909 from ↵Michael Muré2022-11-152-3/+3
|\ \ | | | | | | | | | | | | 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
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.73.1 to 0.74.0dependabot[bot]2022-10-312-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #913 from MichaelMure/comment-id-fixMichael Muré2022-11-1521-192/+196
|\ \ \ | |/ / |/| | core: bubble up the comment ID when created, or edited the first comment
| * | core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-1321-192/+196
|/ /
* / doc: fix incorrect indentationMichael Muré2022-10-223-3/+3
|/ | | | fix #905
* makefile: better PHONYMichael Muré2022-10-111-3/+13
|
* Merge pull request #895 from MichaelMure/update-webuiMichael Muré2022-10-043-11687/+16423
|\ | | | | webui: update most of dependencies
| * webui: put react-scripts and typescript as dev-dependencyMichael Muré2022-10-042-741/+3345
| |
| * webui: update most of dependenciesMichael Muré2022-10-043-11361/+13493
|/
* Merge pull request #880 from ↵Steve Moyer2022-10-012-7/+11
|\ | | | | | | | | 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
| * build(deps): bump github.com/99designs/gqlgen from 0.17.17 to 0.17.20dependabot[bot]2022-10-012-7/+11
|/ | | | | | | | | | | | | | | 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>
* Merge pull request #882 from ↵Steve Moyer2022-10-012-502/+3
|\ | | | | | | | | 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
| * build(deps): bump github.com/praetorian-inc/gokart from 0.4.0 to 0.5.1dependabot[bot]2022-09-232-502/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #889 from MichaelMure/fix-884-pr-workflowSteve Moyer2022-10-011-2/+2
|\ \ | | | | | | fix(884): scan PRs for insecure practices
| * | fix(884): scan PRs for insecure practicesSteve Moyer2022-09-261-2/+2
| | | | | | | | | | | | References #884
* | | Merge pull request #892 from MichaelMure/fix-process-unused-errSteve Moyer2022-10-011-0/+6
|\ \ \ | |/ / |/| | fix: process unused (but assigned) error
| * | fix: process unused (but assigned) errorSteve Moyer2022-10-011-0/+6
|/ /
* | Merge pull request #885 from MichaelMure/feat-530-make-label-commands-consistentSteve Moyer2022-09-259-23/+53
|\ \ | | | | | | feat(530): make label commands consistent
| * | feat(530) make label commands consistentSteve Moyer2022-09-259-23/+53
|/ /
* | Merge pull request #883 from MichaelMure/refactor-863-merge-ls-id-into-lsMichael Muré2022-09-259-51/+23
|\ \ | |/ |/| refactor(863): merge ls-id into ls
| * test(863): fix test for full id instead of "human"Steve Moyer2022-09-251-1/+1
| |
| * refactor(git-bug-863): merge ls-id into lsSteve Moyer2022-09-259-51/+23
|/ | | | | | | | 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.
* Merge pull request #877 from ↵Michael Muré2022-09-143-10/+10
|\ | | | | | | | | 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
| * build(deps): bump github.com/99designs/gqlgen from 0.17.13 to 0.17.17dependabot[bot]2022-09-143-10/+10
|/ | | | | | | | | | | | | | | | 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>
* Merge pull request #868 from MichaelMure/feat-security-checksMichael Muré2022-09-105-10/+571
|\ | | | | feat: check security via `make` recipe and Github check
| * fix: correct name for one of the security phoniesSteve Moyer2022-09-081-1/+1
| |
| * feat: run security checks during Go workflowSteve Moyer2022-09-081-0/+3
| |
| * feat: add recipes for security analysisSteve Moyer2022-09-081-0/+11
| |
| * fix: hide tools versioning behind build tagsSteve Moyer2022-09-081-1/+3
| |
| * feat: add security toolsSteve Moyer2022-09-083-10/+549
| |
| * feat: version tools using Go module systemSteve Moyer2022-09-081-0/+6
|/