aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/database.scm
Commit message (Collapse)AuthorAge
* Stop logging so much about cache missesChristopher Baines2022-11-18
|
* Don't log guix-data-service-error'sChristopher Baines2022-11-17
| | | | As these are to be expected.
* Enable calling with-sqlite-cache and not storing the computed valueChristopher Baines2022-10-04
| | | | | This allows fetching cached items without populating the cache, for example if you want to fallback to a fixed value if there's no cached one available.
* Initialise the database schema for empty databasesChristopher Baines2022-09-20
|
* Speed up the /patches pageChristopher Baines2022-09-18
| | | | And add more debugging for slowness.
* Add missing #:unwind? #tChristopher Baines2022-09-15
|
* Use reader threads for running the proc for the SQLite cacheChristopher Baines2022-09-10
| | | | | This will ensure that it'll not cause the threads used by fibers to block.
* Increase the minimum number of SQLite reader threadsChristopher Baines2022-09-10
| | | | And update the comment.
* Add lots more functionalityChristopher Baines2022-09-03