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

Fix: only show query params for CheckType.HTTP #768

Merged
merged 2 commits into from Apr 25, 2024

Conversation

w1kman
Copy link
Contributor

@w1kman w1kman commented Apr 25, 2024

What this PR does / why we need it:
Every check that was using CheckTarget component could have the "Query Params" inputs rendered based on the target value. AFAIK, only CheckType.HTTP is using the "Query Params" part of RequestTargetInput.

Which issue(s) this PR fixes:
Fixes #766

Special notes for your reviewer:
image
image
image
image

@w1kman w1kman requested a review from a team as a code owner April 25, 2024 11:41
@CLAassistant
Copy link

CLAassistant commented Apr 25, 2024

CLA assistant check
All committers have signed the CLA.

@w1kman w1kman changed the title Fix/hide query params for some checks Fix: only show query params for CheckType.HTTP Apr 25, 2024
Copy link
Contributor

@ckbedwell ckbedwell left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@w1kman w1kman merged commit 893e9bd into main Apr 25, 2024
5 checks passed
@w1kman w1kman deleted the fix/hide-query-params-for-some-checks branch April 25, 2024 13:32
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.

TCP Check creation: Query params form is shown when target is a hostname (not IP)
3 participants