Add Schematic environment catalog integration#74
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
CatalogResourceforschematic/schematic-environment(Wave 7).providers/schematicmodule, gap + hermetic provision tests.OUTPUT_FIELDS(api_key) untilmise run discover schematic/schematic-environment.30df3de(plugin v0.25.0 fixtures). No smoke fixture.Test plan
cargo nextest run -p stackless-integrations -E 'test(schematic)'catalog_outputs_match_output_fieldsmise run check(pre-push hook)Note
Low Risk
Additive catalog provider registration with tests only; no changes to auth, existing providers, or runtime provisioning paths beyond the new registry row.
Overview
Adds Schematic as a managed Stripe Projects integration for
schematic/schematic-environment, so stacks can declare a Schematic integration and reference${integrations.<name>.api_key}in service env.The new
SchematicEnvironmentresource is wired into the provider registry and module tree like other Wave catalog providers: global-only config with optionalenvironment_typeandname, resource kindintegration-schematic, and provisionalapi_keyoutput mapping untilmise run discoverpins the envelope.validate_configis a no-op for now; catalog alignment and hermetic provision behavior are covered by unit tests (includingcatalog_outputs_match_output_fields).Reviewed by Cursor Bugbot for commit 06a178c. Bugbot is set up for automated code reviews on this repo. Configure here.