Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #806 from MichaelMure/docs | Michael Muré | 2022-05-31 | 3 | -2/+23 | |
|\ \ \ | | | | | | | | | doc: more discoverable docs | |||||
| * | | | doc: more discoverable docs | Michael Muré | 2022-05-31 | 3 | -2/+23 | |
|/ / / | ||||||
* | | | Merge pull request #805 from MichaelMure/completion-cleanup | Michael Muré | 2022-05-31 | 8 | -12/+14 | |
|\ \ \ | |/ / |/| | | misc: move all completions in a dedicated folder | |||||
| * | | misc: move all completions in a dedicated folder | Michael Muré | 2022-05-31 | 8 | -12/+14 | |
|/ / | ||||||
| * | fix(808): replace Windows line terminators | Steve Moyer | 2022-06-06 | 1 | -1/+5 | |
| | | ||||||
| * | fix(778): remove extra mutex lock when resolving bug prefix | Steve Moyer | 2022-05-31 | 1 | -4/+0 | |
| | | ||||||
| * | test(778): execute rm bug in testEnv (hangs) | Steve Moyer | 2022-05-28 | 1 | -0/+15 | |
| | | ||||||
| * | test(778): execute add user in testEnv and return userID | Steve Moyer | 2022-05-28 | 1 | -0/+33 | |
| | | ||||||
| * | test(778): clear output after user creation | Steve Moyer | 2022-05-28 | 1 | -1/+3 | |
| | | ||||||
| * | test(778): verify user create results in an identity and cache | Steve Moyer | 2022-05-27 | 2 | -0/+40 | |
| | | ||||||
| * | test(778): verify root command returns main help text | Steve Moyer | 2022-05-27 | 2 | -0/+120 | |
| | | ||||||
| * | test(778): allow alternate CWD via context | Steve Moyer | 2022-05-27 | 1 | -2/+16 | |
| | | ||||||
| * | test(778): capture stderr and stdout during tests | Steve Moyer | 2022-05-27 | 1 | -0/+3 | |
|/ | ||||||
* | Merge pull request #788 from hoijui/model_touchup | Michael Muré | 2022-05-10 | 1 | -22/+28 | |
|\ | | | | | Model touchup | |||||
| * | model: Multiple, minor readability and language improvements | Robin Vobruba | 2022-05-04 | 1 | -11/+11 | |
| | | ||||||
| * | model: Removes now outdated statement about ops and root | Robin Vobruba | 2022-05-04 | 1 | -1/+0 | |
| | | ||||||
| * | model: Highlight some words with special meaning | Robin Vobruba | 2022-05-04 | 1 | -4/+4 | |
| | | ||||||
| * | model: Links to a section further down | Robin Vobruba | 2022-05-04 | 1 | -1/+1 | |
| | | ||||||
| * | model: Moves example description after the example | Robin Vobruba | 2022-05-04 | 1 | -3/+5 | |
| | | ||||||
| * | model: Adds link explaining nounce (wikipedia) | Robin Vobruba | 2022-05-04 | 1 | -1/+1 | |
| | | ||||||
| * | model: strict Markdown requires empty lines before (and after) lists | Robin Vobruba | 2022-05-04 | 1 | -1/+6 | |
| | | ||||||
* | | Merge pull request #768 from ↵ | Michael Muré | 2022-05-04 | 2 | -2/+3 | |
|\ \ | | | | | | | | | | | | | 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 | |||||
| * | | build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 | dependabot[bot] | 2022-03-16 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | | | Merge pull request #783 from ↵ | Michael Muré | 2022-05-04 | 2 | -3/+3 | |
|\ \ \ | |_|/ |/| | | | | | | | | 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 | |||||
| * | | build(deps): bump github.com/xanzy/go-gitlab from 0.59.0 to 0.64.0 | dependabot[bot] | 2022-04-25 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | | | Merge pull request #531 from krobelus/complete-bug-ids | Michael Muré | 2022-05-01 | 29 | -1407/+706 | |
|\ \ \ | | | | | | | | | Complete bug IDs where appropriate | |||||
| * | | | completion: lots of small ironing | Michael Muré | 2022-05-01 | 1 | -51/+43 | |
| | | | | ||||||
| * | | | ls: fix incorrect query parsing with quotes escaped by the shell | Michael Muré | 2022-05-01 | 2 | -7/+59 | |
| | | | | ||||||
| * | | | misc: fix bash completion with "git bug" | TsT | 2022-05-01 | 2 | -5/+76 | |
| | | | | ||||||
| * | | | completion: use the correct GenBashCompletionV2 instead of the legacy function | Michael Muré | 2022-05-01 | 3 | -1473/+189 | |
| | | | | ||||||
| * | | | Add command-specific argument completions | Johannes Altmanninger | 2022-05-01 | 26 | -7/+475 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* / / | a few fixes | Michael Muré | 2022-04-26 | 3 | -3/+3 | |
|/ / | ||||||
* | | Merge pull request #773 from gaelj/fix-gitlab-pat-format | Michael Muré | 2022-04-19 | 1 | -1/+1 | |
|\ \ | | | | | | | Allow new gitlab PAT format | |||||
| * | | Allow new gitlab PAT format | Gaël James | 2022-03-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #767 from MichaelMure/single-author | Michael Muré | 2022-04-19 | 9 | -29/+12 | |
|\ \ \ | |/ / |/| | | bug: don't serialize multiple time the author, only once in OperationPack | |||||
| * | | bug: don't serialize multiple time the author, only once in OperationPack | Michael Muré | 2022-03-15 | 9 | -29/+12 | |
| |/ | ||||||
* | | entity/dag: add an extensive example | Michael Muré | 2022-03-22 | 1 | -0/+383 | |
| | | ||||||
* | | doc: add missing file | Michael Muré | 2022-03-22 | 1 | -0/+0 | |
| | | ||||||
* | | Merge pull request #670 from MichaelMure/update-doc | Michael Muré | 2022-03-22 | 6 | -73/+93 | |
|\ \ | |/ |/| | update doc | |||||
| * | update doc | Michael Muré | 2022-03-22 | 6 | -73/+93 | |
|/ | ||||||
* | Merge pull request #766 from MichaelMure/jira-fix | Michael Muré | 2022-03-10 | 1 | -1/+1 | |
|\ | | | | | jira: fix incorrect client creation reusing the same credential | |||||
| * | jira: fix incorrect client creation reusing the same credential | Michael Muré | 2022-03-10 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #764 from MichaelMure/update-cobra | Michael Muré | 2022-03-10 | 2 | -364/+12 | |
|\ \ | | | | | | | update cobra to v1.4.0 | |||||
| * | | update cobra to v1.4.0 | Michael Muré | 2022-03-10 | 2 | -364/+12 | |
|/ / | ||||||
* | | Merge pull request #754 from ↵ | Michael Muré | 2022-03-10 | 2 | -18/+4 | |
|\ \ | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/99designs/gqlgen-0.17.1 Bump github.com/99designs/gqlgen from 0.16.0 to 0.17.1 | |||||
| * | | Bump github.com/99designs/gqlgen from 0.16.0 to 0.17.1 | dependabot[bot] | 2022-03-10 | 2 | -18/+4 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | | Merge pull request #765 from MichaelMure/update-go | Michael Muré | 2022-03-10 | 2 | -2/+2 | |
|\| | | | | | build: require go 1.16 | |||||
| * | build: require go 1.16 | Michael Muré | 2022-03-10 | 2 | -2/+2 | |
| | | | | | | | | This is needed for a gqlgen update | |||||
* | | Merge pull request #756 from ↵ | Michael Muré | 2022-03-10 | 2 | -3/+3 | |
|\ \ | | | | | | | | | | | | | 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 | |||||
| * | | Bump github.com/vektah/gqlparser/v2 from 2.4.0 to 2.4.1 | dependabot[bot] | 2022-03-10 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> |