1e760c3
WIP refactor keys
Michael Muré created
1e760c3
WIP refactor keys
Michael Muré created
bab9b69
Verify signed identities
Alexandru Băluț created
6bfadca
Allow managing keys
Alexandru Băluț created
34a2e16
git: Allow signing of commits
We could add more ways of specifying a key, such as picking one from the adopted identity, but for now with this change we allow users who know what they are doing to sign their bug changes. By simply passing "-S" to `git commit-tree` when "commit.gpgsign" is "true", we use git's mechanism for key choosing which is either by the configured user name and email OR by whatever is specified in "user.signingkey".
Alexandru Băluț created
d3fc94a
Merge pull request #371 from mindriot101/config-reads-includes
Supports git config includes
Michael Muré created
e062d9a
Supports git config includes
I like to have "private" settings in a git include file, and store the main .gitconfig under version control. I do not want any authentication keys or tokens (even if encrypted) in version control, so I have by main .gitconfig include another file which is local and not tracked. The current implementation calls `git config --global --get-regexp <keyPrefix>` and for some reason, this command does not follow git include files. The changes suggested in this PR add the `--includes` flag to the command, which then reads any included files.
Simon Walker created
28c3ee3
Merge pull request #364 from MichaelMure/dependabot/go_modules/github.com/spf13/cobra-0.0.7
build(deps): bump github.com/spf13/cobra from 0.0.6 to 0.0.7
Michael Muré created
a8aecec
readme: better phrasing
Michael Muré created
e43920b
readme: fix image links
Michael Muré created
685a4fd
readme: document workflows
Michael Muré created
2d64b85
Merge pull request #363 from MichaelMure/gitlab-iterator
gitlab: refactor the iterator, fix bug
Michael Muré created
903549c
gitlab: fix iterator (paginate with first index 1) and avoid the trailing API call
Michael Muré created
5303864
build(deps): bump github.com/spf13/cobra from 0.0.6 to 0.0.7
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.6 to 0.0.7. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v0.0.6...0.0.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
f4ca533
gitlab: refactor the iterator, fix bugs
Notably, properly reset sub iterators when changing to the next issue
Michael Muré created
38b42bc
jira/gitlab: fix a bad login handling in the configurator
Michael Muré created
fec9ea0
drop support of go 1.11 due to bad dep handling without mod support
Michael Muré created
ecde909
query: more robust tokenizer
Michael Muré created
aec81b7
launchpad: fix a nil value access
Michael Muré created
7c04f7f
Merge pull request #354 from MichaelMure/dependabot/npm_and_yarn/webui/acorn-5.7.4
build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webui
Michael Muré created
93f44cb
Merge pull request #362 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.29.0
build(deps): bump github.com/xanzy/go-gitlab from 0.27.0 to 0.29.0
Michael Muré created
390e66e
Merge pull request #355 from MichaelMure/query-parser-ast
replace the all-in-one query parser by a complete one with AST/lexer/parser
Michael Muré created
3e4b184
build(deps): bump github.com/xanzy/go-gitlab from 0.27.0 to 0.29.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.27.0 to 0.29.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.27.0...v0.29.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
314fcbb
query: no need for an ast package
Michael Muré created
5e4dc87
cache: replace the all-in-one query parser by a complete one with AST/lexer/parser
Michael Muré created
58abc6b
Merge pull request #358 from MichaelMure/gitlab-tests
gitlab: fix issues import url
Michael Muré created
a8666bf
launchpad: tighten the bug matching
Michael Muré created
fae3b2e
github: tighten the import matching
Michael Muré created
4397766
jira: tag bugs with the base URL, tighten the matching
Michael Muré created
8389df0
gitlab: match bugs on IDs + baseURL because the URL is not stable
Michael Muré created
5491d12
Merge pull request #361 from MichaelMure/dependabot/go_modules/github.com/mattn/go-runewidth-0.0.9
build(deps): bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9
Michael Muré created
82e2f2d
build(deps): bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.8 to 0.0.9. - [Release notes](https://github.com/mattn/go-runewidth/releases) - [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.8...v0.0.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
61e6b36
Merge pull request #359 from MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.2.8
build(deps): bump github.com/MichaelMure/go-term-text from 0.2.7 to 0.2.8
Michael Muré created
9dd7bb5
build(deps): bump github.com/MichaelMure/go-term-text
Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.7 to 0.2.8. - [Release notes](https://github.com/MichaelMure/go-term-text/releases) - [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.7...v0.2.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
49285b0
gitlab: fix bugs import url
amine created
dc8d28d
build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webui
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. **This update includes a security fix.** - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
05c968c
makefile: add target to clean remote identities
Michael Muré created
e0a702f
cache: fix missing login in LegacyAuthorExcerpt causing panic
Michael Muré created
17ca28c
Merge pull request #348 from MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.27.0
build(deps): bump github.com/xanzy/go-gitlab from 0.26.0 to 0.27.0
Michael Muré created
bc40beb
build(deps): bump github.com/xanzy/go-gitlab from 0.26.0 to 0.27.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.26.0...v0.27.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
e4f501c
github-howto: change title
Michael Muré created
4096cb0
travis: build with go-1.14, release with go-1.13
Michael Muré created
71580c4
Merge pull request #281 from MichaelMure/howto-github
add a how-to to explain usage with Github
Michael Muré created
f82ad38
howto: link to other ressources
Michael Muré created
eeeb932
git: fix GetRemote to not break when there is no remotes
Michael Muré created
e53d7c6
add workflow diagrams
Michael Muré created
8365c63
doc: refresh the github howto
Michael Muré created
710d856
doc: fix typos
Michael Muré created
19f3c21
add a how-to to explain usage with Github
Michael Muré created
60bf8e0
update readme
Michael Muré created
0b559ba
Merge pull request #344 from MichaelMure/github-lowercase-login
github: fix matching cred/identity with badly cased login
Michael Muré created