ElektraInitiative / PermaplanT

https://www.permaplant.net
BSD 3-Clause "New" or "Revised" License
16 stars 13 forks source link

Improving schema.rs workflow #1193

Closed markus2330 closed 7 months ago

markus2330 commented 9 months ago

One of the pain points of the current setup is the schema.patch mechanism, that applies changes to the generated schema.rs file. We store a history of diffs, instead of just a flat history of schemas. I suggest that we ditch the patching mechanism and checkin the most recent schema.rs into Git. We can add additional comments to it directly.

Originally posted by @horenso in https://github.com/ElektraInitiative/PermaplanT/issues/1185#issuecomment-1940098422