aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/launchpad
Commit message (Expand)AuthorAgeFilesLines
* [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-231-2/+2
* cache: tie up the refactor up to compilingMichael Muré2022-12-211-5/+4
* WIPMichael Muré2022-11-281-2/+2
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-131-2/+2
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-182-2/+2
* CLI: Add non-interactive option to interactive commands (#651)Sascha2021-05-091-1/+4
* make sure every text input is safe and validatedMichael Muré2021-04-171-3/+4
* deal with the previous changesMichael Muré2021-02-141-0/+1
* 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: correct casing for user provided loginMichael Muré2020-02-291-0/+2
* | identity: bring back the login to hold that info from bridges (purely informa...Michael Muré2020-02-251-0/+1
|/
* 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 cred...Michael Muré2020-02-231-1/+0
* | 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
* 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/launchpad: add missing metadataamine2019-11-192-11/+14
* | bridge: various cleanupsMichael Muré2019-11-091-4/+0
|/
* commands: read token from stdin in bridge configurationAmine Hilaly2019-08-311-1/+7
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-182-127/+112
* 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
|\
| * 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
* Update configuration process and add unit testsAmine Hilaly2019-05-291-2/+7
* Update documentation and function namingAmine2019-05-291-1/+4
* Update flags descriptions Amine2019-05-291-2/+2
* Add warning messages for launchpad-previewAmine Hilaly2019-05-291-0/+7
* Launchpad bridge configuration from `BridgeParams` Project and URLAmine Hilaly2019-05-291-5/+48
* Launchpad changesAmine Hilaly2019-05-291-6/+12
* Add importer testsAmine Hilaly2019-05-051-6/+1
* 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