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

Make project file names configurable #499

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

SamTheisens
Copy link
Collaborator

  • Recurse submodules to find project files
  • Only hash if we're dealing with a file, not a folder
  • Accept custom project name
  • Make github and docker no longer required, because MPyL can work without them
  • Add pypi cleanup lib
  • Remove maintainer validation, because it belongs in the project linting stage
  • Default version to 0.0.1
  • Turn optional into default parameter
  • Update test publication to new API
  • Remove hard coding of project file names
  • Add project name to Repo config

Copy link

github-actions bot commented Dec 8, 2024

Code Coverage

Package Line Rate Health
src.mpyl 93%
src.mpyl.artifacts 59%
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 70%
src.mpyl.utilities.helm 100%
src.mpyl.utilities.http_client 95%
src.mpyl.utilities.junit 97%
src.mpyl.utilities.logging 78%
src.mpyl.utilities.pyaml_env 100%
src.mpyl.utilities.repo 68%
src.mpyl.utilities.sbt 96%
src.mpyl.utilities.subprocess 76%
src.mpyl.utilities.yaml 100%
Summary 82% (3008 / 3679)

Minimum allowed line rate is 79%

Copy link

github-actions bot commented Dec 10, 2024

New release 499.4335 deployed at Test Pypi.
Install with

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

@SamTheisens SamTheisens force-pushed the feature/submodule-support branch from 0e30dd2 to c20a7a8 Compare December 12, 2024 02:17
@SamTheisens SamTheisens force-pushed the feature/submodule-support branch from f4f5ef5 to ae5268c Compare December 18, 2024 08:06
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.

1 participant