aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab/config.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #280 from MichaelMure/bridge-gitlabMichael Muré2019-12-271-17/+93
|\ | | | | bridge/gitlab: add base url configuration
| * bridge/gitlab/config.go printing typoAmine2019-12-271-1/+1
| | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * bridge/gitlab: add missing baseUrl prompt and optionsamine2019-12-261-17/+93
| | | | | | | | bridge/gitlab: fix api calls with self hosted Gitlab instances
* | bridge: allow to configure and pull without having set a user firstMichael Muré2019-12-251-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 instanceamine2019-12-101-3/+15
|
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-69/+69
|
* gitlab: configurator cleanupMichael Muré2019-11-261-9/+26
|
* bridge: trim inputs during bridge configurationamine2019-11-251-5/+5
|
* bridge/gitlab: add gitlab bridge configurationamine2019-11-241-3/+71
|
* bridge/launchpad: add missing metadataamine2019-11-191-3/+3
| | | | bridge: use a specific key for origin metadata
* bridge/core: add tokenStdin field to bridgeParamsAmine Hilaly2019-09-021-1/+8
| | | | commands: move tokenStdin handling logic to bridge.Configure
* commands: read token from stdin in bridge configurationAmine Hilaly2019-08-311-2/+11
| | | | bridge: improve bridge config validation
* bridge/gitlab: change validateProjectURL signatureAmine Hilaly2019-07-231-15/+11
| | | | bridge/gitlab: code cleanup
* bridge/gitlab: global code and comment updatesAmine2019-07-231-4/+4
| | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
* bridge/gitlab: improve tests and errorsAmine Hilaly2019-07-231-10/+9
| | | | bridge/gitlab: global fixes
* bridge/gitlab: add bridge config testsAmine Hilaly2019-07-231-16/+6
|
* bridge/gitlab: fix note error handling bugAmine Hilaly2019-07-231-37/+0
| | | | bridge/gitlab: remove unused functions
* bridge/gitlab: prompt only for user provided tokenAmine Hilaly2019-07-231-29/+1
|
* bridge/gitlab: remove request token methodesAmine Hilaly2019-07-231-89/+9
|
* bridge/gitlab: bridge project validationAmine Hilaly2019-07-231-185/+45
| | | | bridge/gitlab: token generation
* bridge/gitlab: add bridge configureAmine Hilaly2019-07-231-0/+518