Skip to content

Fix generating files with docker#829

Merged
jakubno merged 7 commits intomainfrom
codegen
Jul 28, 2025
Merged

Fix generating files with docker#829
jakubno merged 7 commits intomainfrom
codegen

Conversation

@jakubno
Copy link
Copy Markdown
Member

@jakubno jakubno commented Jul 25, 2025

Description

Fixes an issue in generating files in Docker. There has been an incompatibility of buf (version 29.5) and protoc-gen-es (version 2.2.2).

I updated protoc-gen-es@ to 2.6.2

Also refactored the code a little so it's easier to read
Added a CI pipeline job to check all files are properly generated

@jakubno jakubno self-assigned this Jul 25, 2025
@jakubno jakubno added the Improvement Improvement for current functionality label Jul 25, 2025
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jul 25, 2025

⚠️ No Changeset found

Latest commit: c663a15

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Comment thread Makefile
Comment on lines -1 to -5
update-api-spec:
@echo "Updating API spec"
@./scripts/update-api-spec.sh
@echo "Done"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is the spec updated now?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it didn't work and it isn't used anyway, so I removed it to prevent issues

@jakubno jakubno requested a review from sitole July 28, 2025 11:11
@jakubno jakubno merged commit 706ebd9 into main Jul 28, 2025
7 checks passed
@jakubno jakubno deleted the codegen branch July 28, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Improvement Improvement for current functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants