trafficcontrol
trafficcontrol copied to clipboard
Tpv2 snapshot diff page
Adds a page for showing snapshot diffs to TPv2. It's not complete, only shows diffs for the contentServers, contentRouters, and config sections so far. Getting the rest done will be a bit of work, so I wanna get feedback on how I'm approaching this before going any further.
Note that this addresses the concerns that led to the creation of #7113. I can't really say I "fixed" it, since it wasn't an issue in TPv2 just because of a lack of that functionality.
Which Traffic Control components are affected by this PR?
- Traffic Portal (experimental v2)
What is the best way to verify this PR?
The diffing utility functions are covered pretty extensively by ng test, but what I'm really interested in is how you feel about using the actual UI.
PR submission checklist
- [x] This PR has tests
- [x] This PR has documentation
- [x] This PR has a CHANGELOG.md entry
- [x] This PR DOES NOT FIX A SERIOUS SECURITY VULNERABILITY