Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | github/gitlab: many fixes and improvments at the config step | Michael Muré | 2020-02-10 | 1 | -34/+76 |
| | |||||
* | it compiles \o/ | Michael Muré | 2020-02-08 | 1 | -9/+0 |
| | |||||
* | gitlab also compile | Michael Muré | 2020-02-08 | 1 | -1/+1 |
| | |||||
* | more more wip | Michael Muré | 2020-02-08 | 1 | -33/+4 |
| | |||||
* | wip | Michael Muré | 2020-02-08 | 1 | -2/+4 |
| | |||||
* | more wip | Michael Muré | 2020-02-08 | 1 | -1/+35 |
| | |||||
* | more wip | Michael Muré | 2020-02-08 | 1 | -2/+6 |
| | |||||
* | WIP | Michael Muré | 2020-02-08 | 1 | -39/+26 |
| | |||||
* | input: better reusable prompt functions | Michael Muré | 2020-02-08 | 1 | -127/+12 |
| | |||||
* | bridge: allow to configure and pull without having set a user first | Michael Muré | 2019-12-25 | 1 | -5/+12 |
| | | | | | | | | | | - init() only the importer or exporter as required - assign a "default user" user Id to credentials at creation if no user has been set - "bridge auth": also display the user - "bridge auth show": adapt to a potential "default user" user Id - "bridge configure": allow to run without a user set - "bridge pull": allow to run without a user set - "user adopt": replace "default user" by the actual user id when run | ||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 1 | -0/+4 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 1 | -72/+63 |
| | |||||
* | gitlab: configurator cleanup | Michael Muré | 2019-11-26 | 1 | -1/+1 |
| | |||||
* | github: tiny cleanups of the configurator | Michael Muré | 2019-11-26 | 1 | -12/+24 |
| | |||||
* | bridge: trim inputs during bridge configuration | amine | 2019-11-25 | 1 | -7/+7 |
| | |||||
* | bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functions | amine | 2019-11-24 | 1 | -38/+16 |
| | | | | bridge/github: global fixes | ||||
* | commands: add bridge configure --token-id flag | amine | 2019-11-23 | 1 | -15/+0 |
| | |||||
* | bridge/github: configuration with global configs | amine | 2019-11-23 | 1 | -14/+98 |
| | |||||
* | github: sort project candidate in the interactive wizard | Michael Muré | 2019-11-19 | 1 | -0/+3 |
| | |||||
* | bridge/launchpad: add missing metadata | amine | 2019-11-19 | 1 | -3/+3 |
| | | | | bridge: use a specific key for origin metadata | ||||
* | bridge/core: add tokenStdin field to bridgeParams | Amine Hilaly | 2019-09-02 | 1 | -1/+8 |
| | | | | commands: move tokenStdin handling logic to bridge.Configure | ||||
* | bridge/github: move cleaners to where is called | Amine Hilaly | 2019-09-01 | 1 | -10/+20 |
| | |||||
* | bridge/github: recover terminal state in password prompts | Amine Hilaly | 2019-08-31 | 1 | -0/+11 |
| | | | | commands: error if a token is provide but not the bridge name and target | ||||
* | commands: enhance flag description | Amine | 2019-08-31 | 1 | -1/+1 |
| | | | | | bridge/github: improve configuration logic Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | commands: read token from stdin in bridge configuration | Amine Hilaly | 2019-08-31 | 1 | -1/+11 |
| | | | | bridge: improve bridge config validation | ||||
* | fix index out of range panic in github configuration | Amine Hilaly | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | bridge/github: fix project visibility prompt | Amine Hilaly | 2019-07-22 | 1 | -2/+2 |
| | |||||
* | bridge: use a single KeyTarget constant for all bridges | Michael Muré | 2019-07-07 | 1 | -4/+3 |
| | |||||
* | 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 |