-
Notifications
You must be signed in to change notification settings - Fork 2
Refactor structure of the project #5
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
Conversation
Cleanup and refactoring
Add data files, custom docker image and integration tests
@@ -0,0 +1,8 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding the repository like this isn't consistent with what's in the readme file I believe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we get rid of that one now that we use yaml objects?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do in a future PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, that's way better ✨
This PR regroup multiple changes and refactoring of the structure of the projects.
One of my goal is to help us come up with best practices on how to best organized a repository/project meant to work with Infrahub.
Main changes
infrahubctl object
command infrahub-sdk-python#328Dockerfile
and docker compose to leverage local Python module within infrahub