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 2021/07/19 18:02:52 UTC

[trafficcontrol] branch master updated (08e4439 -> 8523a6e)

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 08e4439  Fix maxmind database update and reload (#6029)
     add 8523a6e  Support queueing updates by type and profile (#6014)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 docs/source/api/v4/cdns_id_queue_update.rst        |  12 +-
 .../v4/cdn_queue_updates_by_type_profile_test.go   | 215 +++++++++++++++++++++
 traffic_ops/traffic_ops_golang/cdn/queue.go        |  88 ++++++++-
 traffic_ops/v4-client/cdn.go                       |  13 ++
 .../app/src/common/api/ProfileService.js           |  26 +++
 traffic_portal/app/src/common/api/TypeService.js   |  25 +++
 .../modules/form/profile/FormProfileController.js  |   8 +
 .../modules/form/profile/form.profile.tpl.html     |   3 +
 .../common/modules/form/type/FormTypeController.js |  54 +++++-
 .../common/modules/form/type/form.type.tpl.html    |  10 +
 11 files changed, 443 insertions(+), 12 deletions(-)
 create mode 100644 traffic_ops/testing/api/v4/cdn_queue_updates_by_type_profile_test.go