qubership-pipelines-common-library 0.2.5__tar.gz → 0.2.6__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.
Files changed (32) hide show
  1. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/PKG-INFO +1 -1
  2. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/pyproject.toml +1 -1
  3. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/utils/utils_cli.py +3 -1
  4. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/LICENSE +0 -0
  5. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/README.md +0 -0
  6. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/__init__.py +0 -0
  7. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/__init__.py +0 -0
  8. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/artifactory_client.py +0 -0
  9. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/execution/__init__.py +0 -0
  10. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/execution/exec_command.py +0 -0
  11. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/execution/exec_context.py +0 -0
  12. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/execution/exec_context_file.py +0 -0
  13. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/execution/exec_info.py +0 -0
  14. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/execution/exec_logger.py +0 -0
  15. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/git_client.py +0 -0
  16. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/github_client.py +0 -0
  17. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/gitlab_client.py +0 -0
  18. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/jenkins_client.py +0 -0
  19. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/kube_client.py +0 -0
  20. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/log_client.py +0 -0
  21. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/maven_client.py +0 -0
  22. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/minio_client.py +0 -0
  23. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/utils/__init__.py +0 -0
  24. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/utils/rest.py +0 -0
  25. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/utils/utils.py +0 -0
  26. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/utils/utils_aws.py +0 -0
  27. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/utils/utils_context.py +0 -0
  28. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/utils/utils_dictionary.py +0 -0
  29. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/utils/utils_file.py +0 -0
  30. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/utils/utils_json.py +0 -0
  31. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/utils/utils_string.py +0 -0
  32. {qubership_pipelines_common_library-0.2.5 → qubership_pipelines_common_library-0.2.6}/qubership_pipelines_common_library/v1/webex_client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qubership-pipelines-common-library
3
- Version: 0.2.5
3
+ Version: 0.2.6
4
4
  Summary: Qubership Pipelines common library
5
5
  License: Apache-2.0
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "qubership-pipelines-common-library"
3
- version = "0.2.5"
3
+ version = "0.2.6"
4
4
  description = "Qubership Pipelines common library"
5
5
  authors = ["Qubership"]
6
6
  readme = "README.md"
@@ -15,6 +15,8 @@ def utils_cli(func):
15
15
  @click.option('--context_path', required=True, default=DEFAULT_CONTEXT_FILE_PATH, type=str, help="Path to context")
16
16
  @click.option("--input_params", "-p", multiple=True, callback=_input_params_to_dict,
17
17
  help="Params to use instead of context as key-values. Nested keys are supported with double-underscores or dots as separators, e.g. -p params__group__key=value")
18
+ @click.option("--input_params_secure", "-s", multiple=True, callback=_input_params_to_dict,
19
+ help="Params to use instead of context as key-values. Nested keys are supported with double-underscores or dots as separators, e.g. -p params__group__key=value")
18
20
  @click.pass_context
19
21
  def wrapper(ctx, *args, log_level, **kwargs):
20
22
  ExecutionLogger.EXECUTION_LOG_LEVEL = getattr(logging, log_level.upper(), logging.INFO)
@@ -38,7 +40,7 @@ def _configure_global_logger(global_logger: logging.Logger, log_level: str, form
38
40
 
39
41
 
40
42
  def _transform_kwargs(kwargs):
41
- if kwargs.get("input_params"):
43
+ if kwargs.get("input_params") or kwargs.get("input_params_secure"):
42
44
  kwargs.pop("context_path")
43
45
 
44
46