You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/05/07 17:39:00 UTC

[GitHub] rob05c opened a new issue #2232: Rewrite Traffic Ops CRConfig Table Endpoints in Go

rob05c opened a new issue #2232: Rewrite Traffic Ops CRConfig Table Endpoints in Go
URL: https://github.com/apache/incubator-trafficcontrol/issues/2232
 
 
   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.
   
   The following tables are queried in the CRConfig:
   ```
   cachegroup
   cdn
   deliveryservice
   deliveryservice_regex
   deliveryservice_server
   parameter
   profile
   profile_parameter
   regex
   server
   staticdnsentry
   type
   status
   snapshot
   ```
   
   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 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services