aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/launchpad/config.go
Commit message (Expand)AuthorAgeFilesLines
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
* CLI: Add non-interactive option to interactive commands (#651)Sascha2021-05-091-1/+4
* github: correct casing for user provided loginMichael Muré2020-02-291-0/+2
* 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: massive refactorMichael Muré2020-02-151-13/+10
* it compiles \o/Michael Muré2020-02-081-7/+0
* gitlab also compileMichael Muré2020-02-081-24/+2
* bridge/gitlab: support self-hosted GitLab instanceamine2019-12-101-0/+3
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-20/+19
* bridge/launchpad: add missing metadataamine2019-11-191-3/+3
* commands: read token from stdin in bridge configurationAmine Hilaly2019-08-311-1/+7
* bridge: use a single KeyTarget constant for all bridgesMichael Muré2019-07-071-4/+3
* add target to launchpad configurationAmine Hilaly2019-06-171-0/+7
* add unit tests for launchpad bridge configurationAmine Hilaly2019-05-301-9/+14
* 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
* launchpad: minor cleaningMichael Muré2018-12-171-4/+8
* Initial Launchpad bridge.Cyril Roelandt2018-12-161-0/+50