-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cleanup unused files, improve build infra, add license to postgres, etc. #41
Conversation
These now live in the deployment-recipes repo
Moved to deployment-recipes repo
GitHub Actions (.github/workflows/unit_test.yaml) handles this instead.
Write .version using Git tag when running any make target.
Handled by Goreleaser.
Personally, I think if we don't use it or need it, it's probably best to get rid of it. I didn't see anything in any of the things listed that should impact BSS working like it is already. |
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.
LGTM.
Just pushed some commits that deletes the items in question in the initial comment. If we decide we need these, we can always refer to them or revert them. |
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.
LGTM.
Clean up a lot of the unused files in the repository that are no longer needed. Also, improve the build infrastructure such as streamlining the Makefile and Github Actions config. Further, add the Triad license to the included postgres package.
Many of the deleted files are integration tests that have moved to deployment-recipes.
Is it worth keeping things like:
?