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 2019/05/14 18:48:22 UTC

[GitHub] [trafficcontrol] mitchell852 opened a new issue #3575: Audit, complete and improve TO change log

mitchell852 opened a new issue #3575: Audit, complete and improve TO change log
URL: https://github.com/apache/trafficcontrol/issues/3575
 
 
   We have X api routes written in Go: https://github.com/apache/trafficcontrol/blob/master/traffic_ops/traffic_ops_golang/routing/routes.go
   
   We have Y api routes written in Perl (that have yet to be rewritten in Go): https://github.com/apache/trafficcontrol/blob/master/traffic_ops/app/lib/TrafficOpsRoutes.pm#L394
   
   1. Ensure that all the api routes that modify data (for example, create, update or delete), generate a TO change log (which gets stored in the log table).
   
   2. Ensure that all the change log entries are comprehensive and readable. For example, `Server updates queued for cdn 2` could be better.
   
   (one could argue that we should not touch the Perl routes but i believe this is a pretty easy change to them that will add value. especially, if we find any perl routes that don't create a change log at all)
   
   
   
   
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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