Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix --cached-compression-min-uses handling | Christopher Baines | 2023-02-01 |
| | |||
* | Add experimental support for cached compressions | Christopher Baines | 2023-01-16 |
| | | | | | | This adds optional caching for alternative compressions of stored nars. You could store lzip nars for example, but then compute, cache and provide zstd nars for some stored nars. | ||
* | Add some instrumentation around the database | Christopher Baines | 2022-06-24 |
| | |||
* | Improve handling of nar removal | Christopher Baines | 2022-05-19 |
| | | | | When --storage is set and not set. | ||
* | Fiddle more with the nar removal criteria | Christopher Baines | 2022-05-19 |
| | | | | | This should make the singular stored-on and and'ed stored-on work properly. | ||
* | Support removing nar files | Christopher Baines | 2022-05-06 |
| | |||
* | Initialise the nar_files_total metric when fetching changes | Christopher Baines | 2022-05-04 |
| | |||
* | Create the pid file prior to downloading the database | Christopher Baines | 2022-05-04 |
| | | | | | Otherwise, anything starting the service may time out if the database file is large. | ||
* | Update the nar_files_total metric when processing changes | Christopher Baines | 2022-05-04 |
| | |||
* | Fix the default log-level value | Christopher Baines | 2022-05-04 |
| | |||
* | Expose the nar files stats via a new nar_files_total metric | Christopher Baines | 2022-05-04 |
| | |||
* | Expose the storage size as a metric | Christopher Baines | 2022-05-04 |
| | |||
* | Add support for exposing some basic metrics | Christopher Baines | 2022-04-17 |
| | | | | In a format understood by Prometheus. | ||
* | 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. |