-
Notifications
You must be signed in to change notification settings - Fork 404
NAS-142088 / 27.0.0-BETA.1 / Update Containers UI for middleware container.* API changes (container.delete is now a job with force/recursive options) #13922
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
c3e6796
NAS-142088: Update Containers UI for container.* API changes
AlexKarpov98 d382736
NAS-142088: Keep container status pill on one line and stop delete di…
AlexKarpov98 e64844e
NAS-142088: Address review feedback on container status and delete di…
AlexKarpov98 ace6dc9
NAS-142088: Gate device Add on container state and share the MAC vali…
AlexKarpov98 5d7ad7f
Merge branch 'master' into NAS-142088
AlexKarpov98 9000964
Merge branch 'master' into NAS-142088
AlexKarpov98 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,16 @@ | ||
| import { marker as T } from '@biesbjerg/ngx-translate-extract-marker'; | ||
|
|
||
| /** | ||
| * Middleware validates custom MAC addresses on container and VM NIC devices as | ||
| * colon-separated only. Dash-separated (`10-66-6A-1F-F1-B1`), unseparated, | ||
| * mixed-separator and Cisco dotted (`1066.6a1f.f1b1`) forms are rejected: libvirt only | ||
| * ever parsed the colon form, so the permissive values used to save and then fail at start. | ||
| */ | ||
| export const macAddressRegex = /^([0-9A-F]{2}:){5}[0-9A-F]{2}$/i; | ||
|
|
||
| /** | ||
| * Shared by every field validated with {@link macAddressRegex}, so that a form which used to | ||
| * accept one of the rejected forms says what changed instead of falling back to the generic | ||
| * "Invalid format or character". | ||
| */ | ||
| export const macAddressInvalidMessage = T('MAC address must be colon-separated, for example 00:a0:98:1b:2c:3d'); |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.