aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/jira/export.go
Commit message (Expand)AuthorAgeFilesLines
* cache: tie up the refactor up to compilingMichael Muré2022-12-211-4/+3
* WIPMichael Muré2022-11-281-1/+1
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-131-7/+7
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-2/+2
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-1/+2
* jira: fix incorrect client creation reusing the same credentialMichael Muré2022-03-101-1/+1
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-1/+1
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-251-1/+1
* jira: rework to use the credential system + adapt to refactorsMichael Muré2020-02-151-60/+92
* jira: admittedly biased go stylingMichael Muré2020-02-091-46/+33
* repair after rebaseJosh Bialkowski2019-12-181-2/+3
* codereview #5: reverse-map and ImportWarningJosh Bialkowski2019-12-181-1/+1
* codreview #3: two credential types, more fixesJosh Bialkowski2019-12-181-2/+2
* codereview #2: some cleanup, correct use of nothing-eventsJosh Bialkowski2019-12-181-59/+65
* codereview #1: clean lint from golangcibotJosh Bialkowski2019-12-181-9/+5
* Implement jira bridgeJosh Bialkowski2019-12-181-0/+453