aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #254 from MichaelMure/import-eventsMichael Muré2019-11-196-68/+48
|\ | | | | Bridge: correctly emit NothingEvents
| * bridge/launchpad: importer correctly emit NothingEventamine2019-11-192-5/+4
| |
| * bridge/gitlab: importer and exporter correctly emit NothingEventsamine2019-11-192-11/+11
| |
| * bridge/github: export correctly emit nothing eventsamine2019-11-192-24/+18
| |
| * bridge/github: importer corectly emit eventsamine2019-11-192-29/+16
| |
* | Merge pull request #256 from ↵Michael Muré2019-11-194-5/+6
|\ \ | | | | | | | | | | | | 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
| * | vendor: update github.com/xanzy/go-gitlab dependenciesamine2019-11-193-1/+3
| | |
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1dependabot-preview[bot]2019-11-182-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | bridge configure: no default name if the default has already been createdMichael Muré2019-11-191-1/+11
| | |
* | | Merge pull request #213 from MichaelMure/hash-collisionMichael Muré2019-11-196-30/+47
|\ \ \ | |_|/ |/| | bug: make sure there is no Operation's hash collision
| * | bug: make sure there is no Operation's hash collisionMichael Muré2019-11-196-30/+47
| | |
* | | Merge pull request #247 from MichaelMure/bridge-originMichael Muré2019-11-1914-101/+103
|\ \ \ | |/ / |/| | bridge: move keyOrigin to core package
| * | bridge/launchpad: add missing metadataamine2019-11-1914-101/+103
| | | | | | | | | | | | bridge: use a specific key for origin metadata
* | | bridge/core: document import/export eventsMichael Muré2019-11-192-1/+24
| | |
* | | Merge pull request #257 from MichaelMure/core-fixesMichael Muré2019-11-198-23/+34
|\ \ \ | |_|/ |/| | Core fixes
| * | bug: use NeedCommit() in the interface, drop HasPendingOp()Michael Muré2019-11-194-9/+18
| | |
| * | repo: esthetism renameMichael Muré2019-11-195-14/+14
| | |
| * | bug: don't forget to assign the new packs after a mergeMichael Muré2019-11-191-0/+2
|/ / | | | | | | fix #235
* | Merge pull request #249 from MichaelMure/iterator-fixMichael Muré2019-11-111-2/+4
|\ \ | | | | | | bridge/github: fix iterator regression
| * | bridge/github: fix iterator regressionamine2019-11-111-2/+4
|/ /
* | Merge pull request #248 from MichaelMure/github-deprecatedMichael Muré2019-11-112-21/+21
|\ \ | | | | | | github: follow API changes
| * | github: follow API changesMichael Muré2019-11-112-21/+21
|/ / | | | | | | https://developer.github.com/v4/changelog/2019-06-04-schema-changes/
* | Merge pull request #245 from ↵Michael Muré2019-11-1114-242/+517
|\ \ | | | | | | | | | | | | 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
| * | vendor: update github.com/xanzy/go-gitlab to v0.22.0amine2019-11-1012-238/+513
| | |
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.21.0 to 0.22.0dependabot-preview[bot]2019-11-072-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #219 from MichaelMure/global-configMichael Muré2019-11-1028-24/+798
|\ \ \ | | | | | | | | Global config, global bridge token
| * | | 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
| | | | | | | | | | | | | | | | date
| * | | 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 rm/add commands: improve bridge token printing
| * | | 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
|\ \ \ | | | | | | | | README: update importer implementation table
| * | | update bridge importers implementation featuresamine2019-11-101-1/+1
|/ / /
* | | Merge pull request #242 from MichaelMure/gocuiMichael Muré2019-11-1056-282/+2000
|\ \ \ | |/ / |/| | termui: migrate to awesome-gocui instead of the old fork I had
| * | termui: rework the cursor in bugtable to match the rendering before the ↵Michael Muré2019-11-102-26/+9
| | | | | | | | | | | | switch to awesome-gocui
| * | 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: global fixes to github and gitlab bridges
| * | | 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 systems (xargs)
| * | makefile: support darwin operating systemsamine2019-11-051-5/+11
|/ /