uber-compose 2.1.3__tar.gz → 2.1.4a1__tar.gz
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.
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/PKG-INFO +1 -1
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/docker_compose_shell/interface.py +5 -5
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/utils/shell_process.py +4 -0
- uber_compose-2.1.4a1/uber_compose/version +1 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose.egg-info/PKG-INFO +1 -1
- uber_compose-2.1.3/uber_compose/version +0 -1
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/LICENSE +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/README.md +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/setup.cfg +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/setup.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/__init__.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/__init__.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/constants.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/docker_compose.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/docker_compose_shell/__init__.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/docker_compose_shell/types.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/sequence_run_types.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/system_docker_compose.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/utils/__init__.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/utils/compose_files.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/utils/compose_instance_cfg.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/utils/env_files.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/utils/process_command_output.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/utils/state_waiting.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/env_description/__init__.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/env_description/env_tools.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/env_description/env_types.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/errors/__init__.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/errors/migrations.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/errors/up.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/helpers/__init__.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/helpers/broken_services.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/helpers/bytes_pickle.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/helpers/countdown_counter.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/helpers/exec_record.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/helpers/exec_result.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/helpers/health_policy.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/helpers/jobs_result.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/helpers/labels.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/helpers/singleton.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/helpers/state_keeper.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/output/__init__.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/output/console.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/output/styles.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/uber_compose.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/utils/__init__.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/utils/docker_compose_files_path.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/utils/docker_compose_service_deps.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/utils/search_docker_compose_files.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/utils/services_construction.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/vedro_plugin/__init__.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/vedro_plugin/base_structures/__init__.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/vedro_plugin/base_structures/common_json_cli.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/vedro_plugin/helpers/__init__.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/vedro_plugin/helpers/scenario_ordering.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/vedro_plugin/helpers/scenario_tag_processing.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/vedro_plugin/helpers/test_env_vars_setter.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/vedro_plugin/plugin.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/version.py +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose.egg-info/SOURCES.txt +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose.egg-info/dependency_links.txt +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose.egg-info/requires.txt +0 -0
- {uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose.egg-info/top_level.txt +0 -0
{uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/docker_compose_shell/interface.py
RENAMED
|
@@ -196,7 +196,7 @@ class ComposeShellInterface:
|
|
|
196
196
|
async def dc_exec(self, container: str, cmd: str, extra_env: dict = None, env: dict = None, root: Path | str = None,
|
|
197
197
|
detached=False,
|
|
198
198
|
) -> tuple[JobResult, bytes, bytes] | tuple[OperationError, bytes, bytes]:
|
|
199
|
-
self.logger.stage_details(f'Executing {cmd} in {container} container')
|
|
199
|
+
self.logger.stage_details(f'Executing "{cmd}" in "{container}" container')
|
|
200
200
|
sys.stdout.flush()
|
|
201
201
|
|
|
202
202
|
if extra_env is None:
|
|
@@ -272,7 +272,7 @@ class ComposeShellInterface:
|
|
|
272
272
|
check_output = stdout.decode('utf-8')
|
|
273
273
|
sys_error = stderr.decode("utf-8")
|
|
274
274
|
|
|
275
|
-
self.logger.system_commands_debug(f'Pids of command {cmd} in {container}:\n {check_output} \nErr: {sys_error}')
|
|
275
|
+
self.logger.system_commands_debug(f'Pids of command "{cmd}" in "{container}":\n {check_output} \nErr: {sys_error}')
|
|
276
276
|
|
|
277
277
|
if check_output != '':
|
|
278
278
|
try:
|
|
@@ -283,12 +283,12 @@ class ComposeShellInterface:
|
|
|
283
283
|
except ValueError:
|
|
284
284
|
...
|
|
285
285
|
if self.cfg_constants.ignore_pidof_unexistance:
|
|
286
|
-
self.logger.stage_details(f'Error parsing pids from {check_output} for {cmd} in {container}')
|
|
286
|
+
self.logger.stage_details(f'Error parsing pids from {check_output} for "{cmd}" in "{container}"')
|
|
287
287
|
return [-1]
|
|
288
|
-
self.logger.error(f'Somthing wrong for {cmd} in {container}:\n {check_output}')
|
|
288
|
+
self.logger.error(f'Somthing wrong for "{cmd}" in "{container}":\n {check_output}')
|
|
289
289
|
return [-1]
|
|
290
290
|
else:
|
|
291
|
-
self.logger.stage_info(f'Process done: {cmd} in {container}')
|
|
291
|
+
self.logger.stage_info(f'Process done: "{cmd}" in "{container}"')
|
|
292
292
|
return []
|
|
293
293
|
|
|
294
294
|
async def _dc_exec_print_processes(self, container: str,
|
|
@@ -6,4 +6,8 @@ def parse_process_command_name(command: str) -> str:
|
|
|
6
6
|
if parts[0] == 'sh':
|
|
7
7
|
return parse_process_command_name(parts[2])
|
|
8
8
|
|
|
9
|
+
# TODO change the way to determine process name inside docker container via script pid subgroup
|
|
10
|
+
if parts[0] == 'run.sh':
|
|
11
|
+
return parse_process_command_name(parts[1])
|
|
12
|
+
|
|
9
13
|
return parts[0]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.1.4
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.1.3
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/docker_compose_shell/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/core/utils/process_command_output.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/utils/docker_compose_service_deps.py
RENAMED
|
File without changes
|
{uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/utils/search_docker_compose_files.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/vedro_plugin/base_structures/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uber_compose-2.1.3 → uber_compose-2.1.4a1}/uber_compose/vedro_plugin/helpers/scenario_ordering.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|