Commit Graph

48 Commits

Author SHA1 Message Date
02f5318f76 Merge branch 'dev' into merge/pretzel-lukas-cleanup-nosquash 2022-05-20 22:04:41 +03:00
74198ff81c Add a try..except to audit log broadcast 2022-05-18 16:51:46 +03:00
fbf820fd38 Make some model removals way more efficient 2022-05-16 01:18:08 +03:00
0115421243 Make queries narrower 2022-05-16 01:02:17 +03:00
53459d83dc Merge branch 'feature/api-v2' into merge/api-v2 2022-05-05 03:32:09 +03:00
2dc85e6f27 Add table name for audit_log 2022-04-14 19:34:30 -04: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
42ca4bb973 Refactored the yes to not pass objects in import
Merge Conflicts ᴙ Us
2022-04-11 00:23:55 -05:00
19d2c9ec1c Revert "Merge branch 'bug/DB_Lock' into 'dev'"
This reverts merge request !241
2022-04-10 22:00:44 +00:00
3826cb3486 Change all databases to queue 2022-04-10 16:33:54 -04:00
23ecef6826 Revert Singleton testing operators on db querys
These are not compatible with peewee querys, see MR !233 for details
2022-04-02 17:54:30 +01:00
0c540293d8 Fix Singleton value testing
Truthy falsy truthy falsy, apparently wants 'is'
2022-04-02 02:34:12 +01:00
09bba7fdb0 Further fix files to conform with 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:16:22 +00: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
6cf778f068 appease the linter 2022-03-02 13:07:00 -05:00
61ac97c02e Add unexecuted clear. Add option to compress backups 2022-03-02 12:55:49 -05:00
e0b8fb35fe Add option to compress backups 2022-03-02 11:34:26 -05:00
c4f706d415 Rework of files handling and added exclusions selection for backups. 2022-03-01 01:02:30 +00:00
26014d0e86 Revert "Merge branch 'xithical-fixes' into 'dev'"
This reverts merge request !173
2022-02-28 04:40:33 +00:00
2bf2902754 Working backup exclusions 2022-02-27 21:40:05 -05:00
008b7f4ade Run file tree serving thorugh ajax handler alone 2022-02-27 19:29:30 -05:00
4bcb91d1d5 Add mostly functional front-end for backup exclusions 2022-02-27 16:37:48 -05:00
4b484782c6 Fix excluded directories not being separatable
Excluded directories were being pulled from the database as not a string, so I just used the get_backup_config() method to pull exclusions as a string so I could split it
2022-02-27 13:38:16 -06:00
29800eee3c Add methods for excluded backup directories
Adds get, add, and delete methods for excluded backup directories
2022-02-27 12:35:48 -06:00
31cb2793fd Fix a couple bugs with chain reactions 2022-02-24 00:19:54 -05:00
c1020ff3d1 Working chain reaction tasks 2022-02-23 22:58:48 -05:00
3e822ea076 Create fallback for audit entires 2022-01-31 18:09:23 -05:00
2e96c40d62 Make audit entries configurable 2022-01-31 17:58:02 -05:00
ac19c86089 Appease the linter 2022-01-30 15:34:09 -05:00
7aebd8bd5b Merge branch 'pretzel-fixes' of https://gitlab.com/crafty-controller/crafty-commander into pretzel-fixes 2022-01-29 16:38:16 -05:00
37ccc447c4 Fix backup config bug 2022-01-29 16:37:00 -05:00
184a042e2a Delete audit logs when they exceed 300 entries 2022-01-29 01:37:28 -05:00
7889ca3153 Delete audit logs when they exceed 100 entries 2022-01-29 01:36:37 -05:00
453da9cc24 Fix more things linting broke 2022-01-29 00:08:55 -05:00
e0ce1d118c Create pylintrc, code review pipeline & correct codebase errors
Fix uploads,
Only send server stats to user page when they have access to servers
2022-01-26 01:45:30 +00:00
b4bf125a0d Notifications are only visible to valid server users 2022-01-20 13:37:45 -05:00
5087813900 add catch for restart command. Fix windows bug. 2022-01-18 14:43:22 -05:00
7981f90a77 Fix bug where backups would not run due to extraneous character in server init 2022-01-12 01:24:03 -05:00
5e7d0d64bd Cron tasks working.
Starting to rearrange front end for better UX
2022-01-11 12:17:57 -05:00
c220c6d3d3 Remove schedule logic from backups. 2022-01-11 01:45:54 -05:00
4f55ffed0f Add single execution to scheduled tasks. 2022-01-11 01:29:27 -05:00
a19ba7dbb6 Backup Restore/Root Disable 2021-11-29 21:22:46 +00:00
f20d41242d Adding Helpers for Path
Correcting a MVC update missing function
2021-11-21 11:52:29 +01:00
70ca82a086 Rework architecture for better MVC 2021-09-09 00:01:10 +02:00