aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Start trying to handle GC happening while processing revisionsChristopher Baines2024-08-12
|
* Parallelise inserting package derivation distribution countsChristopher Baines2024-08-10
|
* Get the test suite working againChristopher Baines2024-08-07
|
* Move inserting derivations in to the load-new-guix-revision moduleChristopher Baines2024-08-07
| | | | | And start to more closely integrate it. This makes it possible to start making it faster by doing more in parallel.
* Add the fiberize utilityChristopher Baines2024-08-07
|
* Stream the render-revision-package-derivations JSON responseChristopher Baines2024-08-05
| | | | As it can be large.
* Fix the pool metricsChristopher Baines2024-07-29
|
* Tweak timeouts in resource-pool-statsChristopher Baines2024-07-29
|
* Update testsChristopher Baines2024-07-26
|
* Try using 2 threads for the serverChristopher Baines2024-07-26
|
* Add worker thread utilsChristopher Baines2024-07-20
|
* Compute package derivations in chunksChristopher Baines2024-07-19
| | | | | | This allows for keeping the inferiors and store connections around for a more constant period, and allows closing the store connections and allowing the guix-daemon to clear the WAL file if needed.
* Reduce the WAL size thresholdChristopher Baines2024-07-19
|
* Rewrite the key parts of loading data to be even more parallelChristopher Baines2024-07-19
| | | | | | | Use a pool for the database connection, and a fibers promise for the package ids, and run other parts of the process in parallel too. This change also means that inserting starts as soon as some data is available, rather than when all the data is available.
* Add more fibers utilitiesChristopher Baines2024-07-19
|
* Insert package derivations earlierChristopher Baines2024-07-19
|
* Return two values from channel->source-and-derivations-by-systemChristopher Baines2024-07-19
|
* Avoid long running store connectionsChristopher Baines2024-07-19
| | | | As I think this can cause the guix-daemon WAL to grow excessively.
* Catch and ignore the new cross build derivation errorsChristopher Baines2024-07-18
|
* Refactor opening store connections when processing jobsChristopher Baines2024-07-18
| | | | And set the #:built-in-builders.
* Re-work the fibers schedulingChristopher Baines2024-07-16
| | | | | | | | Use a single thread for receiving and responding to requests, and delegate the processing of the requests to a separate set of threads. I'm hoping this will avoid the processing of requests affecting accepting new connections, or the sending of responses.
* Use a bigger buffer for requests/responsesChristopher Baines2024-07-16
| | | | As I'm hoping this will increase the data throughput for responses.
* Stream the package derivation page since it can be largeChristopher Baines2024-07-16
|
* Add more time logging in to insert-missing-derivationsChristopher Baines2024-07-16
|
* Log more timing infromation about inserting derivationsChristopher Baines2024-07-16
|
* Stop inserting missing source file narsChristopher Baines2024-07-16
| | | | | This was more an issue several years ago, so this code is not really needed now.
* Try and speed up large package derivation comparisionsChristopher Baines2024-07-12
|
* Fix delete-revisions-from-branchChristopher Baines2024-07-07
|
* Remove the statistics pageChristopher Baines2024-06-30
| | | | As it's been broken for a long time now, there are too many rows to count.
* Properly handle deleting commits that occur on multiple branchesChristopher Baines2024-06-29
|
* Delete duplicates when inserting license dataChristopher Baines2024-06-25
| | | | As I think this is necessary.
* Block asyncs when starting inferiorsChristopher Baines2024-06-24
| | | | Because this code deals with global state, like environment variables.
* Support setting environment variables in the inferiorChristopher Baines2024-06-24
| | | | When processing jobs, this is mostly to allow setting GUIX_DOWNLOAD_METHODS.
* Fix the arguments to most-appropriate-mime-typeChristopher Baines2024-06-24
|
* Further tweak the package derivation comparison queryChristopher Baines2024-06-22
|
* Speed up querying for revision package derivationsChristopher Baines2024-06-21
| | | | By splitting it up by system.
* Don't compare across systems in one queryChristopher Baines2024-06-21
| | | | As the query seems to be super slow, and this allows parallelising it as well.
* Add a JSON error pageChristopher Baines2024-06-21
|
* Speed up deleting derivation sourcesChristopher Baines2024-06-20
|
* Cache the derivations that weren't deletedChristopher Baines2024-06-20
| | | | When deleting derivations, as I think this might reduce the number of queries.
* Speed up select-build-outputsChristopher Baines2024-06-20
|
* Reduce max-age for the latest-processed-commit pageChristopher Baines2024-06-12
| | | | As this shouldn't be cached for a day.
* Add more logging around polling git repositoriesChristopher Baines2024-05-23
|
* Guard against trying to delete an empty list of commitsChristopher Baines2024-05-22
|
* Support regexes for included and excluded branchesChristopher Baines2024-05-22
|
* Fix WAL thresholdChristopher Baines2024-05-13
| | | | As it was too small.
* Use a separate fiber to send pool statsChristopher Baines2024-05-02
| | | | As the requester might timeout.
* Fix package replacement handling on the revision packages pageChristopher Baines2024-04-28
|
* Instrument requestsChristopher Baines2024-04-26
|
* Attempt to avoid the WAL growing excessivelyChristopher Baines2024-04-25
|