You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2023/06/07 21:50:50 UTC

[trafficcontrol] branch master updated (5c4278f1f1 -> f389b6c2b0)

This is an automated email from the ASF dual-hosted git repository.

zrhoffman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


    from 5c4278f1f1 Skip git `safe.directory` check in Dockerfiles (#7567)
     add f389b6c2b0 t3c add go_direct as a command line arg (#7516)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                    |  2 +-
 cache-config/t3c-apply/README.md                |  8 +++
 cache-config/t3c-apply/config/config.go         | 16 +++++
 cache-config/t3c-apply/torequest/cmd.go         |  1 +
 cache-config/t3c-generate/README.md             |  8 +++
 cache-config/t3c-generate/cfgfile/wrappers.go   |  2 +
 cache-config/t3c-generate/config/config.go      | 11 ++++
 cache-config/testing/ort-tests/tc-fixtures.json | 34 +++++++++-
 lib/go-atscfg/parentabstraction.go              |  9 ++-
 lib/go-atscfg/parentdotconfig.go                | 85 ++++++++++++++++++++++++-
 lib/go-atscfg/parentdotconfig_test.go           | 11 ++--
 lib/go-atscfg/strategiesdotconfig.go            | 11 ++++
 lib/go-atscfg/strategiesdotconfig_test.go       |  4 +-
 13 files changed, 190 insertions(+), 12 deletions(-)