aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/jobs/load-new-guix-revision.scm
Commit message (Expand)AuthorAge
* WIPwip-derivation-historyChristopher Baines2019-11-09
* Work around a problem loading guix revisionsChristopher Baines2019-11-03
* Send inferior error output to stderrChristopher Baines2019-10-18
* Remove unused inferior-package-transitive-supported-systems functionChristopher Baines2019-10-18
* Add a page for queued jobsChristopher Baines2019-10-12
* Make it easier to retry jobsChristopher Baines2019-10-02
* Fail early if the inferior is #fChristopher Baines2019-09-29
* Try setting the en_US.UTF-8 locale, if the normalised failsChristopher Baines2019-09-29
* Don't error when processing revisions of Guix without graft supportChristopher Baines2019-09-29
* Handle loading revisions without the (guix lint) moduleChristopher Baines2019-09-29
* Unset the GUILE_LOAD_* environment variables when using inferiorsChristopher Baines2019-09-28
* Add a new table to store package versions by revision rangesChristopher Baines2019-09-27
* Add newline to the end of the duplicate lint warning outputChristopher Baines2019-09-05
* Improve the package and package-metadata modulesChristopher Baines2019-09-05
* Add a new table guix_revision_lint_checkersChristopher Baines2019-09-01
* Log the manifest derivation when loading new revisionsChristopher Baines2019-09-01
* Include glibc-locales from the inferior guix in the environmentChristopher Baines2019-09-01
* Log the guix store path being usedChristopher Baines2019-09-01
* Improve handling of errors when changing localeChristopher Baines2019-09-01
* Store lint warnings in the databaseChristopher Baines2019-09-01
* Add buffering to the log handling for jobsChristopher Baines2019-08-31
* Avoid erroring when processing emails againChristopher Baines2019-08-05
* Clear the previous log entry when starting a jobChristopher Baines2019-08-04
* Display the jobs related to a revision on the revision pageChristopher Baines2019-07-22
* Remove restrictions in select-job-for-updateChristopher Baines2019-07-19
* Close the logging port once it's been usedChristopher Baines2019-07-19
* Prioritise processing the latest revisions for branchesChristopher Baines2019-07-16
* Record jobs as failed when they are killedChristopher Baines2019-07-14
* Switch to processing jobs in parallelChristopher Baines2019-07-12
* Obtain a lock when inserting the data for a new revisionChristopher Baines2019-07-12
* Lock around the channel fetch when loading new revisionsChristopher Baines2019-07-12
* Associate a name with database connectionsChristopher Baines2019-07-12
* Fix using defined? to check for the open-inferior/container functionChristopher Baines2019-07-09
* Fix issue inserting the empty log rowChristopher Baines2019-07-09
* Move around some of the load new revision codeChristopher Baines2019-07-07
* Tweak how logs are storedChristopher Baines2019-07-07
* Iterate the log viewingChristopher Baines2019-06-24
* Direct the build output to the logging-portChristopher Baines2019-06-22
* Stop closing the log-port portChristopher Baines2019-06-22
* Record the output from loading new revisions to the databaseChristopher Baines2019-06-22
* Re-arrange some of the load new revision codeChristopher Baines2019-06-21
* Add a couple of functions around timingChristopher Baines2019-06-21
* Log the time loading new revisions takesChristopher Baines2019-06-21
* Set #:fallback? to #tChristopher Baines2019-06-21
* Process jobs starting with the most recentChristopher Baines2019-06-19
* Use line buffering for the input and output portsChristopher Baines2019-06-17
* Time everywhere a derivation is built when loading a new revisionChristopher Baines2019-06-17
* Add a new page listing jobsChristopher Baines2019-06-17
* Improve the error message when a load revision job failsChristopher Baines2019-06-15
* Display a backtrace for errors in channel->derivation-file-nameChristopher Baines2019-06-13