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

rshah pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


    from 23e9248c5e t3c remove perl dependency and references  (#7829)
     new bd00f2f4ac Removed anycast functionality from traffic control (#7877)
     new 608c78e413 * Fix the assignment of a delivery service to a server, to 
respect capabilities
     new 0f6e475a7f Minor tp bugfixes Updated based on review comment as well 
as removed deleteServerCapability button(DS table) and menu-option(right click) 
Updated TP field names based on TO changes from ATC PRs #7806, #7718 Updated TP 
field name (cdn) in server capability and updated changelog Updated broken 
links in DS's right click menu
     new 1043c19058 Bugfix/compare profile page (#7885)
     new 40352c1c92 Limit Delivery Services returned for GET 
/servers/{id}/deliveryservices to ones in the same CDN (#7888)
     new 5d710b81c0 Fixed missing changelog entries for v5 routes (#7890)
     new 877246e87e Fixed job route permission (#7891)
     new 999bfd7b05 updated changelog

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                       |  17 ++-
 docs/source/admin/traffic_monitor.rst              |   1 -
 docs/source/api/v5/deliveryservices.rst            |  76 ++++++------
 docs/source/glossary.rst                           |   5 -
 docs/source/overview/traffic_monitor.rst           |   4 -
 lib/go-rfc/http.go                                 |   1 -
 lib/go-tc/crstates.go                              |   1 -
 lib/go-tc/deliveryservice_servers.go               |   1 +
 traffic_monitor/cache/astats.go                    |  18 ---
 traffic_monitor/cache/astats_csv.go                |   3 -
 traffic_monitor/cache/cache.go                     |   8 --
 traffic_monitor/cache/data.go                      |   4 -
 traffic_monitor/cache/stats_over_http.go           |  13 --
 traffic_monitor/datareq/crstate.go                 |  77 ++----------
 traffic_monitor/datareq/crstate_test.go            | 135 ---------------------
 traffic_monitor/datareq/datareq.go                 |  17 +--
 traffic_monitor/health/cache.go                    |  32 +----
 traffic_monitor/manager/statecombiner.go           |   2 +-
 traffic_monitor/todata/todata.go                   |  56 ---------
 traffic_monitor/todata/todata_test.go              |  68 -----------
 .../api/v3/servers_id_deliveryservices_test.go     |   5 +-
 .../api/v4/servers_id_deliveryservices_test.go     |   5 +-
 .../api/v5/cachegroupsdeliveryservices_test.go     |   4 +-
 .../api/v5/servers_id_deliveryservices_test.go     |   5 +-
 traffic_ops/traffic_ops_golang/asn/asns.go         |   6 +
 .../traffic_ops_golang/cachegroup/cachegroups.go   |   6 +
 traffic_ops/traffic_ops_golang/cdn/cdns.go         |   9 +-
 .../cdnfederation/cdnfederations.go                |   8 +-
 .../deliveryservice/deliveryservices.go            |   9 +-
 .../deliveryservice/servers/servers.go             |  21 +++-
 .../traffic_ops_golang/division/divisions.go       |   6 +
 traffic_ops/traffic_ops_golang/origin/origins.go   |   6 +
 .../traffic_ops_golang/parameter/parameters.go     |   8 ++
 .../physlocation/phys_locations.go                 |   6 +
 traffic_ops/traffic_ops_golang/profile/profiles.go |  14 ++-
 .../profileparameter/profile_parameters.go         |   6 +
 traffic_ops/traffic_ops_golang/region/regions.go   |   6 +
 .../routing/middleware/wrappers.go                 |   8 +-
 traffic_ops/traffic_ops_golang/routing/routes.go   |  12 +-
 .../server/servers_assignment.go                   |   2 +-
 .../servercapability/servercapability.go           |   6 +
 .../servicecategory/servicecategories.go           |   6 +
 traffic_ops/traffic_ops_golang/types/types.go      |   6 +
 .../app/src/common/api/DeliveryServiceService.js   |  24 +---
 .../app/src/common/api/ServerCapabilityService.js  |   2 +-
 .../cdnFederations/table.cdnFederations.tpl.html   |   2 +-
 .../TableAssignDSServersController.js              |   2 +-
 .../TableDeliveryServicesController.js             |   9 +-
 .../TableServerCapabilitiesController.js           |   4 +-
 ...leServerCapabilityDeliveryServicesController.js |  33 +----
 ...table.serverCapabilityDeliveryServices.tpl.html |   6 +-
 .../TableAssignServersPerCapabilityController.js   |   2 +-
 .../table.topologyCacheGroupServers.tpl.html       |   2 +-
 .../src/common/service/utils/CollectionUtils.js    |   2 +
 .../modules/private/profiles/compare/diff/index.js |   2 +-
 traffic_portal/conf/configDev.js                   |  14 +--
 .../test/integration/Data/deliveryservices.ts      |   6 +-
 traffic_portal/test/integration/config.json        |   6 +-
 .../integration/specs/DeliveryServices.spec.ts     |   4 +-
 59 files changed, 240 insertions(+), 589 deletions(-)
 delete mode 100644 traffic_monitor/datareq/crstate_test.go

Reply via email to