aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/jira/import.go
Commit message (Expand)AuthorAgeFilesLines
* cache: tie up the refactor up to compilingMichael Muré2022-12-211-4/+4
* WIPMichael Muré2022-11-281-2/+2
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-131-11/+13
* bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...Michael Muré2022-08-221-3/+2
* move bug.Status in entities/common for reuseMichael Muré2022-08-201-4/+5
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-1/+2
* 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