Share HTTP source credential editor#816
Open
RhysSullivan wants to merge 1 commit into
Open
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | 18443d9 | Commit Preview URL Branch Preview URL |
May 14 2026, 09:14 AM |
This was referenced May 14, 2026
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | 18443d9 | May 14 2026, 09:14 AM |
@executor-js/cli
@executor-js/config
@executor-js/execution
@executor-js/sdk
@executor-js/storage-core
@executor-js/codemode-core
@executor-js/runtime-quickjs
@executor-js/plugin-file-secrets
@executor-js/plugin-google-discovery
@executor-js/plugin-graphql
@executor-js/plugin-keychain
@executor-js/plugin-mcp
@executor-js/plugin-onepassword
@executor-js/plugin-openapi
executor
commit: |
f63b33e to
e01f2aa
Compare
e01f2aa to
18443d9
Compare
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.
Summary
HttpCredentialEditorcontroller that exposes shared state, dirty/valid flags, request serialization, scoped serialization, and configured binding serialization.HttpCredentialEditor.Providerdirectly hosts the existing credential compound components.Diff shape
+243 / -431(-188LOC)+408 / -3(+405LOC)+651 / -434Tests
bun run format:checkbun run lintbun run typecheckgit diff --checkcd packages/react && bun run typecheckcd packages/plugins/graphql && bun run typecheckcd packages/plugins/mcp && bun run typecheckcd packages/plugins/openapi && bun run typecheckcd packages/react && bun run test -- src/plugins/http-credentials.test.ts src/plugins/credential-bindings.test.tscd packages/plugins/graphql && bun run test -- src/react/defaults.test.tscd apps/local && bunx --bun vitest run src/server/migrate-graphql-bindings.test.ts --testTimeout=30000 --maxWorkers=1Notes
bun run testwas attempted. The workspace run passed all non-local packages but failed in@executor-js/localmigration/db-upgrade tests because those tests exceed the default 5s Vitest timeout in this environment. A representative migration file passes with a longer timeout and one worker.Stack