Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Support passing a log-level to the nar-herder server | Christopher Baines | 2022-04-17 | |
| | | | | | | | | This means that you can disable the output of requests by specifying a log-level of INFO or greater. Since the nar-herder may respond to so many requests, logging each one is a bit excessive. | |||
* | Support inserting tags when inserting narinfos | Christopher Baines | 2022-03-13 | |
| | | | | | | This is the beginning of implementing support for tagging. The communicating of tags through changes still needs implementing. | |||
* | Support specifying TTL's for narinfo responses | Christopher Baines | 2022-02-02 | |
| | | | | Using the same approach as guix publish. | |||
* | Regularly update the database dump and delete recent changes | Christopher Baines | 2021-12-29 | |
| | ||||
* | Add support for creating a pid file | Christopher Baines | 2021-12-20 | |
| | ||||
* | Say when the database download starts | Christopher Baines | 2021-12-13 | |
| | ||||
* | Add missing --database-dump option | Christopher Baines | 2021-12-13 | |
| | ||||
* | Fix import trying to import arguments | Christopher Baines | 2021-12-12 | |
| | ||||
* | Get most of the functionality sort of working | Christopher Baines | 2021-12-12 | |
At least working enough to start trying this out, and finding the problems. |