You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2020/01/23 21:09:44 UTC

[trafficcontrol] branch master updated (979e5b9 -> 61e67ee)

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 979e5b9  Add an optimistic quorum feature to peering within Traffic Monitor to prevent false negatives from propagating to downstream components when network isolation occurs (#4307)
     add 61e67ee  Rewrite /federation_resolvers/{{ID}} to Go (#4105)

No new revisions were added by this update.

Summary of changes:
 docs/source/api/federation_resolvers.rst           |  72 ++++++++++++
 docs/source/api/federation_resolvers_id.rst        |  58 +++++++---
 .../traffic_ops_integration_test/Dockerfile        |   2 +-
 lib/go-tc/federation_resolver.go                   |   4 +-
 tools/golang/Dockerfile                            |   2 +-
 traffic_ops/client/cachegroup_parameters.go        |   6 +-
 .../deliveryservices_required_capabilities.go      |   8 +-
 traffic_ops/client/endpoints.go                    |   2 +-
 traffic_ops/client/federation_resolver.go          |   2 +-
 traffic_ops/client/log.go                          |   4 +-
 traffic_ops/testing/api/{v14 => v1}/about_test.go  |   2 +-
 .../testing/api/{v14 => v1}/api_capability_test.go |   2 +-
 .../testing/api/{v14 => v1}/atsconfig_meta_test.go |   2 +-
 .../testing/api/{v14 => v1}/atsconfig_test.go      |   2 +-
 .../api/{v14 => v1}/cachegroups_parameters_test.go |   2 +-
 .../testing/api/{v14 => v1}/cachegroups_test.go    |   2 +-
 .../cachegroupsdeliveryservices_test.go            |   2 +-
 .../testing/api/{v14 => v1}/cdn_domains_test.go    |   2 +-
 .../testing/api/{v14 => v1}/cdnfederations_test.go |   2 +-
 traffic_ops/testing/api/{v14 => v1}/cdns_test.go   |   2 +-
 .../api/{v14 => v1}/config/cachecfg/cachecfg.go    |   2 +-
 .../{v14 => v1}/config/cachecfg/cachecfg_test.go   |   4 +-
 .../testing/api/{v14 => v1}/config/common.go       |   0
 .../testing/api/{v14 => v1}/config/common_test.go  |   0
 .../testing/api/{v14 => v1}/config/error.go        |   0
 .../api/{v14 => v1}/config/ip_allow/ip_allow.go    |   2 +-
 .../{v14 => v1}/config/ip_allow/ip_allow_test.go   |   4 +-
 .../api/{v14 => v1}/config/table_test_structs.go   |   0
 traffic_ops/testing/api/{v14 => v1}/cookie_test.go |   4 +-
 .../testing/api/{v14 => v1}/coordinates_test.go    |   2 +-
 .../testing/api/{v14 => v1}/crconfig_test.go       |   2 +-
 .../deliveryservice_request_comments_test.go       |   2 +-
 .../{v14 => v1}/deliveryservice_requests_test.go   |   2 +-
 .../api/{v14 => v1}/deliveryservicematches_test.go |   2 +-
 .../deliveryservices_required_capabilities_test.go |   2 +-
 .../api/{v14 => v1}/deliveryservices_test.go       |   4 +-
 .../api/{v14 => v1}/deliveryserviceservers_test.go |   2 +-
 .../{v14 => v1}/deliveryservicesideligible_test.go |   2 +-
 .../testing/api/{v14 => v1}/divisions_test.go      |   2 +-
 .../api/{v14 => v1}/federation_resolvers_test.go   |   2 +-
 .../api/{v14 => v1}/federation_users_test.go       |   2 +-
 .../testing/api/{v14 => v1}/federations_test.go    |   2 +-
 .../testing/api/{v14 => v1}/fixtures_test.go       |   2 +-
 .../api/{v14 => v1}/hdr_rw_dot_config_test.go      |   2 +-
 .../api/{v14 => v1}/ip_allow_dot_config_test.go    |   2 +-
 traffic_ops/testing/api/{v14 => v1}/iso_test.go    |   2 +-
 traffic_ops/testing/api/{v14 => v1}/jobs_test.go   |   2 +-
 .../testing/api/{v14 => v1}/loginfail_test.go      |   8 +-
 traffic_ops/testing/api/{v14 => v1}/logs_test.go   |   2 +-
 .../testing/api/{v14 => v1}/origins_test.go        |   4 +-
 .../testing/api/{v14 => v1}/parameters_test.go     |   2 +-
 .../api/{v14 => v1}/parentdotconfig_test.go        |   2 +-
 .../testing/api/{v14 => v1}/phys_locations_test.go |   2 +-
 traffic_ops/testing/api/{v14 => v1}/ping_test.go   |   2 +-
 .../api/{v14 => v1}/profile_parameters_test.go     |   2 +-
 .../testing/api/{v14 => v1}/profileconfig_test.go  |   2 +-
 .../testing/api/{v14 => v1}/profiles_test.go       |   2 +-
 .../api/{v14 => v1}/readonlycannotmodify_test.go   |   4 +-
 .../{v14 => v1}/regexrevalidatedotconfig_test.go   |   2 +-
 .../testing/api/{v14 => v1}/regions_test.go        |   2 +-
 .../testing/api/{v14 => v1}/remapdotconfig_test.go |   2 +-
 traffic_ops/testing/api/{v14 => v1}/roles_test.go  |   2 +-
 .../api/{v14 => v1}/servercapabilities_test.go     |   2 +-
 .../testing/api/{v14 => v1}/serverchecks_test.go   |   2 +-
 .../testing/api/{v14 => v1}/servers_test.go        |   2 +-
 .../servers_to_deliveryservice_assignment_test.go  |   2 +-
 .../api/{v14 => v1}/serverservercapability_test.go |   2 +-
 .../testing/api/{v14 => v1}/serversstatus_test.go  |   2 +-
 .../api/{v14 => v1}/serverupdatestatus_test.go     |   2 +-
 .../testing/api/{v14 => v1}/session_test.go        |   8 +-
 .../api/{v14 => v1}/staticdnsentries_test.go       |   2 +-
 .../testing/api/{v14 => v1}/stats_summary_test.go  |   2 +-
 .../testing/api/{v14 => v1}/statuses_test.go       |   2 +-
 .../testing/api/{v14 => v1}/steering_test.go       |   2 +-
 .../api/{v14 => v1}/steeringtargets_test.go        |   4 +-
 .../testing/api/{v14 => v1}/tc-fixtures.json       |   0
 .../testing/api/{v14 => v1}/tenants_test.go        |   6 +-
 traffic_ops/testing/api/{v14 => v1}/todb_test.go   |   2 +-
 .../testing/api/{v14 => v1}/toextension_test.go    |   2 +-
 .../api/{v14 => v1}/traffic_control_test.go        |   2 +-
 .../testing/api/{v14 => v1}/traffic_ops_test.go    |   4 +-
 traffic_ops/testing/api/{v14 => v1}/types_test.go  |   2 +-
 traffic_ops/testing/api/{v14 => v1}/user_test.go   |   8 +-
 .../api/{v14 => v1}/userdeliveryservices_test.go   |   2 +-
 .../testing/api/{v14 => v1}/withobjs_test.go       |   2 +-
 .../federation_resolvers/federation_resolvers.go   | 127 ++++++++++++++++++++-
 traffic_ops/traffic_ops_golang/routing/routes.go   |   2 +
 87 files changed, 340 insertions(+), 127 deletions(-)
 rename traffic_ops/testing/api/{v14 => v1}/about_test.go (98%)
 rename traffic_ops/testing/api/{v14 => v1}/api_capability_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/atsconfig_meta_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/atsconfig_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/cachegroups_parameters_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/cachegroups_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/cachegroupsdeliveryservices_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/cdn_domains_test.go (98%)
 rename traffic_ops/testing/api/{v14 => v1}/cdnfederations_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/cdns_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/config/cachecfg/cachecfg.go (98%)
 rename traffic_ops/testing/api/{v14 => v1}/config/cachecfg/cachecfg_test.go (97%)
 rename traffic_ops/testing/api/{v14 => v1}/config/common.go (100%)
 rename traffic_ops/testing/api/{v14 => v1}/config/common_test.go (100%)
 rename traffic_ops/testing/api/{v14 => v1}/config/error.go (100%)
 rename traffic_ops/testing/api/{v14 => v1}/config/ip_allow/ip_allow.go (98%)
 rename traffic_ops/testing/api/{v14 => v1}/config/ip_allow/ip_allow_test.go (96%)
 rename traffic_ops/testing/api/{v14 => v1}/config/table_test_structs.go (100%)
 rename traffic_ops/testing/api/{v14 => v1}/cookie_test.go (97%)
 rename traffic_ops/testing/api/{v14 => v1}/coordinates_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/crconfig_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/deliveryservice_request_comments_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/deliveryservice_requests_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/deliveryservicematches_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/deliveryservices_required_capabilities_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/deliveryservices_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/deliveryserviceservers_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/deliveryservicesideligible_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/divisions_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/federation_resolvers_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/federation_users_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/federations_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/fixtures_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/hdr_rw_dot_config_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/ip_allow_dot_config_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/iso_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/jobs_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/loginfail_test.go (96%)
 rename traffic_ops/testing/api/{v14 => v1}/logs_test.go (98%)
 rename traffic_ops/testing/api/{v14 => v1}/origins_test.go (98%)
 rename traffic_ops/testing/api/{v14 => v1}/parameters_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/parentdotconfig_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/phys_locations_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/ping_test.go (98%)
 rename traffic_ops/testing/api/{v14 => v1}/profile_parameters_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/profileconfig_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/profiles_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/readonlycannotmodify_test.go (95%)
 rename traffic_ops/testing/api/{v14 => v1}/regexrevalidatedotconfig_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/regions_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/remapdotconfig_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/roles_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/servercapabilities_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/serverchecks_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/servers_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/servers_to_deliveryservice_assignment_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/serverservercapability_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/serversstatus_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/serverupdatestatus_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/session_test.go (91%)
 rename traffic_ops/testing/api/{v14 => v1}/staticdnsentries_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/stats_summary_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/statuses_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/steering_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/steeringtargets_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/tc-fixtures.json (100%)
 rename traffic_ops/testing/api/{v14 => v1}/tenants_test.go (97%)
 rename traffic_ops/testing/api/{v14 => v1}/todb_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/toextension_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/traffic_control_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/traffic_ops_test.go (97%)
 rename traffic_ops/testing/api/{v14 => v1}/types_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/user_test.go (97%)
 rename traffic_ops/testing/api/{v14 => v1}/userdeliveryservices_test.go (99%)
 rename traffic_ops/testing/api/{v14 => v1}/withobjs_test.go (99%)