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

improvement(core): less noisy missing dep errors #5732

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

thsig
Copy link
Collaborator

@thsig thsig commented Feb 14, 2024

What this PR does / why we need it:

Before this fix, we would include a stack trace in the error logged when a requested action has a missing dependency. This was very noisy and indicated a problem with Garden (when it's a totally normal user error).

Before this fix, we would include a stack trace in the error logged when
a requested action has a missing dependency.
Copy link
Collaborator

@vvagaytsev vvagaytsev left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@vvagaytsev vvagaytsev added this pull request to the merge queue Feb 15, 2024
Merged via the queue into main with commit 91d25bc Feb 15, 2024
43 checks passed
@vvagaytsev vvagaytsev deleted the better-missing-dep-error branch February 15, 2024 10:54
thsig added a commit that referenced this pull request Feb 26, 2024
This reverts commit 91d25bc.

When dependencies failed, the `null` input version caused problems with
the Cloud API.

I'll follow this up with a proper fix that improves the error messages
in Core without causing Cloud API issues.
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.

None yet

2 participants