aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #219 from MichaelMure/global-configMichael Muré2019-11-1028-24/+798
|\
| * cli: rename "token" into "auth"Michael Muré2019-11-1022-278/+276
| * cli: add bridge token showMichael Muré2019-11-1012-13/+134
| * bridge: various improvement on the global token PRMichael Muré2019-11-1017-130/+172
| * token: regenerate documentation and fix importsamine2019-11-096-26/+5
| * bridge/core: store token in the global config and replace scopes with create ...amine2019-11-094-157/+64
| * tokens: use entity.Id as id typeamine2019-11-092-9/+10
| * tokens: use a hash as token identifier instead of the token it selfamine2019-11-0913-90/+319
| * bridge: various cleanupsMichael Muré2019-11-0911-68/+207
| * commands: use token value as identifierAmine2019-11-094-41/+25
| * bridge/core: use token id instead of nameAmine2019-11-094-50/+133
| * commands: add bridge token subcommandAmine2019-11-091-0/+64
| * bridge/core: comment token functionalitiesAmine2019-11-092-20/+36
| * bridge/core: Implement token functionalitiesAmine2019-11-091-0/+211
* | Merge pull request #246 from MichaelMure/bridge-docsMichael Muré2019-11-101-1/+1
|\ \
| * | update bridge importers implementation featuresamine2019-11-101-1/+1
|/ /
* | Merge pull request #242 from MichaelMure/gocuiMichael Muré2019-11-1056-282/+2000
|\ \ | |/ |/|
| * termui: rework the cursor in bugtable to match the rendering before the switc...Michael Muré2019-11-102-26/+9
| * termui: migrate to awesome-gocui instead of the old fork I hadMichael Muré2019-11-0356-256/+1991
* | Merge pull request #243 from MichaelMure/github-iteratorAmine2019-11-052-34/+58
|\ \
| * | bridge/github: improve iterator readabilityamine2019-11-051-34/+49
| * | bridge/gitlab: add missing error check in export testsamine2019-11-051-1/+4
| * | bridge/github: improve iterator NextTimelineItem functionamine2019-11-051-0/+6
| |/
* | Merge pull request #244 from MichaelMure/makefileAmine2019-11-051-5/+11
|\ \ | |/ |/|
| * makefile: support darwin operating systemsamine2019-11-051-5/+11
|/
* Merge pull request #236 from MichaelMure/import-afterAmine2019-11-0317-41/+2332
|\
| * bridge: improvement on the import resume featureMichael Muré2019-11-0315-65/+2263
| * commands: support bridge imports after a given date and resumable importsamine2019-11-038-32/+125
|/
* Merge pull request #234 from MichaelMure/dependabot/dep/github.com/xanzy/go-g...Michael Muré2019-11-0324-253/+808
|\
| * bridge/gitlab: use gitlab.Labels pointer instead of string sliceamine2019-10-241-1/+2
| * vendors: upgrade github.com/xanzy/go-gitlab dependencies to 0.21.0amine2019-10-2421-248/+802
| * build(deps): bump github.com/xanzy/go-gitlab from 0.20.0 to 0.21.0dependabot-preview[bot]2019-10-242-4/+4
* | Merge pull request #228 from ludovicm67/patch-cli-label-colorsMichael Muré2019-11-0339-896/+938
|\ \
| * | drop support for go 1.9Michael Muré2019-11-037-22/+22
| * | switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-0328-844/+826
| * | ls: add labels color + formatting for commentsludovicm672019-10-281-5/+22
| * | termui: better overflow managementludovicm672019-10-161-3/+7
| * | bug: fix testsludovicm672019-10-151-9/+8
| * | termui: add labels colors in bug tableludovicm672019-10-151-12/+20
| * | bug: rename RGBA to Colorludovicm672019-10-155-33/+52
| * | termui: add colors for labelsludovicm672019-10-153-3/+16
| |/
* | Merge pull request #240 from MichaelMure/repo-configMichael Muré2019-11-0112-302/+435
|\ \
| * | repository: fix ineffectual assignment in git testamine2019-11-011-0/+2
| * | bridge: use new repository configuration interfaceamine2019-11-016-76/+27
| * | cache: update RepoCache and identity to use new repository Configamine2019-11-012-29/+14
| * | repository: improve documentation and fix typo mistakeamine2019-11-012-7/+7
| * | repository: use `repo.runGitCommand` and `flagLocality` instead of execFnamine2019-11-011-15/+12
| * | repository: add StoreTimestamp/StoreBool to the config interfaceamine2019-11-016-78/+93
| * | repository: add ReadTimestamp methods and improve namingamine2019-10-316-65/+104
| * | repository: config interface and implementation reworkamine2019-10-318-190/+334
|/ /