Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | bridge: trim inputs during bridge configuration | amine | 2019-11-25 | 3 | -14/+14 |
|/ | |||||
* | Merge pull request #260 from MichaelMure/bridge | Michael Muré | 2019-11-24 | 9 | -30/+272 |
|\ | | | | | Support bridge configuration with global tokens | ||||
| * | bridge/gitlab: add gitlab bridge configuration | amine | 2019-11-24 | 4 | -7/+75 |
| | | |||||
| * | bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functions | amine | 2019-11-24 | 2 | -38/+58 |
| | | | | | | | | bridge/github: global fixes | ||||
| * | commands: add bridge configure --token-id flag | amine | 2019-11-23 | 2 | -16/+3 |
| | | |||||
| * | bridge/github: use core.ConfigKeyToken instead of keyToken | amine | 2019-11-23 | 2 | -5/+5 |
| | | |||||
| * | bridge/github: configuration with global configs | amine | 2019-11-23 | 1 | -14/+98 |
| | | |||||
| * | bridge/core: load token value in ensureInit | amine | 2019-11-23 | 2 | -4/+87 |
|/ | | | | bridge/core: add more token functionalities | ||||
* | Merge pull request #258 from MichaelMure/fixes | Michael Muré | 2019-11-19 | 2 | -1/+4 |
|\ | | | | | Bridges fixes | ||||
| * | bridge: use the target as well in the token ID | Michael Muré | 2019-11-19 | 1 | -1/+1 |
| | | |||||
| * | github: sort project candidate in the interactive wizard | Michael Muré | 2019-11-19 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #255 from ↵ | Michael Muré | 2019-11-19 | 2 | -32/+62 |
|\ \ | | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/awesome-gocui/gocui-a34ffb0 build(deps): bump github.com/awesome-gocui/gocui from `c9d3c2b` to `a34ffb0` | ||||
| * | | vendor: update github.com/awesome-gocui/gocui dependencies | amine | 2019-11-19 | 2 | -30/+61 |
| | | | |||||
| * | | build(deps): bump github.com/awesome-gocui/gocui | dependabot-preview[bot] | 2019-11-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/awesome-gocui/gocui](https://github.com/awesome-gocui/gocui) from `c9d3c2b` to `a34ffb0`. - [Release notes](https://github.com/awesome-gocui/gocui/releases) - [Commits](https://github.com/awesome-gocui/gocui/compare/c9d3c2bec453a8d648228640c79cc769bbc78df8...a34ffb055986a3f9461735162c9a2d235b95b8cb) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | | Merge pull request #254 from MichaelMure/import-events | Michael Muré | 2019-11-19 | 6 | -68/+48 |
|\ \ \ | | | | | | | | | Bridge: correctly emit NothingEvents | ||||
| * | | | bridge/launchpad: importer correctly emit NothingEvent | amine | 2019-11-19 | 2 | -5/+4 |
| | | | | |||||
| * | | | bridge/gitlab: importer and exporter correctly emit NothingEvents | amine | 2019-11-19 | 2 | -11/+11 |
| | | | | |||||
| * | | | bridge/github: export correctly emit nothing events | amine | 2019-11-19 | 2 | -24/+18 |
| | | | | |||||
| * | | | bridge/github: importer corectly emit events | amine | 2019-11-19 | 2 | -29/+16 |
| | | | | |||||
* | | | | Merge pull request #256 from ↵ | Michael Muré | 2019-11-19 | 4 | -5/+6 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.22.1 build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1 | ||||
| * | | | vendor: update github.com/xanzy/go-gitlab dependencies | amine | 2019-11-19 | 3 | -1/+3 |
| | | | | |||||
| * | | | build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1 | dependabot-preview[bot] | 2019-11-18 | 2 | -4/+4 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.22.0 to 0.22.1. - [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.22.0...v0.22.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | | bridge configure: no default name if the default has already been created | Michael Muré | 2019-11-19 | 1 | -1/+11 |
| | | | |||||
* | | | Merge pull request #213 from MichaelMure/hash-collision | Michael Muré | 2019-11-19 | 6 | -30/+47 |
|\ \ \ | |_|/ |/| | | bug: make sure there is no Operation's hash collision | ||||
| * | | bug: make sure there is no Operation's hash collision | Michael Muré | 2019-11-19 | 6 | -30/+47 |
| | | | |||||
* | | | Merge pull request #247 from MichaelMure/bridge-origin | Michael Muré | 2019-11-19 | 14 | -101/+103 |
|\ \ \ | |/ / |/| | | bridge: move keyOrigin to core package | ||||
| * | | bridge/launchpad: add missing metadata | amine | 2019-11-19 | 14 | -101/+103 |
| | | | | | | | | | | | | bridge: use a specific key for origin metadata | ||||
* | | | bridge/core: document import/export events | Michael Muré | 2019-11-19 | 2 | -1/+24 |
| | | |