about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2017-12-29 feat(build): Add initial Nix-based build processVincent Ambo3-0/+91
2017-12-26 feat(build): Configure ASDF program-op with entrypointVincent Ambo2-2/+18
2017-12-26 docs(README): Update docs with a note about configurationVincent Ambo1-3/+8
2017-12-26 docs: Add example configuration fileVincent Ambo2-20/+22
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 Ambo2-19/+45
2017-12-20 docs: Add README with project explanation and backgroundVincent Ambo1-0/+91
2017-12-20 chore: Add code of conduct to projectVincent Ambo1-0/+20
2017-12-20 chore: License under GPLv3Vincent Ambo4-5/+700
2017-12-20 feat(elm): Automatically poll every 15 secondsVincent Ambo1-1/+13
2017-12-20 feat(elm): Add real button to task cardsVincent Ambo1-8/+14
2017-12-20 feat(elm): Add nice little texts to display time remainingVincent Ambo1-5/+16
2017-12-20 feat(elm): Implement task completion handlingVincent Ambo1-11/+39
2017-12-20 feat(elm): Add initial (broken) MDL layout for tasksVincent Ambo2-21/+75
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(elm): Add initial logic for Gemma's Elm frontendVincent Ambo2-0/+117
2017-12-20 feat(lisp): Initial Gemma backend implementationVincent Ambo2-0/+147