aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | update auto-generated filesMichael Muré2020-02-236-10/+10
* | | use regex.MustCompile instead of dealing with the errorMichael Muré2020-02-235-24/+6
|/ /
* | Merge pull request #250 from cheshirekow/cheshirekow-jiraMichael Muré2020-02-1912-29/+3368
|\ \
| * | update READMEJosh Bialkowski2020-02-191-23/+23
| * | metaKeyJiraOperationId -> metaKeyJiraDerivedIdJosh Bialkowski2020-02-172-23/+23
| * | fix usage of newIdentityRawJosh Bialkowski2020-02-171-1/+1
| * | Fix jira bridge config didn't save credentials or store URL metadataJosh Bialkowski2020-02-171-0/+10
| * | jira: fix a nil contextMichael Muré2020-02-151-1/+2
| * | jira: rework to use the credential system + adapt to refactorsMichael Muré2020-02-155-278/+346
| * | Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-1512-31/+29
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-157-100/+54
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-1527-440/+478
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-1487-4040/+6756
| |\ \ \ \ \
| * | | | | | jira: admittedly biased go stylingMichael Muré2020-02-093-198/+154
| * | | | | | jira: use the new generalized promptsMichael Muré2020-02-091-105/+40
| * | | | | | Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-091134-331895/+10244
| |\ \ \ \ \ \
| * | | | | | | 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 #332 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2020-02-182-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | build(deps): bump github.com/xanzy/go-gitlab from 0.25.0 to 0.26.0dependabot-preview[bot]2020-02-182-1/+3
|/ / / / / / / /
* | | | | | / / prompt: minor fixesMichael Muré2020-02-151-3/+3
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #328 from MichaelMure/bridge-refactorMichael Muré2020-02-1512-31/+29
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | bridges: pass the context to Init for when a client build process needs itMichael Muré2020-02-1512-31/+29
|/ / / / / /
* | | | | | Merge pull request #326 from MichaelMure/bridge-refactorMichael Muré2020-02-157-100/+54
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | bridges: more refactor and cleanupMichael Muré2020-02-157-100/+54
* | | | | | Merge pull request #325 from MichaelMure/bridge-refactorMichael Muré2020-02-1525-430/+468
|\| | | | | | |_|_|/ / |/| | | |
| * | | | bridges: massive refactorMichael Muré2020-02-1525-430/+468
|/ / / /
* | | | Merge pull request #321 from MichaelMure/cred-passwordMichael Muré2020-02-1417-78/+377
|\ \ \ \
| * | | | auth: refactor and introduce Login and LoginPassword, salt IDsMichael Muré2020-02-1217-78/+377
* | | | | Merge pull request #319 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2020-02-132-1/+3
|\ \ \ \ \
| * | | | | build(deps): bump github.com/xanzy/go-gitlab from 0.24.0 to 0.25.0dependabot-preview[bot]2020-02-112-1/+3
| |/ / / /
* | | | | Merge pull request #320 from MichaelMure/dependabot/go_modules/github.com/gor...Michael Muré2020-02-132-1/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.7.4dependabot-preview[bot]2020-02-122-1/+3
| |/ / /
* | | | Merge pull request #323 from MichaelMure/webui/typescriptMichael Muré2020-02-1363-3867/+6231
|\ \ \ \
| * | | | webui: format some filesludovicm672020-02-125-45/+42
| * | | | webui: run linterludovicm672020-02-124-0/+4
| * | | | webui: finish TypeScript conversionludovicm672020-02-1216-109/+150
| * | | | webui: fix Content typeQuentin Gliech2020-02-121-4/+4
| * | | | graphql: server side take responsability to commitMichael Muré2020-02-125-639/+30
| * | | | graphql: expose the name of RepositoryMichael Muré2020-02-124-3/+77
| * | | | webui: lint graphql filesQuentin Gliech2020-02-116-8/+77
| * | | | webui: stop using defaultRepositoryQuentin Gliech2020-02-1110-19/+16
| * | | | graphql: merge defaultRepository and repository for simplified webUI codeMichael Muré2020-02-114-73/+21
| * | | | webui: make travis run unit testsQuentin Gliech2020-02-111-0/+1