Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-21 | r/559 chore: Rename pkgs->depot in all Nix file headers | Vincent Ambo | 1 | -4/+4 | |
2020-02-12 | r/544 refactor(web/cgit-taz): Serve depot from disk location on camden | Vincent Ambo | 1 | -4/+3 | |
2020-01-19 | r/427 feat(web/cgit-taz): Use cheddar's about filter for about pages | Vincent Ambo | 1 | -1/+4 | |
Following this change, Markdown files in the tree view will be rendered as highlighted Markdown sources. | |||||
2020-01-12 | r/381 chore(web/cgit-taz): Use in-tree cgit version instead | Vincent Ambo | 1 | -11/+2 | |
Drops the previous patch setup to use //third_party/cgit instead. | |||||
2020-01-11 | r/378 chore(web/cgit-taz): Remove patches which have been integrated | Vincent Ambo | 3 | -210/+0 | |
These patches now live as commits at //third_party/cgit | |||||
2019-12-30 | r/319 chore(cgit-taz): Hide remote branches | Vincent Ambo | 1 | -2/+1 | |
With the sync-gcsr changes from the previous commits remote branches are turned into local branches anyways. | |||||
2019-12-21 | r/289 feat(cgit-taz): Add patches for subtree about/ handling | Vincent Ambo | 5 | -4/+123 | |
1. Generate links to subtree about pages. 2. Render README files in subtrees, too. | |||||
2019-12-21 | r/285 chore(third_party): Remove pulldown-cmark again | Vincent Ambo | 1 | -4/+0 | |
2019-12-21 | r/283 feat(cgit-taz): Use cheddar as the about-filter | Vincent Ambo | 1 | -1/+1 | |
This will render about pages using the Comrak renderer defined in Cheddar. Note that due to the way its implemented this will have one interesting behaviour: Markdown files in the tree will *also* be rendered as HTML. I will need to see how that works out before deciding whether or not to disable it. | |||||
2019-12-21 | r/278 feat(cgit-taz): Make use of cheddar for syntax highlighting | Vincent Ambo | 1 | -1/+1 | |
2019-12-21 | r/274 feat(cgit-taz): Use pulldown-cmark as the about filter | Vincent Ambo | 1 | -2/+6 | |
It renders GitHub-flavoured Markdown, which is nice for most use-cases. | |||||
2019-12-20 | r/245 style(cgit-taz): Embed repository logo | Vincent Ambo | 1 | -0/+1 | |
2019-12-20 | r/244 fix(cgit): Configure mimetype-file correctly | Vincent Ambo | 1 | -0/+1 | |
2019-12-20 | r/241 feat(cgit-taz): Enable some convenience features in cgit | Vincent Ambo | 1 | -0/+4 | |
Hopefully file following actually works for directories, too! | |||||
2019-12-20 | r/237 chore: Significantly restructure folder layout | Vincent Ambo | 3 | -0/+179 | |
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) |