Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-12-26 | docs: Add example configuration file | Vincent Ambo | 1 | -20/+1 |
2017-12-26 | feat(lisp): Implement configuration loading | Vincent Ambo | 1 | -18/+33 |
2017-12-24 | fix(lisp): Don't intern symbols for unregistered tasks | Vincent Ambo | 1 | -1/+1 |
2017-12-21 | feat(lisp): Make server port configurable | Vincent Ambo | 1 | -1/+5 |
2017-12-21 | refactor(lisp): Use imported symbols with local qualification | Vincent Ambo | 1 | -14/+12 |
2017-12-21 | fix(lisp): Automatically snapshot after task completions | Vincent Ambo | 1 | -1/+2 |
2017-12-21 | feat(lisp): Implement persistent storage via cl-prevalence | Vincent Ambo | 1 | -18/+41 |
2017-12-20 | chore: License under GPLv3 | Vincent Ambo | 1 | -0/+9 |
2017-12-20 | feat(lisp): Add Hunchentoot handler for task completion | Vincent Ambo | 1 | -5/+18 |
2017-12-20 | fix(lisp): Sort tasks in DESCENDING order | Vincent Ambo | 1 | -1/+1 |
2017-12-20 | feat(lisp): Initial Gemma backend implementation | Vincent Ambo | 1 | -0/+125 |