Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | webui: change primary color | ludovicm67 | 2020-01-23 | 1 | -2/+11 | |
| | | | ||||||
| * | | Merge pull request #299 from ludovicm67/fix-webui | Michael Muré | 2020-01-23 | 5 | -1/+45 | |
| |\| | | | | | | | Fix column overflow in webui | |||||
| | * | webui: fix width for pre tags in bug messages | ludovicm67 | 2020-01-23 | 3 | -0/+19 | |
| | | | ||||||
| | * | webui: open image in a new tab on click | ludovicm67 | 2020-01-23 | 1 | -3/+7 | |
| | | | ||||||
| | * | webui: fix column width on bug | ludovicm67 | 2020-01-23 | 1 | -0/+1 | |
| | | | ||||||
| | * | webui: custom image tag | ludovicm67 | 2020-01-23 | 2 | -1/+21 | |
| |/ | ||||||
| * | fix version not set properly when built on travis | Michael Muré | 2020-01-22 | 2 | -2/+6 | |
| | | ||||||
| * | Merge pull request #298 from MichaelMure/webui/gql-fragment-matcher | Michael Muré | 2020-01-21 | 7 | -2515/+5474 | |
| |\ | | | | | | | Use the IntrospectionFragmentMatcher & update dependencies | |||||
| | * | webui: use the IntrospectionFragmentMatcher & update dependencies | Quentin Gliech | 2020-01-21 | 7 | -2515/+5474 | |
| |/ | ||||||
| * | Merge pull request #287 from MichaelMure/github-import-error | Michael Muré | 2020-01-07 | 5 | -6/+51 | |
| |\ | | | | | | | Github import error | |||||
| | * | github: warning when the comment to be edited is missing instead of failing | Michael Muré | 2020-01-04 | 1 | -0/+5 | |
| | | | | | | | | | | | | fix #286 | |||||
| | * | codereview #6: don't fail one warning | Josh Bialkowski | 2020-01-04 | 2 | -3/+12 | |
| | | | | | | | | | | | | * presence of an error in the import event doesn't indicate failure | |||||
| | * | * Fix git config reader can't read values with spaces | Josh Bialkowski | 2020-01-04 | 3 | -5/+36 | |
| |/ | | | | | | | | | | | | | * 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. | |||||
| * | Merge pull request #285 from MichaelMure/fix-gitlab | Michael Muré | 2020-01-03 | 2 | -7/+8 | |
| |\ | | | | | | | Fix gitlab | |||||
| | * | gitlab: proper token generation URL with custom base URL | Michael Muré | 2020-01-03 | 1 | -6/+7 | |
| | | | ||||||
| | * | gitlab: fix edit not being pushed with baseUrl | Michael Muré | 2020-01-03 | 1 | -1/+1 | |
| |/ | | | | | | | fix #284 | |||||
| * | termui: fix an excessive assumption about an error0.6.0 | Michael Muré | 2019-12-27 | 1 | -1/+3 | |
| | | ||||||
| * | Merge pull request #280 from MichaelMure/bridge-gitlab | Michael Muré | 2019-12-27 | 2 | -18/+94 | |
| |\ | | | | | | | bridge/gitlab: add base url configuration | |||||
| | * | bridge/gitlab/config.go printing typo | Amine | 2019-12-27 | 1 | -1/+1 | |
| | | | | | | | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | |||||
| | * | bridge/gitlab: add missing baseUrl prompt and options | amine | 2019-12-26 | 2 | -18/+94 | |
| | | | | | | | | | | | | bridge/gitlab: fix api calls with self hosted Gitlab instances | |||||
| * | | Merge pull request #277 from ↵ | Michael Muré | 2019-12-26 | 8 | -50/+391 | |
| |\ \ | | | | | | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/MichaelMure/go-term-text-0.2.4 build(deps): bump github.com/MichaelMure/go-term-text from 0.2.1 to 0.2.4 | |||||
| | * | | dep ensure | Michael Muré | 2019-12-26 | 6 | -46/+387 | |
| | | | | ||||||
| | * | | build(deps): bump github.com/MichaelMure/go-term-text | dependabot-preview[bot] | 2019-12-26 | 2 | -4/+4 | |
| |/ / | | | | | | | | | | | | | | | | | | | Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.1 to 0.2.4. - [Release notes](https://github.com/MichaelMure/go-term-text/releases) - [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.1...v0.2.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | |||||
| * | | Merge pull request #278 from MichaelMure/bridge-conf-workflow | Michael Muré | 2019-12-26 | 14 | -35/+158 | |
| |\ \ | | |/ | |/| | bridge: allow to configure and pull without having set a user first | |||||
| | * | bridge: allow to configure and pull without having set a user first | Michael Muré | 2019-12-25 | 14 | -35/+158 | |
| |/ | | | | | | | | | | | | | | | | | | | - 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 | |||||
* | | repair after rebase | Josh Bialkowski | 2019-12-18 | 5 | -22/+20 | |
| | | ||||||
* | | codereview #6: don't fail one warning | Josh Bialkowski | 2019-12-18 | 2 | -3/+12 | |
| | | | | | | | | * presence of an error in the import event doesn't indicate failure | |||||
* | | codereview #5: reverse-map and ImportWarning | Josh Bialkowski | 2019-12-18 | 7 | -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 testing | Josh Bialkowski | 2019-12-18 | 2 | -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 fixes | Josh Bialkowski | 2019-12-18 | 4 | -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-events | Josh Bialkowski | 2019-12-18 | 8 | -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 golangcibot | Josh Bialkowski | 2019-12-18 | 4 | -20/+37 | |
| | | ||||||
* | | Implement jira bridge | Josh Bialkowski | 2019-12-18 | 14 | -9/+3235 | |
|/ | ||||||
* | Merge pull request #274 from MichaelMure/gitlab-bridge | Michael Muré | 2019-12-10 | 15 | -15/+84 | |
|\ | | | | | bridge/gitlab: support self-hosted GitLab instance | |||||
| * | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 15 | -15/+84 | |
| | | ||||||
* | | Merge pull request #273 from MichaelMure/user-create-set | Amine | 2019-12-10 | 3 | -1/+22 | |
|\ \ | |/ |/| | cmd: "user create" only assign the user identity if not set | |||||
| * | cmd: "user create" only assign the user identity if not set | Michael Muré | 2019-12-10 | 3 | -1/+22 | |
|/ | ||||||
* | Merge pull request #271 from MichaelMure/bridge-credentials | Michael Muré | 2019-12-10 | 52 | -769/+1091 | |
|\ | | | | | bridge: huge refactor to accept multiple kind of credentials | |||||
| * | auth: Correctly cast configs[configKeyKind] | amine | 2019-12-09 | 1 | -1/+1 | |
| | | ||||||
| * | type the CredentialKind values | Michael Muré | 2019-12-09 | 1 | -2/+2 | |
| | | | | | | Co-Authored-By: Amine <hilalyamine@gmail.com> | |||||
| * | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 52 | -769/+1091 | |
| | | ||||||
* | | Merge pull request #272 from MichaelMure/fix-import-time-save | Amine | 2019-12-09 | 2 | -5/+15 | |
|\ \ | |/ |/| | bridge: fix incorrect last import time on context cancel | |||||
| * | bridge: fix incorrect last import time on context cancel | Michael Muré | 2019-12-09 | 2 | -5/+15 | |
|/ | ||||||
* | Merge pull request #265 from contrapunctus-1/doc-grammar | Michael Muré | 2019-11-29 | 1 | -7/+7 | |
|\ | | | | | readme - fix some grammatical issues | |||||
| * | readme - fix some grammatical issues | contrapunctus | 2019-11-29 | 1 | -7/+7 | |
|/ | ||||||
* | Merge pull request #263 from MichaelMure/configure-cleanup | Amine | 2019-11-26 | 9 | -54/+91 | |
|\ | | | | | github: tiny cleanups of the configurator | |||||
| * | bridge: move export event handling to the CLI | Michael Muré | 2019-11-26 | 2 | -24/+20 | |
| | | ||||||
| * | gitlab: configurator cleanup | Michael Muré | 2019-11-26 | 2 | -10/+27 | |
| | | ||||||
| * | github: tiny cleanups of the configurator | Michael Muré | 2019-11-26 | 6 | -20/+44 | |
|/ | ||||||
* | Merge pull request #262 from MichaelMure/bridge | Michael Muré | 2019-11-26 | 3 | -14/+14 | |
|\ | | | | | bridge: trim inputs during bridge configuration |