aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* WIPwip-temp-table-insertionChristopher Baines2020-02-03
|
* Add a page to show system tests for a revisionChristopher Baines2020-02-03
|
* Query builds for system test derivationsChristopher Baines2020-02-03
|
* Store information about system testsChristopher Baines2020-02-03
|
* Log the time to lock package_versions_by_guix_revision_rangeChristopher Baines2020-02-02
|
* Log the time to lock load-new-guix-revision-insertsChristopher Baines2020-02-02
|
* Log the time taken to acquire advisory session locksChristopher Baines2020-02-02
|
* Call add-temp-root for the derivation file namesChristopher Baines2020-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 emailsChristopher Baines2020-02-01
|
* Add a function to check how many repositories have x_git_repo_headerChristopher Baines2020-02-01
|
* Add a very basic repositories pageChristopher Baines2020-02-01
|
* Add a build servers pageChristopher Baines2020-02-01
|
* Add an Overview section to the READMEChristopher Baines2020-02-01
| | | | | To try and provide some information about the motivation for the Guix Data Service.
* Refactor processing lint warningsChristopher Baines2020-02-01
| | | | Extract out a function to make the code slightly easier to read.
* Fix indentationChristopher Baines2020-02-01
|
* Add ephemeralpg to the guix-dev.scm fileChristopher Baines2020-01-31
| | | | This is used for running the tests.
* Use the line numbers to make the package deduplication more stableChristopher Baines2020-01-21
| | | | | | | | | | 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.
* Fail early if a package lookup fails when loading a revisionChristopher Baines2020-01-21
| | | | | | 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.
* Add a job events pageChristopher Baines2020-01-20
|
* Tweak the recent events table on the jobs pageChristopher Baines2020-01-20
|
* Improve the compare-invalid-parameters messagesChristopher Baines2020-01-18
|
* Switch to querying builds by output, rather than derivationChristopher Baines2020-01-16
| | | | | | 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.
* Fix insert-build when derivation_output_details_set_id is NULLChristopher Baines2020-01-16
| | | | | I can't figure out how to insert NULL through a param, so just construct a query to insert the values directly.
* Fix select-build-id-by-build-server-and-derivation-file-nameChristopher Baines2020-01-16
| | | | The id will be wrapped in a list.
* Fix setting GUIX_LOCPATH when using open-inferior/containerChristopher Baines2020-01-13
|
* Add a small table of recent job eventsChristopher Baines2020-01-12
| | | | To make it easier to see what recently happened.
* Remove a couple of items from the roadmap in the READMEChristopher Baines2020-01-11
| | | | As they've at least partially been done.
* Don't hardcode the expected x-git-repo header valueChristopher Baines2020-01-11
| | | | | 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.
* Delete unused assoc-ref-multiple functionChristopher Baines2020-01-10
|
* Use the build_servers_build_config table when querying build serversChristopher Baines2020-01-05
| | | | This allows configuing which systems a build server builds.
* Add a table to configure which build servers build whatChristopher Baines2020-01-05
|
* Add a basic page for build serversChristopher Baines2020-01-05
|
* Add a couple of comments to select-outputs-without-known-nar-entriesChristopher Baines2020-01-05
|
* Remove -for-successful-builds from procedure nameChristopher Baines2020-01-05
| | | | | This used to be the case, but now it just selects all outputs, as that's quicker overall (as querying the build server is quick).
* Make valid-systems quickerChristopher Baines2020-01-05
| | | | | In the future, it would be good to pull this from the database again, but in some way which is really quick.
* Don't hardcode the system and target for the derivation history pageChristopher Baines2020-01-05
|
* Extract out the derivation-history rendering codeChristopher Baines2020-01-05
|
* Fix the help text on the derivation outputs pageChristopher Baines2020-01-04
|
* Implement the search query input on the derivation outputs pageChristopher Baines2020-01-04
|
* Support the search query input on the revision derivations pageChristopher Baines2020-01-04
|
* Fix the help text on the revision derivations pageChristopher Baines2020-01-04
|
* Fix some missing arguments to view-revision-derivationsChristopher Baines2020-01-04
|
* Add a function to search for derivations in a revisionChristopher Baines2020-01-04
|
* Drop bottom margin of the dl's on the revision derivations pageChristopher Baines2020-01-04
| | | | This makes the table display better.
* Add missing headings to the revision derivations page tableChristopher Baines2020-01-04
|
* Remove the outputs from the query behind the revision derivationsChristopher Baines2020-01-04
| | | | As that data is now unused.
* Add a revision header and link to the package reproducibility pageChristopher Baines2020-01-04
| | | | | To make it easier to get back to the revision page, as well as setting the content more in context.
* Add a revision header and link on the revision builds pageChristopher Baines2020-01-04
| | | | | To make it easier to get back to the revision page, as well as setting the page content in context.
* Add more timing and debugging output to the load processChristopher Baines2020-01-04
| | | | To help identify what's taking the most time.
* Fix the table layout on the derivation history pageChristopher Baines2020-01-03
|