close-be.git
11 days agoREADME and docs master
Jacob [Sun, 7 Sep 2025 20:58:49 +0000 (15:58 -0500)]
README and docs

11 days agoReplace zscan_iter with zrevrange
Jacob [Sun, 7 Sep 2025 20:22:25 +0000 (15:22 -0500)]
Replace zscan_iter with zrevrange

11 days agoActually correctly sort the sorted set
Jacob [Sun, 7 Sep 2025 20:17:49 +0000 (15:17 -0500)]
Actually correctly sort the sorted set

11 days agoRefactor redis client and app factory to their own files
Jacob [Sun, 7 Sep 2025 20:06:09 +0000 (15:06 -0500)]
Refactor redis client and app factory to their own files

11 days agoImplement test simulation runner
Jacob [Sun, 7 Sep 2025 19:29:23 +0000 (14:29 -0500)]
Implement test simulation runner

11 days agoImplement test storage and test path validation
Jacob [Sun, 7 Sep 2025 18:58:29 +0000 (13:58 -0500)]
Implement test storage and test path validation

11 days agocleanup imports
Jacob [Sun, 7 Sep 2025 18:35:52 +0000 (13:35 -0500)]
cleanup imports

11 days agoMove stats to sorted set, and return in decreasing order
Jacob [Sun, 7 Sep 2025 18:34:29 +0000 (13:34 -0500)]
Move stats to sorted set, and return in decreasing order

11 days agoRefactor hit count so it is consistent in all 3 endpoints, match more paths on api...
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

11 days agoClean up error handling and unnecessary non-flask runner code
Jacob [Sun, 7 Sep 2025 17:57:52 +0000 (12:57 -0500)]
Clean up error handling and unnecessary non-flask runner code

11 days agoImplement request based error handling
Jacob [Sun, 7 Sep 2025 17:54:26 +0000 (12:54 -0500)]
Implement request based error handling

11 days agoAdd and retrieve hit counters per subpath, no validation
Jacob [Sun, 7 Sep 2025 17:29:46 +0000 (12:29 -0500)]
Add and retrieve hit counters per subpath, no validation

11 days agoSomewhat working routes for stats and logging
Jacob [Sun, 7 Sep 2025 17:17:36 +0000 (12:17 -0500)]
Somewhat working routes for stats and logging

11 days agoMake server visible through network
Jacob [Sun, 7 Sep 2025 16:49:38 +0000 (11:49 -0500)]
Make server visible through network

11 days agoAdd bones of project building container
Jacob [Sun, 7 Sep 2025 16:46:51 +0000 (11:46 -0500)]
Add bones of project building container