summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-12-31 feat(lisp): Correctly set location for static assets in Nix buildsVincent Ambo1-3/+12
2017-12-26 feat(build): Configure ASDF program-op with entrypointVincent Ambo1-2/+16
2017-12-26 docs: Add example configuration fileVincent Ambo1-20/+1
2017-12-26 feat(lisp): Implement configuration loadingVincent Ambo1-18/+33
2017-12-24 fix(lisp): Don't intern symbols for unregistered tasksVincent Ambo1-1/+1
2017-12-21 feat(lisp): Make server port configurableVincent Ambo1-1/+5
2017-12-21 refactor(lisp): Use imported symbols with local qualificationVincent Ambo1-14/+12
2017-12-21 fix(lisp): Automatically snapshot after task completionsVincent Ambo1-1/+2
2017-12-21 feat(lisp): Implement persistent storage via cl-prevalenceVincent Ambo1-18/+41
2017-12-20 chore: License under GPLv3Vincent Ambo1-0/+9
2017-12-20 feat(lisp): Add Hunchentoot handler for task completionVincent Ambo1-5/+18
2017-12-20 fix(lisp): Sort tasks in DESCENDING orderVincent Ambo1-1/+1
2017-12-20 feat(lisp): Initial Gemma backend implementationVincent Ambo1-0/+125