Commit graph

58 commits

Author SHA1 Message Date
Patrick 71547ae3ab
fix: html newline
fix: pr number templating
2024-07-19 23:21:54 +02:00
Patrick f9ff53fb14
fix: actually resave status on update 2024-07-19 23:08:20 +02:00
Patrick ccd7e952cc
fix: only send email on demand
fix: format mail as html
2024-07-19 22:57:59 +02:00
Patrick 4cd2e8216f
WIP: panic on everything since the framework swallows my results 2024-07-19 22:24:40 +02:00
Patrick bf818e1a65
fix: propagate errors 2024-07-19 21:57:47 +02:00
Patrick 54d47f277d
WIP: interface und documentation 2024-07-18 12:31:14 +02:00
Patrick e7125bb7b2
feat: allow unsubscribing 2024-07-18 01:03:05 +02:00
Patrick af7f2b3f55
chore: better UI 2024-07-17 23:51:12 +02:00
Patrick 2cec90e44c
feat: email whitelist 2024-07-17 23:29:51 +02:00
Patrick f570c43f8f
chore: switch to clap 2024-07-17 23:09:38 +02:00
Patrick 9062dbb231
feat: added mail notifications 2024-07-17 22:53:56 +02:00
Patrick 8f65533ea5
feat: check update endpoint for updating notifications 2024-07-14 23:48:43 +02:00
Patrick bacb6b4b9a
feat: read token from environment 2024-07-14 23:48:43 +02:00
Patrick 46ab80a7ac
feat: add endpoint to enable email enrollment 2024-07-14 23:48:27 +02:00
Patrick 255a6f1459
feat(flake): add flake 2024-07-13 22:37:31 +02:00
Alyssa Ross def403a4cb
Version 1.4.0 2023-11-18 14:06:29 +01:00
Alyssa Ross 94ca2a8816
NEWS: fix formatting 2023-11-18 14:05:04 +01:00
Alyssa Ross 67f6254b3a
Update NEWS 2023-11-18 14:04:47 +01:00
Alyssa Ross b896808438
Update dependencies 2023-11-18 14:01:08 +01:00
embr 4b80fc449c
Add <meta name="viewport"> for better mobile display 2023-11-18 13:59:28 +01:00
Alyssa Ross 374436fc2c
Version 1.3.0 2023-10-28 13:21:17 +02:00
Alyssa Ross d7ec366771
Update NEWS 2023-10-28 13:21:16 +02:00
Alyssa Ross 6036801dc4
branches: link to Hydra for development branches
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.
2023-10-28 13:21:12 +02:00
Alyssa Ross e6cafedb0d
Update graphql_client to 0.13.0 2023-10-28 13:21:04 +02:00
Alyssa Ross 7f20c2cdfc
Update askama to 0.12.1 2023-10-28 13:21:02 +02:00
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