Add Tabstack API catalog integration#76
Merged
Merged
Conversation
Provisional OUTPUT_FIELDS until discover; Wave 7 fixed-base family PR.
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
CatalogResourcefortabstack/api(Wave 7).providers/tabstackmodule, gap + hermetic provision tests.OUTPUT_FIELDS(api_key) untilmise run discover tabstack/api.30df3de(plugin v0.25.0 fixtures). No smoke fixture.Test plan
cargo nextest run -p stackless-integrations -E 'test(tabstack)'catalog_outputs_match_output_fieldsmise run check(pre-push hook)Note
Low Risk
Additive provider registration and tests only; no changes to auth, existing providers, or shared provisioning paths beyond a new registry row.
Overview
Adds Tabstack as a managed Stripe Projects catalog integration for
tabstack/api, so stacks can provision Tabstack and wireapi_keyinto service env (e.g.${integrations.res.api_key}).New
providers/tabstackmodule definesTabstackApi: global-only config with optionalplan(trial/individual/team/pro), resource kindintegration-tabstack, and provisionalOUTPUT_FIELDSuntil discover pins them.validate_configis a no-op stub, matching several similar API providers.Wires the provider into
register_providers!and extendscatalog_outputs_match_output_fieldssoHostable::OUTPUTSstays aligned with catalog output names.Reviewed by Cursor Bugbot for commit de3e32a. Bugbot is set up for automated code reviews on this repo. Configure here.