Michael Muré
3c6ebc2bfd
core: bubble up the comment ID when created, or edited the first comment
2022-11-13 12:31:38 +01:00
Michael Muré
55a2e8e448
doc: fix incorrect indentation
...
fix #905
2022-10-22 15:56:36 +02: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
Steve Moyer
1dcdee49a8
fix: hide tools versioning behind build tags
2022-09-08 17:19:20 -04:00
Steve Moyer
2caade9374
feat: add security tools
2022-09-08 17:15:39 -04:00
Steve Moyer
d989f9b61a
feat: version tools using Go module system
2022-09-08 17:11:26 -04:00
Michael Muré
d0db3b121b
Merge pull request #862 from MichaelMure/entity-interface
...
generalized interface for an Entity
2022-08-25 11:38:18 +02:00
Michael Muré
4c074099b8
generalized interface for an Entity
2022-08-25 11:20:36 +02:00
Michael Muré
5c91174a84
Merge pull request #861 from MichaelMure/test-with-unmarshaler
...
dag: test op serialisation with the unmarshaller, to allow resolving entities
2022-08-24 21:40:30 +02:00
Michael Muré
e1b172aaf0
dag: test op serialisation with the unmarshaller, to allow resolving entities
2022-08-24 21:31:48 +02:00
Steve Moyer
ccb71fea57
Merge pull request #855 from MichaelMure/fix-850-ineffective-comment-edit
...
test(850): add tests for `git-bug comment edit` has no effect
2022-08-23 14:01:44 -04:00
Michael Muré
dc5840617b
Merge pull request #858 from 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
2022-08-23 18:06:21 +02:00
Steve Moyer
c4a4d457f7
fix(850): normalize Windows line endings -> *nix (golden files)
2022-08-23 11:22:42 -04:00
Michael Muré
5238f29076
Merge pull request #859 from MichaelMure/webui-debug
...
webui: add a flag to log handling errors
2022-08-23 17:16:17 +02:00
Steve Moyer
0f885d4fb5
fix(850): normalize Windows line endings -> *nix
2022-08-23 11:02:23 -04:00
Steve Moyer
ff1b7448c9
fix(850): merge in CombinedId from 664
2022-08-23 10:40:56 -04:00
Steve Moyer
7ba98bfadc
Merge branch 'master' into fix-850-ineffective-comment-edit
2022-08-23 10:33:19 -04:00
Michael Muré
8d11e620a3
webui: add a flag to log handling errors
2022-08-23 15:09:31 +02:00
dependabot[bot]
87537980af
build(deps): bump github.com/xanzy/go-gitlab from 0.72.0 to 0.73.1
...
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>
2022-08-23 13:02:40 +00:00
Michael Muré
5a70e8b3a2
Merge pull request #664 from MichaelMure/combined-id-rework
...
bug: have a type for combined ids, fix #653
2022-08-23 15:01:36 +02:00
Michael Muré
6ed4b8b7a1
webui: adapt to CombinedId
2022-08-23 14:48:49 +02:00
Michael Muré
45b04351d8
bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug/issues/653
2022-08-22 13:25:26 +02:00
Michael Muré
81fd7a5d8b
Merge pull request #818 from 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
2022-08-21 12:19:07 +02:00
dependabot[bot]
94d0d21542
build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0
...
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>
2022-08-21 10:14:52 +00:00
Michael Muré
ec4d34c57c
Merge pull request #841 from 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
2022-08-21 12:13:31 +02:00
dependabot[bot]
ed15a4203a
build(deps): bump github.com/xanzy/go-gitlab from 0.68.0 to 0.72.0
...
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>
2022-08-21 09:49:34 +00:00
Michael Muré
43026fc536
Merge pull request #846 from 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
2022-08-21 11:48:48 +02:00
Michael Muré
f166aebf6c
Merge pull request #822 from 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
2022-08-21 11:48:28 +02:00