machineconfig 6.33__py3-none-any.whl → 6.34__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of machineconfig might be problematic. Click here for more details.
- machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py +1 -5
- {machineconfig-6.33.dist-info → machineconfig-6.34.dist-info}/METADATA +1 -2
- {machineconfig-6.33.dist-info → machineconfig-6.34.dist-info}/RECORD +6 -6
- {machineconfig-6.33.dist-info → machineconfig-6.34.dist-info}/WHEEL +0 -0
- {machineconfig-6.33.dist-info → machineconfig-6.34.dist-info}/entry_points.txt +0 -0
- {machineconfig-6.33.dist-info → machineconfig-6.34.dist-info}/top_level.txt +0 -0
|
@@ -125,16 +125,12 @@ if __name__ == "__main__":
|
|
|
125
125
|
|
|
126
126
|
def force_fresh_process_check(self, tab_name: str, layout_config: LayoutConfig) -> CommandStatus:
|
|
127
127
|
"""Force a fresh process check with additional validation."""
|
|
128
|
-
# Find the tab with the given name
|
|
129
|
-
tab_config = None
|
|
130
128
|
for tab in layout_config["layoutTabs"]:
|
|
131
129
|
if tab["tabName"] == tab_name:
|
|
132
130
|
tab_config = tab
|
|
133
131
|
break
|
|
134
|
-
|
|
135
|
-
if tab_config is None:
|
|
132
|
+
else:
|
|
136
133
|
return {"status": "unknown", "error": f"Tab '{tab_name}' not found in layout config", "running": False, "command": "", "tab_name": tab_name, "processes": [], "remote": self.remote_executor.remote_name}
|
|
137
|
-
|
|
138
134
|
command = tab_config["command"]
|
|
139
135
|
|
|
140
136
|
try:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: machineconfig
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.34
|
|
4
4
|
Summary: Dotfiles management package
|
|
5
5
|
Author-email: Alex Al-Saffar <programmer@usa.com>
|
|
6
6
|
License: Apache 2.0
|
|
@@ -29,7 +29,6 @@ Requires-Dist: typer>=0.19.2
|
|
|
29
29
|
Provides-Extra: windows
|
|
30
30
|
Requires-Dist: pywin32; extra == "windows"
|
|
31
31
|
Provides-Extra: plot
|
|
32
|
-
Requires-Dist: duckdb-engine>=0.17.0; extra == "plot"
|
|
33
32
|
Requires-Dist: sqlalchemy>=2.0.43; extra == "plot"
|
|
34
33
|
Requires-Dist: ipykernel>=6.30.1; extra == "plot"
|
|
35
34
|
Requires-Dist: ipython>=9.5.0; extra == "plot"
|
|
@@ -34,7 +34,7 @@ machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py,sha256=t5EWN
|
|
|
34
34
|
machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py,sha256=zA_PGkaMFVkRjxjXHl0FcyCQ9BASFSTP7ZnEgQ_rtyE,2996
|
|
35
35
|
machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py,sha256=FMpwaSeDCc71pEiVk99s8f5NkZEQ8zKQNUuaSXojgq4,4615
|
|
36
36
|
machineconfig/cluster/sessions_managers/zellij_utils/monitoring_types.py,sha256=8l8OAfWYy5xv-EaVqtXLqvPo9YaR9i8kFqGMhPzk0nw,2616
|
|
37
|
-
machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=
|
|
37
|
+
machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=0UL4b-uq15IWKx4ryLR3lgF2V9VDIHUAWPMhcFyAwng,13602
|
|
38
38
|
machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py,sha256=IMaoZ4nczs5XwPTObXno6mu0x7es4yNa9cAi4u6GkEU,2601
|
|
39
39
|
machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py,sha256=7JLq8HY-NWbJfzHfxaok_o1KrIwzMCK_PUnsdZYfzuA,4929
|
|
40
40
|
machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py,sha256=Tlq8liGIs1wCOu6JOk2VUAVCaTzQmbyITSVZMMWvlwA,3830
|
|
@@ -422,8 +422,8 @@ machineconfig/utils/schemas/installer/installer_types.py,sha256=QClRY61QaduBPJoS
|
|
|
422
422
|
machineconfig/utils/schemas/layouts/layout_types.py,sha256=TcqlZdGVoH8htG5fHn1KWXhRdPueAcoyApppZsPAPto,2020
|
|
423
423
|
machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
|
|
424
424
|
machineconfig/utils/ssh_utils/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
425
|
-
machineconfig-6.
|
|
426
|
-
machineconfig-6.
|
|
427
|
-
machineconfig-6.
|
|
428
|
-
machineconfig-6.
|
|
429
|
-
machineconfig-6.
|
|
425
|
+
machineconfig-6.34.dist-info/METADATA,sha256=5cFlsHoKRZNBJa8SqW5i9hmdyPCwo_jU7P9q7NyIP58,2928
|
|
426
|
+
machineconfig-6.34.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
427
|
+
machineconfig-6.34.dist-info/entry_points.txt,sha256=M0jwN_brZdXWhmNVeXLvdKxfkv8WhhXFZYcuKBA9qnk,418
|
|
428
|
+
machineconfig-6.34.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
429
|
+
machineconfig-6.34.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|