gluetool 3.1__tar.gz → 3.2__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.
- {gluetool-3.1 → gluetool-3.2}/PKG-INFO +1 -1
- {gluetool-3.1 → gluetool-3.2}/gluetool/action.py +4 -1
- {gluetool-3.1 → gluetool-3.2}/pyproject.toml +1 -1
- {gluetool-3.1 → gluetool-3.2}/README.rst +0 -0
- {gluetool-3.1 → gluetool-3.2}/assets/html-log/prism.css +0 -0
- {gluetool-3.1 → gluetool-3.2}/assets/html-log/prism.js +0 -0
- {gluetool-3.1 → gluetool-3.2}/assets/html-log/semantic.min.css +0 -0
- {gluetool-3.1 → gluetool-3.2}/assets/html-log/semantic.min.js +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/__init__.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/color.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/core.moduleinfo +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/glue.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/help.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/html_log.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/log.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/proxy.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/py.typed +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/pylint/__init__.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/pylint/option_default.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/pylint/shared_defined.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/pylint/unknown_option.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/result.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/sentry.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/__init__.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/assets/parse_config/configroot/config/data_config_root_a +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/assets/parse_config/configroot/config/data_config_root_b +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/assets/parse_config/configroot/config/data_not_unicode +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/assets/parse_config/configroota/config/data_config_root_a +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/assets/parse_config/configrootb/config/data_config_root_b +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/conftest.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_core.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_error.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_eval_context.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_help.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_json.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_load_yaml.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_log_exception.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_logging.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_module_discovery.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_new_xml_element.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_normalize_option.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_option.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_parse_config.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_pipeline_step.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_render_template.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_requests.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_result.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_run_command.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_run_modules.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_tool.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_treat_url.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_utils.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tests/test_wait.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/tool.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/utils.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool/version.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool_modules/__init__.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool_modules/bash_completion.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool_modules/dep_list.py +0 -0
- {gluetool-3.1 → gluetool-3.2}/gluetool_modules/yaml_pipeline.py +0 -0
|
@@ -58,9 +58,12 @@ from .log import Logging
|
|
|
58
58
|
from .result import Result
|
|
59
59
|
|
|
60
60
|
try:
|
|
61
|
+
if os.getenv('GLUETOOL_TRACING_DISABLE'):
|
|
62
|
+
raise ImportError('Tracing is disabled')
|
|
63
|
+
|
|
61
64
|
import jaeger_client as tracing_client
|
|
62
65
|
|
|
63
|
-
except ImportError:
|
|
66
|
+
except (ImportError, AttributeError):
|
|
64
67
|
tracing_client = None
|
|
65
68
|
|
|
66
69
|
# Type annotations
|
|
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
|
{gluetool-3.1 → gluetool-3.2}/gluetool/tests/assets/parse_config/configroot/config/data_not_unicode
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
|
|
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
|