-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Description
What needs to happen?
- Version-control all generated files.
- Exclude all generated files from Apache Rat check (this really is the most painful thing with their version-controlling as we had been adding licenses manually there).
- When building a Docker container, delete and re-generate all generated files so that their manual modifications have no effect in deployment and we see errors stemming from that early.
- Add a Gradle task to delete all generated files so that generation is easy to verify and we can test the generated files' consistency before deployment.
- Delete and re-generate all generated files in
:playground:frontend:precommit - Add a GitHub post-commit workflow to re-generate files and to compare them with the committed versions. Break if a difference is found. This way the committer will receive an email and will soon make it a habit to run the local pre-commit task.
Issue Priority
Priority: 3
Issue Component
Component: beam-playground
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done