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-22
Makefile: Remove trailing slashes from install directories
HEAD
v0.0.1
master
Teddy Wing
2022-05-22
Makefile: Remove filenames from install destinations
Teddy Wing
2022-05-22
Makefile: Use `prefix` etc. variables
Teddy Wing
2022-05-22
Makefile: Fix man page install
Teddy Wing
2022-05-22
Makefile: Use `DESTDIR` instead of `PREFIX`
Teddy Wing
2022-05-22
Makefile: Add root directory prefix to release tarball
Teddy Wing
2022-05-22
option.lisp: Move program version to macro
Teddy Wing
2022-05-22
bundle.lisp: Include :com.inuoe.jzon dependencies
Teddy Wing
2022-05-22
Makefile: Add source file dependencies to `pkg` target
Teddy Wing
2022-05-22
Makefile: Remove dependencies from `bundle` target
Teddy Wing
2022-05-22
Makefile: Add `pkg` targeto
Teddy Wing
2022-05-22
Makefile: Have the `install` target depend on the binary and man page
Teddy Wing
2022-05-22
Makefile: Bundle dependencies for packaging
Teddy Wing
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
[next]