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: improve wsproxy address validation #2602

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

agatha197
Copy link
Contributor

@agatha197 agatha197 commented Aug 2, 2024

resolves #2597

This pull request addresses a cosmetic issue by fixing a typo in the variable naming convention for resourceGroupWSProxyAddressInput. It also includes enhancements to the styling of the input fields by using the token value for the text label color in disabled and secondary states. Moreover, the validation pattern and auto-validation for wsproxy address input have been added to ensure correct URL format.

How to test

  1. go to resources - resource group tab
  2. click the setting icon
  3. check validation of the wsproxy address.

Checklist: (if applicable)

  • Mention to the original issue
  • Documentation
  • Minium required manager version
  • Specific setting for review (eg., KB link, endpoint or how to setup)
  • Minimum requirements to check during review
  • Test case(s) to demonstrate the difference of before/after

Copy link

graphite-app bot commented Aug 2, 2024

Your org requires the Graphite merge queue for merging into main

Add the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@github-actions github-actions bot added the size:S 10~30 LoC label Aug 2, 2024
Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @agatha197 and the rest of your teammates on Graphite Graphite

@agatha197 agatha197 added this to the 24.03 milestone Aug 2, 2024
@github-actions github-actions bot added effort:easy Need to understand only a specific region of codes (good first issue, easy). field:UI / UX impact:visible This change is visible to users. platform:general labels Aug 6, 2024
@ironAiken2 ironAiken2 force-pushed the feature/wsproxy-address-validation branch from 72c2a62 to 40046ac Compare August 6, 2024 09:43
Copy link
Contributor

@ironAiken2 ironAiken2 left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link

graphite-app bot commented Aug 6, 2024

Merge activity

resolves #2597

This pull request addresses a cosmetic issue by fixing a typo in the variable naming convention for resourceGroupWSProxyAddressInput. It also includes enhancements to the styling of the input fields by using the token value for the text label color in disabled and secondary states. Moreover, the validation pattern and auto-validation for wsproxy address input have been added to ensure correct URL format.

### How to test
1. go to resources - resource group tab
2. click the setting icon
3. check validation of the wsproxy address.

---

<!--
Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes,
and how it affects the users and other developers.
-->

**Checklist:** (if applicable)

- [x] Mention to the original issue
- [ ] Documentation
- [ ] Minium required manager version
- [x] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after
@agatha197 agatha197 force-pushed the feature/wsproxy-address-validation branch from 40046ac to 163dbb3 Compare August 6, 2024 09:58
@graphite-app graphite-app bot merged commit 163dbb3 into main Aug 6, 2024
5 checks passed
@graphite-app graphite-app bot deleted the feature/wsproxy-address-validation branch August 6, 2024 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort:easy Need to understand only a specific region of codes (good first issue, easy). field:UI / UX impact:visible This change is visible to users. platform:general size:S 10~30 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Saving is possible even if the validation of the wsproxy address in the resource group fails.
2 participants