We use a lot of generated code across the project. As the generation is entirely reproducible we should avoid checking in the generated code and rather generate the code on demand.
This includes the need to generate the code in container builds and deployments.
Acceptance Criteria:
[ ] All generated Code is removed from repository
[ ] Add single command to make that re-generates everything
Task Description
We use a lot of generated code across the project. As the generation is entirely reproducible we should avoid checking in the generated code and rather generate the code on demand. This includes the need to generate the code in container builds and deployments.
Acceptance Criteria:
Expected Test: