Fix UPS OpenAPI spec rendering, GraphQL SSL handling, and false Snowflake table access warning#16538
Merged
johnsoncherian merged 4 commits intoJun 29, 2026
Merged
Conversation
❌ Deploy Preview for storybook-tooljet failed.
|
rudeUltra
previously approved these changes
Jun 1, 2026
Contributor
🚀 EE LTS Review App Deployed!
Deployed using DockerHub-based pipeline - LTS Edition |
Contributor
|
Marketplace Plugin added to stage bucket 🔍 View Deployment Logs & Summary |
Contributor
🚀 EE LTS Review App Deployed!
Deployed using DockerHub-based pipeline - LTS Edition |
Contributor
|
Marketplace Plugin added to stage bucket 🔍 View Deployment Logs & Summary |
Contributor
🚀 EE LTS Review App Deployed!
Deployed using DockerHub-based pipeline - LTS Edition |
9aedd33 to
4497885
Compare
4497885 to
e1ffc7a
Compare
Fixed failed cases
|
|
Contributor
🔄 EE LTS Review App RebuildingNew commit Using cached layers for faster build |
5950b7d
into
chore/release-3.20.189-lts
188 of 193 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue: #15974
Fix UPS OpenAPI Shipping spec rendering issue.
Root Cause
shipping.yamlcaused OpenAPI spec parsing to failChanges
shipping.yamlApiEndpointInput.jsxIssue: #15431
Fix GraphQL SSL handling with NODE_EXTRA_CA_CERTS.
Note
Root Cause
certificateAuthorityalways existed whenNODE_EXTRA_CA_CERTSwas setssl_certificate = 'none'createdhttpsParams.httpswithout initializingcertificateAuthority.concat()onundefinedcaused the datasource to crashChanges
certificateAuthorityin GraphQL pluginssl_certificate = 'none'andNODE_EXTRA_CA_CERTSis configuredIssue: #16294
Snowflake GUI mode showed a false "You do not have access to the selected Table" warning after datasource switching when the table name was manually entered instead of fetched from the dropdown.
Root Cause
undefined) the same as an empty fetched table listtable_cacheuntil "Fetch Tables" is usedChanges