aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/launchpad
Commit message (Collapse)AuthorAgeFilesLines
* launchpad: fix a nil value accessMichael Muré2020-03-281-1/+1
|
* launchpad: tighten the bug matchingMichael Muré2020-03-281-1/+4
|
* Merge pull request #344 from MichaelMure/github-lowercase-loginMichael Muré2020-02-291-0/+2
|\ | | | | github: fix matching cred/identity with badly cased login
| * github: correct casing for user provided loginMichael Muré2020-02-291-0/+2
| |
* | identity: bring back the login to hold that info from bridges (purely ↵Michael Muré2020-02-251-0/+1
|/ | | | informational)
* Merge pull request #341 from MichaelMure/bridges-default-loginMichael Muré2020-02-231-1/+0
|\ | | | | bridge: record the login used during the configure and use it as default credential
| * bridge: record the login used during the configure and use it as default ↵Michael Muré2020-02-231-1/+0
| | | | | | | | | | | | credential fix #338
* | use regex.MustCompile instead of dealing with the errorMichael Muré2020-02-231-4/+1
|/
* bridges: pass the context to Init for when a client build process needs itMichael Muré2020-02-151-1/+1
|
* bridges: massive refactorMichael Muré2020-02-152-15/+12
| | | | | | - automatic flag validation and warning - generalized prompt - cleanups
* it compiles \o/Michael Muré2020-02-083-12/+19
|
* gitlab also compileMichael Muré2020-02-081-24/+2
|
* more more wipMichael Muré2020-02-081-1/+0
|
* bridge/gitlab: support self-hosted GitLab instanceamine2019-12-101-0/+3
|
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-082-22/+21
|
* bridge/launchpad: importer correctly emit NothingEventamine2019-11-191-4/+3
|
* Merge pull request #247 from MichaelMure/bridge-originMichael Muré2019-11-192-11/+14
|\ | | | | bridge: move keyOrigin to core package
| * bridge/launchpad: add missing metadataamine2019-11-192-11/+14
| | | | | | | | bridge: use a specific key for origin metadata
* | bridge: various cleanupsMichael Muré2019-11-091-4/+0
|/
* commands: read token from stdin in bridge configurationAmine Hilaly2019-08-311-1/+7
| | | | bridge: improve bridge config validation
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-182-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 typeMichael Muré2019-08-121-3/+4
|
* bridge: use a single KeyTarget constant for all bridgesMichael Muré2019-07-071-4/+3
|
* Merge pull request #171 from MichaelMure/graphql-mutation-relayMichael Muré2019-06-231-1/+1
|\ | | | | Graphql mutation relay
| * cache: expose the operation when creating a new bugMichael Muré2019-06-161-1/+1
| |
* | add target to launchpad configurationAmine Hilaly2019-06-171-0/+7
|/
* add unit tests for launchpad bridge configurationAmine Hilaly2019-05-302-9/+107
| | | | | add tests for validateUsername in Github bridge panic when compile regex fail
* Update configuration process and add unit testsAmine Hilaly2019-05-291-2/+7
| | | | Update launchpad bridge
* Update documentation and function namingAmine2019-05-291-1/+4
| | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Update flags descriptions Amine2019-05-291-2/+2
| | | | | Enhance printing in prompt Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Add warning messages for launchpad-previewAmine Hilaly2019-05-291-0/+7
| | | | | fix --target flag description improve comments
* Launchpad bridge configuration from `BridgeParams` Project and URLAmine Hilaly2019-05-291-5/+48
| | | | Improve Github config comments
* Launchpad changesAmine Hilaly2019-05-291-6/+12
| | | | Use bridge params to configure the bridge
* Add importer testsAmine Hilaly2019-05-051-6/+1
| | | | | | Changes to Importer and exporter interface Improve importer Fix extra edits bug
* github: fix 3 edge-case failuresMichael Muré2019-03-011-5/+5
|
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-011-1/+1
|
* identity: more progress and fixesMichael Muré2019-03-011-8/+32
|
* identity: more progress and fixesMichael Muré2019-03-011-1/+1
|
* Launchpad bridge: fetch comments.Cyril Roelandt2019-02-272-3/+102
|
* launchpad: minor cleaningMichael Muré2018-12-172-7/+12
|
* Initial Launchpad bridge.Cyril Roelandt2018-12-164-0/+332
This a just a preview. Not all features are expected to work.