46 Commits

Author SHA1 Message Date
a563cc45b5 Add VAGEFAClient
All checks were successful
Build image / build-image (push) Successful in 3m12s
v0.0.9
2025-04-27 15:31:40 +02:00
1c1aad5846 Only redraw spinner while waiting for connection 2025-04-27 15:30:24 +02:00
f8fe64b1b3 Refactor state machine 2025-04-27 15:19:02 +02:00
72734c7faa Release 0.0.8
All checks were successful
Build image / build-image (push) Successful in 3m2s
v0.0.8
2025-04-25 18:27:42 +02:00
5deb037fe5 Apply go fmt 2025-04-25 18:27:23 +02:00
6e78235127 Add VRNP_CLIENT_ALLOWLIST env var 2025-04-25 18:26:20 +02:00
5d5b893948 Sort departures by countdown
All checks were successful
Build image / build-image (push) Successful in 2m45s
v0.0.7
2025-04-25 17:09:29 +02:00
4a73099460 Draw tiny train when train is arriving 2025-04-25 16:33:00 +02:00
addc90d856 Bump version
All checks were successful
Build image / build-image (push) Successful in 2m58s
v0.0.6
2025-04-25 13:39:17 +02:00
d23be3062a Merge pull request 'Send EFA requests to multiple servers' (#2) from feature/multiple-servers into main
Reviewed-on: #2
2025-04-25 13:38:30 +02:00
740b654be6 Add bwegt efa client 2025-04-25 13:37:01 +02:00
dcc3cfa44f Send requests to different servers using round-robin 2025-04-25 12:30:19 +02:00
ae7b2f170a Add EFAClient interface 2025-04-25 12:04:47 +02:00
fad4da3f6b Use flake-utils, use mkShell
This fixes the devshell on darwin
2025-04-25 03:29:24 +02:00
76cca9c1c0 Add tiny_train sprite 2025-04-25 03:18:49 +02:00
16f7d80677 Don't return departures with negative countdown
All checks were successful
Build image / build-image (push) Successful in 3m23s
v0.0.5
2025-04-24 20:12:27 +02:00
cf7bb96517 Implement layout 2025-04-24 19:50:26 +02:00
f0c94d8d7d Merge pull request 'Add CI for building image' (#1) from ci/init into main
All checks were successful
Build image / build-image (push) Successful in 3m15s
Reviewed-on: #1
v0.0.4
2025-04-23 17:23:30 +02:00
Paul Brinkmeier
9f26a280cd Add version to image meta 2025-04-23 17:22:51 +02:00
Paul Brinkmeier
1eedb2a113 Run on tags instead of push 2025-04-23 17:22:51 +02:00
Paul Brinkmeier
b77a2d908d Add docker commands 2025-04-23 17:22:51 +02:00
Paul Brinkmeier
2abfb10605 Try using catthehacker/ubuntu container 2025-04-23 17:22:50 +02:00
Paul Brinkmeier
c98044dbbc Add version file for crane push 2025-04-23 17:22:50 +02:00
Paul Brinkmeier
831d3765ef Add crane tool 2025-04-23 17:22:49 +02:00
Paul Brinkmeier
1cc660dbf2 Add docker load command 2025-04-23 17:22:49 +02:00
Paul Brinkmeier
9e5c73e3db Add sudo installation step 2025-04-23 17:22:49 +02:00
Paul Brinkmeier
b15f0b08a1 Try nix-quick-install-action 2025-04-23 17:22:49 +02:00
Paul Brinkmeier
4e6e4f91e0 Add install nix and build container steps 2025-04-23 17:22:48 +02:00
Paul Brinkmeier
0b1a6699bb Set runs-on 2025-04-23 17:22:48 +02:00
Paul Brinkmeier
9c51fb65f1 Init CI 2025-04-23 17:22:48 +02:00
Paul Brinkmeier
723372238b Don't request complete stop sequence 2025-04-23 12:01:34 +02:00
00abbcbb90 Add missing implicit return at end of handler 2024-08-12 12:48:08 +02:00
586a77dd2f Implement JSON transfer and marquee for long directions 2024-07-19 05:25:14 +02:00
8a2eccd9f9 Bump version 2024-07-18 21:58:56 +02:00
2d25a53949 Send WWW-Authenticate along with 401 for RFC 7235 conformity 2024-07-18 21:56:51 +02:00
38a487a6e1 Bump flake version 2024-07-18 21:41:53 +02:00
cc11b626b6 Use Accept header for returning JSON instead of plain text 2024-07-18 21:41:06 +02:00
56739125b3 Add Departure type 2024-07-18 20:17:55 +02:00
695f05e2ef Add ESP8226 client 2024-07-18 19:35:56 +02:00
e57966523e Make plaintext width 21 characters 2024-07-18 19:34:35 +02:00
071df1a0fa Apply gofmt 2024-07-17 13:38:33 +02:00
36421a25d0 Add docker derivation 2024-07-17 13:03:11 +02:00
69704a38ae Add some very basic authentication 2024-07-17 07:42:51 +02:00
3fe42e1ff0 Timeout after 10 seconds on FetchDepartures
Also apply gofmt
2024-07-17 07:35:17 +02:00
330e5923af Add todos 2024-07-17 07:30:41 +02:00
dceea169c2 Init repo 2024-07-17 07:29:45 +02:00