Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commands: open and close the backend in a single place, simplify commands | Michael Muré | 2020-06-28 | 1 | -10/+4 |
| | |||||
* | commands: refactor to avoid globals | Michael Muré | 2020-06-28 | 1 | -104/+112 |
| | |||||
* | bridges: massive refactor | Michael Muré | 2020-02-15 | 1 | -10/+12 |
| | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | bridge: allow to configure and pull without having set a user first | Michael Muré | 2019-12-25 | 1 | -1/+1 |
| | | | | | | | | | | - 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/+1 |
| | |||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 1 | -14/+36 |
| | |||||
* | bridge: trim inputs during bridge configuration | amine | 2019-11-25 | 1 | -2/+2 |
| | |||||
* | commands: add bridge configure --token-id flag | amine | 2019-11-23 | 1 | -1/+3 |
| | |||||
* | bridge configure: no default name if the default has already been created | Michael Muré | 2019-11-19 | 1 | -1/+11 |
| | |||||
* | bridge/core: add tokenStdin field to bridgeParams | Amine Hilaly | 2019-09-02 | 1 | -13/+3 |
| | | | | commands: move tokenStdin handling logic to bridge.Configure | ||||
* | bridge/github: recover terminal state in password prompts | Amine Hilaly | 2019-08-31 | 1 | -0/+4 |
| | | | | 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 | -11/+11 |
| | | | | bridge: improve bridge config validation | ||||
* | readme: tweaking | Michael Muré | 2019-08-24 | 1 | -1/+1 |
| | |||||
* | docs: update implementation table | Amine Hilaly | 2019-08-24 | 1 | -2/+9 |
| | | | | docs: add bridge usage examples | ||||
* | bridge: detect when trying to configure a bridge with a name already taken | Michael Muré | 2019-07-07 | 1 | -12/+20 |
| | |||||
* | rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKEN | Amine Hilaly | 2019-06-07 | 1 | -1/+1 |
| | |||||
* | make token visible in configuration process | Amine Hilaly | 2019-06-07 | 1 | -7/+12 |
| | | | | | validate token global fixes | ||||
* | Allow cancelling configuration | Amine | 2019-06-05 | 1 | -0/+7 |
| | | | | | | correct error message Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Update bridge configure long description and examples | Amine Hilaly | 2019-05-29 | 1 | -13/+43 |
| | |||||
* | Update documentation and function naming | Amine | 2019-05-29 | 1 | -4/+2 |
| | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Add bridge configure documentation and examples | Amine Hilaly | 2019-05-29 | 1 | -3/+21 |
| | |||||
* | Disable `bridgeConfigure` sort flags option | Amine Hilaly | 2019-05-29 | 1 | -0/+1 |
| | | | | rename `validateGithubURLRemotes` to `getValideGithubRemoteURLs` | ||||
* | Update flags descriptions | Amine | 2019-05-29 | 1 | -6/+7 |
| | | | | | Enhance printing in prompt Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Add warning messages for launchpad-preview | Amine Hilaly | 2019-05-29 | 1 | -1/+1 |
| | | | | | fix --target flag description improve comments | ||||
* | changes to the BridgeImpl Interface | Amine Hilaly | 2019-05-29 | 1 | -9/+30 |
| | | | | | Add bridge params Change bridge.Configure signature | ||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | moved cleaner function to util/interrupt | Rafael Passos | 2018-10-24 | 1 | -2/+2 |
| | |||||
* | Registering lock clearing functions to Cleaner | Rafael Passos | 2018-10-23 | 1 | -0/+2 |
| | |||||
* | commands: don't load the repo for commands that don't need it | Michael Muré | 2018-10-17 | 1 | -3/+4 |
| | | | | fix #67 | ||||
* | commands: better multi choice prompt to select the target for "bridge configure" | Michael Muré | 2018-10-03 | 1 | -6/+10 |
| | |||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | 1 | -2/+1 |
| | |||||
* | commands: add the "bridge" and "bridge configure" commands | Michael Muré | 2018-09-24 | 1 | -0/+95 |