index
:
wajir
master
Automatically watch Jira issues
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-05-21
Makefile: Add `install` target
Teddy Wing
2022-05-21
README: Add install instructions
Teddy Wing
2022-05-21
Add license (GNU GPLv3+)
Teddy Wing
2022-05-21
main: Clean up Control-c test code
Teddy Wing
2022-05-21
main: Exit on Control-c
Teddy Wing
2022-05-19
main: Re-enable Jira watching code
Teddy Wing
2022-05-18
main: Add TODO for SIGINT handling
Teddy Wing
2022-05-18
Idea for disabling Lisp debugger on error
Teddy Wing
2022-05-18
main: Run the real program from (main)
Teddy Wing
2022-05-18
main: Update program description to match actual implementation
Teddy Wing
2022-05-17
README: Mention running the program at regular intervals
Teddy Wing
2022-05-17
README: Add a usage example
Teddy Wing
2022-05-11
Add README
Teddy Wing
2022-05-11
Makefile: Generate man page from Asciidoc
Teddy Wing
2022-05-11
doc/wajir.1.txt: Add program description
Teddy Wing
2022-05-11
doc/wajir.1.txt: Fix minor issues with options docs
Teddy Wing
2022-05-10
doc/wajir.1.txt: Add options to synopsis
Teddy Wing
2022-05-10
option.lisp: Fix `--version` argument
Teddy Wing
2022-05-10
doc/wajir.1.txt: Describe the rest of the command line options
Teddy Wing
2022-05-08
config: Add a `print-object` method
Teddy Wing
2022-05-08
Start writing man page
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
wajir.asd: Remove `in-package :asdf-user` and use namespace
Teddy Wing
2022-05-08
Add 'cl-sysexits' dependency
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
Add .gitignore
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
[next]