aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * github: warning when the comment to be edited is missing instead of failingMichael Muré2020-01-041-0/+5
| | * codereview #6: don't fail one warningJosh Bialkowski2020-01-042-3/+12
| | * * Fix git config reader can't read values with spacesJosh Bialkowski2020-01-043-5/+36
| |/
| * Merge pull request #285 from MichaelMure/fix-gitlabMichael Muré2020-01-032-7/+8
| |\
| | * gitlab: proper token generation URL with custom base URLMichael Muré2020-01-031-6/+7
| | * gitlab: fix edit not being pushed with baseUrlMichael Muré2020-01-031-1/+1
| |/
| * termui: fix an excessive assumption about an error0.6.0Michael Muré2019-12-271-1/+3
| * Merge pull request #280 from MichaelMure/bridge-gitlabMichael Muré2019-12-272-18/+94
| |\
| | * bridge/gitlab/config.go printing typoAmine2019-12-271-1/+1
| | * bridge/gitlab: add missing baseUrl prompt and optionsamine2019-12-262-18/+94
| * | Merge pull request #277 from MichaelMure/dependabot/dep/github.com/MichaelMur...Michael Muré2019-12-268-50/+391
| |\ \
| | * | dep ensureMichael Muré2019-12-266-46/+387
| | * | build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2019-12-262-4/+4
| |/ /
| * | Merge pull request #278 from MichaelMure/bridge-conf-workflowMichael Muré2019-12-2614-35/+158
| |\ \ | | |/ | |/|
| | * bridge: allow to configure and pull without having set a user firstMichael Muré2019-12-2514-35/+158
| |/
* | repair after rebaseJosh Bialkowski2019-12-185-22/+20
* | codereview #6: don't fail one warningJosh Bialkowski2019-12-182-3/+12
* | codereview #5: reverse-map and ImportWarningJosh Bialkowski2019-12-187-38/+112
* | codereview #4: fixes from testingJosh Bialkowski2019-12-182-9/+42
* | codreview #3: two credential types, more fixesJosh Bialkowski2019-12-184-59/+126
* | codereview #2: some cleanup, correct use of nothing-eventsJosh Bialkowski2019-12-188-173/+183
* | codereview #1: clean lint from golangcibotJosh Bialkowski2019-12-184-20/+37
* | Implement jira bridgeJosh Bialkowski2019-12-1814-9/+3235
|/
* Merge pull request #274 from MichaelMure/gitlab-bridgeMichael Muré2019-12-1015-15/+84
|\
| * bridge/gitlab: support self-hosted GitLab instanceamine2019-12-1015-15/+84
* | Merge pull request #273 from MichaelMure/user-create-setAmine2019-12-103-1/+22
|\ \ | |/ |/|
| * cmd: "user create" only assign the user identity if not setMichael Muré2019-12-103-1/+22
|/
* Merge pull request #271 from MichaelMure/bridge-credentialsMichael Muré2019-12-1052-769/+1091
|\
| * auth: Correctly cast configs[configKeyKind]amine2019-12-091-1/+1
| * type the CredentialKind valuesMichael Muré2019-12-091-2/+2
| * bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-0852-769/+1091
* | Merge pull request #272 from MichaelMure/fix-import-time-saveAmine2019-12-092-5/+15
|\ \ | |/ |/|
| * bridge: fix incorrect last import time on context cancelMichael Muré2019-12-092-5/+15
|/
* Merge pull request #265 from contrapunctus-1/doc-grammarMichael Muré2019-11-291-7/+7
|\
| * readme - fix some grammatical issuescontrapunctus2019-11-291-7/+7
|/
* Merge pull request #263 from MichaelMure/configure-cleanupAmine2019-11-269-54/+91
|\
| * bridge: move export event handling to the CLIMichael Muré2019-11-262-24/+20
| * gitlab: configurator cleanupMichael Muré2019-11-262-10/+27
| * github: tiny cleanups of the configuratorMichael Muré2019-11-266-20/+44
|/
* Merge pull request #262 from MichaelMure/bridgeMichael Muré2019-11-263-14/+14
|\
| * bridge: trim inputs during bridge configurationamine2019-11-253-14/+14
|/
* Merge pull request #260 from MichaelMure/bridgeMichael Muré2019-11-249-30/+272
|\
| * bridge/gitlab: add gitlab bridge configurationamine2019-11-244-7/+75
| * bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functionsamine2019-11-242-38/+58
| * commands: add bridge configure --token-id flagamine2019-11-232-16/+3
| * bridge/github: use core.ConfigKeyToken instead of keyTokenamine2019-11-232-5/+5
| * bridge/github: configuration with global configsamine2019-11-231-14/+98
| * bridge/core: load token value in ensureInitamine2019-11-232-4/+87
|/
* Merge pull request #258 from MichaelMure/fixesMichael Muré2019-11-192-1/+4
|\
| * bridge: use the target as well in the token IDMichael Muré2019-11-191-1/+1