aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-05-22option.lisp: Move program version to macroTeddy Wing
2022-05-21Add license (GNU GPLv3+)Teddy Wing
2022-05-21main: Clean up Control-c test codeTeddy Wing
2022-05-21main: Exit on Control-cTeddy Wing
2022-05-19main: Re-enable Jira watching codeTeddy Wing
2022-05-18main: Add TODO for SIGINT handlingTeddy Wing
2022-05-18Idea for disabling Lisp debugger on errorTeddy Wing
2022-05-18main: Run the real program from (main)Teddy Wing
2022-05-18main: Update program description to match actual implementationTeddy Wing
2022-05-10option.lisp: Fix `--version` argumentTeddy Wing
2022-05-08config: Add a `print-object` methodTeddy Wing
2022-05-08option.lisp: Append newlines to error messagesTeddy Wing
2022-05-08option.lisp: Make string options take an argumentTeddy Wing
2022-05-08option.lisp: Only error if required arguments are missingTeddy Wing
2022-05-08option.lisp: Remove old required arguments check draft codeTeddy Wing
2022-05-08option.lisp: Require `--login`, `--token`, `--endpoint` optionsTeddy Wing
2022-05-08Parse command line optionsTeddy Wing
2022-05-08Hide debug output behind `verbose` config optionTeddy Wing
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