Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 2 | -15/+12 |
| | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | it compiles \o/ | Michael Muré | 2020-02-08 | 3 | -12/+19 |
| | |||||
* | gitlab also compile | Michael Muré | 2020-02-08 | 1 | -24/+2 |
| | |||||
* | more more wip | Michael Muré | 2020-02-08 | 1 | -1/+0 |
| | |||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 1 | -0/+3 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 2 | -22/+21 |
| | |||||
* | bridge/launchpad: importer correctly emit NothingEvent | amine | 2019-11-19 | 1 | -4/+3 |
| | |||||
* | Merge pull request #247 from MichaelMure/bridge-origin | Michael Muré | 2019-11-19 | 2 | -11/+14 |
|\ | | | | | bridge: move keyOrigin to core package | ||||
| * | bridge/launchpad: add missing metadata | amine | 2019-11-19 | 2 | -11/+14 |
| | | | | | | | | bridge: use a specific key for origin metadata | ||||
* | | bridge: various cleanups | Michael Muré | 2019-11-09 | 1 | -4/+0 |
|/ | |||||
* | commands: read token from stdin in bridge configuration | Amine Hilaly | 2019-08-31 | 1 | -1/+7 |
| | | | | bridge: improve bridge config validation | ||||
* | bridge/core: add context.Context to ImportAll and ExportAll signatures | Amine Hilaly | 2019-08-18 | 2 | -127/+112 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -3/+4 |
| | |||||
* | bridge: use a single KeyTarget constant for all bridges | Michael Muré | 2019-07-07 | 1 | -4/+3 |
| | |||||
* | Merge pull request #171 from MichaelMure/graphql-mutation-relay | Michael Muré | 2019-06-23 | 1 | -1/+1 |
|\ | | | | | Graphql mutation relay | ||||
| * | cache: expose the operation when creating a new bug | Michael Muré | 2019-06-16 | 1 | -1/+1 |
| | | |||||
* | | add target to launchpad configuration | Amine Hilaly | 2019-06-17 | 1 | -0/+7 |
|/ | |||||
* | add unit tests for launchpad bridge configuration | Amine Hilaly | 2019-05-30 | 2 | -9/+107 |
| | | | | | add tests for validateUsername in Github bridge panic when compile regex fail | ||||
* | Update configuration process and add unit tests | Amine Hilaly | 2019-05-29 | 1 | -2/+7 |
| | | | | Update launchpad bridge | ||||
* | Update documentation and function naming | Amine | 2019-05-29 | 1 | -1/+4 |
| | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Update flags descriptions | Amine | 2019-05-29 | 1 | -2/+2 |
| | | | | | Enhance printing in prompt Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Add warning messages for launchpad-preview | Amine Hilaly | 2019-05-29 | 1 | -0/+7 |
| | | | | | fix --target flag description improve comments | ||||
* | Launchpad bridge configuration from `BridgeParams` Project and URL | Amine Hilaly | 2019-05-29 | 1 | -5/+48 |
| | | | | Improve Github config comments | ||||
* | Launchpad changes | Amine Hilaly | 2019-05-29 | 1 | -6/+12 |
| | | | | Use bridge params to configure the bridge | ||||
* | Add importer tests | Amine Hilaly | 2019-05-05 | 1 | -6/+1 |
| | | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug | ||||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 | 1 | -5/+5 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -8/+32 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | Launchpad bridge: fetch comments. | Cyril Roelandt | 2019-02-27 | 2 | -3/+102 |
| | |||||
* | launchpad: minor cleaning | Michael Muré | 2018-12-17 | 2 | -7/+12 |
| | |||||
* | Initial Launchpad bridge. | Cyril Roelandt | 2018-12-16 | 4 | -0/+332 |
This a just a preview. Not all features are expected to work. |