aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #331 from MichaelMure/webui/mutationsMichael Muré2020-02-2351-183/+450
|\ \ | | | | | | Webui: add comments
| * | webui: run linter fixludovicm672020-02-223-4/+8
| | |
| * | webui: style SetStatusMichael Muré2020-02-172-3/+9
| | |
| * | webui: more readable dates, also localizedMichael Muré2020-02-171-2/+2
| | |
| * | webui: fix the default queryMichael Muré2020-02-171-1/+1
| | |
| * | webui: more styling on the bug pageMichael Muré2020-02-162-4/+18
| | |
| * | webui: minor styling of the timeline eventsMichael Muré2020-02-163-7/+14
| | |
| * | webui: fix missing space in the bug previewMichael Muré2020-02-161-2/+2
| | |
| * | webui: list by default only open bugsMichael Muré2020-02-161-1/+1
| | |
| * | webui: in the bug list, toggle open and close when clickingMichael Muré2020-02-162-4/+10
| | |
| * | webui: move pages componentsQuentin Gliech2020-02-1344-137/+203
| | |
| * | webui: start reorganizing the component structureQuentin Gliech2020-02-1323-41/+41
| | |
| * | webui: create comment formQuentin Gliech2020-02-136-1/+165
| | |
* | | update auto-generated filesMichael Muré2020-02-2339-216/+190
| | |
* | | Merge pull request #335 from ↵Michael Muré2020-02-232-1/+95
|\ \ \ | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/spf13/cobra-0.0.6 build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6
| * | | build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6dependabot-preview[bot]2020-02-232-1/+95
|/ / / | | | | | | | | | | | | | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/0.0.5...v0.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #334 from ↵Michael Muré2020-02-232-1/+4
|\ \ \ | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.5.1 build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1
| * | | build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1dependabot-preview[bot]2020-02-202-1/+4
| | |/ | |/| | | | | | | | | | | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.5.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | prompt: minor aspect fixMichael Muré2020-02-231-1/+3
| | |
* | | 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
|\ \ | | | | | | Implement jira bridge
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * presence of an error in the import event doesn't indicate failure
| * | | | | | | codereview #5: reverse-map and ImportWarningJosh Bialkowski2019-12-187-38/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix git config reader can't read values with spaces * Add bug-id-revmap config option for the reverse map, and use this in the importer * Add NewImportWarning for things that aren't exactly errors. Use this for unhandled changelog events. * Add NewExportWarning for things that aren't exactly errors. Use this for un-exportable status changes. * Strip newlines from titles on import
| * | | | | | | codereview #4: fixes from testingJosh Bialkowski2019-12-182-9/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * don't prefix imported title's with jira ID * fix import new comment due to wrong variable name * fix double import of comment edition due to improper err check * fix JIRA cloud paginated changelog has a different JSON field then the embedded changelog in the JIRA server issue object * fix splitting label strings yielded an empty string as a label value
| * | | | | | | codreview #3: two credential types, more fixesJosh Bialkowski2019-12-184-59/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support both token and session credential types * use getTimeDervedID in export.go * keyOrigin -> core.KeyOrigin * fix one indentation * remove project key from operation metadata * fix missing credentials codepath if not using sidecar
| * | | | | | | codereview #2: some cleanup, correct use of nothing-eventsJosh Bialkowski2019-12-188-173/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * return error, don't panic * skipping status export is an error * use switch in config.go * move PromptPassword to input * move client construction into getIdentityClient * use non-pointer context throughout client since it is an interface * remove some TODOs * don't emit multiple nothing-events, just one per bug only if nothing happened. * rename EditBody to EditCreateComment * add configuration notes about additional values * store bug id map in a dictionary in the config * some fixes from testing
| * | | | | | | codereview #1: clean lint from golangcibotJosh Bialkowski2019-12-184-20/+37
| | | | | | | |
| * | | | | | | Implement jira bridgeJosh Bialkowski2019-12-1814-9/+3235
| | | | | | | |
* | | | | | | | Merge pull request #332 from ↵Michael Muré2020-02-182-1/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.26.0 build(deps): bump github.com/xanzy/go-gitlab from 0.25.0 to 0.26.0
| * | | | | | | | build(deps): bump github.com/xanzy/go-gitlab from 0.25.0 to 0.26.0dependabot-preview[bot]2020-02-182-1/+3
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.25.0...v0.26.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | / / 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 need it
| * | | | | | 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 cleanup
| * | | | | bridges: more refactor and cleanupMichael Muré2020-02-157-100/+54
| | | | | |