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

Baris/eng 293 remove git init #293

Merged
merged 10 commits into from
Jan 7, 2022
Merged

Baris/eng 293 remove git init #293

merged 10 commits into from
Jan 7, 2022

Conversation

bcdurak
Copy link
Contributor

@bcdurak bcdurak commented Jan 5, 2022

Pre-requisites

Please ensure you have done the following:

  • I have read the CONTRIBUTING.md document.
  • If my change requires a change to the documentation, I have updated the documentation accordingly.
  • I have added tests to cover my changes.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Describe changes

the instructions to do git init while creating a ZenML repository have been removed from the examples and the docs

@bcdurak bcdurak requested review from htahir1 and schustmi January 5, 2022 08:36
@github-actions github-actions bot added the internal To filter out internal PRs and issues label Jan 5, 2022
Copy link
Contributor

@alex-zenml alex-zenml left a comment

Choose a reason for hiding this comment

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

💪

Copy link
Contributor

@htahir1 htahir1 left a comment

Choose a reason for hiding this comment

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

Nice one! Just a few suggestions. Also, I think was a mention in the docs somewhere that we were building on top of git, maybe we should also remove that if it exists

@@ -50,13 +49,17 @@ class Integration(metaclass=IntegrationMeta):
def check_installation(cls) -> bool:
"""Method to check whether the required packages are installed"""
try:
for req, command in cls.SYSTEM_REQUIREMENTS.items():
for requirement, command in cls.SYSTEM_REQUIREMENTS.items():
Copy link
Contributor

Choose a reason for hiding this comment

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

I think @schustmi already has a branch for this :-)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I merged @schustmi 's branch before the request so it should be good to go.

initialize the directory with ZenML’s own config and resource management
tools. Type:
When you begin a project, initialize the directory with ZenML’s
own config and resource management tools. Type:
Copy link
Contributor

Choose a reason for hiding this comment

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

Isnt this missing something?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have changed it a bit more to reflect the current situation.

@bcdurak
Copy link
Contributor Author

bcdurak commented Jan 5, 2022

@htahir1 Thanks for the tip regarding the docs. I have also changed the corresponding section. I hope it is a bit clearer now.

@bcdurak bcdurak merged commit 677dc7f into main Jan 7, 2022
@bcdurak bcdurak deleted the baris/ENG-293-remove-git-init branch January 7, 2022 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal To filter out internal PRs and issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants