feat: add version updater and statistics enhancements (fixes #29)
- Implemented version checking system with update notifications - Integrated Git for fetching and downloading the latest version - Added statistics updates - Removed unused code across the project - Condensed project structure - Updated README - Cleaned up UI
This commit is contained in:
+1
-7
@@ -29,7 +29,7 @@ import pandas as pd
|
||||
import airlock_libs
|
||||
from services.API import AirlockAPIWrapper
|
||||
from utils.configmanager import get_system_list, get_system_value
|
||||
from utils.utils import colorText, regulator
|
||||
from utils.utils import regulator
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
@@ -293,12 +293,6 @@ class ExecutionHistoryRecord:
|
||||
logger.debug(
|
||||
f"Staging of Execution history for policy: {policy.name} is complete"
|
||||
)
|
||||
print(
|
||||
colorText(
|
||||
f"Staging of Execution history for policy: {policy.name} is complete",
|
||||
"green",
|
||||
)
|
||||
)
|
||||
|
||||
return executions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user