Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #358 from MichaelMure/gitlab-tests | Michael Muré | 2020-03-28 | 6 | -8/+30 |
|\ | | | | | gitlab: fix issues import url | ||||
| * | launchpad: tighten the bug matching | Michael Muré | 2020-03-28 | 1 | -1/+4 |
| | | |||||
| * | github: tighten the import matching | Michael Muré | 2020-03-28 | 1 | -1/+4 |
| | | |||||
| * | jira: tag bugs with the base URL, tighten the matching | Michael Muré | 2020-03-28 | 2 | -1/+12 |
| | | |||||
| * | gitlab: match bugs on IDs + baseURL because the URL is not stable | Michael Muré | 2020-03-28 | 1 | -1/+6 |
| | | |||||
| * | gitlab: fix bugs import url | amine | 2020-03-15 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #361 from ↵ | Michael Muré | 2020-03-23 | 2 | -1/+3 |
|\ \ | | | | | | | | | | | | | 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 | ||||
| * | | build(deps): bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9 | dependabot-preview[bot] | 2020-03-23 | 2 | -1/+3 |
|/ / | | | | | | | | | | | | | 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> | ||||
* | | Merge pull request #359 from ↵ | Michael Muré | 2020-03-16 | 2 | -1/+3 |
|\ \ | |/ |/| | | | | | 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 | ||||
| * | build(deps): bump github.com/MichaelMure/go-term-text | dependabot-preview[bot] | 2020-03-16 | 2 | -1/+3 |
|/ | | | | | | | 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> | ||||
* | makefile: add target to clean remote identities | Michael Muré | 2020-03-05 | 1 | -0/+3 |
| | |||||
* | cache: fix missing login in LegacyAuthorExcerpt causing panic | Michael Muré | 2020-03-05 | 1 | -1/+2 |
| | |||||
* | Merge pull request #348 from ↵ | Michael Muré | 2020-03-03 | 2 | -1/+4 |
|\ | | | | | | | | | 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 | ||||
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.26.0 to 0.27.0 | dependabot-preview[bot] | 2020-03-02 | 2 | -1/+4 |
|/ | | | | | | | | 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> | ||||
* | github-howto: change title | Michael Muré | 2020-03-01 | 1 | -1/+1 |
| | |||||
* | travis: build with go-1.14, release with go-1.13 | Michael Muré | 2020-03-01 | 1 | -1/+3 |
| | |||||
* | Merge pull request #281 from MichaelMure/howto-github0.7.0 | Michael Muré | 2020-03-01 | 5 | -1/+82 |
|\ | | | | | add a how-to to explain usage with Github | ||||
| * | howto: link to other ressources | Michael Muré | 2020-03-01 | 1 | -0/+11 |
| | | |||||
| * | add workflow diagrams | Michael Muré | 2020-03-01 | 3 | -0/+1 |
| | | |||||
| * | doc: refresh the github howto | Michael Muré | 2020-03-01 | 2 | -3/+11 |
| | | |||||
| * | doc: fix typos | Michael Muré | 2020-03-01 | 1 | -2/+2 |
| | | |||||
| * | add a how-to to explain usage with Github | Michael Muré | 2020-03-01 | 1 | -0/+61 |
| | | |||||
* | | git: fix GetRemote to not break when there is no remotes | Michael Muré | 2020-03-01 | 1 | -1/+4 |
|/ | |||||
* | update readme | Michael Muré | 2020-02-29 | 1 | -39/+35 |
| | |||||
* | Merge pull request #344 from MichaelMure/github-lowercase-login | Michael Muré | 2020-02-29 | 5 | -56/+112 |
|\ | | | | | github: fix matching cred/identity with badly cased login | ||||
| * | github: fix tests | Michael Muré | 2020-02-29 | 1 | -23/+32 |
| | | |||||
| * | github: correct casing for user provided login | Michael Muré | 2020-02-29 | 4 | -33/+80 |
| | | |||||
* | | Merge pull request #347 from ↵ | Michael Muré | 2020-02-29 | 2 | -1/+3 |
|\ \ | | | | | | | | | | | | | 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 | ||||
| * | | build(deps): bump github.com/MichaelMure/go-term-text | dependabot-preview[bot] | 2020-02-27 | 2 | -1/+3 |
|/ / | | | | | | | | | | | | | 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> | ||||
* | | Merge pull request #346 from quincunx/fix_compile_error | Michael Muré | 2020-02-26 | 1 | -3/+3 |
|\ \ | | | | | | | Fix compile errors on Windows | ||||
| * | | Fix compile errors on Windows | Christian Schürer-Waldheim | 2020-02-25 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #343 from MichaelMure/login-is-back | Michael Muré | 2020-02-26 | 19 | -24/+183 |
|\ \ \ | |_|/ |/| | | identity: bring back the login to hold that info from bridges | ||||
| * | | identity: bring back the login to hold that info from bridges (purely ↵ | Michael Muré | 2020-02-25 | 19 | -24/+183 |
|/ / | | | | | | | informational) | ||||
* | | termui: fix bad rendering due to outdated go-runewidth | Michael Muré | 2020-02-25 | 2 | -0/+3 |
| | | |||||
* | | termui: fix label cropped in the label edition window | Michael Muré | 2020-02-25 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #341 from MichaelMure/bridges-default-login | Michael Muré | 2020-02-23 | 16 | -48/+76 |
|\ | | | | | bridge: record the login used during the configure and use it as default credential | ||||
| * | bridge: record the login used during the configure and use it as default ↵ | Michael Muré | 2020-02-23 | 16 | -48/+76 |
| | | | | | | | | | | | | credential fix #338 | ||||
* | | update webUI's screenshots | Michael Muré | 2020-02-23 | 3 | -2/+2 |
| | | |||||
* | | pack the webui | Michael Muré | 2020-02-23 | 1 | -53/+53 |
| | | |||||
* | | webui: adjust some margins | Michael Muré | 2020-02-23 | 1 | -2/+4 |
| | | |||||
* | | webui: fix bad formatting on Date | Michael Muré | 2020-02-23 | 3 | -3/+9 |
| | | |||||
* | | Merge pull request #331 from MichaelMure/webui/mutations | Michael Muré | 2020-02-23 | 51 | -183/+450 |
|\ \ | | | | | | | Webui: add comments | ||||
| * | | webui: run linter fix | ludovicm67 | 2020-02-22 | 3 | -4/+8 |
| | | | |||||
| * | | webui: style SetStatus | Michael Muré | 2020-02-17 | 2 | -3/+9 |
| | | | |||||
| * | | webui: more readable dates, also localized | Michael Muré | 2020-02-17 | 1 | -2/+2 |
| | | | |||||
| * | | webui: fix the default query | Michael Muré | 2020-02-17 | 1 | -1/+1 |
| | | | |||||
| * | | webui: more styling on the bug page | Michael Muré | 2020-02-16 | 2 | -4/+18 |
| | | | |||||
| * | | webui: minor styling of the timeline events | Michael Muré | 2020-02-16 | 3 | -7/+14 |
| | | | |||||
| * | | webui: fix missing space in the bug preview | Michael Muré | 2020-02-16 | 1 | -2/+2 |
| | | | |||||
| * | | webui: list by default only open bugs | Michael Muré | 2020-02-16 | 1 | -1/+1 |
| | | |