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
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
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
d4a1efba78
Appease the linter
2022-03-13 09:26:38 -04:00
3a8174cc22
Add status bar for support log archive
2022-03-13 08:29:26 -04:00
6e4435c86f
Add Full support for backup status
2022-03-13 06:36:44 -04:00
33cad6afa8
Add percentage to backups page
...
Helper designed to be used for support logs as well.
2022-03-11 00:19:05 -05:00
319e06cd10
Add backend percentage to backups
2022-03-09 23:45:49 -05:00
b306d1f313
Tidy imports & dep auto-installer
2022-03-08 04:40:44 +00:00
eda9f44b5f
Merge branch 'bug/backups-restore/download' into 'dev'
...
Bug/backups restore/download
See merge request crafty-controller/crafty-commander!197
2022-03-08 02:56:52 +00:00
abdefc3e43
Ensure stats schedule is removed on server start
2022-03-07 21:48:06 -05:00
9c99346bbe
3.5 Translations (Squashed)
...
Thank you translators <3 you're all amazing!
2022-03-08 01:22:30 +00:00
843c16bbd7
Fixing icon bug
2022-03-04 21:09:13 +01:00
d5c623b928
Merge branch 'dev' into dev-RefreshStats_Threading
2022-03-03 19:57:06 -05:00
dfa9ab40ca
Appease the linter
2022-03-03 19:47:49 -05:00
ab7889914f
Bug fixes to ensure player stats display correctly
...
Add sync indicator to dashboard
2022-03-03 19:41:30 -05:00
d73316119b
Add server download status indicator
2022-03-04 00:36:36 +00:00
cb1679806e
Seperate refresh statistics for each server
...
Fixing Broken Things
2022-03-03 23:13:40 +01:00