You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2021/07/21 23:08:53 UTC

[trafficcontrol] branch master updated (325e68c -> 090bc90)

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

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


    from 325e68c  do not display the More button on the types that are not used by server table (#6050)
     add 090bc90  Improve the DNSSEC refresh API (#6046)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 docs/source/api/v4/cdns_dnsseckeys_refresh.rst     |  24 ++--
 lib/go-tc/async_status.go                          |  44 ++++++++
 .../bin/checks/DnssecRefresh/ToDnssecRefresh.go    |   8 +-
 traffic_ops/app/bin/checks/ToDnssecRefresh.pl      |   9 +-
 traffic_ops/testing/api/v4/cdns_test.go            |  20 +++-
 traffic_ops/traffic_ops_golang/api/async_status.go |  13 +--
 .../traffic_ops_golang/cdn/dnssecrefresh.go        | 124 ++++++++++++++++-----
 traffic_ops/traffic_ops_golang/routing/routes.go   |   2 +-
 traffic_ops/v4-client/{log.go => async_status.go}  |  15 ++-
 traffic_ops/v4-client/cdn_dnssec.go                |   6 +-
 11 files changed, 199 insertions(+), 67 deletions(-)
 create mode 100644 lib/go-tc/async_status.go
 copy traffic_ops/v4-client/{log.go => async_status.go} (62%)