summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jacob [Sun, 7 Sep 2025 20:58:49 +0000 (15:58 -0500)]
README and docs
Jacob [Sun, 7 Sep 2025 20:22:25 +0000 (15:22 -0500)]
Replace zscan_iter with zrevrange
Jacob [Sun, 7 Sep 2025 20:17:49 +0000 (15:17 -0500)]
Actually correctly sort the sorted set
Jacob [Sun, 7 Sep 2025 20:06:09 +0000 (15:06 -0500)]
Refactor redis client and app factory to their own files
Jacob [Sun, 7 Sep 2025 19:29:23 +0000 (14:29 -0500)]
Implement test simulation runner
Jacob [Sun, 7 Sep 2025 18:58:29 +0000 (13:58 -0500)]
Implement test storage and test path validation
Jacob [Sun, 7 Sep 2025 18:35:52 +0000 (13:35 -0500)]
cleanup imports
Jacob [Sun, 7 Sep 2025 18:34:29 +0000 (13:34 -0500)]
Move stats to sorted set, and return in decreasing order
Jacob [Sun, 7 Sep 2025 18:18:24 +0000 (13:18 -0500)]
Refactor hit count so it is consistent in all 3 endpoints, match more paths on api route
Jacob [Sun, 7 Sep 2025 17:57:52 +0000 (12:57 -0500)]
Clean up error handling and unnecessary non-flask runner code
Jacob [Sun, 7 Sep 2025 17:54:26 +0000 (12:54 -0500)]
Implement request based error handling
Jacob [Sun, 7 Sep 2025 17:29:46 +0000 (12:29 -0500)]
Add and retrieve hit counters per subpath, no validation
Jacob [Sun, 7 Sep 2025 17:17:36 +0000 (12:17 -0500)]
Somewhat working routes for stats and logging
Jacob [Sun, 7 Sep 2025 16:49:38 +0000 (11:49 -0500)]
Make server visible through network
Jacob [Sun, 7 Sep 2025 16:46:51 +0000 (11:46 -0500)]
Add bones of project building container