| Commit message (Expand) | Author | Age |
* | WIPguile3 | Christopher Baines | 2020-02-24 |
* | WIP | Christopher Baines | 2020-02-24 |
* | Adapt some license related code to work without mock in the tests•••With Guile 3, there's a potential for mock to work in even fewer
circumstances. So, adapt the code to enable writing the tests without mock.
| Christopher Baines | 2020-02-24 |
* | Add missing ROLLBACK for transaction | Christopher Baines | 2020-02-24 |
* | Refactor the logging setup out of process-load-new-guix-revision-job•••To simplify both procedures.
| Christopher Baines | 2020-02-24 |
* | Add a page listing the available database dumps | Christopher Baines | 2020-02-22 |
* | Add a function to delete unreferenced derivations | Christopher Baines | 2020-02-16 |
* | Add another 0 to the job default character limit•••This seems to work fine, and now because of the channel-instances, it's useful
to display more data by default.
| Christopher Baines | 2020-02-16 |
* | Fix target handling on the package derivation history page | Christopher Baines | 2020-02-16 |
* | Define the code to delete data from non-master branches properly | Christopher Baines | 2020-02-16 |
* | Make it possible to query builds servers for specific outputs | Christopher Baines | 2020-02-16 |
* | Guard against build being missing from the output response | Christopher Baines | 2020-02-16 |
* | Better handle errors when fetching builds by output | Christopher Baines | 2020-02-15 |
* | Fix some functions being called with the wrong number of arguments | Christopher Baines | 2020-02-15 |
* | Improve error handling in the query-build-servers script | Christopher Baines | 2020-02-15 |
* | Improve associating builds with derivations•••Even without knowing the details of the derivation.
| Christopher Baines | 2020-02-15 |
* | Enhance ensure-build-exists•••Support calling it with derivation-output-details-set-id, which can be used
when querying for builds.
| Christopher Baines | 2020-02-15 |
* | Set a default target for the revision builds page•••This solves the build stats showing up incorrectly, as without this there was
no filtering on target.
| Christopher Baines | 2020-02-15 |
* | Add verbose output to the query-build-servers script | Christopher Baines | 2020-02-15 |
* | Properly sort the derivation outputs | Christopher Baines | 2020-02-15 |
* | Avoid an error when there are no references to insert | Christopher Baines | 2020-02-15 |
* | Improve the job logging•••Switch to using a sequence for the ids in the log parts table, and spawn a
thread to listen for output from the inferior processes, and enter it in to
the database.
| Christopher Baines | 2020-02-15 |
* | Make deleting the existing log parts optional | Christopher Baines | 2020-02-15 |
* | Define a new parameter for a port used for the inferior error output | Christopher Baines | 2020-02-15 |
* | Add a module to handle deleting data•••This, along with the way of specifying which branches are processed is a way
to manage the data stored within the Guix Data Service.
This only goes so far, it doesn't delete derivations, but it does delete some
of the information related to a revision.
| Christopher Baines | 2020-02-15 |
* | Fake the store connection in the tests•••So that the tests don't require a store connection.
| Christopher Baines | 2020-02-14 |
* | Improve system and target query parameter handling | Christopher Baines | 2020-02-13 |
* | Add temporary roots for channel instance derivations | Christopher Baines | 2020-02-13 |
* | Use a more long lived store connection for loading data•••As this will enable registering temporary roots, to avoid store items being
garbage collected.
| Christopher Baines | 2020-02-13 |
* | Remove the target query parameter from some links•••As the system is no longer a valid value.
| Christopher Baines | 2020-02-12 |
* | Query for builds for channel instance derivations | Christopher Baines | 2020-02-12 |
* | Add a page for channel instance derivations | Christopher Baines | 2020-02-12 |
* | 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 |
* | 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 |