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

DXCDT-585: Only display undeployed actions with auth0 actions deploy #916

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

willvedd
Copy link
Contributor

🔧 Changes

Currently, the CLI will display all actions when running auth0 actions deploy regardless if the action is deployable or not. This PR will only show undeployed actions, the only actions eligible for deployment.

This solution, while seemingly duplicate code from its regular counterpart, is the simplest implementation; I didn't want to introduce further abstraction to achieve this result.

🔬 Testing

Added unit test for new picker options function. Manual verification othewise.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@willvedd willvedd requested a review from a team as a code owner November 20, 2023 15:42
@willvedd willvedd changed the title DXCDT-585: only show undeployed actions with auth0 actions deploy DXCDT-585: Only display undeployed actions with auth0 actions deploy Nov 20, 2023
@willvedd willvedd merged commit 63ccef0 into main Nov 21, 2023
8 checks passed
@willvedd willvedd deleted the DXCDT-585-only-show-undeployed-actions-when-deploying branch November 21, 2023 13:19
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