-
Notifications
You must be signed in to change notification settings - Fork 22
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
chore: uses new subscriptions table/drawer layout for zoneIngress #3153
Conversation
Signed-off-by: John Cowen <[email protected]>
✅ Deploy Preview for kuma-gui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR ended up needing to be a bit bigger than I'd wanted, so I left some inline notes also:
Signed-off-by: John Cowen <[email protected]>
Signed-off-by: John Cowen <[email protected]>
853fc66
to
b28e256
Compare
Signed-off-by: John Cowen <[email protected]>
e2c1906
to
bec0a9d
Compare
Signed-off-by: John Cowen <[email protected]>
Signed-off-by: John Cowen <[email protected]>
3072023
to
1f2586a
Compare
Signed-off-by: John Cowen <[email protected]>
Signed-off-by: John Cowen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
left some Qs 🙂
I made `.kuma.nanodate` and `.kuma.date` for the slightly different date formats we have in the mocks. I only used them in one mock to prove the outputs, and I also updated the same mock to use `semver` and `commitSha`, but we should try to gradually use these as we work on related features. Note this mock along with changes in #3153 mean this mock is now entirely random 🎉 Signed-off-by: John Cowen <[email protected]> Signed-off-by: John Cowen <[email protected]>
…in egress and dpps (#3159) Similar to #3153 implements new table/drawer layouts for subscriptions in both: - ZoneEgress - Dataplanes ... but seeing we now no longer use the old Subscription components, I deleted those here also. --------- Signed-off-by: John Cowen <[email protected]>
Adds new Subscription Table/Drawer UI to ZoneIngresses (whilst maintaining old-style for Egress and Dataplanes until we change those also)
Part of: #2921
Lots of failing tests here, so keeping in draft until I've sorted that. I would guess it's probably chore-like updating of tests but we'll see!Turns out we can't use
addRouteName
from #3151 due to things being slightly different and weird between dev source and compiled/built source.Instead I reverted to use route config
props
here, which was second favourite option. I plan to improve on this a little more, and if I ever figure out a more reliable way to add a dynamic global like$routeName
I can add it at a later date. In the meantime I'd rather keep this table/drawers feature on track. Apologies for the noisy PR!