Commit log

6a1c8c4 Merge pull request #245 from MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.22.0

Click to expand commit body
build(deps): bump github.com/xanzy/go-gitlab from 0.21.0 to 0.22.0

Michael Muré created

83eb7ab vendor: update github.com/xanzy/go-gitlab to v0.22.0

amine created

802b61e Merge pull request #219 from MichaelMure/global-config

Click to expand commit body
Global config, global bridge token

Michael Muré created

350ab76 Merge pull request #246 from MichaelMure/bridge-docs

Click to expand commit body
README: update importer implementation table

Michael Muré created

bde170e update bridge importers implementation features

amine created

e0b15ee cli: rename "token" into "auth"

Michael Muré created

f8cf3fe cli: add bridge token show

Michael Muré created

e2445ed bridge: various improvement on the global token PR

Michael Muré created

eaf9631 Merge pull request #242 from MichaelMure/gocui

Click to expand commit body
termui: migrate to awesome-gocui instead of the old fork I had

Michael Muré created

965102f termui: rework the cursor in bugtable to match the rendering before the switch to awesome-gocui

Michael Muré created

45653bd token: regenerate documentation and fix imports

amine created

bbbf3c6 bridge/core: store token in the global config and replace scopes with create date

amine created

4dc7b8b tokens: use entity.Id as id type

amine created

baefa68 tokens: use a hash as token identifier instead of the token it self

amine created

3984919 bridge: various cleanups

Michael Muré created

3433fa5 commands: use token value as identifier

Amine created

967e168 bridge/core: use token id instead of name

Click to expand commit body
commands: add bridge token rm/add
commands: improve bridge token printing

Amine created

9370e12 commands: add bridge token subcommand

Amine created

56551b6 bridge/core: comment token functionalities

Amine created

a6ce534 bridge/core: Implement token functionalities

Amine created

af38243 build(deps): bump github.com/xanzy/go-gitlab from 0.21.0 to 0.22.0

Click to expand commit body
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.21.0 to 0.22.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.21.0...v0.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

dependabot-preview[bot] created

318039d Merge pull request #243 from MichaelMure/github-iterator

Click to expand commit body
bridge: global fixes to github and gitlab bridges

Amine created

bf84a78 bridge/github: improve iterator readability

amine created

a0697c7 Merge pull request #244 from MichaelMure/makefile

Click to expand commit body
makefile: support Darwin operating systems (xargs)

Amine created

565ee4e makefile: support darwin operating systems

amine created

b1a7618 bridge/gitlab: add missing error check in export tests

amine created

13f98d0 bridge/github: improve iterator NextTimelineItem function

amine created

cb8236c termui: migrate to awesome-gocui instead of the old fork I had

Michael Muré created

163ea9c Merge pull request #236 from MichaelMure/import-after

Click to expand commit body
commands: support bridge imports after a given date

Amine created

57e23c8 bridge: improvement on the import resume feature

Michael Muré created

614bc5a commands: support bridge imports after a given date and resumable imports

amine created

16bd116 Merge pull request #234 from MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.21.0

Click to expand commit body
build(deps): bump github.com/xanzy/go-gitlab from 0.20.0 to 0.21.0

Michael Muré created

8c7c988 Merge pull request #228 from ludovicm67/patch-cli-label-colors

Click to expand commit body
Display label colors in termui

Michael Muré created

912b5ca drop support for go 1.9

Michael Muré created

f72a9dc switch to go-term-text to fix bad underflow for label rendering

Michael Muré created

f5193cc Merge pull request #240 from MichaelMure/repo-config

Click to expand commit body
repository config interface and implementation rework

Michael Muré created

f9f8295 repository: fix ineffectual assignment in git test

amine created

60c6bd3 bridge: use new repository configuration interface

Click to expand commit body
commands/webui: use new repository configuration interface

amine created

618f896 cache: update RepoCache and identity to use new repository Config

amine created

b85b2c5 repository: improve documentation and fix typo mistake

amine created

9304808 repository: use `repo.runGitCommand` and `flagLocality` instead of execFn

amine created

104224c repository: add StoreTimestamp/StoreBool to the config interface

Click to expand commit body
repository: move the gitVersion logic to *gitConfig struct

amine created

7f177c4 repository: add ReadTimestamp methods and improve naming

amine created

ab93567 repository: config interface and implementation rework

amine created

11b4a1b Merge pull request #239 from hoijui/model-mods

Click to expand commit body
Clarify model.md a bit

Michael Muré created

efb084b Make the ADD_COMMENT example more realistic

Click to expand commit body
Co-Authored-By: Michael Muré <batolettre@gmail.com>

hoijui and Michael Muré created

98792a0 model: try to describe the `OperationPack` format more clearly

hoijui created

809abf9 ls: add labels color + formatting for comments

ludovicm67 created

4666763 bridge/gitlab: use gitlab.Labels pointer instead of string slice

amine created

a3a431e vendors: upgrade github.com/xanzy/go-gitlab dependencies to 0.21.0

amine created