aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Merge pull request #862 from MichaelMure/entity-interfaceMichael Muré2022-08-255-38/+25
|\ | | | | generalized interface for an Entity
| * generalized interface for an EntityMichael Muré2022-08-255-38/+25
|/
* Merge pull request #861 from MichaelMure/test-with-unmarshalerMichael Muré2022-08-2415-68/+76
|\ | | | | dag: test op serialisation with the unmarshaller, to allow resolving entities
| * dag: test op serialisation with the unmarshaller, to allow resolving entitiesMichael Muré2022-08-2415-68/+76
|/
* Merge pull request #855 from MichaelMure/fix-850-ineffective-comment-editSteve Moyer2022-08-2311-1/+247
|\ | | | | test(850): add tests for `git-bug comment edit` has no effect
| * fix(850): normalize Windows line endings -> *nix (golden files)Steve Moyer2022-08-231-1/+1
| |
| * fix(850): normalize Windows line endings -> *nixSteve Moyer2022-08-231-1/+1
| |
| * fix(850): merge in CombinedId from 664Steve Moyer2022-08-232-16/+1
| |
| * Merge branch 'master' into fix-850-ineffective-comment-editSteve Moyer2022-08-23164-21352/+21379
| |\
| * | fix(850): remove obsolete test loggingSteve Moyer2022-08-191-1/+0
| | |
| * | tests(850): add tests for comment ls, add and editSteve Moyer2022-08-1910-0/+262
| | |
* | | Merge pull request #858 from ↵Michael Muré2022-08-232-3/+9
|\ \ \ | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.73.1 build(deps): bump github.com/xanzy/go-gitlab from 0.72.0 to 0.73.1
| * | | build(deps): bump github.com/xanzy/go-gitlab from 0.72.0 to 0.73.1dependabot[bot]2022-08-232-3/+9
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.72.0 to 0.73.1. - [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.72.0...v0.73.1) --- 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 #859 from MichaelMure/webui-debugMichael Muré2022-08-2310-85/+238
|\ \ \ | |/ / |/| | webui: add a flag to log handling errors
| * | webui: add a flag to log handling errorsMichael Muré2022-08-2310-85/+238
|/ /
* | Merge pull request #664 from MichaelMure/combined-id-reworkMichael Muré2022-08-2364-555/+595
|\ \ | | | | | | bug: have a type for combined ids, fix #653
| * | webui: adapt to CombinedIdMichael Muré2022-08-2313-3/+13
| | |
| * | bug: have a type for combined ids, fix ↵Michael Muré2022-08-2252-553/+583
| | | | | | | | | | | | https://github.com/MichaelMure/git-bug/issues/653
* | | Merge pull request #818 from ↵Michael Muré2022-08-212-5/+6
|\ \ \ | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/spf13/cobra-1.5.0 build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0
| * | | build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0dependabot[bot]2022-08-212-5/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.5.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 #841 from ↵Michael Muré2022-08-212-341/+16
|\ \ \ | |/ / |/| | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.72.0 build(deps): bump github.com/xanzy/go-gitlab from 0.68.0 to 0.72.0
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.68.0 to 0.72.0dependabot[bot]2022-08-212-341/+16
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.68.0 to 0.72.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.68.0...v0.72.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 #846 from ↵Michael Muré2022-08-212-13/+6
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/mattn/go-isatty-0.0.16 build(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16
| * | build(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16dependabot[bot]2022-08-162-13/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.14 to 0.0.16. - [Release notes](https://github.com/mattn/go-isatty/releases) - [Commits](https://github.com/mattn/go-isatty/compare/v0.0.14...v0.0.16) --- 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 #822 from ↵Michael Muré2022-08-212-6/+6
|\ \ \ | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.8.0 build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.8.0
| * | | build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.8.0dependabot[bot]2022-08-012-6/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #856 from MichaelMure/common-statusMichael Muré2022-08-2027-57/+86
|\ \ \ | | | | | | | | move bug.Status in entities/common for reuse
| * | | move bug.Status in entities/common for reuseMichael Muré2022-08-2027-57/+86
|/ / /
* | | Merge pull request #852 from MichaelMure/move-aroundMichael Muré2022-08-20132-20633/+20922
|\ \ \ | |_|/ |/| | move {bug,identity} to /entities, move input to /commands