aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web
Commit message (Collapse)AuthorAge
* Add a page listing the available database dumpsChristopher Baines2020-02-22
|
* Add another 0 to the job default character limitChristopher Baines2020-02-16
| | | | | This seems to work fine, and now because of the channel-instances, it's useful to display more data by default.
* Fix target handling on the package derivation history pageChristopher Baines2020-02-16
|
* Fix some functions being called with the wrong number of argumentsChristopher Baines2020-02-15
|
* Set a default target for the revision builds pageChristopher Baines2020-02-15
| | | | | This solves the build stats showing up incorrectly, as without this there was no filtering on target.
* Improve system and target query parameter handlingChristopher Baines2020-02-13
|
* Remove the target query parameter from some linksChristopher Baines2020-02-12
| | | | As the system is no longer a valid value.
* Add a page for channel instance derivationsChristopher Baines2020-02-12
|
* Switch to using more correct targets on the build pageChristopher Baines2020-02-11
|
* Remove peek callChristopher Baines2020-02-08
|
* Rework cross derivations supportChristopher Baines2020-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.
* Add a page to show system tests for a revisionChristopher Baines2020-02-03
|
* Add a very basic repositories pageChristopher Baines2020-02-01
|
* Add a build servers pageChristopher Baines2020-02-01
|
* Fix indentationChristopher Baines2020-02-01
|
* 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
|
* Add a small table of recent job eventsChristopher Baines2020-01-12
| | | | To make it easier to see what recently happened.
* Delete unused assoc-ref-multiple functionChristopher Baines2020-01-10
|
* Add a basic page for build serversChristopher Baines2020-01-05
|
* 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
|
* 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.
* Fix the table layout on the derivation history pageChristopher Baines2020-01-03
|
* Fix a few list styling issuesChristopher Baines2020-01-02
|
* Remove the reset.css stylesheetChristopher Baines2020-01-02
| | | | | | This was copied over from Mumi, but I've noticed some styling issues with lists, and I'm not sure how well it interacts with Bootstrap. Simpler is better, so lets just try removing it.
* Better split up the comparision functionalityChristopher Baines2020-01-02
| | | | | | | | | | | The packages comparison was getting confused by differences in the derivations, so split the data used to make the comparison more sensible. This resolves an issue comparing 8dd723f5… and 365892e9… which coinsided with the fix for importing foreign architecture derivations, meaning that a whole lot of new derivations appeared in the database. Prior to these changes, it appeared like every package was new, and with these changes, the list is more sensible.
* Display details for the derivation source filesChristopher Baines2019-12-30
| | | | If the nar file is available.
* Improve entity handling in the sxml moduleChristopher Baines2019-12-30
| | | | | This is useful as stexi->shtml uses *ENTITY* so handling this here means that the HTML output for texinfo is better.
* Serve narinfo files for derivation sourcesChristopher Baines2019-12-29
|
* Move rendering narinfo responses out of the main controller functionChristopher Baines2019-12-29
| | | | In preparation for also handling derivation source files.
* Serve nar files for the derivation source filesChristopher Baines2019-12-29
|
* Change the language around reproducibility/matching outputsChristopher Baines2019-12-27
| | | | | | | | It's more accurate to describe the specifics of the relevant data here through terms like "matching" and "not matching", as a statement that something built reproducibility needs to be made alongside the test conditions. So just say that build outputs matched, or didn't match, as this is more descriptive of the data available.
* Fix the help text on the jobs pageChristopher Baines2019-12-27
|
* Add a page to show the public key used to sign substitutesChristopher Baines2019-12-27
|
* Change indentation in the nar-controller parametersChristopher Baines2019-12-27
|
* Add a link to the derivations pageChristopher Baines2019-12-27
| | | | From the revision page.
* Link to the versions page from the latest revision package pageChristopher Baines2019-12-27
|
* Link to the derivation history page from the branch package pageChristopher Baines2019-12-27
|
* Improve the builds info on the revision package version pageChristopher Baines2019-12-27
| | | | Show multiple builds, and link to the build page.