Commit 58fbaa3
committed
Address PR review: fix slackbot CI smoke-test + harden charge receiver
- slackbot-ci: stub SocketModeRequest/Response on the slack_sdk stub modules
(import was failing with 'cannot import name SocketModeRequest') and
provision /app/logs so the module-level mkdir doesn't fail on the runner.
- slack_bot: require CHARGE_RELAY_TOKEN before starting the charge-dashboard
receiver; the port is host-published and must not accept unauthenticated POSTs.
- docker-compose.lan-sender-test: set POSTGRES_DSN to the timescaledb service
(default DSN points at localhost, which is the base container here).
- websocket_bridge: aclose the Redis client via try/finally so a failing set
doesn't leak the connection.
- redis_utils: correct get_sync_client docstring (default retries=5, ~8s).1 parent a3a6981 commit 58fbaa3
5 files changed
Lines changed: 23 additions & 5 deletions
File tree
- .github/workflows
- server/installer/slackbot
- universal-telemetry-software
- deploy
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
59 | 69 | | |
60 | 70 | | |
61 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
847 | 847 | | |
848 | 848 | | |
849 | 849 | | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
850 | 855 | | |
851 | 856 | | |
852 | 857 | | |
853 | 858 | | |
854 | | - | |
| 859 | + | |
855 | 860 | | |
856 | 861 | | |
857 | 862 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments