You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2020/08/13 16:46:09 UTC

[trafficcontrol] branch master updated (216933c -> 9e69ce1)

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

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


    from 216933c  fixed TR to use default watcher URL when parameter is not present (#4857)
     add 9e69ce1  Move rfc package from Grove into lib (#4885)

No new revisions were added by this update.

Summary of changes:
 grove/cache/handler.go                             |  15 +-
 grove/cache/responder.go                           |   8 +-
 grove/cache/retryinggetter.go                      |  13 +-
 grove/cachedata/cachedata.go                       |   4 +-
 grove/cacheobj/cacheobj.go                         |  21 +-
 grove/plugin/http_cacheinspector.go                |   7 +-
 grove/remap/remap.go                               |   2 +-
 grove/remapdata/remapdata.go                       |  10 -
 grove/rfc/rules.go                                 | 529 --------------
 grove/web/cachecontrol.go                          | 124 ----
 grove/web/cachecontrol_test.go                     |  29 -
 lib/go-rfc/caching.go                              | 542 ++++++++++++++
 .../rules_test.go => lib/go-rfc/caching_test.go    | 792 +++++++++++++--------
 lib/go-rfc/http.go                                 | 121 +++-
 .../helpers_test.go => lib/go-rfc/http_test.go     |  41 +-
 15 files changed, 1218 insertions(+), 1040 deletions(-)
 delete mode 100644 grove/rfc/rules.go
 create mode 100644 lib/go-rfc/caching.go
 rename grove/rfc/rules_test.go => lib/go-rfc/caching_test.go (51%)
 copy traffic_ops/traffic_ops_golang/test/helpers_test.go => lib/go-rfc/http_test.go (61%)