Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-20 | r/237 chore: Significantly restructure folder layout | Vincent Ambo | 1 | -30/+0 | |
This moves the various projects from "type-based" folders (such as "services" or "tools") into more appropriate semantic folders (such as "nix", "ops" or "web"). Deprecated projects (nixcon-demo & gotest) which only existed for testing/demonstration purposes have been removed. (Note: *all* builds are broken with this commit) | |||||
2019-09-22 | r/87 chore(tazblog): Remove more unneeded dependencies | Vincent Ambo | 1 | -4/+4 | |
2019-08-25 | r/65 chore(tazblog): Clean up unused dependencies | Vincent Ambo | 1 | -9/+17 | |
2019-08-22 | r/51 chore(blog): Minor changes to integrate DNS based backend | Vincent Ambo | 1 | -2/+2 | |
2019-08-21 | r/47 chore(tazblog): Introduce dependency on 'dns' | Vincent Ambo | 1 | -2/+2 | |
2019-08-20 | r/46 chore(tazblog): Introduce dependency on 'cache' | Vincent Ambo | 1 | -4/+4 | |
2019-08-20 | r/44 chore(tazblog): Replace BlogDB with stubs for DNS-based storage | Vincent Ambo | 1 | -6/+6 | |
Removes acid-state specific code and the former BlogDB module, in its stead the new BlogStorage module contains stubs for the functions that will be filled in with DNS-based storage. This code is unformatted and will not currently serve a working blog. | |||||
2019-06-29 | r/3 feat(tazblog): Add Nix build configuration | Vincent Ambo | 1 | -0/+22 | |