Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add JSON representation for the Jobs page | Danjela Lura | 2020-04-20 |
| | | | | Signed-off-by: Christopher Baines <mail@cbaines.net> | ||
* | Add missing locale parameter to the latest revision lint warnings | Christopher Baines | 2020-04-15 |
| | |||
* | Set a description for the index page | Christopher Baines | 2020-04-08 |
| | |||
* | Make it possible to set descriptions for pages | Christopher Baines | 2020-04-08 |
| | |||
* | Remove the meta author tag | Christopher Baines | 2020-04-08 |
| | | | | As I'm not the only author :) | ||
* | Specify the language on the html tag | Christopher Baines | 2020-04-08 |
| | | | | Rather than using a meta tag, apparently this is better. | ||
* | Add option to change language of lint messages for the revision page | Danjela lura | 2020-04-04 |
| | | | | Signed-off-by: Christopher Baines <mail@cbaines.net> | ||
* | Improve filtering for no target | Christopher Baines | 2020-03-31 |
| | | | | | | Previously, the select option label was empty that's not particularly informative. These changes also fix the next page link behaviour for the target parameter. | ||
* | Store output of most-recent-commits-for-branch in a local variable | Danjela lura | 2020-03-29 |
| | | | | Signed-off-by: Christopher Baines <mail@cbaines.net> | ||
* | Include data in JSON response for the branch page | spf50 | 2020-03-28 |
| | | | | Signed-off-by: Christopher Baines <mail@cbaines.net> | ||
* | Add an unimplemented JSON response for the branch page | Christopher Baines | 2020-03-26 |
| | |||
* | Say that there are no lint warnings | Christopher Baines | 2020-03-21 |
| | | | | Rather than having an empty table. | ||
* | Add a page for package output history on a branch | Christopher Baines | 2020-03-21 |
| | | | | | | | This complements the existing pages for the version history, and derivation history. As well as the new page, the buttons and styling of the two existing pages has been made to match better to enable easier navigation between the pages. | ||
* | Generate and store system test derivations for all supported systems | Christopher Baines | 2020-03-20 |
| | | | | | | | Rather than just the native system. I'm not quite sure of the value here, as I guess system tests should behave the same regardless of the way the software is compiled, but this seems like it could be useful, and being explicit about the system the derivation is for is good. | ||
* | Provide more information if the server can't bind the port | Christopher Baines | 2020-03-14 |
| | | | | As this could be a common problem. | ||
* | Improve the 404 pages | Christopher Baines | 2020-03-14 |
| | | | | Render some HTML rather than the plain response. | ||
* | Improve handling of errors | Christopher Baines | 2020-03-14 |
| | | | | | Adjust the previously unused error page code, and start to use it. Only show the error if configured to do so, to avoid leaking secret information. | ||
* | Make the dumps page work when dumps is a symlink | Christopher Baines | 2020-03-01 |
| | |||
* | Redirect to the latest version of a file | Christopher Baines | 2020-02-29 |
| | |||
* | Add a page listing the available database dumps | Christopher Baines | 2020-02-22 |
| | |||
* | Add another 0 to the job default character limit | Christopher Baines | 2020-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 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 | Christopher Baines | 2020-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 handling | Christopher Baines | 2020-02-13 |
| | |||
* | Remove the target query parameter from some links | Christopher Baines | 2020-02-12 |
| | | | | As the system is no longer a valid value. | ||
* | 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 | 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. | ||
* | 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 | Christopher Baines | 2020-01-12 |
| | | | | To make it easier to see what recently happened. | ||
* | 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 | Christopher Baines | 2020-01-04 |
| | | | | This makes the table display better. | ||
* | Add missing headings to the revision derivations page table | Christopher Baines | 2020-01-04 |
| | |||
* | Remove the outputs from the query behind the revision derivations | Christopher Baines | 2020-01-04 |
| | | | | As that data is now unused. |