This is an automated email from the ASF dual-hosted git repository.
neuman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 3450143 Fix atscfg header rewrite injection (#5641)
add c1d828f Add t3c git flag, to track config changes in git (#5648)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 1 +
traffic_ops_ort/build/traffic_ops_ort.spec | 6 +-
traffic_ops_ort/t3c/README.md | 1 +
traffic_ops_ort/t3c/config/config.go | 35 ++++
traffic_ops_ort/t3c/t3c.go | 51 +++++-
traffic_ops_ort/t3c/util/gitutil.go | 187 +++++++++++++++++++++
.../{t3c_mode_test.go => t3c-git_test.go} | 74 +++-----
7 files changed, 299 insertions(+), 56 deletions(-)
create mode 100644 traffic_ops_ort/t3c/util/gitutil.go
copy traffic_ops_ort/testing/ort-tests/{t3c_mode_test.go => t3c-git_test.go}
(68%)