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

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


    from 739124d  Fixed logging for new kafka functions (#6576)
     add 8274c98  Add t3c strategies.yaml generation (#5804)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 cache-config/t3c-apply/config/config.go            |  11 +
 cache-config/t3c-apply/torequest/cmd.go            |   1 +
 cache-config/t3c-generate/cfgfile/routing.go       |   1 +
 cache-config/t3c-generate/cfgfile/wrappers.go      |  29 +-
 cache-config/t3c-generate/config/config.go         |  10 +
 cache-config/t3cutil/enum.go                       |  25 +
 .../ort-tests/baseline-configs/parent.config       |   4 +-
 lib/go-atscfg/atscfg.go                            |  13 +
 lib/go-atscfg/ipallowdotyaml.go                    |   2 +-
 lib/go-atscfg/loggingdotyaml.go                    |   2 +-
 lib/go-atscfg/meta.go                              |   1 +
 lib/go-atscfg/parentabstraction.go                 | 382 ++++++++++
 lib/go-atscfg/parentdotconfig.go                   | 832 ++++++++++++++-------
 lib/go-atscfg/parentdotconfig_test.go              |  58 +-
 lib/go-atscfg/remapdotconfig.go                    |  50 +-
 lib/go-atscfg/remapdotconfig_test.go               | 577 ++++++++++++--
 lib/go-atscfg/strategiesdotconfig.go               | 270 +++++++
 lib/go-atscfg/strategiesdotconfig_test.go          | 448 +++++++++++
 19 files changed, 2364 insertions(+), 353 deletions(-)
 create mode 100644 lib/go-atscfg/parentabstraction.go
 create mode 100644 lib/go-atscfg/strategiesdotconfig.go
 create mode 100644 lib/go-atscfg/strategiesdotconfig_test.go

Reply via email to