aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/launchpad/import.go
Commit message (Collapse)AuthorAgeFilesLines
* launchpad: fix a nil value accessMichael Muré2020-03-281-1/+1
|
* launchpad: tighten the bug matchingMichael Muré2020-03-281-1/+4
|
* identity: bring back the login to hold that info from bridges (purely ↵Michael Muré2020-02-251-0/+1
| | | | informational)
* bridges: pass the context to Init for when a client build process needs itMichael Muré2020-02-151-1/+1
|
* it compiles \o/Michael Muré2020-02-081-5/+0
|
* more more wipMichael Muré2020-02-081-1/+0
|
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-2/+2
|
* bridge/launchpad: importer correctly emit NothingEventamine2019-11-191-4/+3
|
* bridge/launchpad: add missing metadataamine2019-11-191-8/+11
| | | | bridge: use a specific key for origin metadata
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-181-84/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bridge/core: add ImportResult objects to stream import events bridge/core: launchpad support asynchronous import bridge/github: cancellable export and import functions bridge/gitlab: cancellable export and import functions commands: bridge pull/push gracefull kill bridge/github: fix github import bridge/github: use simple context for imports bridge/core: name parameters in interfaces github/core: Add EventError to export and import events types bridge/gitlab: add context support in gitlab requests functions bridge/gitlab: remove imported events count from importer logic bridge/github: remove imported events count from importer logic bridge/github: add context support in query and muration requets bridge/github: fix bug duplicate editions after multiple calls bridge/core: import import and export events String methods bridge/gitlab: fix error handling in note import events commands/bridge: Add statistics about imports and exports bridge/gitlab: properly handle context cancellation bridge/github: improve error handling bridge: break iterators on context cancel or timeout bridge: add context timeout support bridge: improve event formating and error handling commands: handle interrupt and switch cases bridge/github: add export mutation timeouts bridge: fix race condition bug in the github and gitlab importers bridge/github: improve context error handling
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-3/+4
|
* cache: expose the operation when creating a new bugMichael Muré2019-06-161-1/+1
|
* Add importer testsAmine Hilaly2019-05-051-6/+1
| | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug
* github: fix 3 edge-case failuresMichael Muré2019-03-011-5/+5
|
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-011-1/+1
|
* identity: more progress and fixesMichael Muré2019-03-011-8/+32
|
* Launchpad bridge: fetch comments.Cyril Roelandt2019-02-271-2/+44
|
* Initial Launchpad bridge.Cyril Roelandt2018-12-161-0/+80
This a just a preview. Not all features are expected to work.