aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jira/gitlab: fix a bad login handling in the configuratorMichael Muré2020-03-282-10/+14
* drop support of go 1.11 due to bad dep handling without mod supportMichael Muré2020-03-283-7/+1
* query: more robust tokenizerMichael Muré2020-03-282-18/+58
* launchpad: fix a nil value accessMichael Muré2020-03-281-1/+1
* Merge pull request #354 from MichaelMure/dependabot/npm_and_yarn/webui/acorn-...Michael Muré2020-03-281-15/+15
|\
| * build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webuidependabot-preview[bot]2020-03-131-15/+15
* | Merge pull request #362 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2020-03-282-1/+10
|\ \
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.27.0 to 0.29.0dependabot-preview[bot]2020-03-282-1/+10
* | | Merge pull request #355 from MichaelMure/query-parser-astMichael Muré2020-03-2815-325/+462
|\ \ \ | |/ / |/| |
| * | query: no need for an ast packageMichael Muré2020-03-288-116/+96
| * | cache: replace the all-in-one query parser by a complete one with AST/lexer/p...Michael Muré2020-03-2815-294/+451
|/ /
* | Merge pull request #358 from MichaelMure/gitlab-testsMichael Muré2020-03-286-8/+30
|\ \
| * | launchpad: tighten the bug matchingMichael Muré2020-03-281-1/+4
| * | github: tighten the import matchingMichael Muré2020-03-281-1/+4
| * | jira: tag bugs with the base URL, tighten the matchingMichael Muré2020-03-282-1/+12
| * | gitlab: match bugs on IDs + baseURL because the URL is not stableMichael Muré2020-03-281-1/+6
| * | gitlab: fix bugs import urlamine2020-03-151-4/+4
| |/
* | Merge pull request #361 from MichaelMure/dependabot/go_modules/github.com/mat...Michael Muré2020-03-232-1/+3
|\ \
| * | build(deps): bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9dependabot-preview[bot]2020-03-232-1/+3
|/ /
* | Merge pull request #359 from MichaelMure/dependabot/go_modules/github.com/Mic...Michael Muré2020-03-162-1/+3
|\ \ | |/ |/|
| * build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2020-03-162-1/+3
|/
* makefile: add target to clean remote identitiesMichael Muré2020-03-051-0/+3
* cache: fix missing login in LegacyAuthorExcerpt causing panicMichael Muré2020-03-051-1/+2
* Merge pull request #348 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2020-03-032-1/+4
|\
| * build(deps): bump github.com/xanzy/go-gitlab from 0.26.0 to 0.27.0dependabot-preview[bot]2020-03-022-1/+4
|/
* github-howto: change titleMichael Muré2020-03-011-1/+1
* travis: build with go-1.14, release with go-1.13Michael Muré2020-03-011-1/+3
* Merge pull request #281 from MichaelMure/howto-github0.7.0Michael Muré2020-03-015-1/+82
|\
| * howto: link to other ressourcesMichael Muré2020-03-011-0/+11
| * add workflow diagramsMichael Muré2020-03-013-0/+1
| * doc: refresh the github howtoMichael Muré2020-03-012-3/+11
| * doc: fix typosMichael Muré2020-03-011-2/+2
| * add a how-to to explain usage with GithubMichael Muré2020-03-011-0/+61
* | git: fix GetRemote to not break when there is no remotesMichael Muré2020-03-011-1/+4
|/
* update readmeMichael Muré2020-02-291-39/+35
* Merge pull request #344 from MichaelMure/github-lowercase-loginMichael Muré2020-02-295-56/+112
|\
| * github: fix testsMichael Muré2020-02-291-23/+32
| * github: correct casing for user provided loginMichael Muré2020-02-294-33/+80
* | Merge pull request #347 from MichaelMure/dependabot/go_modules/github.com/Mic...Michael Muré2020-02-292-1/+3
|\ \
| * | build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2020-02-272-1/+3
|/ /
* | Merge pull request #346 from quincunx/fix_compile_errorMichael Muré2020-02-261-3/+3
|\ \
| * | Fix compile errors on WindowsChristian Schürer-Waldheim2020-02-251-3/+3
* | | Merge pull request #343 from MichaelMure/login-is-backMichael Muré2020-02-2619-24/+183
|\ \ \ | |_|/ |/| |
| * | identity: bring back the login to hold that info from bridges (purely informa...Michael Muré2020-02-2519-24/+183
|/ /
* | termui: fix bad rendering due to outdated go-runewidthMichael Muré2020-02-252-0/+3
* | termui: fix label cropped in the label edition windowMichael Muré2020-02-251-4/+4
|/
* Merge pull request #341 from MichaelMure/bridges-default-loginMichael Muré2020-02-2316-48/+76
|\
| * bridge: record the login used during the configure and use it as default cred...Michael Muré2020-02-2316-48/+76
* | update webUI's screenshotsMichael Muré2020-02-233-2/+2
* | pack the webuiMichael Muré2020-02-231-53/+53