Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-26 | Replaced local Git log extraction with CGit ATOM feeds | Adrian Kummerlaender | |
* I just realized that repository specific commit feeds are already provided by both CGit and GitHub ** i.e. I made the mistake of not checking if my current system already provides the required functionality when I wanted to aggregate my commits and found this to be a use case for StaticXSLT * feeds are fetched via `curl` ** this will be a local request in production ** the messages are still cleaned using `sed` and transformed into _XHTML_ using `peg-markdown` * instead of reading a customized Git log output CommitLog now simply transforms CGit ATOM feeds using identity templates ** this requires ATOM namespace removal which is implemented in `utility/remove_namespace.xsl` | |||
2014-10-21 | Enabled customizing of the number of commits to be fetched | Adrian Kummerlaender | |
2014-10-17 | Added basic commit timeline aggregator implementation | Adrian Kummerlaender | |
* another application based on StaticXSLT * git is instructed to export XML through a special log format definition * the commit messages are processed as Markdown * currently implemented result views are commits-by-repo and a paginated timeline of all commits in every repository * repositories to be read have to be defined in the `repositories.xml` file in the `00_content` level |