Commit Graph

133 Commits

Author SHA1 Message Date
70ceb1a4e7 Merge branch 'dev' into bugfix/world-size-calc 2023-02-18 09:50:16 -05:00
5dea17a7cb Merge branch 'dev' into enhancement/add-storage-to-dash 2023-02-17 00:00:00 +00:00
491415c7fa Re-black codebase with new standard 2023-02-15 18:01:21 -05:00
f381562b3b Make monitored mount points user configurable 2023-02-05 19:05:20 -05:00
a6d1f7b62c Add realtime storage updates 2023-02-05 18:03:59 -05:00
a70d531ae1 Refactor naming of keys 2023-02-05 13:06:52 -05:00
7ee86f3ce1 Fix logic issue 2023-01-19 12:06:29 -05:00
efd3bef029 Use queues for scheduled task disapatch 2023-01-19 11:27:33 -05:00
4922998b14 Remove extra task definition 2023-01-02 14:34:08 -05:00
9ebdbbf5af Fix bug where nested reaction tasks would stack 2023-01-01 23:13:07 -05:00
522adb765c Appease lint
Major - R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it
2022-10-05 22:02:17 +01:00
3681f52856 Fix scheduled task disable 2022-10-04 16:07:08 -04:00
352a3e12e7 Fix minor bugs with uploads import 2022-10-02 15:54:13 -04:00
a21bb36f7c Make it so a user cannot upload anything but zip
TODO add better feedback than "error"
2022-09-27 23:07:44 -04:00
f090bf8c6f Add task to check for old files every 12 hours 2022-09-27 22:57:24 -04:00
82c0452f55 Add pfp caching for users 2022-09-12 15:34:47 -04:00
be7a816f78 Fix reaction tasks not firing
Fix delay not being accurate
2022-08-07 01:30:59 -04:00
75c8cdef53 Add names to schedules 2022-08-05 13:52:50 -04:00
ad318296dc Fix no new_job error 2022-08-04 23:57:22 -04:00
f69d79b702 Fix indenting on jobs being added 2022-08-04 23:23:56 -04:00
6d08d31d97 Add log lines for update notif
Co-authored-by: andrew.charles.mcmanus@gmail.com <andrew.charles.mcmanus@gmail.com>
2022-08-05 03:02:02 +01:00
59174110ab Remove print statement
Co-authored-by: andrew.charles.mcmanus@gmail.com <andrew.charles.mcmanus@gmail.com>
2022-08-05 02:38:43 +01:00
ff0faffc08 Add update check to 12hr schedule
Co-authored-by: andrew.charles.mcmanus@gmail.com <andrew.charles.mcmanus@gmail.com>
2022-08-05 02:37:21 +01:00
6c0cd54e7e Add next run to schedule info 2022-08-04 18:15:59 -04:00
875767e16c Merge branch 'dev' into feature/ajax-schedule-enabled 2022-07-13 15:48:09 +03:00
f1d11bfb0d Remove tempdir from packaging logs. 2022-07-05 21:35:43 -04:00
147f178c87 Add a basic API for modifying schedules.
THIS IS VERY UNTESTED AND WILL BE EXPANDED TO FULL CRUD FOR SCHEDULES
2022-06-23 01:57:29 +03:00
6962662ce5 Fix black 2022-06-13 19:41:25 +01:00
b3f167ab62 Add fallback for tz not being found 2022-06-13 14:29:25 -04:00
9e4c8e99b1 Merge branch 'dev' into dev-StatsDBImprovement 2022-06-01 23:52:49 +02:00
ec2d967419 Fixing Commands to server 2022-05-30 22:49:42 +02:00
8f5c688b72 Fixing Pylint issues 2022-05-30 19:28:39 +02:00
290c398198 Add command queue stdin commands back 2022-05-30 18:23:37 +03:00
be1930c7c7 fixing server shutdown gracefull exit 2022-05-26 15:28:54 +02:00
8423cc24c1 I'm breaking/fixing stuff 2022-05-26 14:50:20 +02:00
3956d9c699 Remove stdin sending from command_watcher
Reasons:
* It's unused in our program
* It can be a start to security vulnerabilities.
  I've seen many routes add commands to `Commands` without validation.
2022-05-25 17:44:09 +03:00
02f5318f76 Merge branch 'dev' into merge/pretzel-lukas-cleanup-nosquash 2022-05-20 22:04:41 +03:00
821ed7ef5d Make get_server_obj raise an error
Reason being: There is nothing that checks if it returns False
2022-05-17 21:43:15 +03:00
53459d83dc Merge branch 'feature/api-v2' into merge/api-v2 2022-05-05 03:32:09 +03:00
1aa0d65cf7 Merge branch feature/external-frontend to feature/api-v2 without the frontend 2022-04-14 15:33:53 +03:00
92c8fc04f3 Refactor to standardize class/variable naming 2022-04-14 03:10:25 +01:00
316d0aa17a Fix error thrown on task execution 2022-04-12 18:57:18 -04:00
d417950eae fix fstrings, refactored console to static 2022-04-11 20:34:46 -05:00
19f2429a4c Fix formatting to comply with Black 2022-04-11 11:08:36 +01:00
42ca4bb973 Refactored the yes to not pass objects in import
Merge Conflicts ᴙ Us
2022-04-11 00:23:55 -05:00
822a3707b2 Add sleep to realtime - Reduce CPU load. 2022-03-26 19:10:04 -04:00
2a512d7273 Fix files to conform with new Black pylintrc
Mostly just breaking up strings and comments into new lines
Some strings dont require 'f' but keeping in for readability
with the rest of the concatinated string
2022-03-23 06:06:13 +00:00
e06fe8a52a Black codebase
Apply black formatting to codebase
2022-03-23 02:50:12 +00:00
b306d1f313 Tidy imports & dep auto-installer 2022-03-08 04:40:44 +00:00
1bf40ffda9 Fix task update polling
Fix task update polling after a change while linting broke it :/
2022-03-04 20:41:27 -05:00