Commit graph

33 commits

Author SHA1 Message Date
Alyssa Ross 9990305e8a
Update dependencies 2023-10-28 13:21:01 +02:00
Alyssa Ross 469532fe7c
branches: add python-updates 2023-10-28 13:20:59 +02:00
amesgen 50bed4a4a9
branches: support haskell-updates
For the haskell-updates workflow, see

3c3d6bedf0/pkgs/development/haskell-modules/HACKING.md
2023-10-28 13:20:57 +02:00
Alyssa Ross e3729eb03b
Fix clippy warnings 2023-10-28 13:20:49 +02:00
Alyssa Ross bcc2379d5b
Version 1.2.0 2022-03-22 14:33:13 +00:00
Alyssa Ross 51bd9b0788
templates/page.html: add missing space
Previously there was no space between the title and the closed
indicator.
2022-03-22 13:54:26 +00:00
Alyssa Ross 65d5c780a8
Update dependencies 2022-03-22 13:54:23 +00:00
Alyssa Ross 7a6e6830c1
Update askama to 0.11.1 2022-02-17 12:04:14 +00:00
Alyssa Ross d367bfa965
Update NEWS 2022-02-16 17:19:49 +00:00
Alyssa Ross a0cc76223d
Update graphql_client 2022-02-16 17:17:34 +00:00
Alyssa Ross 733f6487eb
deny.toml: add clarification of encoding_rs license 2022-02-16 17:17:33 +00:00
Alyssa Ross ea4a8c7c2d
Update dependencies 2022-02-16 17:17:31 +00:00
Alyssa Ross c57ae82287
Fix clippy warnings 2022-02-16 17:17:30 +00:00
Arnout Engelen 7f87e6d8eb
Add links to hydra 2022-02-16 13:29:16 +00:00
Alyssa Ross f9d47ab4f7
cargo fmt 2022-02-02 13:15:31 +00:00
sternenseemann 536eae767a
README: clean up unreferenced links 2021-09-23 09:04:25 +00:00
Alyssa Ross 08f606a9d3
NEWS: init 2021-06-06 19:55:13 +00:00
Alyssa Ross 00ae6c3396
Cargo.toml: graphql_client: 0.8.0 -> 0.9.0
Only breaking change is apparently to the CLI that is versioned with
the crate.
2021-06-06 13:40:21 +00:00
Alyssa Ross c7b38eb48d
Cargo.lock: regenerate 2021-06-06 13:40:18 +00:00
Alyssa Ross 4aafaea2f5
branches: update for staging-next-21.05
21.05 is the first release to use a staging-next-* branch.
2021-06-06 13:40:16 +00:00
Alyssa Ross 11a727337c
README.license: add missing date 2021-05-24 13:25:58 +00:00
Sumner Evans d0b52edace
Add title to PR information display
Also refactor MergeInfo -> PrInfo.

Reviewed-by: Alyssa Ross <hi@alyssa.is>
Tested-by: Alyssa Ross <hi@alyssa.is>
2021-05-24 13:25:49 +00:00
Sumner Evans 4398773a58
README: update instructions for running
Add instructions to the README for how to run the project using
systemd-socket-activate.  The s6-tcpserver command was incorrect.
2021-05-22 11:23:09 +00:00
Sumner Evans af337a05c3
.editorconfig: set max_line_length for README 2021-05-22 11:20:45 +00:00
Alyssa Ross 5f49502f7e
README: add missing line break 2021-03-25 18:24:02 +00:00
Alyssa Ross 7d226d2e49
deny.toml: create 2021-03-16 00:20:17 +00:00
Alyssa Ross 2ae9c31c54
README: fix non-systemd socket activation example
This is why I like execline. :P
2021-03-16 00:19:48 +00:00
Alyssa Ross d7e658dbe8
Version 1.0.0 2021-02-27 01:23:59 +00:00
Alyssa Ross eb2334b2be
README: link to my instance 2021-02-18 21:56:24 +00:00
Alyssa Ross 97ba9e9fd1
github: check for bogus merge commit data by date
Reported-by: Graham Christensen <graham@grahamc.com>
2021-02-18 21:46:11 +00:00
Alyssa Ross c42a550b5d
branches: stable doesn't have a staging-next equiv
Reported-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2021-02-17 18:42:33 +00:00
Alyssa Ross ba72f1c845
templates: clean up HTML output
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.
2021-02-17 18:42:31 +00:00
Alyssa Ross 6f9ccf054b
Initial commit 2021-02-17 15:16:29 +00:00