aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Closes #18. Added pingthreshold. Cargo updateFxQnLr2024-02-28
|
* Merge pull request #17 from FxQnLr/0.3.2FxQnLr2024-02-25
|\ | | | | 0.3.2
| * Closes #11. Write log to file. Update depsFxQnLr2024-02-25
| |
| * Closes #16. Impl auth as extractorFxQnLr2024-02-25
| |
| * Refactor stuff. Use Postgres TypesFxQnLr2024-02-18
| |
| * Closes #15. No usable Error message right nowFxQnLr2024-02-15
| |
| * Closes #10 & #12. Added `thiserror` crate and changed to `IntoSocketAddr` ↵FxQnLr2024-02-15
|/ | | | for easier usage and error handling
* Merge pull request #14 from FxQnLr/axum7FxQnLr2024-02-12
|\ | | | | Axum7 & config changes
| * FIX pull_request.ymlFxQnLr2024-02-12
| |
| * remove sqlx offline from dockerfileFxQnLr2024-02-12
| |
| * remove cargo chefFxQnLr2024-02-12
| |
| * Merge pull request #13 from FxQnLr/configFxQnLr2024-02-12
| |\ | | | | | | Config
| | * change to check on every pull requestFxQnLr2024-02-12
| | |
| | * remove unused dependencyFxQnLr2024-02-12
| | |
| | * Close #9. Config impl with struct and filesFxQnLr2024-02-12
| |/
| * fix clippyFxQnLr2024-02-11
| |
| * update to axum 0.7 and cargo updateFxQnLr2023-11-29
|/
* Merge pull request #8 from FxQnLr/etaFxQnLr2023-11-17
|\ | | | | Eta
| * check if already runs and bug fixFxQnLr2023-11-16
| |
| * add eta with average startup timeFxQnLr2023-11-08
|/
* Merge pull request #7 from FxQnLr/pingFxQnLr2023-11-07
|\ | | | | better while loop
| * better while loopFxQnLr2023-11-07
| |
* | Merge pull request #6 from FxQnLr/pingFxQnLr2023-11-06
|\| | | | | Ping
| * fixed broadcast and cleanupFxQnLr2023-11-02
| |
| * Revert "update dependencies"FxQnLr2023-11-02
| | | | | | | | This reverts commit 94104b621e2eec44dd90eb22fae2db2ce4938b87.
| * update dependenciesFxQnLr2023-11-02
| |
| * ping timeout and cleanupFxQnLr2023-11-02
| |
| * update dependenciesFxQnLr2023-10-30
| |
| * Create LICENSEFxQnLr2023-10-30
| |
| * cargo update and use cargo directly in actionsFxQnLr2023-10-30
| |
| * changed pingmap tuple to own structFxQnLr2023-10-30
| |
| * added correct sqlx offline dataFxQnLr2023-10-29
| |
| * add ip to database and use for ping, remove arc from pingmapFxQnLr2023-10-29
| |
| * impl dashmapFxQnLr2023-10-29
| |
| * does what is expected, but badlyFxQnLr2023-10-29
| |
| * runs, no error handlingfx2023-10-25
| |
| * Seems to workFxQnLr2023-10-24
| |
| * first ping impl baseline, doesnt workfx2023-10-24
|/
* Merge pull request #5 from FxQnLr/fix-init-dbFxQnLr2023-10-21
|\ | | | | fixed move of init_db_pool
| * Update push.ymlFxQnLr2023-10-21
| |
| * Update pull_request.ymlFxQnLr2023-10-21
| |
| * fixed move of init_db_poolfx2023-10-21
|/
* Merge pull request #4 from FxQnLr/database-initFxQnLr2023-10-21
|\ | | | | int db in process
| * add migrate macrofx2023-10-21
| |
| * add init function for db tablesfx2023-10-21
|/
* update readme with defaultsfx2023-10-16
|
* Merge pull request #3 from FxQnLr/fixed-pull-testFxQnLr2023-10-15
|\ | | | | fix pull build stuff
| * Update pull_request.ymlFxQnLr2023-10-15
| |
| * Update push.ymlFxQnLr2023-10-15
| |
| * Create pull_request.ymlFxQnLr2023-10-15
| |