-
Notifications
You must be signed in to change notification settings - Fork 19
Clone firewall rule #2250
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
Clone firewall rule #2250
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Clever! (👋) |
|
Come back! |
|
Love this and it is wonderfully clean. I have some tweaks to make and I'll add an e2e test too. My only issue is "New similar rule" — tolerable for sure but maybe we can do better. I see the difficulty here because you want to convey both of these things at once:
So 2 rules out the usual words like "copy" or "duplicate". I wonder if "clone" has more of a templatey connotation.
All kind of weird. |
cedac32 to
1c2fd0c
Compare
|
We could do a random 3 digit number or something to combat that. |
|
Ugh these conflicts are not cool! |
|
@charliepark and I talked the button copy question to death and landed on |
|
We decided to go with adding |
oxidecomputer/console@4377d01...17ae890 * [17ae890c](oxidecomputer/console@17ae890c) oxidecomputer/console#2331 * [3a25f287](oxidecomputer/console@3a25f287) oxidecomputer/console#2330 * [d7e92f65](oxidecomputer/console@d7e92f65) oxidecomputer/console#2250 * [d7712f1c](oxidecomputer/console@d7712f1c) oxidecomputer/console#2313 * [81bd2abd](oxidecomputer/console@81bd2abd) oxidecomputer/console#2302 * [de7e443f](oxidecomputer/console@de7e443f) link to images doc from the image upload form * [c2e7ca1c](oxidecomputer/console@c2e7ca1c) oxidecomputer/console#2323 * [4147221c](oxidecomputer/console@4147221c) oxidecomputer/console#2319 * [636fed3e](oxidecomputer/console@636fed3e) oxidecomputer/console#2318 * [acce4fdd](oxidecomputer/console@acce4fdd) update silos guide title
oxidecomputer/console@4377d01...17ae890 * [17ae890c](oxidecomputer/console@17ae890c) oxidecomputer/console#2331 * [3a25f287](oxidecomputer/console@3a25f287) oxidecomputer/console#2330 * [d7e92f65](oxidecomputer/console@d7e92f65) oxidecomputer/console#2250 * [d7712f1c](oxidecomputer/console@d7712f1c) oxidecomputer/console#2313 * [81bd2abd](oxidecomputer/console@81bd2abd) oxidecomputer/console#2302 * [de7e443f](oxidecomputer/console@de7e443f) link to images doc from the image upload form * [c2e7ca1c](oxidecomputer/console@c2e7ca1c) oxidecomputer/console#2323 * [4147221c](oxidecomputer/console@4147221c) oxidecomputer/console#2319 * [636fed3e](oxidecomputer/console@636fed3e) oxidecomputer/console#2318 * [acce4fdd](oxidecomputer/console@acce4fdd) update silos guide title
Fixes #2063 inspired by #2067.
Much cleaner compared to that approach since we use
defaultValuesand don't need to set anything on the form directly after its been initialised.Cherry picked the route param commits from #2249