Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Naming fixes | Amine Hilaly | 2019-06-16 | 1 | -3/+5 |
| | |||||
* | Store bridge type alongside the other params in the config | Amine Hilaly | 2019-06-15 | 1 | -0/+6 |
| | |||||
* | make token visible in configuration process | Amine Hilaly | 2019-06-07 | 1 | -12/+16 |
| | | | | | validate token global fixes | ||||
* | Allow cancelling configuration | Amine | 2019-06-05 | 1 | -2/+2 |
| | | | | | | correct error message Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | add unit tests for launchpad bridge configuration | Amine Hilaly | 2019-05-30 | 1 | -1/+1 |
| | | | | | add tests for validateUsername in Github bridge panic when compile regex fail | ||||
* | Update configuration process and add unit tests | Amine Hilaly | 2019-05-29 | 1 | -16/+34 |
| | | | | Update launchpad bridge | ||||
* | Update documentation and function naming | Amine | 2019-05-29 | 1 | -4/+3 |
| | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Change github regex for better matching | Amine Hilaly | 2019-05-29 | 1 | -7/+17 |
| | | | | | Remove '.git' suffixes from URLs Change token scope for public repositories to `repo:public_repo` | ||||
* | Disable `bridgeConfigure` sort flags option | Amine Hilaly | 2019-05-29 | 1 | -2/+2 |
| | | | | rename `validateGithubURLRemotes` to `getValideGithubRemoteURLs` | ||||
* | Change client default timeout value to 60 seconds | Amine Hilaly | 2019-05-29 | 1 | -20/+9 |
| | | | | | add named return values for easier validation for 2FA codes | ||||
* | Update flags descriptions | Amine | 2019-05-29 | 1 | -2/+2 |
| | | | | | Enhance printing in prompt Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Add warning messages for launchpad-preview | Amine Hilaly | 2019-05-29 | 1 | -3/+3 |
| | | | | | fix --target flag description improve comments | ||||
* | Launchpad bridge configuration from `BridgeParams` Project and URL | Amine Hilaly | 2019-05-29 | 1 | -3/+5 |
| | | | | Improve Github config comments | ||||
* | Update Github bridge configuration | Amine Hilaly | 2019-05-29 | 1 | -86/+200 |
| | | | | | Use GetRemotes in `promptURL` to suggest repo urls Add `promptTokenOptions` to select token a configuration option | ||||
* | Github bridge updates | Amine Hilaly | 2019-05-29 | 1 | -67/+189 |
| | | | | Use bridge params to configure the bridge | ||||
* | Integrate iterator with importer | Amine Hilaly | 2019-05-05 | 1 | -4/+6 |
| | |||||
* | github: also pull users email | Michael Muré | 2018-10-07 | 1 | -2/+7 |
| | |||||
* | github: explain better what happen with the user credentials | Michael Muré | 2018-10-03 | 1 | -1/+1 |
| | |||||
* | bridge: validate config before use | Michael Muré | 2018-09-24 | 1 | -0/+16 |
| | |||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | 1 | -1/+1 |
| | |||||
* | bridge: big refactor and cleanup | Michael Muré | 2018-09-24 | 1 | -11/+10 |
| | |||||
* | bridge: better interfaces, working github configurator | Michael Muré | 2018-09-21 | 1 | -0/+282 |