qubership-pipelines-common-library 0.2.0__tar.gz → 0.2.1__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.0 → qubership_pipelines_common_library-0.2.1}/PKG-INFO +1 -1
  2. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/pyproject.toml +1 -1
  3. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/gitlab_client.py +1 -1
  4. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/LICENSE +0 -0
  5. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/README.md +0 -0
  6. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/__init__.py +0 -0
  7. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/__init__.py +0 -0
  8. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/artifactory_client.py +0 -0
  9. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/execution/__init__.py +0 -0
  10. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/execution/exec_command.py +0 -0
  11. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/execution/exec_context.py +0 -0
  12. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/execution/exec_context_file.py +0 -0
  13. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/execution/exec_info.py +0 -0
  14. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/execution/exec_logger.py +0 -0
  15. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/git_client.py +0 -0
  16. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/github_client.py +0 -0
  17. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/jenkins_client.py +0 -0
  18. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/kube_client.py +0 -0
  19. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/log_client.py +0 -0
  20. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/maven_client.py +0 -0
  21. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/minio_client.py +0 -0
  22. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/utils/__init__.py +0 -0
  23. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/utils/rest.py +0 -0
  24. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/utils/utils.py +0 -0
  25. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/utils/utils_aws.py +0 -0
  26. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/utils/utils_cli.py +0 -0
  27. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/utils/utils_context.py +0 -0
  28. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/utils/utils_dictionary.py +0 -0
  29. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/utils/utils_file.py +0 -0
  30. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/utils/utils_json.py +0 -0
  31. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/utils/utils_string.py +0 -0
  32. {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.1}/qubership_pipelines_common_library/v1/webex_client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: qubership-pipelines-common-library
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Qubership Pipelines common library
5
5
  License: Apache-2.0
6
6
  Author: Igor Lebedev
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "qubership-pipelines-common-library"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "Qubership Pipelines common library"
5
5
  authors = ["Igor Lebedev <lebedev.light@gmail.com>"]
6
6
  readme = "README.md"
@@ -74,7 +74,7 @@ class GitlabClient:
74
74
  logging.debug(f"Updating file {file_path} on branch {ref}...")
75
75
  file = self.gl.projects.get(project_id, lazy=True).files.get(file_path=file_path, ref=ref)
76
76
  file.content = content
77
- file.save(branch=ref, commit_message=commit_message)
77
+ file.save(branch=ref, commit_message=commit_message, author_email=self.email)
78
78
  except GitlabGetError as e:
79
79
  if e.response_code == 404 and create_if_not_exists:
80
80
  self.create_file(project_id=project_id, file_path=file_path, content=content, ref=ref,