aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/jira/import.go
Commit message (Expand)AuthorAgeFilesLines
* make sure every text input is safe and validatedMichael Muré2021-04-171-23/+8
* deal with the previous changesMichael Muré2021-02-141-0/+1
* jira: tag bugs with the base URL, tighten the matchingMichael Muré2020-03-281-1/+11
* identity: bring back the login to hold that info from bridges (purely informa...Michael Muré2020-02-251-1/+2
* bridge: record the login used during the configure and use it as default cred...Michael Muré2020-02-231-2/+4
* metaKeyJiraOperationId -> metaKeyJiraDerivedIdJosh Bialkowski2020-02-171-16/+16
* fix usage of newIdentityRawJosh Bialkowski2020-02-171-1/+1
* jira: rework to use the credential system + adapt to refactorsMichael Muré2020-02-151-54/+79
* jira: admittedly biased go stylingMichael Muré2020-02-091-57/+41
* Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-091-1/+0
* repair after rebaseJosh Bialkowski2019-12-181-5/+6
* codereview #5: reverse-map and ImportWarningJosh Bialkowski2019-12-181-31/+66
* codereview #4: fixes from testingJosh Bialkowski2019-12-181-8/+29
* codreview #3: two credential types, more fixesJosh Bialkowski2019-12-181-17/+7
* codereview #2: some cleanup, correct use of nothing-eventsJosh Bialkowski2019-12-181-45/+32
* codereview #1: clean lint from golangcibotJosh Bialkowski2019-12-181-9/+24
* Implement jira bridgeJosh Bialkowski2019-12-181-0/+598