Skip to content

build: refresh connector runtime dependency archives - #88

Merged
tnunamak merged 3 commits into
mainfrom
build/refresh-data-connect-npm-artifacts
Sep 9, 2026
Merged

build: refresh connector runtime dependency archives#88
tnunamak merged 3 commits into
mainfrom
build/refresh-data-connect-npm-artifacts

Conversation

@tnunamak

@tnunamak tnunamak commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

The dependency updates in PDP-Connect/data-connect#63, the upstream runtime repository’s dependency-update PR, change the package manifests used to build connectors—the modules that import data from external services—so this repository’s checked-in runtime archives no longer match their source. Refresh both archives, their integrity hashes, and the recorded source revision together. Every compiled file remains byte-identical; only the packaged dependency manifests change.

The archive comparison now selects the upstream compiler separately from the JavaScript API package used by development tools and preserves the compiler’s required platform-specific dependency. After the dependency-update branch is deleted, source comparisons fall back to main and still reject differing package contents; remote query failures remain errors. Validation currently covers the dependency-update branch; the final upstream merge revision has not yet been checked. Merge PDP-Connect/pdpp#348, which refreshes the second repository’s copy of the same runtime archive, first; then merge this PR; then rerun the source-reference checks in data-connect#63 before merging it.

Freshly rebuilt runtime archives match the refreshed checked-in archives. Regenerating the metadata that describes each connector reproduces the version stored upstream, and all 30 connector source files copied into the runtime packages match their originals in this repository. Type checking confirms the refreshed packages satisfy their callers; lint checks detect no new violations. The connector suite passes 4,761 tests with 11 skips. A packed installation resolves every public entrypoint and all 45 connector IDs. Local repository simulations confirm that a live dependency branch and a deleted merged branch pass, while a deleted unmerged branch and a failed remote query fail.

Assisted-by: AI

Signed-off-by: Tim Nunamaker <tnunamak@gmail.com>
Assisted-by: AI
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

Schema Health Check — All Clear

All 73 scopes have consistent local schema files.

Signed-off-by: Tim Nunamaker <tnunamak@gmail.com>
Assisted-by: AI
Signed-off-by: Tim Nunamaker <tnunamak@gmail.com>
Assisted-by: AI
@tnunamak
tnunamak merged commit fb55cce into main Sep 9, 2026
18 checks passed
@tnunamak
tnunamak deleted the build/refresh-data-connect-npm-artifacts branch September 9, 2026 13:07
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.

1 participant