You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the first steps to Self Service Change Integrity is to change the CRConfig to select the latest timestamps for each delivery service, which requires all tables queried for the CRConfig deliveryservices key insert-not-update, which requires those endpoints be written in Go.
if you've verified a route does not use one of the CRConfig tables (above), follow it with a bullet noting that. Be sure to verify any tables the route does use do not link a CRConfig table, in those tables' traffic_ops/app/lib/Schema/Result
if there is an unmerged PR, follow with a bullet linking the PR
if the route is in Go, in master, check it off
NOTE: this checklist should be current as of 07-12-19 (cachegroup_fallbacks omitted because that functionality was added to the cachegroups endpoint)
One of the first steps to Self Service Change Integrity is to change the CRConfig to select the latest timestamps for each delivery service, which requires all tables queried for the CRConfig
deliveryserviceskey insert-not-update, which requires those endpoints be written in Go.The following tables are queried in the CRConfig:
This case is part of Self Service, and represents the overarching task of rewriting those tables in Go; but individual issues and PRs for each table should be in https://github.com/apache/incubator-trafficcontrol/projects/5
traffic_ops/app/lib/Schema/ResultNOTE: this checklist should be current as of 07-12-19 (cachegroup_fallbacks omitted because that functionality was added to the cachegroups endpoint)