Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix role not passed through in PackDefinitionBuilder#addSyncTable #3035

Conversation

oleg-codaio
Copy link
Contributor

@oleg-codaio oleg-codaio commented Aug 21, 2024

role was missing here - fixing up to make sure we pass through all parameters going forward.

PTAL @coda/packs

@oleg-codaio oleg-codaio marked this pull request as ready for review August 21, 2024 04:46
@oleg-codaio oleg-codaio requested a review from a team as a code owner August 21, 2024 04:46
Copy link
Collaborator

@jonathan-codaio jonathan-codaio left a comment

Choose a reason for hiding this comment

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

Good catch! This about to bite me...

Copy link
Collaborator

@jonathan-codaio jonathan-codaio left a comment

Choose a reason for hiding this comment

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

Oh you'll need to bump the semantic version in package.json too. If this gets used in the coda repo, there's a mysterious bug that it makes the coda lint job slow if you update the SDK without it including a semantic version bump. Can just increment the prerelease version number.

However, you're immediately using this in the packs repo, and we don't allow releasing packs using prelease SDK versions. So we probably just want to release a new version of the SDK with this change right away.

@oleg-codaio oleg-codaio force-pushed the osv-fix-role-not-passed-through-in-packdefinitionbuilder-addsynctable branch from d5f48b7 to 9234812 Compare August 21, 2024 17:33
@oleg-codaio oleg-codaio merged commit c69c2cb into main Aug 21, 2024
1 check passed
@oleg-codaio oleg-codaio deleted the osv-fix-role-not-passed-through-in-packdefinitionbuilder-addsynctable branch August 21, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants