Commit log
62fea26
Merge pull request #213 from MichaelMure/hash-collision
Click to expand commit body
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
Click to expand commit body
bridge: move keyOrigin to core package
Michael Muré
created
8ffe2a9
bridge/launchpad: add missing metadata
Click to expand commit body
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
Click to expand commit body
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
Click to expand commit body
fix #235
Michael Muré
created
846a1b6
build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1
Click to expand commit body
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
Click to expand commit body
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
Click to expand commit body
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
Click to expand commit body
github: follow API changes
Michael Muré
created
c1f33db
github: follow API changes
Click to expand commit body
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
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