refactor(sources): standardize openapi, graphql, google-discovery, onepassword forms - #219
Merged
RhysSullivan merged 1 commit intoApr 13, 2026
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | f598bfc | Apr 13 2026, 07:36 AM |
RhysSullivan
marked this pull request as ready for review
April 13, 2026 05:49
RhysSullivan
force-pushed
the
rs/source-forms-03-mcp-forms
branch
from
April 13, 2026 05:51
2fbf7a5 to
20c8935
Compare
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 05:51
f87848f to
f4981ad
Compare
@executor/sdk
@executor/plugin-file-secrets
@executor/plugin-google-discovery
@executor/plugin-graphql
@executor/plugin-keychain
@executor/plugin-mcp
@executor/plugin-onepassword
@executor/plugin-openapi
@executor/plugin-workos-vault
commit: |
RhysSullivan
force-pushed
the
rs/source-forms-03-mcp-forms
branch
from
April 13, 2026 06:05
20c8935 to
8a99351
Compare
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
2 times, most recently
from
April 13, 2026 06:07
86c62c1 to
c88f46c
Compare
RhysSullivan
force-pushed
the
rs/source-forms-03-mcp-forms
branch
from
April 13, 2026 06:21
8a99351 to
029fb14
Compare
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 06:21
c88f46c to
a203e02
Compare
RhysSullivan
force-pushed
the
rs/source-forms-03-mcp-forms
branch
from
April 13, 2026 07:00
029fb14 to
577de1e
Compare
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 07:00
a203e02 to
6bef298
Compare
RhysSullivan
force-pushed
the
rs/source-forms-03-mcp-forms
branch
from
April 13, 2026 07:05
577de1e to
75e2c76
Compare
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 07:05
6bef298 to
a8cd5e4
Compare
RhysSullivan
force-pushed
the
rs/source-forms-03-mcp-forms
branch
from
April 13, 2026 07:20
75e2c76 to
56bb182
Compare
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 07:21
a8cd5e4 to
dfb818f
Compare
…scovery, onepassword forms Uses the shared <HeadersList> primitive plus plugin-specific tab / OAuth / strategy-picker UI: - openapi: restores spec-derived multi-preset strategy picker (Bearer + API Key + Basic…) that the prior <AuthenticationSection> version silently dropped. Title card moves below the spec input. - graphql, google-discovery: inline <FilterTabs> for None / Header / OAuth where needed. - Removes the spec-operations list from Add forms — not useful pre-connect.
RhysSullivan
force-pushed
the
rs/source-forms-04-other-forms
branch
from
April 13, 2026 07:34
dfb818f to
f598bfc
Compare
RhysSullivan
merged commit Apr 13, 2026
7513516
into
rs/source-forms-03-mcp-forms
4 of 6 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.
4 of 5 — source-forms refactor stack (graphite copy of #190 by @mrzmyr). Stacks on #218.
Adopts
<AuthenticationSection>+<FloatActions>+<IOSSpinner>+<Textarea maxRows>across the remaining source-form surfaces:sdk/previewexposes a newPreviewOperationclass andsdk/indexre-exports it so the Add form can render search + an opacity-50 operation list.<Field>components for consistency with the other plugin forms.See #190 for full discussion.
Stack
feat(react): add UI primitives for source formsfeat(react): add <AuthenticationSection> primitiverefactor(mcp): adopt shared primitives in Add/Edit source formsrefactor(sources): standardize openapi, graphql, google-discovery, onepassword formsrefactor(react): restructure sources list and sources-add container