cc675b8
fix(810): close context to exit blocked loop
Steve Moyer created
cc675b8
fix(810): close context to exit blocked loop
Steve Moyer created
96327c3
Merge pull request #806 from MichaelMure/docs
doc: more discoverable docs
Michael Muré created
1c219f6
doc: more discoverable docs
Michael Muré created
d94df63
Merge pull request #805 from MichaelMure/completion-cleanup
misc: move all completions in a dedicated folder
Michael Muré created
c732a18
misc: move all completions in a dedicated folder
Michael Muré created
650c11d
Merge pull request #788 from hoijui/model_touchup
Model touchup
Michael Muré created
bd75082
Merge pull request #768 from MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.7.1
build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
Michael Muré created
66c4da3
Merge pull request #783 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.64.0
build(deps): bump github.com/xanzy/go-gitlab from 0.59.0 to 0.64.0
Michael Muré created
75ca2ce
model: Multiple, minor readability and language improvements
Robin Vobruba created
9b871c6
model: Removes now outdated statement about ops and root
Robin Vobruba created
00fb4bc
model: Highlight some words with special meaning
Robin Vobruba created
e652eb6
model: Links to a section further down
Robin Vobruba created
2a0331e
model: Moves example description after the example
Robin Vobruba created
543e7b7
model: Adds link explaining nounce (wikipedia)
Robin Vobruba created
33c6702
model: strict Markdown requires empty lines before (and after) lists
Robin Vobruba created
547d626
Merge pull request #531 from krobelus/complete-bug-ids
Complete bug IDs where appropriate
Michael Muré created
3d534a7
completion: lots of small ironing
Michael Muré created
b9991d8
ls: fix incorrect query parsing with quotes escaped by the shell
Michael Muré created
edc8b75
misc: fix bash completion with "git bug"
TsT created
f25690d
completion: use the correct GenBashCompletionV2 instead of the legacy function
Michael Muré created
bc6ba02
Add command-specific argument completions
Complete bug IDs, bridges, users, labels where appropriate. This works in bash and fish. ZSH is not yet supported by Cobra. In fish, descriptions (the part of a completion after the "\t") are shown as completion label, and can be searched with Ctrl+S. Reproduce with fish -C 'source misc/fish_completion/git-bug' git bug select ^I (tested with fish version 3.3.1) Also works with bash, but only for "git-bug" (with the dash) bash --rcfile <(echo source misc/bash_completion/git-bug) git-bug select ^I Closes #493
Johannes Altmanninger created
8ee3335
a few fixes
Michael Muré created
5354b08
build(deps): bump github.com/xanzy/go-gitlab from 0.59.0 to 0.64.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.59.0 to 0.64.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.59.0...v0.64.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>
dependabot[bot] created
a00f1a9
Merge pull request #773 from gaelj/fix-gitlab-pat-format
Allow new gitlab PAT format
Michael Muré created
b8a799a
Merge pull request #767 from MichaelMure/single-author
bug: don't serialize multiple time the author, only once in OperationPack
Michael Muré created
09037ba
Allow new gitlab PAT format
Gaël James created
450d7f7
entity/dag: add an extensive example
Michael Muré created
d0e65d5
doc: add missing file
Michael Muré created
14e3d0a
Merge pull request #670 from MichaelMure/update-doc
update doc
Michael Muré created
c9cec5b
update doc
Michael Muré created
5f9359e
build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.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>
dependabot[bot] created
c5b70d8
bug: don't serialize multiple time the author, only once in OperationPack
Michael Muré created
cac20c8
Merge pull request #766 from MichaelMure/jira-fix
jira: fix incorrect client creation reusing the same credential
Michael Muré created
6f11282
jira: fix incorrect client creation reusing the same credential
Michael Muré created
1d12021
Merge pull request #764 from MichaelMure/update-cobra
update cobra to v1.4.0
Michael Muré created
61c3f04
update cobra to v1.4.0
Michael Muré created
09ce0e1
Merge pull request #754 from MichaelMure/dependabot/go_modules/github.com/99designs/gqlgen-0.17.1
Bump github.com/99designs/gqlgen from 0.16.0 to 0.17.1
Michael Muré created
032d71a
Bump github.com/99designs/gqlgen from 0.16.0 to 0.17.1
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.16.0 to 0.17.1. - [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.16.0...v0.17.1) --- updated-dependencies: - dependency-name: github.com/99designs/gqlgen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
3431231
Merge pull request #765 from MichaelMure/update-go
build: require go 1.16
Michael Muré created
8e45edd
build: require go 1.16
This is needed for a gqlgen update
Michael Muré created
4eb5621
Merge pull request #756 from MichaelMure/dependabot/go_modules/github.com/vektah/gqlparser/v2-2.4.1
Bump github.com/vektah/gqlparser/v2 from 2.4.0 to 2.4.1
Michael Muré created
c0d5d95
Merge pull request #758 from MichaelMure/dependabot/go_modules/github.com/99designs/keyring-1.2.1
build(deps): bump github.com/99designs/keyring from 1.2.0 to 1.2.1
Michael Muré created
069a4c9
Merge pull request #763 from MichaelMure/resolve-entity
entity: allow to resolve identities when numashalling operations
Michael Muré created
fc4536a
build(deps): bump github.com/99designs/keyring from 1.2.0 to 1.2.1
Bumps [github.com/99designs/keyring](https://github.com/99designs/keyring) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/99designs/keyring/releases) - [Commits](https://github.com/99designs/keyring/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: github.com/99designs/keyring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
f183613
Bump github.com/vektah/gqlparser/v2 from 2.4.0 to 2.4.1
Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/vektah/gqlparser/releases) - [Commits](https://github.com/vektah/gqlparser/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: github.com/vektah/gqlparser/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] created
b1fc312
Merge pull request #761 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.59.0
build(deps): bump github.com/xanzy/go-gitlab from 0.57.0 to 0.59.0
Michael Muré created
bf9c7e0
Merge pull request #762 from MichaelMure/fix-comment
Fix a bunch of comments and documentations
Michael Muré created
fd14a07
entity: allow to resolve identities when numashalling operations
Michael Muré created
b11679b
Fix a bunch of comments and documentations
Michael Muré created
db7b190
build(deps): bump github.com/xanzy/go-gitlab from 0.57.0 to 0.59.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.57.0 to 0.59.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.57.0...v0.59.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>
dependabot[bot] created