Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | cli: add bridge token show | Michael Muré | 2019-11-10 | |
| | | ||||
* | | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | |
| | | ||||
* | | token: regenerate documentation and fix imports | amine | 2019-11-09 | |
| | | ||||
* | | bridge/core: store token in the global config and replace scopes with create ↵ | amine | 2019-11-09 | |
| | | | | | | | | date | |||
* | | tokens: use entity.Id as id type | amine | 2019-11-09 | |
| | | ||||
* | | tokens: use a hash as token identifier instead of the token it self | amine | 2019-11-09 | |
| | | ||||
* | | bridge: various cleanups | Michael Muré | 2019-11-09 | |
| | | ||||
* | | commands: use token value as identifier | Amine | 2019-11-09 | |
| | | ||||
* | | bridge/core: use token id instead of name | Amine | 2019-11-09 | |
| | | | | | | | | | | commands: add bridge token rm/add commands: improve bridge token printing | |||
* | | bridge/core: comment token functionalities | Amine | 2019-11-09 | |
| | | ||||
* | | bridge/core: Implement token functionalities | Amine | 2019-11-09 | |
|/ | ||||
* | bridge: improvement on the import resume feature | Michael Muré | 2019-11-03 | |
| | ||||
* | commands: support bridge imports after a given date and resumable imports | amine | 2019-11-03 | |
| | ||||
* | bridge: use new repository configuration interface | amine | 2019-11-01 | |
| | | | | commands/webui: use new repository configuration interface | |||
* | bridge/core: add tokenStdin field to bridgeParams | Amine Hilaly | 2019-09-02 | |
| | | | | commands: move tokenStdin handling logic to bridge.Configure | |||
* | bridge/gitlab: fix edit comment request and remove label functionalities | Amine Hilaly | 2019-08-19 | |
| | ||||
* | bridge/github: improve error handling and Nothing events | Amine Hilaly | 2019-08-18 | |
| | | | | vendor: add package golang.org/x/sync/errgroup | |||
* | bridge/core: add context.Context to ImportAll and ExportAll signatures | Amine Hilaly | 2019-08-18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 type | Michael Muré | 2019-08-12 | |
| | ||||
* | bridge/gitlab: change validateProjectURL signature | Amine Hilaly | 2019-07-23 | |
| | | | | bridge/gitlab: code cleanup | |||
* | bridge: detect when trying to configure a bridge with a name already taken | Michael Muré | 2019-07-07 | |
| | ||||
* | bridge: use a single KeyTarget constant for all bridges | Michael Muré | 2019-07-07 | |
| | ||||
* | [bridge/github] improve export label change function | Amine Hilaly | 2019-07-05 | |
| | | | | [bridge/core] rename `EventStatus` to `ExportEvent` | |||
* | [bridge/github] improve comments and documentation | Amine | 2019-07-05 | |
| | | | | | | [bridge/github] improve error handling and tests Co-Authored-By: Michael Muré <batolettre@gmail.com> | |||
* | [core] Implement ExportResults | Amine Hilaly | 2019-06-30 | |
| | | | | | Use ExportResult chan to send export events Remove exportedBugs and exportedLabels | |||
* | LoadBridge create a bridge using loadConfig | Amine Hilaly | 2019-06-17 | |
| | | | | update loadConfig signature | |||
* | Naming fixes | Amine Hilaly | 2019-06-16 | |
| | ||||
* | Store bridge type alongside the other params in the config | Amine Hilaly | 2019-06-15 | |
| | ||||
* | Merge pull request #153 from A-Hilaly/bridge-configuration | Michael Muré | 2019-06-07 | |
|\ | | | | | [Breaking] Bridge configuration enhancements | |||
| * | changes to the BridgeImpl Interface | Amine Hilaly | 2019-05-29 | |
| | | | | | | | | | | Add bridge params Change bridge.Configure signature | |||
* | | Sort bridges list | Amine Hilaly | 2019-06-06 | |
|/ | ||||
* | Add importer tests | Amine Hilaly | 2019-05-05 | |
| | | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug | |||
* | bridge: fix typo | Michael Muré | 2019-03-01 | |
| | ||||
* | WIP identity in git | Michael Muré | 2019-03-01 | |
| | ||||
* | bridge: simplify regex | Michael Muré | 2018-12-04 | |
| | ||||
* | bridge: slightly better error message | Michael Muré | 2018-12-04 | |
| | ||||
* | github: deal with the deleted user case where github return a null actor | Michael Muré | 2018-10-06 | |
| | ||||
* | add documentation | Michael Muré | 2018-10-01 | |
| | ||||
* | bridge: validate config before use | Michael Muré | 2018-09-24 | |
| | ||||
* | commands: add "bridge pull" | Michael Muré | 2018-09-24 | |
| | ||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | |
| | ||||
* | bridge: big refactor and cleanup | Michael Muré | 2018-09-24 | |
| | ||||
* | bridge: better interfaces, working github configurator | Michael Muré | 2018-09-21 | |
| | ||||
* | bridge: add the beginning of a github importer | Michael Muré | 2018-09-21 | |