Commit graph

38 commits

Author SHA1 Message Date
Tobias Reisinger 41cc9e0622
Remove logging file from config (was never implemented) 2024-06-11 17:46:35 +02:00
Tobias Reisinger d4ff664f74
Add relay view to faster load controller_uid 2024-06-11 14:10:25 +02:00
Tobias Reisinger 277b159200
Add setting to change "midnight" of day 2024-05-30 02:37:37 +02:00
Tobias Reisinger ce7a79d1de
Remove guessing of active_schedule 2024-05-29 15:51:53 +02:00
Tobias Reisinger 929985c64a
Improve handling of override_schedule 2024-05-28 21:17:21 +02:00
Tobias Reisinger 473832f58a
Rename active_schedule to override_schedule and add EmgauwaNow 2024-05-26 22:48:22 +02:00
Tobias Reisinger 9326b66007
Simplify schedule in macro action 2024-05-13 19:17:35 +02:00
Tobias Reisinger f26e66d687
Add parameter for db pool size 2024-05-10 17:43:29 +02:00
Tobias Reisinger b14049b3f6
Add request model for GET tagged schedule 2024-05-06 16:28:10 +02:00
Tobias Reisinger 228b366320
Move relay drivers from common to controller 2024-05-05 23:46:49 +02:00
Tobias Reisinger e9b09cd709
Fix minor issues 2024-05-04 18:32:47 +02:00
Tobias Reisinger cacd740bd9
Fix wrong table in macro update 2024-05-02 22:15:19 +02:00
Tobias Reisinger 98db89ce03
Fix is_on function for Periods 2024-05-02 20:12:43 +02:00
Tobias Reisinger fc4c1df09a
Revert "Add sql transactions"
This caused the error "locked database".
This reverts commit 19e2ea003b.
2024-05-02 19:35:22 +02:00
Tobias Reisinger 19e2ea003b
Add sql transactions 2024-05-02 13:30:47 +02:00
Tobias Reisinger f539c47e3b
Fix migrations path and fmt
Some checks failed
/ build-artifacts (arm-unknown-linux-gnueabihf) (push) Failing after 9m27s
2024-04-30 10:00:49 +02:00
Tobias Reisinger 96a64cf90d
Split project (keep common) 2024-04-30 09:13:17 +02:00
Tobias Reisinger bacea1e3e9 Refactor project into workspaces 2023-11-22 20:06:20 +01:00
Tobias Reisinger 131bdeec78 Add WIP controller websocket 2023-11-22 16:28:46 +01:00
Tobias Reisinger ee5d4e2126 Add minor fixes 2023-11-22 16:15:15 +01:00
Tobias Reisinger 80d1fa32a0 Cleanup db/tag namespace 2023-11-21 16:46:12 +01:00
Tobias Reisinger effd3f3b18 Cleanup db/schedule namespace 2023-11-21 16:33:41 +01:00
Tobias Reisinger 09c50411d1 Switch from "impl Responder" to Result<> response 2023-11-21 15:30:30 +01:00
Tobias Reisinger a17a9868fa Reformat code 2023-11-21 15:00:14 +01:00
Tobias Reisinger 271b24b70d Make use of pool.acquire to prevent out-of-order db-actions 2023-11-21 14:56:14 +01:00
Tobias Reisinger f3d08aab80 Migrate to sqlx 2023-11-21 00:44:45 +01:00
Tobias Reisinger bd44dc3183 Add much stuff for rewrite 2023-11-19 20:52:24 +01:00
Tobias Reisinger 4261141c3a Switch spaces to tabs 2022-07-20 00:38:09 +02:00
Tobias Reisinger 467a98af43 Fix clippy warnings 2022-07-17 21:01:32 +02:00
Tobias Reisinger e3adc35221 Add function and prefer .iter() 2022-07-17 20:19:36 +02:00
Tobias Reisinger 53c6fcd917 Add wiring pi (for test and doc) 2022-04-15 02:11:34 +02:00
Tobias Reisinger e157a5d02d Add update and get-by-tag for schedules 2022-04-03 18:39:31 +02:00
Tobias Reisinger 75f8afd624 Add tags for schedules 2022-04-03 01:35:51 +02:00
Tobias Reisinger f3f3d36eed Cleanup db stuff 2021-12-21 12:17:01 +01:00
Tobias Reisinger 7254eddc6c Add delete handler and json-payload error response 2021-11-08 13:11:20 +01:00
Tobias Reisinger e6278176e4 Add middleware 2021-11-06 14:54:45 +01:00
Tobias Reisinger 483fd60daa Add saving periods 2021-11-05 16:32:30 +01:00
Tobias Reisinger 12d57d020f Start rust rewrite 2021-11-04 23:43:52 +01:00