| Commit message (Expand) | Author | Age |
* | Add a function to select channel instances for a revision | Christopher Baines | 2020-02-12 |
* | Remove the restriction on cross build derivation querying•••As some build servers do build cross derivations.
| Christopher Baines | 2020-02-11 |
* | Update the cross build filter for the package reproducibility page | Christopher Baines | 2020-02-11 |
* | Switch to using more correct targets on the build page | Christopher Baines | 2020-02-11 |
* | Start storing channel instance derivations•••These are the ones that relate to Guix pull.
| Christopher Baines | 2020-02-11 |
* | Switch using set-current-system to parameterize•••As this is neater.
| Christopher Baines | 2020-02-11 |
* | Update the load-new-revision-job tests | Christopher Baines | 2020-02-11 |
* | Refactor how channel derivations are handled•••Yet again...
This makes the channel-derivations for each system accessible within the
load-new-guix-revision procedure, in preparation for storing them in the
database.
| Christopher Baines | 2020-02-09 |
* | Collpase store-item-for-channel in to channel->guix-store-item | Christopher Baines | 2020-02-09 |
* | Start computing channel instance derivations for multiple systems•••These aren't stored yet, but this is a start.
| Christopher Baines | 2020-02-09 |
* | Further refactor channel->derivation-file-name•••To reduce the line length.
| Christopher Baines | 2020-02-09 |
* | Refactor channel->derivation-file-name to reduce line length | Christopher Baines | 2020-02-09 |
* | Shift extracting channel news to later on•••To avoid race conditions between jobs, have it happen after the call to
extract-information-from.
| Christopher Baines | 2020-02-09 |
* | Improve the branch-updated-emails module line length | Christopher Baines | 2020-02-08 |
* | Support excluding and including branches from a repository•••So that you can have the Guix Data Service only pay attention to some of the
branches.
| Christopher Baines | 2020-02-08 |
* | Tweak the sort order for derivation counts•••So that the non-cross derivations appear first.
| Christopher Baines | 2020-02-08 |
* | Remove peek call | Christopher Baines | 2020-02-08 |
* | Rework cross derivations support•••Stop using the system values as targets, and remove package derivation entries
where this is the case.
Switch the non-cross derivation case to have a target of "", rather than
matching the system, as this makes more sense, and is more consistent now that
the target values no longer match the system values.
Hardcode some more correct target values, and use these instead. Hopefully
this can be better integrated with Guix in the future.
This commit also includes a migration attempting to shrink some indexes.
| Christopher Baines | 2020-02-08 |
* | Use a temporary table when inserting package metadata entries•••To speed up this step, as there is a lot of data.
| Christopher Baines | 2020-02-04 |
* | Support using a temp table in insert-missing-data-and-return-all-ids•••This is more performant when there is a lot of data.
| Christopher Baines | 2020-02-04 |
* | Add missing migration | Christopher Baines | 2020-02-03 |
* | Add a page to show system tests for a revision | Christopher Baines | 2020-02-03 |
* | Query builds for system test derivations | Christopher Baines | 2020-02-03 |
* | Store information about system tests | Christopher Baines | 2020-02-03 |
* | Log the time to lock package_versions_by_guix_revision_range | Christopher Baines | 2020-02-02 |
* | Log the time to lock load-new-guix-revision-inserts | Christopher Baines | 2020-02-02 |
* | Log the time taken to acquire advisory session locks | Christopher Baines | 2020-02-02 |
* | Call add-temp-root for the derivation file names•••In an attempt to stop the derivations from being garbage collected between the
time they're generated, and when they're potentially read by the Guix Data
Service.
| Christopher Baines | 2020-02-02 |
* | Warn if process-branch-updated-mbox won't match any emails | Christopher Baines | 2020-02-01 |
* | Add a function to check how many repositories have x_git_repo_header | Christopher Baines | 2020-02-01 |
* | Add a very basic repositories page | Christopher Baines | 2020-02-01 |
* | Add a build servers page | Christopher Baines | 2020-02-01 |
* | Add an Overview section to the README•••To try and provide some information about the motivation for the Guix Data
Service.
| Christopher Baines | 2020-02-01 |
* | Refactor processing lint warnings•••Extract out a function to make the code slightly easier to read.
| Christopher Baines | 2020-02-01 |
* | Fix indentation | Christopher Baines | 2020-02-01 |
* | Add ephemeralpg to the guix-dev.scm file•••This is used for running the tests.
| Christopher Baines | 2020-01-31 |
* | Use the line numbers to make the package deduplication more stable•••Previously this would just compare on the version if the name was the same,
but there are package definitions that share the name and version (itstool is
one example).
To try and make this more stable, to avoid weird errors, and unstable
comparisons between revisions, use the line number when deduplicating
packages.
| Christopher Baines | 2020-01-21 |
* | Fail early if a package lookup fails when loading a revision•••I think this might be happening when packages are filtered out as
duplicates (by name and version), but then a reference to a duplicate occurs
somewhere, like in a lint warning.
| Christopher Baines | 2020-01-21 |
* | Add a job events page | Christopher Baines | 2020-01-20 |
* | Tweak the recent events table on the jobs page | Christopher Baines | 2020-01-20 |
* | Improve the compare-invalid-parameters messages | Christopher Baines | 2020-01-18 |
* | Switch to querying builds by output, rather than derivation•••This is better, as Cuirass will return a build for the derivation it built to
generate that output. This avoids having to query for multiple derivations
that generate a single output, until the one that Cuirass used is found.
| Christopher Baines | 2020-01-16 |
* | Fix insert-build when derivation_output_details_set_id is NULL•••I can't figure out how to insert NULL through a param, so just construct a
query to insert the values directly.
| Christopher Baines | 2020-01-16 |
* | Fix select-build-id-by-build-server-and-derivation-file-name•••The id will be wrapped in a list.
| Christopher Baines | 2020-01-16 |
* | Fix setting GUIX_LOCPATH when using open-inferior/container | Christopher Baines | 2020-01-13 |
* | Add a small table of recent job events•••To make it easier to see what recently happened.
| Christopher Baines | 2020-01-12 |
* | Remove a couple of items from the roadmap in the README•••As they've at least partially been done.
| Christopher Baines | 2020-01-11 |
* | Don't hardcode the expected x-git-repo header value•••Rather than expecting it always to be "guix", store the expected value in the
database, and use the value of the header to find the relevant repository.
| Christopher Baines | 2020-01-11 |
* | Delete unused assoc-ref-multiple function | Christopher Baines | 2020-01-10 |
* | Use the build_servers_build_config table when querying build servers•••This allows configuing which systems a build server builds.
| Christopher Baines | 2020-01-05 |