Skip to content

feat: add three-tier plugin stability system (experimental/preview/st…#264

Draft
MarioCadenas wants to merge 1 commit intomainfrom
mario/plugin-stability-tiers
Draft

feat: add three-tier plugin stability system (experimental/preview/st…#264
MarioCadenas wants to merge 1 commit intomainfrom
mario/plugin-stability-tiers

Conversation

@MarioCadenas
Copy link
Copy Markdown
Collaborator

…able)

Add stability field to plugin manifest schema with import path enforcement and full CLI tooling. Experimental plugins may be dropped, preview plugins are heading to stable, stable plugins follow semver strictly.

  • Schema: stability enum on plugin-manifest and template-plugins schemas
  • Entrypoints: @databricks/appkit/{experimental,preview} + appkit-ui mirrors
  • CLI sync: propagate stability, strip requiredByTemplate for non-stable, orphan resource detection, template version bumped to 1.1
  • CLI list: always-visible STABILITY column
  • CLI scaffold: stability prompt during plugin create
  • CLI promote: new command to promote plugins between tiers
  • Docs: stability tiers documentation page

…able)

Add stability field to plugin manifest schema with import path enforcement
and full CLI tooling. Experimental plugins may be dropped, preview plugins
are heading to stable, stable plugins follow semver strictly.

- Schema: stability enum on plugin-manifest and template-plugins schemas
- Entrypoints: @databricks/appkit/{experimental,preview} + appkit-ui mirrors
- CLI sync: propagate stability, strip requiredByTemplate for non-stable,
  orphan resource detection, template version bumped to 1.1
- CLI list: always-visible STABILITY column
- CLI scaffold: stability prompt during plugin create
- CLI promote: new command to promote plugins between tiers
- Docs: stability tiers documentation page

Signed-off-by: MarioCadenas <MarioCadenas@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant