aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-05-08Call the Jira API to watch unwatched issuesTeddy Wing
2022-05-08deliver-email: Don't set an output stream on the executed programTeddy Wing
2022-05-08deliver-email: Send email data to programTeddy Wing
2022-05-08Format 'issue created' emailTeddy Wing
2022-05-08Start of email buildingTeddy Wing
2022-05-08config.lisp: Fix formattingTeddy Wing
2022-05-08fetch-issues: Use Jira Cloud API v2 instead of v3Teddy Wing
2022-05-08fetch-issues: Fetch fields needed for emailTeddy Wing
2022-05-08watch-issue: Plan watch tasksTeddy Wing
2022-05-08run: Comment issue watching loopTeddy Wing
2022-05-08run: Loop over all pages of resultsTeddy Wing
2022-05-08run: Debug multi-pageTeddy Wing
2022-05-08watch-issues: Change to `watch-issue`Teddy Wing
2022-05-08run: Loop over all pages of issuesTeddy Wing
2022-05-08Move "main" into "run"Teddy Wing
2022-05-08Move configuration into a `config` objectTeddy Wing
2022-05-08Generate HTTP Basic auth base64 from user and tokenTeddy Wing
2022-05-07fetch-issues: Move Atlassian URL endpoint to argumentTeddy Wing
2022-05-07fetch-issues: Change POST data to Lisp alistTeddy Wing
2022-05-07Parse JSON from Jira responseTeddy Wing
2022-05-07Move issues fetch to a functionTeddy Wing
2022-05-07Try querying issues from JiraTeddy Wing