trafficcontrol
trafficcontrol copied to clipboard
Apache Traffic Control is an Open Source implementation of a Content Delivery Network
## This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components: - Traffic Ops ## Current behavior: The current TO implementation uses prepared queries when interacting with...
This PR refactors **v4/origins_test.go**, **v3/origins_test.go**, in order to make tests more granular, providing transparency on what is being tested and reducing the need to dig through test code to confirm...
Currently, we use a ton of "global" Parameters to configure large-scale settings for ATC instances. Not only are many of these undocumented, but they are by nature prone to human...
## This Feature Request affects these Traffic Control components: - Traffic Ops ## Description On CDN snapshot, abandoned delivery service SSL keys (typically due to the deletion of a DS)...
This PR refactors **v4/profiles_test.go**, **v3/profiles_test.go**, **v4/profile_parameters_test.go**, **v3/profile_parameters_test.go**in order to make tests more granular, providing transparency on what is being tested and reducing the need to dig through test code to...
This just removes some imports that were never used from some Java files. ## Which Traffic Control components are affected by this PR? - Traffic Router ## What is the...
## This Bug Report affects these Traffic Control components: - Traffic Control Cache Config (T3C, formerly ORT) ## Current behavior: Regardless of any passed `-R`/`--trafficserver-home` value, the call `t3c-apply` makes...
Adds the sub-app t3c-tail which can be used to tail a file, usually a log file. Reads json input from stdin. will mainly be used by t3c-apply to watch diags.log...
## This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components: - Traffic Ops ## Current behavior: Traffic Ops supports auto-renewal of ACME-issued Delivery Service certificates. ##...
Fixes bugs in t3c of both timeouts and retries to Traffic Ops. Config values of the Traffic Ops client weren't getting set correctly, resulting in no retries and timeouts far...