aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/config.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | validate token global fixes
* Allow cancelling configurationAmine2019-06-051-2/+2
| | | | | | correct error message Co-Authored-By: Michael Muré <batolettre@gmail.com>
* add unit tests for launchpad bridge configurationAmine Hilaly2019-05-301-1/+1
| | | | | add tests for validateUsername in Github bridge panic when compile regex fail
* Update configuration process and add unit testsAmine Hilaly2019-05-291-16/+34
| | | | Update launchpad bridge
* Update documentation and function namingAmine2019-05-291-4/+3
| | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Change github regex for better matchingAmine Hilaly2019-05-291-7/+17
| | | | | Remove '.git' suffixes from URLs Change token scope for public repositories to `repo:public_repo`
* Disable `bridgeConfigure` sort flags optionAmine Hilaly2019-05-291-2/+2
| | | | rename `validateGithubURLRemotes` to `getValideGithubRemoteURLs`
* Change client default timeout value to 60 secondsAmine Hilaly2019-05-291-20/+9
| | | | | add named return values for easier validation for 2FA codes
* 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-3/+3
| | | | | fix --target flag description improve comments
* Launchpad bridge configuration from `BridgeParams` Project and URLAmine Hilaly2019-05-291-3/+5
| | | | Improve Github config comments
* Update Github bridge configurationAmine Hilaly2019-05-291-86/+200
| | | | | Use GetRemotes in `promptURL` to suggest repo urls Add `promptTokenOptions` to select token a configuration option
* Github bridge updatesAmine Hilaly2019-05-291-67/+189
| | | | Use bridge params to configure the bridge
* 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