aboutsummaryrefslogtreecommitdiff
path: root/nar-herder/storage.scm
Commit message (Expand)AuthorAge
* Fiddle more with the nar removal criteriaChristopher Baines2022-05-19
* Just retry fetching files on the next mirror passChristopher Baines2022-05-15
* Add a fast path for downloading nars when there's no storage limitChristopher Baines2022-05-14
* Split out the downloading of narsChristopher Baines2022-05-14
* Update the storage_size_bytes metric when removing narsChristopher Baines2022-05-06
* Further fix the 'and nar removal criteriaChristopher Baines2022-05-06
* Fix the 'and removal criteriaChristopher Baines2022-05-06
* Support removing nar filesChristopher Baines2022-05-06
* Skip mirroring files if downloading them failsChristopher Baines2022-05-05
* Handle exceptions in threadsChristopher Baines2022-05-05
* Initialise the nar_files_total metric when fetching changesChristopher Baines2022-05-04
* Update the nar_files_total metric when downloading and removing filesChristopher Baines2022-05-04
* Expose the nar files stats via a new nar_files_total metricChristopher Baines2022-05-04
* Expose the storage size as a metricChristopher Baines2022-05-04
* Add some more loggingChristopher Baines2022-02-02
* Decode nar urls when deleting nar filesChristopher Baines2022-02-02
* Handle URI encoding when mirroring filesChristopher Baines2022-02-02
* Decode the URLs for narinfo-filesChristopher Baines2022-02-02
* Double check the nar removal criteria before removing narsChristopher Baines2021-12-15
* Log the storage size when removing narsChristopher Baines2021-12-15
* Move retry for fetching files to a better placeChristopher Baines2021-12-15
* Add some retrying around requestsChristopher Baines2021-12-15
* Fix and test removing narsChristopher Baines2021-12-14
* Fix store-item-in-local-storage?Christopher Baines2021-12-14
* Guard against checking for 0 narinfo filesChristopher Baines2021-12-14
* Remove peekChristopher Baines2021-12-13
* Speed up indexing the storageChristopher Baines2021-12-13
* Log the time for getting the storage sizeChristopher Baines2021-12-13
* Handle empty directories in index-storageChristopher Baines2021-12-13
* Get most of the functionality sort of workingChristopher Baines2021-12-12