e5930ad
      termui: integrate go-term-markdown
    
    
    
     Michael Muré created
e5930ad
      termui: integrate go-term-markdown
    Michael Muré created
44f648a
      Merge pull request #260 from MichaelMure/bridge
    Support bridge configuration with global tokens
Michael Muré created
06abb5a
      bridge/gitlab: add gitlab bridge configuration
    amine created
da2d797
      bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functions
    bridge/github: global fixes
amine created
09db1cd
      commands: add bridge configure --token-id flag
    amine created
014e754
      bridge/github: use core.ConfigKeyToken instead of keyToken
    amine created
b1d0f48
      bridge/github: configuration with global configs
    amine created
bf75838
      bridge/core: load token value in ensureInit
    bridge/core: add more token functionalities
amine created
6345895
      Merge pull request #258 from MichaelMure/fixes
    Bridges fixes
Michael Muré created
f35845d
      Merge pull request #255 from MichaelMure/dependabot/dep/github.com/awesome-gocui/gocui-a34ffb0
    build(deps): bump github.com/awesome-gocui/gocui from `c9d3c2b` to `a34ffb0`
Michael Muré created
17b4329
      vendor: update github.com/awesome-gocui/gocui dependencies
    amine created
76b6129
      bridge: use the target as well in the token ID
    Michael Muré created
dcf3feb
      Merge pull request #254 from MichaelMure/import-events
    Bridge: correctly emit NothingEvents
Michael Muré created
5054b8d
      github: sort project candidate in the interactive wizard
    Michael Muré created
22085f3
      Merge pull request #256 from MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.22.1
    build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1
Michael Muré created
d6d5978
      bridge/launchpad: importer correctly emit NothingEvent
    amine created
60427f0
      bridge configure: no default name if the default has already been created
    Michael Muré created
87f86bc
      vendor: update github.com/xanzy/go-gitlab dependencies
    amine created
967f19a
      bridge/gitlab: importer and exporter correctly emit NothingEvents
    amine created
87244d3
      bridge/github: export correctly emit nothing events
    amine created
62fea26
      Merge pull request #213 from MichaelMure/hash-collision
    bug: make sure there is no Operation's hash collision
Michael Muré created
8b5685b
      bridge/github: importer corectly emit events
    amine created
283e971
      bug: make sure there is no Operation's hash collision
    Michael Muré created
e01ceff
      Merge pull request #247 from MichaelMure/bridge-origin
    bridge: move keyOrigin to core package
Michael Muré created
8ffe2a9
      bridge/launchpad: add missing metadata
    bridge: use a specific key for origin metadata
amine created
67c82f4
      bridge/core: document import/export events
    Michael Muré created
abae3c2
      Merge pull request #257 from MichaelMure/core-fixes
    Core fixes
Michael Muré created
ed2ac79
      bug: use NeedCommit() in the interface, drop HasPendingOp()
    Michael Muré created
a9b32e6
      repo: esthetism rename
    Michael Muré created
0b2a99a
      bug: don't forget to assign the new packs after a merge
    fix #235
Michael Muré created
846a1b6
      build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1
    Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.22.0 to 0.22.1. - [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.22.0...v0.22.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
e4b30ee
      build(deps): bump github.com/awesome-gocui/gocui
    Bumps [github.com/awesome-gocui/gocui](https://github.com/awesome-gocui/gocui) from `c9d3c2b` to `a34ffb0`. - [Release notes](https://github.com/awesome-gocui/gocui/releases) - [Commits](https://github.com/awesome-gocui/gocui/compare/c9d3c2bec453a8d648228640c79cc769bbc78df8...a34ffb055986a3f9461735162c9a2d235b95b8cb) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
fdbff4d
      Merge pull request #249 from MichaelMure/iterator-fix
    bridge/github: fix iterator regression
Michael Muré created
e3e37fd
      bridge/github: fix iterator regression
    amine created
2367029
      Merge pull request #248 from MichaelMure/github-deprecated
    github: follow API changes
Michael Muré created
c1f33db
      github: follow API changes
    https://developer.github.com/v4/changelog/2019-06-04-schema-changes/
Michael Muré created
6a1c8c4
      Merge pull request #245 from MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.22.0
    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
    Global config, global bridge token
Michael Muré created
350ab76
      Merge pull request #246 from MichaelMure/bridge-docs
    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
    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