Commit Graph

1307 Commits

Author SHA1 Message Date
Michael Muré
390e66eb2b
Merge pull request #355 from MichaelMure/query-parser-ast
replace the all-in-one query parser by a complete one with AST/lexer/parser
2020-03-28 17:17:13 +01:00
dependabot-preview[bot]
3e4b1844e3
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>
2020-03-28 16:14:39 +00:00
Michael Muré
314fcbb229
query: no need for an ast package 2020-03-28 17:13:28 +01:00
Michael Muré
5e4dc87ffe
cache: replace the all-in-one query parser by a complete one with AST/lexer/parser 2020-03-28 17:13:27 +01:00
Michael Muré
58abc6b0a3
Merge pull request #358 from MichaelMure/gitlab-tests
gitlab: fix issues import url
2020-03-28 17:11:16 +01:00
Michael Muré
a8666bfeb8
launchpad: tighten the bug matching 2020-03-28 17:08:58 +01:00
Michael Muré
fae3b2e7db
github: tighten the import matching 2020-03-28 17:08:27 +01:00
Michael Muré
4397766800
jira: tag bugs with the base URL, tighten the matching 2020-03-28 17:07:57 +01:00
Michael Muré
8389df0711
gitlab: match bugs on IDs + baseURL because the URL is not stable 2020-03-28 17:06:33 +01:00
Michael Muré
5491d12873
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
2020-03-23 16:58:02 +01:00
dependabot-preview[bot]
82e2f2dd6d
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>
2020-03-23 05:09:36 +00:00
Michael Muré
61e6b361d4
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
2020-03-16 12:28:42 +01:00
dependabot-preview[bot]
9dd7bb54b9
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>
2020-03-16 05:02:14 +00:00
amine
49285b03c9 gitlab: fix bugs import url 2020-03-15 19:32:32 +01:00
dependabot-preview[bot]
dc8d28df7e
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>
2020-03-13 20:59:45 +00:00
Michael Muré
05c968ca24
makefile: add target to clean remote identities 2020-03-05 22:02:58 +01:00
Michael Muré
e0a702f41d
cache: fix missing login in LegacyAuthorExcerpt causing panic 2020-03-05 21:57:55 +01:00
Michael Muré
17ca28c2df
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
2020-03-03 19:27:45 +01:00
dependabot-preview[bot]
bc40bebc87
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>
2020-03-02 05:08:03 +00:00
Michael Muré
e4f501c010
github-howto: change title 2020-03-01 17:17:38 +01:00
Michael Muré
4096cb05f6
travis: build with go-1.14, release with go-1.13 2020-03-01 16:48:09 +01:00
Michael Muré
71580c41a9
Merge pull request #281 from MichaelMure/howto-github
add a how-to to explain usage with Github
2020-03-01 14:46:52 +01:00
Michael Muré
f82ad38671
howto: link to other ressources 2020-03-01 14:45:39 +01:00
Michael Muré
eeeb932b71
git: fix GetRemote to not break when there is no remotes 2020-03-01 13:53:12 +01:00
Michael Muré
e53d7c6561
add workflow diagrams 2020-03-01 12:59:42 +01:00
Michael Muré
8365c6334e
doc: refresh the github howto 2020-03-01 12:50:22 +01:00
Michael Muré
710d85664e
doc: fix typos 2020-03-01 12:47:47 +01:00
Michael Muré
19f3c21428
add a how-to to explain usage with Github 2020-03-01 12:47:47 +01:00
Michael Muré
60bf8e0d6e
update readme 2020-02-29 23:38:12 +01:00
Michael Muré
0b559bacd5
Merge pull request #344 from MichaelMure/github-lowercase-login
github: fix matching cred/identity with badly cased login
2020-02-29 17:26:33 +01:00
Michael Muré
a90954ae1a
github: fix tests 2020-02-29 17:21:46 +01:00
Michael Muré
fe38af05a8
github: correct casing for user provided login 2020-02-29 15:04:48 +01:00
Michael Muré
140eae09c2
Merge pull request #347 from MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.2.7
build(deps): bump github.com/MichaelMure/go-term-text from 0.2.6 to 0.2.7
2020-02-29 10:12:21 +01:00
dependabot-preview[bot]
2957a4d8ca
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.6 to 0.2.7.
- [Release notes](https://github.com/MichaelMure/go-term-text/releases)
- [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.6...v0.2.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-27 05:03:40 +00:00
Michael Muré
416916220a
Merge pull request #346 from quincunx/fix_compile_error
Fix compile errors on Windows
2020-02-26 10:07:57 +01:00
Michael Muré
0c79148328
Merge pull request #343 from MichaelMure/login-is-back
identity: bring back the login to hold that info from bridges
2020-02-26 07:38:13 +01:00
Michael Muré
893de4f5c0 identity: bring back the login to hold that info from bridges (purely informational) 2020-02-25 21:35:57 +01:00
Michael Muré
68acfa519a termui: fix bad rendering due to outdated go-runewidth 2020-02-25 19:55:35 +01:00
Michael Muré
a322721a11 termui: fix label cropped in the label edition window 2020-02-25 19:40:07 +01:00
Christian Schürer-Waldheim
e82f158859 Fix compile errors on Windows 2020-02-25 17:25:29 +01:00
Michael Muré
8ef6438fb4
Merge pull request #341 from MichaelMure/bridges-default-login
bridge: record the login used during the configure and use it as default credential
2020-02-23 19:20:45 +01:00
Michael Muré
0e68c10ffc
update webUI's screenshots 2020-02-23 16:32:08 +01:00
Michael Muré
ea545a89d0
pack the webui 2020-02-23 16:31:49 +01:00
Michael Muré
f1759ea360
webui: adjust some margins 2020-02-23 16:30:24 +01:00
Michael Muré
1164e3410e
webui: fix bad formatting on Date 2020-02-23 15:58:39 +01:00
Michael Muré
f87d63b3c6
Merge pull request #331 from MichaelMure/webui/mutations
Webui: add comments
2020-02-23 14:49:09 +01:00
Michael Muré
4559af5e71
update auto-generated files 2020-02-23 14:38:02 +01:00
Michael Muré
da2eb3c519
Merge pull request #335 from MichaelMure/dependabot/go_modules/github.com/spf13/cobra-0.0.6
build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6
2020-02-23 14:34:36 +01:00
dependabot-preview[bot]
8516653d8d
build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/0.0.5...v0.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-23 13:30:37 +00:00
Michael Muré
54aff67e00
Merge pull request #334 from MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.5.1
build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1
2020-02-23 14:27:59 +01:00