aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/launchpad/config.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | bridge: use a specific key for origin metadata
* commands: read token from stdin in bridge configurationAmine Hilaly2019-08-311-1/+7
| | | | bridge: improve bridge config validation
* 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
| | | | | 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
* launchpad: minor cleaningMichael Muré2018-12-171-4/+8
|
* Initial Launchpad bridge.Cyril Roelandt2018-12-161-0/+50
This a just a preview. Not all features are expected to work.