-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [M3-7521 & M3-7556 & M3-7581] - Update AGLB Service Target Valid…
…ation & Fix Route Rules being cleared (#10016) * update validation * improve validation * fix other bug * Added changeset: AGLB route rules being cleared when updating a route * Added changeset: AGLB Service Target validation * add placheolder test * disable save in edit mode when there is no changes * fix e2e test by filling out required form * remove ability to toggle service target health checks * fix drawer showing as edit mode after deletion * pass null for path and host in preporation for API change * allow host to be null for tcp healthchecks * fix healthcheck protocol toolip icon alignment * remove `Host` as a rule match type option --------- Co-authored-by: Banks Nussman <banks@nussman.us>
- Loading branch information
1 parent
7f744f9
commit 5cd5707
Showing
14 changed files
with
352 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/manager": Fixed | ||
--- | ||
|
||
AGLB route rules being cleared when updating a route ([#10016](https://github.com/linode/manager/pull/10016)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/manager": Fixed | ||
--- | ||
|
||
AGLB Service Target validation ([#10016](https://github.com/linode/manager/pull/10016)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.