This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 7ee3ffa traffic_ops_ort: fix for syncds having too many header
rewrite false … (#4343)
add b6bef27 Rewrite get to_extensions (#4341)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 2 +-
docs/source/api/to_extensions.rst | 43 ++++++++++-
lib/go-tc/toextension.go | 2 +-
traffic_ops/testing/api/v1/toextension_test.go | 22 ++++--
traffic_ops/traffic_ops_golang/plugin/README.md | 4 +-
.../traffic_ops_golang/plugin/hello_config.go | 2 +-
.../traffic_ops_golang/plugin/hello_context.go | 2 +-
.../traffic_ops_golang/plugin/hello_middleware.go | 2 +-
.../plugin/hello_shared_config.go | 2 +-
.../traffic_ops_golang/plugin/hello_startup.go | 2 +-
.../traffic_ops_golang/plugin/hello_world.go | 2 +-
traffic_ops/traffic_ops_golang/plugin/plugin.go | 52 +++++++++----
traffic_ops/traffic_ops_golang/plugin/proxy.go | 2 +-
traffic_ops/traffic_ops_golang/routing/routes.go | 1 +
.../traffic_ops_golang/toextension/toextension.go | 88 ++++++++++++++++++++++
15 files changed, 192 insertions(+), 36 deletions(-)