Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: registryVariants #954

Merged
merged 31 commits into from
Mar 29, 2024
Merged

feat: registryVariants #954

merged 31 commits into from
Mar 29, 2024

Conversation

mshanemc
Copy link
Contributor

What does this PR do?

  • use new SDR and STL that support customRegistries
  • retrieve was not updating tracking when given -m/-p/-x . Now it does

other

  • removes the plugin-source dependency (copy-paste a few types used only in tracking NUTs)

What issues does this PR fix or reference?

[skip-validate-pr]

@@ -180,7 +184,9 @@ export async function executeDeploy(
}

// does not apply to mdapi deploys
const manifestPath = componentSet ? await writeManifest(deploy.id, componentSet) : undefined;
const manifestPath = componentSet
? await writeManifest(deploy.id, componentSet, registry ?? new RegistryAccess())
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

passed in the registry here to make sure the manifest knows about customRegistries

@WillieRuemmele WillieRuemmele merged commit 6f216dc into main Mar 29, 2024
38 checks passed
@WillieRuemmele WillieRuemmele deleted the sm/registry-variants branch March 29, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants