Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use regex.MustCompile instead of dealing with the error | Michael Muré | 2020-02-23 | 1 | -8/+2 |
| | |||||
* | bridges: pass the context to Init for when a client build process needs it | Michael Muré | 2020-02-15 | 1 | -14/+6 |
| | |||||
* | bridges: more refactor and cleanup | Michael Muré | 2020-02-15 | 1 | -2/+2 |
| | |||||
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 1 | -12/+19 |
| | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | it compiles \o/ | Michael Muré | 2020-02-08 | 1 | -0/+17 |
| | |||||
* | WIP | Michael Muré | 2020-02-08 | 1 | -6/+7 |
| | |||||
* | codereview #6: don't fail one warning | Josh Bialkowski | 2020-01-04 | 1 | -1/+1 |
| | | | | * presence of an error in the import event doesn't indicate failure | ||||
* | bridge: allow to configure and pull without having set a user first | Michael Muré | 2019-12-25 | 1 | -13/+30 |
| | | | | | | | | | | - init() only the importer or exporter as required - assign a "default user" user Id to credentials at creation if no user has been set - "bridge auth": also display the user - "bridge auth show": adapt to a potential "default user" user Id - "bridge configure": allow to run without a user set - "bridge pull": allow to run without a user set - "user adopt": replace "default user" by the actual user id when run | ||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 1 | -0/+1 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 1 | -21/+11 |
| | |||||
* | bridge: move export event handling to the CLI | Michael Muré | 2019-11-26 | 1 | -23/+5 |
| | |||||
* | bridge/core: load token value in ensureInit | amine | 2019-11-23 | 1 | -2/+13 |
| | | | | bridge/core: add more token functionalities | ||||
* | Merge pull request #247 from MichaelMure/bridge-origin | Michael Muré | 2019-11-19 | 1 | -3/+3 |
|\ | | | | | bridge: move keyOrigin to core package | ||||
| * | bridge/launchpad: add missing metadata | amine | 2019-11-19 | 1 | -3/+3 |
| | | | | | | | | bridge: use a specific key for origin metadata | ||||
* | | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | 1 | -0/+6 |
|/ | |||||
* | bridge: improvement on the import resume feature | Michael Muré | 2019-11-03 | 1 | -29/+20 |
| | |||||
* | commands: support bridge imports after a given date and resumable imports | amine | 2019-11-03 | 1 | -7/+72 |
| | |||||
* | bridge: use new repository configuration interface | amine | 2019-11-01 | 1 | -5/+5 |
| | | | | commands/webui: use new repository configuration interface | ||||
* | bridge/core: add tokenStdin field to bridgeParams | Amine Hilaly | 2019-09-02 | 1 | -4/+5 |
| | | | | commands: move tokenStdin handling logic to bridge.Configure | ||||
* | bridge/core: add context.Context to ImportAll and ExportAll signatures | Amine Hilaly | 2019-08-18 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: change validateProjectURL signature | Amine Hilaly | 2019-07-23 | 1 | -1/+3 |
| | | | | bridge/gitlab: code cleanup | ||||
* | bridge: detect when trying to configure a bridge with a name already taken | Michael Muré | 2019-07-07 | 1 | -1/+10 |
| | |||||
* | bridge: use a single KeyTarget constant for all bridges | Michael Muré | 2019-07-07 | 1 | -2/+2 |
| | |||||
* | [bridge/github] improve comments and documentation | Amine | 2019-07-05 | 1 | -1/+1 |
| | | | | | | [bridge/github] improve error handling and tests Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | [core] Implement ExportResults | Amine Hilaly | 2019-06-30 | 1 | -5/+5 |
| | | | | | Use ExportResult chan to send export events Remove exportedBugs and exportedLabels | ||||
* | LoadBridge create a bridge using loadConfig | Amine Hilaly | 2019-06-17 | 1 | -18/+12 |
| | | | | update loadConfig signature | ||||
* | Naming fixes | Amine Hilaly | 2019-06-16 | 1 | -1/+0 |
| | |||||
* | Store bridge type alongside the other params in the config | Amine Hilaly | 2019-06-15 | 1 | -37/+44 |
| | |||||
* | Merge pull request #153 from A-Hilaly/bridge-configuration | Michael Muré | 2019-06-07 | 1 | -2/+11 |
|\ | | | | | [Breaking] Bridge configuration enhancements | ||||
| * | changes to the BridgeImpl Interface | Amine Hilaly | 2019-05-29 | 1 | -2/+11 |
| | | | | | | | | | | Add bridge params Change bridge.Configure signature | ||||
* | | Sort bridges list | Amine Hilaly | 2019-06-06 | 1 | -0/+3 |
|/ | |||||
* | Add importer tests | Amine Hilaly | 2019-05-05 | 1 | -42/+5 |
| | | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug | ||||
* | bridge: fix typo | Michael Muré | 2019-03-01 | 1 | -6/+6 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -2/+4 |
| | |||||
* | bridge: simplify regex | Michael Muré | 2018-12-04 | 1 | -2/+2 |
| | |||||
* | bridge: slightly better error message | Michael Muré | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | github: deal with the deleted user case where github return a null actor | Michael Muré | 2018-10-06 | 1 | -27/+92 |
| | |||||
* | add documentation | Michael Muré | 2018-10-01 | 1 | -0/+10 |
| | |||||
* | bridge: validate config before use | Michael Muré | 2018-09-24 | 1 | -0/+5 |
| | |||||
* | commands: add "bridge pull" | Michael Muré | 2018-09-24 | 1 | -0/+41 |
| | |||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | 1 | -16/+15 |
| | |||||
* | bridge: big refactor and cleanup | Michael Muré | 2018-09-24 | 1 | -47/+118 |
| | |||||
* | bridge: better interfaces, working github configurator | Michael Muré | 2018-09-21 | 1 | -16/+139 |
| | |||||
* | bridge: add the beginning of a github importer | Michael Muré | 2018-09-21 | 1 | -0/+26 |