aboutsummaryrefslogtreecommitdiffstats
path: root/entity
Commit message (Collapse)AuthorAgeFilesLines
* expose format versionvince2020-12-151-0/+26
| | | | this commit exposes the format version of the operation pack and identity to reduce the changes needed in vendored code when migrating. This also creates error variables that can be propagated and tested against for migrations.
* add remove identity featurevince2020-11-221-0/+18
| | | | | | also adds: - listlocalidentities - refactors refstoids into entity package
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-0/+5
|
* bridge: various improvement on the global token PRMichael Muré2019-11-101-0/+18
|
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-181-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* more hash-->id fixesMichael Muré2019-08-131-0/+2
|
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-122-5/+33
|
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-113-3/+67
|
* cache: properly push/pull identities and bugsMichael Muré2019-03-273-0/+84