aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/jobs
Commit message (Expand)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
* Compute package derivations in chunksChristopher Baines2024-07-19
* Reduce the WAL size thresholdChristopher Baines2024-07-19
* Rewrite the key parts of loading data to be even more parallelChristopher 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
* Catch and ignore the new cross build derivation errorsChristopher Baines2024-07-18
* Refactor opening store connections when processing jobsChristopher Baines2024-07-18
* Log more timing infromation about inserting derivationsChristopher Baines2024-07-16
* Block asyncs when starting inferiorsChristopher Baines2024-06-24
* Support setting environment variables in the inferiorChristopher Baines2024-06-24
* Fix WAL thresholdChristopher Baines2024-05-13
* Attempt to avoid the WAL growing excessivelyChristopher Baines2024-04-25
* Use non-blocking inferior-eval-with-store in for glibc-localesChristopher Baines2024-04-25
* Further change job store connection handlingChristopher Baines2024-04-25
* Close store connections earlierChristopher Baines2024-04-15
* Stop using a inferior-package-derivations lockChristopher Baines2024-03-31
* Fallback when building channel instancesChristopher Baines2024-03-13
* Attempt to avoid issues with the guix-daemon WALChristopher Baines2024-03-08
* Allow prioritising jobs from specific repositoriesChristopher Baines2024-03-07
* Further fix handling exceptions when computing channel instancesChristopher Baines2024-02-13
* Improve exception handling for channel instance derivationsChristopher Baines2024-02-03
* Cleanup some with-time-loggingChristopher Baines2024-02-02
* Compute lint warnings in parallelChristopher Baines2024-02-01
* Ignore inferior-protocol-error when computing channel instancesChristopher Baines2024-02-01
* Fix exception handling in call-with-temporary-threadChristopher Baines2024-02-01
* Speed up fetching package replacementsChristopher Baines2024-01-31
* Add more logging in when computing channel instance derivationsChristopher Baines2024-01-31
* Add some time logging in to inferior-packages-plus-replacementsChristopher Baines2024-01-28
* Make sure to keep roots for channel instance derivationsChristopher Baines2024-01-28
* Improve logging when computing a channel instance derivation failsChristopher Baines2024-01-27
* Log the time to call inferior-packages-plus-replacementsChristopher Baines2024-01-27
* Try to fix issues with derivations being GC'edChristopher Baines2024-01-19
* Add meaningful parallelism to processing jobsChristopher Baines2024-01-18
* Add back inferior heap size reportingChristopher Baines2024-01-18
* Use libc-locales-for-targetChristopher Baines2023-12-04
* Restore #:error-port when calling open-inferiorChristopher Baines2023-11-05
* Remove #:use-module (ice-9 custom-ports)Christopher Baines2023-11-05
* Use fibers when processing new revisionsChristopher Baines2023-11-05
* Make some sweeping changes to loading new revisionsChristopher Baines2023-11-02
* Support polling git repositories for new branches/revisionsChristopher Baines2023-10-09
* Fix the load revision system sortingChristopher Baines2023-07-25
* Sort systems and targets for more deterministic behaviourChristopher Baines2023-07-21
* Further tweak loading package derivationsChristopher Baines2023-07-20
* Tweak which duplicate packages to selectChristopher Baines2023-07-17
* Tweak loading package derivationsChristopher Baines2023-07-17