Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -1/+1 |
| | |||||
* | jira: rework to use the credential system + adapt to refactors | Michael Muré | 2020-02-15 | 1 | -76/+38 |
| | |||||
* | jira: admittedly biased go styling | Michael Muré | 2020-02-09 | 1 | -95/+80 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into cheshirekow-jira | Michael Muré | 2020-02-09 | 1 | -1/+1 |
| | |||||
* | codereview #4: fixes from testing | Josh Bialkowski | 2019-12-18 | 1 | -1/+13 |
| | | | | | | | | | | | * 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 | 1 | -9/+54 |
| | | | | | | | | | * 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 | 1 | -17/+18 |
| | | | | | | | | | | | | | | | | * 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 | 1 | -2/+5 |
| | |||||
* | Implement jira bridge | Josh Bialkowski | 2019-12-18 | 1 | -0/+1453 |