aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/config.go
Commit message (Expand)AuthorAgeFilesLines
* gitlab also compileMichael Muré2020-02-081-1/+1
* more more wipMichael Muré2020-02-081-33/+4
* wipMichael Muré2020-02-081-2/+4
* more wipMichael Muré2020-02-081-1/+35
* more wipMichael Muré2020-02-081-2/+6
* WIPMichael Muré2020-02-081-39/+26
* input: better reusable prompt functionsMichael Muré2020-02-081-127/+12
* bridge: allow to configure and pull without having set a user firstMichael Muré2019-12-251-5/+12
* bridge/gitlab: support self-hosted GitLab instanceamine2019-12-101-0/+4
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-72/+63
* gitlab: configurator cleanupMichael Muré2019-11-261-1/+1
* github: tiny cleanups of the configuratorMichael Muré2019-11-261-12/+24
* bridge: trim inputs during bridge configurationamine2019-11-251-7/+7
* bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functionsamine2019-11-241-38/+16
* commands: add bridge configure --token-id flagamine2019-11-231-15/+0
* bridge/github: configuration with global configsamine2019-11-231-14/+98
* github: sort project candidate in the interactive wizardMichael Muré2019-11-191-0/+3
* bridge/launchpad: add missing metadataamine2019-11-191-3/+3
* bridge/core: add tokenStdin field to bridgeParamsAmine Hilaly2019-09-021-1/+8
* bridge/github: move cleaners to where is calledAmine Hilaly2019-09-011-10/+20
* bridge/github: recover terminal state in password promptsAmine Hilaly2019-08-311-0/+11
* commands: enhance flag description Amine2019-08-311-1/+1
* commands: read token from stdin in bridge configurationAmine Hilaly2019-08-311-1/+11
* fix index out of range panic in github configurationAmine Hilaly2019-07-231-1/+1
* bridge/github: fix project visibility promptAmine Hilaly2019-07-221-2/+2
* bridge: use a single KeyTarget constant for all bridgesMichael Muré2019-07-071-4/+3
* Naming fixesAmine Hilaly2019-06-161-3/+5
* Store bridge type alongside the other params in the configAmine Hilaly2019-06-151-0/+6
* make token visible in configuration processAmine Hilaly2019-06-071-12/+16
* Allow cancelling configurationAmine2019-06-051-2/+2
* add unit tests for launchpad bridge configurationAmine Hilaly2019-05-301-1/+1
* Update configuration process and add unit testsAmine Hilaly2019-05-291-16/+34
* Update documentation and function namingAmine2019-05-291-4/+3
* Change github regex for better matchingAmine Hilaly2019-05-291-7/+17
* Disable `bridgeConfigure` sort flags optionAmine Hilaly2019-05-291-2/+2
* Change client default timeout value to 60 secondsAmine Hilaly2019-05-291-20/+9
* Update flags descriptions Amine2019-05-291-2/+2
* Add warning messages for launchpad-previewAmine Hilaly2019-05-291-3/+3
* Launchpad bridge configuration from `BridgeParams` Project and URLAmine Hilaly2019-05-291-3/+5
* Update Github bridge configurationAmine Hilaly2019-05-291-86/+200
* Github bridge updatesAmine Hilaly2019-05-291-67/+189
* Integrate iterator with importerAmine Hilaly2019-05-051-4/+6
* github: also pull users emailMichael Muré2018-10-071-2/+7
* github: explain better what happen with the user credentialsMichael Muré2018-10-031-1/+1
* bridge: validate config before useMichael Muré2018-09-241-0/+16
* commands: add "bridge rm"Michael Muré2018-09-241-1/+1
* bridge: big refactor and cleanupMichael Muré2018-09-241-11/+10
* bridge: better interfaces, working github configuratorMichael Muré2018-09-211-0/+282