Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/bpmn 386 remove docker from bpm deploy #452

Merged
merged 19 commits into from
Aug 5, 2024

Conversation

liuyz1994
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Jul 16, 2024

Code Coverage

Package Line Rate Health
src.mpyl 92%
src.mpyl.artifacts 60%
src.mpyl.cli 61%
src.mpyl.projects 95%
src.mpyl.reporting 100%
src.mpyl.reporting.formatting 99%
src.mpyl.stages 63%
src.mpyl.steps 88%
src.mpyl.steps.build 82%
src.mpyl.steps.deploy 73%
src.mpyl.steps.deploy.bpm 69%
src.mpyl.steps.deploy.k8s 81%
src.mpyl.steps.deploy.k8s.resources 97%
src.mpyl.steps.postdeploy 82%
src.mpyl.steps.test 93%
src.mpyl.utilities 100%
src.mpyl.utilities.bpm 78%
src.mpyl.utilities.dagster 71%
src.mpyl.utilities.github 74%
src.mpyl.utilities.helm 100%
src.mpyl.utilities.http_client 95%
src.mpyl.utilities.jenkins 69%
src.mpyl.utilities.junit 97%
src.mpyl.utilities.logging 78%
src.mpyl.utilities.pyaml_env 100%
src.mpyl.utilities.repo 65%
src.mpyl.utilities.sbt 96%
src.mpyl.utilities.subprocess 76%
src.mpyl.utilities.yaml 100%
Summary 81% (3006 / 3697)

Minimum allowed line rate is 79%

Copy link

github-actions bot commented Jul 16, 2024

New release 452.4189 deployed at Test Pypi.
Install with

pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple mpyl==452.4189

@tijmenstor tijmenstor requested review from ptab and Jorg88 August 1, 2024 16:38
src/mpyl/steps/deploy/bpm/__init__.py Outdated Show resolved Hide resolved
bpm_file_path = config.deployment_path.bpm_diagram_folder_path

for file_name in (
[fn for fn in os.listdir(bpm_file_path) if fn.endswith(".bpmn")]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems a bit hacky? Can't we configure in the project.yml which files to deploy?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No changes were made to this functionality, this is what is originally in the repository. Since this change is only about removing the dependency on Docker, could we let this slide for now and get back to this in a later PR?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Boy scout rule etc, but ok

src/mpyl/steps/deploy/bpm/__init__.py Outdated Show resolved Hide resolved
src/mpyl/utilities/subprocess/__init__.py Outdated Show resolved Hide resolved
@tijmenstor tijmenstor merged commit f61dcc5 into main Aug 5, 2024
7 checks passed
@tijmenstor tijmenstor deleted the feature/BPMN-386-remove-docker-from-bpm-deploy branch August 5, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants