index
:
wajir
master
Automatically watch Jira issues
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-05-10
option.lisp: Fix `--version` argument
Teddy Wing
2022-05-08
config: Add a `print-object` method
Teddy Wing
2022-05-08
option.lisp: Append newlines to error messages
Teddy Wing
2022-05-08
option.lisp: Make string options take an argument
Teddy Wing
2022-05-08
option.lisp: Only error if required arguments are missing
Teddy Wing
2022-05-08
option.lisp: Remove old required arguments check draft code
Teddy Wing
2022-05-08
option.lisp: Require `--login`, `--token`, `--endpoint` options
Teddy Wing
2022-05-08
Parse command line options
Teddy Wing
2022-05-08
Hide debug output behind `verbose` config option
Teddy Wing
2022-05-08
Call the Jira API to watch unwatched issues
Teddy Wing
2022-05-08
deliver-email: Don't set an output stream on the executed program
Teddy Wing
2022-05-08
deliver-email: Send email data to program
Teddy Wing
2022-05-08
Format 'issue created' email
Teddy Wing
2022-05-08
Start of email building
Teddy Wing
2022-05-08
config.lisp: Fix formatting
Teddy Wing
2022-05-08
fetch-issues: Use Jira Cloud API v2 instead of v3
Teddy Wing
2022-05-08
fetch-issues: Fetch fields needed for email
Teddy Wing
2022-05-08
watch-issue: Plan watch tasks
Teddy Wing
2022-05-08
run: Comment issue watching loop
Teddy Wing
2022-05-08
run: Loop over all pages of results
Teddy Wing
2022-05-08
run: Debug multi-page
Teddy Wing
2022-05-08
watch-issues: Change to `watch-issue`
Teddy Wing
2022-05-08
run: Loop over all pages of issues
Teddy Wing
2022-05-08
Move "main" into "run"
Teddy Wing
2022-05-08
Move configuration into a `config` object
Teddy Wing
2022-05-08
Generate HTTP Basic auth base64 from user and token
Teddy Wing
2022-05-07
fetch-issues: Move Atlassian URL endpoint to argument
Teddy Wing
2022-05-07
fetch-issues: Change POST data to Lisp alist
Teddy Wing
2022-05-07
Parse JSON from Jira response
Teddy Wing
2022-05-07
Move issues fetch to a function
Teddy Wing
2022-05-07
Try querying issues from Jira
Teddy Wing