Commit Graph

216 Commits

Author SHA1 Message Date
1de2ea1b5c Merge branch 'bug/-1-stats-showing-on-dashboard' into 'dev'
Fix -1 showing on dashboard when offline

See merge request crafty-controller/crafty-4!365
2022-06-18 21:27:05 +00:00
478dfdc6ef Fix -1 showing on dashboard when offline 2022-06-18 17:18:21 -04:00
9bbf316494 Check for Oracle Java before changing start string 2022-06-17 19:11:03 -04:00
a2ad23548c Check for Oracle Java before changing start string 2022-06-17 19:08:57 -04:00
5f8dbd4dc7 Fix C0113 & Exempting R0201 Line as self required. 2022-06-15 04:27:27 +01:00
1cfc926b16 Fix line length CQ 2022-06-15 04:11:40 +01:00
cda2120579 Fix window java issue causing no stats 2022-06-14 22:33:02 -04:00
e73dd682c8 Fix no-else-* QA warnings 2022-06-14 15:40:57 +03:00
55f7ab1d35 Fix traceback on crash detection startup 2022-06-13 16:13:18 -04:00
033bf05279 Appease black 2022-06-13 14:31:53 -04:00
b3f167ab62 Add fallback for tz not being found 2022-06-13 14:29:25 -04:00
a9cdd33c77 Fixing Pylint Errors 2022-06-12 18:30:39 +02:00
007218111f Should work now :) 2022-06-12 17:13:39 +02:00
c924663ab3 Fix stack on server stop 2022-06-10 19:04:34 -04:00
41cf247c5a Appease black 2022-06-10 18:31:48 -04:00
4a15a2331e Fix error when stats job does not exist on kill 2022-06-10 18:29:47 -04:00
d7606f4cc6 Fix user permissions issue 2022-06-06 17:04:45 -04:00
8e23ba5bdb Fix backup error if excluded dir doesn't exists. 2022-06-06 00:05:16 -04:00
dd54a5f2c9 Mark update as complete when it fails 2022-06-03 16:04:12 -04:00
9e4c8e99b1 Merge branch 'dev' into dev-StatsDBImprovement 2022-06-01 23:52:49 +02:00
9864cecff1 Merge branch 'experimental/lukas-codebase-improvements' into 'dev'
Lukas's codebase improvements

See merge request crafty-controller/crafty-4!277
2022-06-01 20:22:47 +00:00
89b6e239bc Merge branch 'dev' into experimental/lukas-codebase-improvements 2022-06-01 22:35:11 +03:00
3946a926bf Remove print statement 2022-06-01 15:17:13 -04:00
de96844276 Remove useless return from a_backup_server
(Pylint R1711)
2022-06-01 18:34:04 +01:00
256c6567fd Remove temporary directory on backup completion
When running backups, the temporary directory wasn't being properly removed.
Added logic to remove the temporary directory upon backup completion,
cleaned up the try/except a bit.
2022-06-01 18:28:24 +01:00
e0b0e52bd5 Add stdin route for the API 2022-05-31 00:11:17 +03:00
150e8e5794 Renaming Server in shared to ServerInstance 2022-05-30 22:40:34 +02:00
0df5fedf2b Add try-excepts for host stats 2022-05-28 19:32:54 +03:00
d1beb2f125 Redirect stderr to null during psutil's import.
On some systems /proc might be unavailable and psutil would freak out
printing several exceptions to stderr but strangely not raising the
exceptions for upper scope to handle
2022-05-28 19:00:25 +03:00
99b28efd33 Merge branch 'dev' into dev-StatsDBImprovement 2022-05-26 15:39:52 +02:00
056856cf98 Fixing Helpers issue 2022-05-26 15:02:47 +02:00
8423cc24c1 I'm breaking/fixing stuff 2022-05-26 14:50:20 +02:00
b293164e12 Add crash detection to realtime stats 2022-05-25 14:26:13 -04:00
5a1353373a trying something new 2022-05-25 15:54:35 +02:00
4e84eee5a5 Rename server stats variables to server_stats 2022-05-25 16:15:51 +03:00
83018c6860 Calculate the min stats date with timedelta
This is more correct than just using days.
I've also tested this working in a completely separate Peewee project.
2022-05-25 16:14:42 +03:00
a937a94ac8 Use a better variable name for stat disappear date
* Rename occurences of `last_week` with `minimum_to_exist`
2022-05-25 14:49:17 +03:00
42af86b6f7 Merge branch 'dev' into experimental/lukas-cleanup 2022-05-17 21:21:47 +03:00
e7e337bea1 Improve the start_server function 2022-05-16 18:16:04 +03:00
7d8515321b Revert bad changes for schedules 2022-05-15 15:59:55 -05:00
4f6a90eb6a Remove unused import 2022-05-15 14:05:23 -05:00
490fc86d4e Cleanup server schedule on delete 2022-05-15 14:00:24 -05:00
e161e2cf0b Add cleanup method for server stats on delete 2022-05-15 13:28:02 -05:00
0f19c0c787 Realtime server stats all the time 2022-05-15 13:16:28 -05:00
16bbac7fd6 Moving Server Stats DB to Server Folder 2022-04-28 22:40:15 +02:00
92c8fc04f3 Refactor to standardize class/variable naming 2022-04-14 03:10:25 +01:00
ed60e55ffe Add try catch around process kill 2022-04-12 21:52:53 -04:00
e555274409 Add critical log message for None Backup path 2022-04-12 19:27:18 -04:00
73b3571606 Appease the linter 2022-04-12 19:22:57 -04:00
ec6421b62c Disable Backups when no path 2022-04-12 17:37:20 -04:00