Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #271 from MichaelMure/bridge-credentials | Michael Muré | 2019-12-10 | 1 | -1/+1 |
|\ | | | | | bridge: huge refactor to accept multiple kind of credentials | ||||
| * | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 1 | -1/+1 |
| | | |||||
* | | bridge: fix incorrect last import time on context cancel | Michael Muré | 2019-12-09 | 1 | -4/+14 |
|/ | |||||
* | bridge: improvement on the import resume feature | Michael Muré | 2019-11-03 | 1 | -16/+30 |
| | |||||
* | commands: support bridge imports after a given date and resumable imports | amine | 2019-11-03 | 1 | -7/+27 |
| | |||||
* | commands: silence export and import nothing events | Amine Hilaly | 2019-08-19 | 1 | -1/+3 |
| | |||||
* | bridge/core: add context.Context to ImportAll and ExportAll signatures | Amine Hilaly | 2019-08-18 | 1 | -1/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | [commands] bridge: add push sub command | Amine Hilaly | 2019-06-24 | 1 | -1/+3 |
| | | | | [commands] bridge: use cobra max args | ||||
* | Store bridge type alongside the other params in the config | Amine Hilaly | 2019-06-15 | 1 | -1/+1 |
| | |||||
* | Add importer tests | Amine Hilaly | 2019-05-05 | 1 | -1/+4 |
| | | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug | ||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | moved cleaner function to util/interrupt | Rafael Passos | 2018-10-24 | 1 | -2/+2 |
| | |||||
* | Registering lock clearing functions to Cleaner | Rafael Passos | 2018-10-23 | 1 | -0/+2 |
| | |||||
* | commands: don't load the repo for commands that don't need it | Michael Muré | 2018-10-17 | 1 | -3/+4 |
| | | | | fix #67 | ||||
* | github: deal with the deleted user case where github return a null actor | Michael Muré | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | commands: add "bridge pull" | Michael Muré | 2018-09-24 | 1 | -0/+45 |