about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Version 1.4.0 HEAD 1.4.0 mainAlyssa Ross2023-11-18
|
* NEWS: fix formattingAlyssa Ross2023-11-18
|
* Update NEWSAlyssa Ross2023-11-18
|
* Update dependenciesAlyssa Ross2023-11-18
|
* Add <meta name="viewport"> for better mobile displayembr2023-11-18
|
* Version 1.3.0 1.3.0Alyssa Ross2023-10-28
|
* Update NEWSAlyssa Ross2023-10-28
|
* branches: link to Hydra for development branchesAlyssa Ross2023-10-28
| | | | | | | Previously, we linked to Hydra jobs for channel updates, but not to Hydra jobsets for development branches. Hopefully having both isn't too confusing, and clicking on a branch name takes people where they'd expect.
* Update graphql_client to 0.13.0Alyssa Ross2023-10-28
|
* Update askama to 0.12.1Alyssa Ross2023-10-28
|
* Update dependenciesAlyssa Ross2023-10-28
|
* branches: add python-updatesAlyssa Ross2023-10-28
|
* branches: support haskell-updatesamesgen2023-10-28
| | | | | | For the haskell-updates workflow, see https://github.com/NixOS/nixpkgs/blob/3c3d6bedf040a42096959502b9a608568e105149/pkgs/development/haskell-modules/HACKING.md
* Fix clippy warningsAlyssa Ross2023-10-28
|
* Version 1.2.0 1.2.0Alyssa Ross2022-03-22
|
* templates/page.html: add missing spaceAlyssa Ross2022-03-22
| | | | | Previously there was no space between the title and the closed indicator.
* Update dependenciesAlyssa Ross2022-03-22
|
* Update askama to 0.11.1Alyssa Ross2022-02-17
|
* Update NEWSAlyssa Ross2022-02-16
|
* Update graphql_clientAlyssa Ross2022-02-16
|
* deny.toml: add clarification of encoding_rs licenseAlyssa Ross2022-02-16
|
* Update dependenciesAlyssa Ross2022-02-16
|
* Fix clippy warningsAlyssa Ross2022-02-16
|
* Add links to hydraArnout Engelen2022-02-16
|
* cargo fmtAlyssa Ross2022-02-02
|
* README: clean up unreferenced linkssternenseemann2021-09-23
|
* NEWS: init 1.1.0Alyssa Ross2021-06-06
|
* Cargo.toml: graphql_client: 0.8.0 -> 0.9.0Alyssa Ross2021-06-06
| | | | | Only breaking change is apparently to the CLI that is versioned with the crate.
* Cargo.lock: regenerateAlyssa Ross2021-06-06
|
* branches: update for staging-next-21.05Alyssa Ross2021-06-06
| | | | 21.05 is the first release to use a staging-next-* branch.
* README.license: add missing dateAlyssa Ross2021-05-24
|
* Add title to PR information displaySumner Evans2021-05-24
| | | | | | | Also refactor MergeInfo -> PrInfo. Reviewed-by: Alyssa Ross <hi@alyssa.is> Tested-by: Alyssa Ross <hi@alyssa.is>
* README: update instructions for runningSumner Evans2021-05-22
| | | | | Add instructions to the README for how to run the project using systemd-socket-activate. The s6-tcpserver command was incorrect.
* .editorconfig: set max_line_length for READMESumner Evans2021-05-22
|
* README: add missing line breakAlyssa Ross2021-03-25
|
* deny.toml: createAlyssa Ross2021-03-16
|
* README: fix non-systemd socket activation exampleAlyssa Ross2021-03-16
| | | | This is why I like execline. :P
* Version 1.0.0 1.0.0Alyssa Ross2021-02-27
|
* README: link to my instanceAlyssa Ross2021-02-18
|
* github: check for bogus merge commit data by dateAlyssa Ross2021-02-18
| | | | Reported-by: Graham Christensen <graham@grahamc.com>
* branches: stable doesn't have a staging-next equivAlyssa Ross2021-02-17
| | | | Reported-by: WORLDofPEACE <worldofpeace@protonmail.ch>
* templates: clean up HTML outputAlyssa Ross2021-02-17
| | | | | | | | | The main issue was that the license header from the tree template was being repeated in the generated HTML every time it was included. Use an askama comment to avoid that. Additionally, reduce the amount of unnecessary whitespace generated a bit.
* Initial commitAlyssa Ross2021-02-17