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

Sm/nuts fix because topics changed #330

Merged
merged 6 commits into from
Jun 2, 2023

Conversation

mshanemc
Copy link
Contributor

@mshanemc mshanemc commented Jun 2, 2023

What does this PR do?

previously, the NUT used deploy as the top level topic. The plugin code caught that because there was a top-level deploy command.

We recently hid that command (been deprecated for a while) and so I changed the NUT to use project. That exposed a bug where the code didn't catch the existence of commands under project and mark it as external. yay, NUTs.

This fixes the logic and adds some robust UT to the method that calculates the topics.

What issues does this PR fix or reference?

@W-13525630@
failure example: https://github.com/salesforcecli/cli/actions/runs/5151301567

@cristiand391 cristiand391 merged commit fc792dd into main Jun 2, 2023
@cristiand391 cristiand391 deleted the sm/nuts-fix-because-topics-changed branch June 2, 2023 20:10
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