aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/core/export.go
Commit message (Collapse)AuthorAgeFilesLines
* feature: Github bridge mutation rate limit (#694)rng-dynamics2021-09-141-0/+12
| | | Unified handling of rate limiting of github graphql api
* Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-091-1/+4
|\
| * * Fix git config reader can't read values with spacesJosh Bialkowski2020-01-041-0/+17
| | | | | | | | | | | | | | * Add NewImportWarning for things that aren't exactly errors. Use this for unhandled changelog events. * Add NewExportWarning for things that aren't exactly errors. Use this for un-exportable status changes.
* | codereview #5: reverse-map and ImportWarningJosh Bialkowski2019-12-181-0/+14
|/ | | | | | | | | | | * Fix git config reader can't read values with spaces * Add bug-id-revmap config option for the reverse map, and use this in the importer * Add NewImportWarning for things that aren't exactly errors. Use this for unhandled changelog events. * Add NewExportWarning for things that aren't exactly errors. Use this for un-exportable status changes. * Strip newlines from titles on import
* bridge/core: document import/export eventsMichael Muré2019-11-191-0/+11
|
* bridge/gitlab: fix edit comment request and remove label functionalitiesAmine Hilaly2019-08-191-2/+3
|
* bridge/github: improve error handling and Nothing eventsAmine Hilaly2019-08-181-2/+2
| | | | vendor: add package golang.org/x/sync/errgroup
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-181-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-12/+16
|
* bridge: detect when trying to configure a bridge with a name already takenMichael Muré2019-07-071-0/+3
|
* [bridge/github] improve export label change functionAmine Hilaly2019-07-051-24/+24
| | | | [bridge/core] rename `EventStatus` to `ExportEvent`
* [core] Implement ExportResultsAmine Hilaly2019-06-301-0/+101
Use ExportResult chan to send export events Remove exportedBugs and exportedLabels