-
Notifications
You must be signed in to change notification settings - Fork 770
Open
Labels
Description
make gen will cause multiple changes even if there's no update in protobuf, for example:
Cargo.lockandswagger.jsonupdated: https://github.com/flyteorg/flyte/actions/runs/20666819119/job/59426821409Cargo.lockanduv.lockupdated: https://github.com/flyteorg/flyte/actions/runs/20672586830/job/59427458321?pr=6833
We should improve the make gen command to only generate things when there's update in protobuf
Tasks:
- (done) Prevent
Cargo.lockchanges: [Fix] Ignore cargo lock #6844 - (assigned) Prevent
uv.lockchanges - (done) Prevent
swagger.jsonchanges: Seems to be proto definition and generation mismatch: Add test for TaskService.ListVersions and test script #6833 (comment) - Other improvements...
kevinliao852