Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | Christopher Baines | 2020-02-15 |
| | | | | | | 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. | ||
* | 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 | Christopher Baines | 2020-02-15 |
| | | | | | | | | 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. | ||
* | Fake the store connection in the tests | Christopher Baines | 2020-02-14 |
| | | | | So that the tests don't require a store connection. | ||
* | Improve system and target query parameter handling | Christopher Baines | 2020-02-13 |
| | |||
* | Update the build_servers_build_config values | Christopher Baines | 2020-02-13 |
| | | | | | Change target to '' if it matches system, as this matches the updated way of storing derivations. | ||
* | Add temporary roots for channel instance derivations | Christopher Baines | 2020-02-13 |
| | |||
* | Use a more long lived store connection for loading data | Christopher Baines | 2020-02-13 |
| | | | | | As this will enable registering temporary roots, to avoid store items being garbage collected. | ||
* | Remove the target query parameter from some links | Christopher Baines | 2020-02-12 |
| | | | | As the system is no longer a valid value. | ||
* | 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 | Christopher Baines | 2020-02-11 |
| | | | | As some build servers do build cross derivations. | ||
* | 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 | Christopher Baines | 2020-02-11 |
| | | | | These are the ones that relate to Guix pull. | ||
* | Switch using set-current-system to parameterize | Christopher Baines | 2020-02-11 |
| | | | | As this is neater. | ||
* | Update the load-new-revision-job tests | Christopher Baines | 2020-02-11 |
| | |||
* | Refactor how channel derivations are handled | Christopher Baines | 2020-02-09 |
| | | | | | | | | 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. | ||
* | Collpase store-item-for-channel in to channel->guix-store-item | Christopher Baines | 2020-02-09 |
| | |||
* | Start computing channel instance derivations for multiple systems | Christopher Baines | 2020-02-09 |
| | | | | These aren't stored yet, but this is a start. | ||
* | Further refactor channel->derivation-file-name | Christopher Baines | 2020-02-09 |
| | | | | To reduce the line length. | ||
* | Refactor channel->derivation-file-name to reduce line length | Christopher Baines | 2020-02-09 |
| | |||
* | Shift extracting channel news to later on | Christopher Baines | 2020-02-09 |
| | | | | | To avoid race conditions between jobs, have it happen after the call to extract-information-from. | ||
* | Improve the branch-updated-emails module line length | Christopher Baines | 2020-02-08 |
| | |||
* | Support excluding and including branches from a repository | Christopher Baines | 2020-02-08 |
| | | | | | So that you can have the Guix Data Service only pay attention to some of the branches. | ||
* | Tweak the sort order for derivation counts | Christopher Baines | 2020-02-08 |
| | | | | So that the non-cross derivations appear first. | ||
* | Remove peek call | Christopher Baines | 2020-02-08 |
| | |||
* | Rework cross derivations support | Christopher Baines | 2020-02-08 |
| | | | | | | | | | | | | | | 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. | ||
* | Use a temporary table when inserting package metadata entries | Christopher Baines | 2020-02-04 |
| | | | | To speed up this step, as there is a lot of data. | ||
* | Support using a temp table in insert-missing-data-and-return-all-ids | Christopher Baines | 2020-02-04 |
| | | | | This is more performant when there is a lot of data. | ||
* | 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 | Christopher Baines | 2020-02-02 |
| | | | | | | 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. | ||
* | 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 | Christopher Baines | 2020-02-01 |
| | | | | | To try and provide some information about the motivation for the Guix Data Service. | ||
* | Refactor processing lint warnings | Christopher Baines | 2020-02-01 |
| | | | | Extract out a function to make the code slightly easier to read. | ||
* | Fix indentation | Christopher Baines | 2020-02-01 |
| | |||
* | Add ephemeralpg to the guix-dev.scm file | Christopher Baines | 2020-01-31 |
| | | | | This is used for running the tests. |