Commit log
66c4da3
Merge pull request #783 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.64.0
Click to expand commit body
build(deps): bump github.com/xanzy/go-gitlab from 0.59.0 to 0.64.0
Michael Muré
created
3 years ago
75ca2ce
model: Multiple, minor readability and language improvements
Robin Vobruba
created
3 years ago
9b871c6
model: Removes now outdated statement about ops and root
Robin Vobruba
created
3 years ago
00fb4bc
model: Highlight some words with special meaning
Robin Vobruba
created
3 years ago
e652eb6
model: Links to a section further down
Robin Vobruba
created
3 years ago
2a0331e
model: Moves example description after the example
Robin Vobruba
created
3 years ago
543e7b7
model: Adds link explaining nounce (wikipedia)
Robin Vobruba
created
3 years ago
33c6702
model: strict Markdown requires empty lines before (and after) lists
Robin Vobruba
created
3 years ago
547d626
Merge pull request #531 from krobelus/complete-bug-ids
Click to expand commit body
Complete bug IDs where appropriate
Michael Muré
created
3 years ago
3d534a7
completion: lots of small ironing
Michael Muré
created
3 years ago
b9991d8
ls: fix incorrect query parsing with quotes escaped by the shell
Michael Muré
created
3 years ago
edc8b75
misc: fix bash completion with "git bug"
TsT
created
3 years ago
f25690d
completion: use the correct GenBashCompletionV2 instead of the legacy function
Michael Muré
created
3 years ago
bc6ba02
Add command-specific argument completions
Click to expand commit body
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
4 years ago
Michael Muré
created
3 years ago
5354b08
build(deps): bump github.com/xanzy/go-gitlab from 0.59.0 to 0.64.0
Click to expand commit body
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
3 years ago
a00f1a9
Merge pull request #773 from gaelj/fix-gitlab-pat-format
Click to expand commit body
Allow new gitlab PAT format
Michael Muré
created
3 years ago
b8a799a
Merge pull request #767 from MichaelMure/single-author
Click to expand commit body
bug: don't serialize multiple time the author, only once in OperationPack
Michael Muré
created
3 years ago
09037ba
Allow new gitlab PAT format
Gaël James
created
3 years ago
450d7f7
entity/dag: add an extensive example
Michael Muré
created
3 years ago
d0e65d5
doc: add missing file
Michael Muré
created
3 years ago
14e3d0a
Merge pull request #670 from MichaelMure/update-doc
Click to expand commit body
update doc
Michael Muré
created
3 years ago
Michael Muré
created
3 years ago
5f9359e
build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
Click to expand commit body
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
3 years ago
c5b70d8
bug: don't serialize multiple time the author, only once in OperationPack
Michael Muré
created
3 years ago
cac20c8
Merge pull request #766 from MichaelMure/jira-fix
Click to expand commit body
jira: fix incorrect client creation reusing the same credential
Michael Muré
created
3 years ago
6f11282
jira: fix incorrect client creation reusing the same credential
Michael Muré
created
3 years ago
1d12021
Merge pull request #764 from MichaelMure/update-cobra
Click to expand commit body
update cobra to v1.4.0
Michael Muré
created
3 years ago
61c3f04
update cobra to v1.4.0
Michael Muré
created
3 years ago
09ce0e1
Merge pull request #754 from MichaelMure/dependabot/go_modules/github.com/99designs/gqlgen-0.17.1
Click to expand commit body
Bump github.com/99designs/gqlgen from 0.16.0 to 0.17.1
Michael Muré
created
3 years ago
032d71a
Bump github.com/99designs/gqlgen from 0.16.0 to 0.17.1
Click to expand commit body
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
3 years ago
3431231
Merge pull request #765 from MichaelMure/update-go
Click to expand commit body
build: require go 1.16
Michael Muré
created
3 years ago
8e45edd
build: require go 1.16
Click to expand commit body
This is needed for a gqlgen update
Michael Muré
created
3 years ago
4eb5621
Merge pull request #756 from MichaelMure/dependabot/go_modules/github.com/vektah/gqlparser/v2-2.4.1
Click to expand commit body
Bump github.com/vektah/gqlparser/v2 from 2.4.0 to 2.4.1
Michael Muré
created
3 years ago
c0d5d95
Merge pull request #758 from MichaelMure/dependabot/go_modules/github.com/99designs/keyring-1.2.1
Click to expand commit body
build(deps): bump github.com/99designs/keyring from 1.2.0 to 1.2.1
Michael Muré
created
3 years ago
069a4c9
Merge pull request #763 from MichaelMure/resolve-entity
Click to expand commit body
entity: allow to resolve identities when numashalling operations
Michael Muré
created
3 years ago
fc4536a
build(deps): bump github.com/99designs/keyring from 1.2.0 to 1.2.1
Click to expand commit body
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
3 years ago
f183613
Bump github.com/vektah/gqlparser/v2 from 2.4.0 to 2.4.1
Click to expand commit body
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
3 years ago
b1fc312
Merge pull request #761 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.59.0
Click to expand commit body
build(deps): bump github.com/xanzy/go-gitlab from 0.57.0 to 0.59.0
Michael Muré
created
3 years ago
bf9c7e0
Merge pull request #762 from MichaelMure/fix-comment
Click to expand commit body
Fix a bunch of comments and documentations
Michael Muré
created
3 years ago
fd14a07
entity: allow to resolve identities when numashalling operations
Michael Muré
created
3 years ago
b11679b
Fix a bunch of comments and documentations
Michael Muré
created
3 years ago
db7b190
build(deps): bump github.com/xanzy/go-gitlab from 0.57.0 to 0.59.0
Click to expand commit body
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
3 years ago
df55cc4
Bump github.com/xanzy/go-gitlab from 0.55.1 to 0.57.0 (#757)
Click to expand commit body
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.55.1 to 0.57.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.55.1...v0.57.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot]
and
dependabot[bot]
created
3 years ago
2dbe0fd
Merge pull request #750 from MichaelMure/sandhose/webui-upgrade
Click to expand commit body
Upgrade webui dependencies
Michael Muré
created
3 years ago
8229e80
webui: fix dark theme colors
Michael Muré
created
3 years ago
4af2666
webui: fix compile
Michael Muré
created
3 years ago
03ad448
CI: update nodejs
Michael Muré
created
3 years ago
08e00b4
Merge pull request #752 from MichaelMure/dependabot/go_modules/github.com/vektah/gqlparser/v2-2.4.0
Click to expand commit body
Bump github.com/vektah/gqlparser/v2 from 2.2.0 to 2.4.0
Michael Muré
created
3 years ago
25ff01b
Bump github.com/vektah/gqlparser/v2 from 2.2.0 to 2.4.0
Click to expand commit body
Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](https://github.com/vektah/gqlparser/compare/v2.2.0...v2.4.0)
---
updated-dependencies:
- dependency-name: github.com/vektah/gqlparser/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
created
3 years ago
Page 11 of 49