You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2022/08/04 16:29:03 UTC

[trafficcontrol] branch master updated (2a87e2c707 -> e55327e8a6)

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

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


    from 2a87e2c707 Obscure sensitive Traffic Portal form fields (#6981)
     add e55327e8a6 Update Go version to 1.19 (#7002)

No new revisions were added by this update.

Summary of changes:
 .env                                               |   2 +-
 .../pr-to-update-go/pr_to_update_go/pr_template.md |  15 +--
 CHANGELOG.md                                       |   1 +
 GO_VERSION                                         |   2 +-
 cache-config/t3c-apply/torequest/cmd.go            |   2 +-
 cache-config/t3c-apply/util/util.go                |   3 +-
 cache-config/t3c-check-refs/t3c-check-refs.go      |   1 -
 cache-config/t3c-generate/cfgfile/cfgfile_test.go  |   1 -
 cache-config/t3cutil/actionlog.go                  |   2 -
 cache-config/t3cutil/enum.go                       |   1 -
 cache-config/t3cutil/getdata.go                    |   3 +-
 cache-config/t3cutil/t3cutil.go                    |   1 -
 cache-config/t3cutil/toreq/client.go               |   2 -
 cache-config/t3cutil/toreq/toreqold/client.go      |   1 -
 cache-config/t3cutil/toreq/torequtil/torequtil.go  |   1 -
 lib/go-atscfg/atscfg.go                            |   1 -
 lib/go-atscfg/headerrewritedotconfig.go            |   3 +-
 lib/go-atscfg/parentdotconfig.go                   |   4 +-
 lib/go-atscfg/regexrevalidatedotconfig.go          |   1 +
 lib/go-log/standardlogger.go                       |   1 -
 lib/go-rfc/rfc.go                                  |   1 -
 lib/go-tc/deliveryservices.go                      |   4 +-
 lib/go-tc/doc.go                                   | 146 ++++++++++-----------
 lib/go-tc/tovalidate/validate.go                   |  18 +--
 lib/go-util/num.go                                 |   6 +-
 tc-health-client/config/config.go                  |   1 -
 traffic_monitor/cache/statistics.go                |   2 +-
 traffic_monitor/cache/stats_types.go               |  46 +++----
 traffic_monitor/health/cache.go                    |   2 +-
 traffic_monitor/manager/manager.go                 |   2 -
 traffic_monitor/srvhttp/srvhttp.go                 |   2 +-
 traffic_monitor/tmclient/tmclient.go               |   2 -
 traffic_monitor/tools/testcaches/fakesrvr/cmd.go   |   8 +-
 .../install/bin/convert_profile/convert_profile.go |   8 +-
 .../testing/api/v4/deliveryservices_keys_test.go   |  42 +++---
 traffic_ops/toclientlib/toclientlib.go             |  25 ++--
 traffic_ops/traffic_ops_golang/api/api.go          |  37 +++---
 .../traffic_ops_golang/api/shared_handlers.go      |  55 ++++----
 .../traffic_ops_golang/api/shared_handlers_test.go |  14 +-
 traffic_ops/traffic_ops_golang/asn/asns.go         |   2 +-
 .../traffic_ops_golang/cachegroup/cachegroups.go   |  16 +--
 traffic_ops/traffic_ops_golang/cdn/cdns.go         |   4 +-
 .../traffic_ops_golang/coordinate/coordinates.go   |   4 +-
 .../traffic_ops_golang/dbhelpers/db_helpers.go     |  17 ++-
 .../deliveryservice/autorenewcerts.go              |   2 +-
 .../deliveryservice/deleteoldcerts.go              |   1 -
 .../deliveryservice/deliveryservices.go            |   4 +-
 .../deliveryservice/request/comment/comments.go    |   4 +-
 .../deliveryservice/request/requests.go            |   2 +-
 .../deliveryservice/servers/servers.go             |   2 +-
 .../traffic_ops_golang/division/divisions.go       |   4 +-
 traffic_ops/traffic_ops_golang/iso/iso.go          |  23 ++--
 traffic_ops/traffic_ops_golang/iso/mkisofs.go      |  13 +-
 traffic_ops/traffic_ops_golang/origin/origins.go   |  32 ++---
 .../traffic_ops_golang/parameter/parameters.go     |   4 +-
 .../physlocation/phys_locations.go                 |   4 +-
 traffic_ops/traffic_ops_golang/profile/profiles.go |   4 +-
 .../profileparameter/profile_parameters.go         |  18 +--
 traffic_ops/traffic_ops_golang/region/regions.go   |   4 +-
 traffic_ops/traffic_ops_golang/role/roles.go       |   2 +-
 .../routing/middleware/wrappers.go                 |  10 +-
 traffic_ops/traffic_ops_golang/routing/routes.go   |   2 +-
 .../servicecategory/servicecategories.go           |   2 +-
 .../staticdnsentry/staticdnsentry.go               |   2 +-
 traffic_ops/traffic_ops_golang/status/statuses.go  |   4 +-
 .../traffic_ops_golang/swaggerdocs/v13/asns.go     |  39 +++---
 .../traffic_ops_golang/swaggerdocs/v13/cdns.go     |  39 +++---
 .../swaggerdocs/v13/divisions.go                   |  39 +++---
 .../traffic_ops_golang/swaggerdocs/v13/docs.go     |  42 +++---
 .../swaggerdocs/v13/physlocations.go               |  39 +++---
 .../swaggerdocs/v13/profileparameters.go           |  32 +++--
 .../traffic_ops_golang/swaggerdocs/v13/profiles.go |  39 +++---
 .../traffic_ops_golang/swaggerdocs/v13/regions.go  |  29 ++--
 .../traffic_ops_golang/swaggerdocs/v13/statuses.go |  29 ++--
 .../traffic_ops_golang/test/error_context.go       |  46 +++----
 traffic_ops/traffic_ops_golang/types/types.go      |   2 +-
 traffic_ops/v3-client/iso.go                       |   5 +-
 traffic_ops/v3-client/session.go                   |  11 +-
 traffic_ops/v4-client/session.go                   |   1 -
 traffic_stats/traffic_stats.go                     |   4 +-
 80 files changed, 543 insertions(+), 508 deletions(-)