| Commit message (Expand) | Author | Age |
* | Add a page listing the available database dumps | Christopher Baines | 2020-02-22 |
* | 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 |
* | Fix some functions being called with the wrong number of arguments | 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 |
* | Improve system and target query parameter handling | 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 |
* | Add a page for channel instance derivations | Christopher Baines | 2020-02-12 |
* | Switch to using more correct targets on the build page | Christopher Baines | 2020-02-11 |
* | 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 |
* | Add a page to show system tests for a revision | Christopher Baines | 2020-02-03 |
* | Add a very basic repositories page | Christopher Baines | 2020-02-01 |
* | Add a build servers page | Christopher Baines | 2020-02-01 |
* | Fix indentation | Christopher Baines | 2020-02-01 |
* | 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 |
* | Add a small table of recent job events•••To make it easier to see what recently happened.
| Christopher Baines | 2020-01-12 |
* | Delete unused assoc-ref-multiple function | Christopher Baines | 2020-01-10 |
* | Add a basic page for build servers | Christopher Baines | 2020-01-05 |
* | Don't hardcode the system and target for the derivation history page | Christopher Baines | 2020-01-05 |
* | Extract out the derivation-history rendering code | Christopher Baines | 2020-01-05 |
* | Fix the help text on the derivation outputs page | Christopher Baines | 2020-01-04 |
* | Implement the search query input on the derivation outputs page | Christopher Baines | 2020-01-04 |
* | Support the search query input on the revision derivations page | Christopher Baines | 2020-01-04 |
* | Fix the help text on the revision derivations page | Christopher Baines | 2020-01-04 |
* | Fix some missing arguments to view-revision-derivations | Christopher Baines | 2020-01-04 |
* | Drop bottom margin of the dl's on the revision derivations page•••This makes the table display better.
| Christopher Baines | 2020-01-04 |
* | Add missing headings to the revision derivations page table | Christopher Baines | 2020-01-04 |
* | Remove the outputs from the query behind the revision derivations•••As that data is now unused.
| Christopher Baines | 2020-01-04 |
* | Add a revision header and link to the package reproducibility page•••To make it easier to get back to the revision page, as well as setting the
content more in context.
| Christopher Baines | 2020-01-04 |
* | Add a revision header and link on the revision builds page•••To make it easier to get back to the revision page, as well as setting the
page content in context.
| Christopher Baines | 2020-01-04 |
* | Fix the table layout on the derivation history page | Christopher Baines | 2020-01-03 |
* | Fix a few list styling issues | Christopher Baines | 2020-01-02 |
* | Remove the reset.css stylesheet•••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.
| Christopher Baines | 2020-01-02 |
* | Better split up the comparision functionality•••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.
| Christopher Baines | 2020-01-02 |
* | Display details for the derivation source files•••If the nar file is available.
| Christopher Baines | 2019-12-30 |
* | Improve entity handling in the sxml module•••This is useful as stexi->shtml uses *ENTITY* so handling this here means that
the HTML output for texinfo is better.
| Christopher Baines | 2019-12-30 |
* | Serve narinfo files for derivation sources | Christopher Baines | 2019-12-29 |
* | Move rendering narinfo responses out of the main controller function•••In preparation for also handling derivation source files.
| Christopher Baines | 2019-12-29 |
* | Serve nar files for the derivation source files | Christopher Baines | 2019-12-29 |
* | Change the language around reproducibility/matching outputs•••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.
| Christopher Baines | 2019-12-27 |
* | Fix the help text on the jobs page | Christopher Baines | 2019-12-27 |
* | Add a page to show the public key used to sign substitutes | Christopher Baines | 2019-12-27 |
* | Change indentation in the nar-controller parameters | Christopher Baines | 2019-12-27 |
* | Add a link to the derivations page•••From the revision page.
| Christopher Baines | 2019-12-27 |
* | Link to the versions page from the latest revision package page | Christopher Baines | 2019-12-27 |
* | Link to the derivation history page from the branch package page | Christopher Baines | 2019-12-27 |
* | Improve the builds info on the revision package version page•••Show multiple builds, and link to the build page.
| Christopher Baines | 2019-12-27 |