aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab/import_notes.go
Commit message (Collapse)AuthorAgeFilesLines
* gitlab: Add new iterator with state change eventsMatthias Simon2021-04-231-147/+0
| | | | | | | | | Retrieving events is spread across various various Gitlab APIs. This makes importing and sorting Gitlab events by time quite complicated. This commit replaces the old iterators with a goroutine/channel-based iterator, which merges the individual Gitlab API streams into a single (sorted) event stream.
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-181-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* bridge/gitlab: importer handle mentions in other issue and merge requestsAmine Hilaly2019-08-111-0/+10
|
* bridge/github: add getNewTitle testsAmine Hilaly2019-07-231-0/+2
|
* bridge/gitlab: fix comment edition target hash in the importAmine Hilaly2019-07-231-0/+2
| | | | bridge/gitlab: global changes, typo fixes, comments addition
* bridge/gitlab: Fix test project pathAmine Hilaly2019-07-231-4/+1
| | | | bridge/gitlab: update comments
* bridge/gitlab: check notes system fieldAmine Hilaly2019-07-231-2/+5
|
* bridge/gitlab: add import note utilitiesAmine Hilaly2019-07-231-0/+94
bridge/gitlab: set default capacity to 20