| Commit message (Expand) | Author | Age |
* | rename `serveraddr` to `addr` | fxqnlr | 2024-10-04 |
* | add default configuration through `Default` | fxqnlr | 2024-10-04 |
* | Merge branch 'main' into server-error | fxqnlr | 2024-07-02 |
|\ |
|
| * | fix swagger `DeviceSchema not found` error | fxqnlr | 2024-07-01 |
* | | Closes #27. Give more useful error responses and logs | fxqnlr | 2024-07-02 |
|/ |
|
* | Closes #20. Use chrono and seperate timers in logging | fxqnlr | 2024-06-17 |
* | docs | fxqnlr | 2024-06-17 |
* | cargo update + `time` update, fix for `Instant` deprecation | fxqnlr | 2024-06-13 |
* | Closes #35. Entry of Ip optional, error on ping request without saved ip | FxQnLr | 2024-04-15 |
* | revert removal of `create_buffer` | FxQnLr | 2024-04-11 |
* | Closes #30 and #27. At least a little | FxQnLr | 2024-04-10 |
* | Closes #31. Renamed Payloads | FxQnLr | 2024-04-10 |
* | Closes #29. Usable Readme and hopefully versioned container | FxQnLr | 2024-04-10 |
* | Closes #24. Changed postgres to json directory storage | FxQnLr | 2024-04-10 |
* | Closes #21. Api desc are useful now... | FxQnLr | 2024-04-09 |
* | Closes #26. Addtional GET request for /start | FxQnLr | 2024-04-08 |
* | Closes #25. Apikey not required anymore | FxQnLr | 2024-04-08 |
* | Closes #23. Start request id parameter put in path | FxQnLr | 2024-04-08 |
* | #20. Set offset manually through config | FxQnLr | 2024-03-04 |
* | Closes #19. Added OpenApi through `utoipa` | FxQnLr | 2024-03-04 |
* | Closes #18. Added pingthreshold. Cargo update | FxQnLr | 2024-02-28 |
* | Closes #11. Write log to file. Update deps | FxQnLr | 2024-02-25 |
* | Closes #16. Impl auth as extractor | FxQnLr | 2024-02-25 |
* | Refactor stuff. Use Postgres Types | FxQnLr | 2024-02-18 |
* | Closes #15. No usable Error message right now | FxQnLr | 2024-02-15 |
* | Closes #10 & #12. Added `thiserror` crate and changed to `IntoSocketAddr` for... | FxQnLr | 2024-02-15 |
* | remove cargo chef | FxQnLr | 2024-02-12 |
* | Close #9. Config impl with struct and files | FxQnLr | 2024-02-12 |
* | fix clippy | FxQnLr | 2024-02-11 |
* | update to axum 0.7 and cargo update | FxQnLr | 2023-11-29 |
* | check if already runs and bug fix | FxQnLr | 2023-11-16 |
* | add eta with average startup time | FxQnLr | 2023-11-08 |
* | better while loop | FxQnLr | 2023-11-07 |
* | fixed broadcast and cleanup | FxQnLr | 2023-11-02 |
* | Revert "update dependencies" | FxQnLr | 2023-11-02 |
* | update dependencies | FxQnLr | 2023-11-02 |
* | ping timeout and cleanup | FxQnLr | 2023-11-02 |
* | changed pingmap tuple to own struct | FxQnLr | 2023-10-30 |
* | add ip to database and use for ping, remove arc from pingmap | FxQnLr | 2023-10-29 |
* | impl dashmap | FxQnLr | 2023-10-29 |
* | does what is expected, but badly | FxQnLr | 2023-10-29 |
* | runs, no error handling | fx | 2023-10-25 |
* | Seems to work | FxQnLr | 2023-10-24 |
* | first ping impl baseline, doesnt work | fx | 2023-10-24 |
* | fixed move of init_db_pool | fx | 2023-10-21 |
* | add migrate macro | fx | 2023-10-21 |
* | add init function for db tables | fx | 2023-10-21 |
* | added log for build test | fx | 2023-10-15 |
* | auth logging changes | fx | 2023-10-15 |
* | test this fing shit on pi wohoo | fx | 2023-10-14 |