summaryrefslogtreecommitdiffstatshomepage
path: root/bridge/gitlab/config.go
Commit message (Expand)AuthorAge
* deps(crypto): bump golang.org/x/crypto from v0.26.0 to v0.31.0 (fix for CVE-2...Matěj Cepl2025-03-18
* feat: update references to the git-bug organization (#1249)sudoforge2024-08-24
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-18
* Allow new gitlab PAT formatGaël James2022-03-31
* Update URL of GitLab access token settingsRemi Rampin2021-10-13
* Fix GitLab showing https:/../personal_access_tokenRemi Rampin2021-10-13
* CLI: Add non-interactive option to interactive commands (#651)Sascha2021-05-09
* bridge: store credentials in the Keyring instead of the git configMichael Muré2020-09-29
* jira/gitlab: fix a bad login handling in the configuratorMichael Muré2020-03-28
* Merge pull request #341 from MichaelMure/bridges-default-loginMichael Muré2020-02-23
|\
| * bridge: record the login used during the configure and use it as default cred...Michael Muré2020-02-23
* | use regex.MustCompile instead of dealing with the errorMichael Muré2020-02-23
|/
* bridges: more refactor and cleanupMichael Muré2020-02-15
* bridges: massive refactorMichael Muré2020-02-15
* auth: refactor and introduce Login and LoginPassword, salt IDsMichael Muré2020-02-12
* github/gitlab: many fixes and improvments at the config stepMichael Muré2020-02-10
* bridge: fix 2 uncatched errorsMichael Muré2020-02-08
* gitlab also compileMichael Muré2020-02-08
* WIPMichael Muré2020-02-08
* gitlab: proper token generation URL with custom base URLMichael Muré2020-01-03
* Merge pull request #280 from MichaelMure/bridge-gitlabMichael Muré2019-12-27
|\
| * bridge/gitlab/config.go printing typoAmine2019-12-27
| * bridge/gitlab: add missing baseUrl prompt and optionsamine2019-12-26
* | bridge: allow to configure and pull without having set a user firstMichael Muré2019-12-25
|/
* bridge/gitlab: support self-hosted GitLab instanceamine2019-12-10
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-08
* gitlab: configurator cleanupMichael Muré2019-11-26
* bridge: trim inputs during bridge configurationamine2019-11-25
* bridge/gitlab: add gitlab bridge configurationamine2019-11-24
* bridge/launchpad: add missing metadataamine2019-11-19
* bridge/core: add tokenStdin field to bridgeParamsAmine Hilaly2019-09-02
* commands: read token from stdin in bridge configurationAmine Hilaly2019-08-31
* bridge/gitlab: change validateProjectURL signatureAmine Hilaly2019-07-23
* bridge/gitlab: global code and comment updatesAmine2019-07-23
* bridge/gitlab: improve tests and errorsAmine Hilaly2019-07-23
* bridge/gitlab: add bridge config testsAmine Hilaly2019-07-23
* bridge/gitlab: fix note error handling bugAmine Hilaly2019-07-23
* bridge/gitlab: prompt only for user provided tokenAmine Hilaly2019-07-23
* bridge/gitlab: remove request token methodesAmine Hilaly2019-07-23
* bridge/gitlab: bridge project validationAmine Hilaly2019-07-23
* bridge/gitlab: add bridge configureAmine Hilaly2019-07-23