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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/traffic_portal/minimist-1.2.6
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


 discard 02ccda8  Bump minimist from 1.2.5 to 1.2.6 in /traffic_portal
     add d4286d8  GitHub Actions ATS RPM: Verify that the cached or built RPM 
matches the expected RPM name (#6689)
     add 30a0ad0  Fix timestamps to the correct format (#6693)
     add 5d13d3b  Add TO in-memory User cache option to improve performance 
(#6671)
     add 0533b7a  Reduce TM dependency on CRConfig (#6625)
     add 55dde3c  Restores logging the cache status. (#6667)
     add caf7c66  Change t3c ip_allow to omit within rules (#6692)
     add ae7b6b2  Refactor DeliveryService Tests (#6690)
     add 7c829aa  TR upgrade spring per CVE-2022-22965 (#6705)
     add dbe37de  Bump ansi-regex in /.github/actions/tp-integration-tests 
(#6706)
     add cb89090  Bump ansi-regex in /.github/actions/to-integration-tests 
(#6707)
     add 7ef18aa  Bump minimist from 1.2.5 to 1.2.6 in /traffic_portal

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (02ccda8)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/traffic_portal/minimist-1.2.6 (7ef18aa)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../README.md                                      |    8 +-
 .../action.yml                                     |   11 +-
 .../entrypoint.sh                                  |   23 +-
 .../actions/to-integration-tests/package-lock.json |   12 +-
 .../actions/tp-integration-tests/package-lock.json |   12 +-
 .github/workflows/cache-config-tests.yml           |   20 +-
 .github/workflows/ciab.yaml                        |   21 +-
 .github/workflows/health-client-tests.yml          |   20 +-
 CHANGELOG.md                                       |    3 +
 .../docker/trafficserver/trafficserver.spec        |    6 +-
 docs/source/admin/traffic_ops.rst                  |    6 +
 .../source/api/v2/cdns_name_configs_monitoring.rst |   53 +-
 .../source/api/v3/cdns_name_configs_monitoring.rst |   69 +-
 .../source/api/v4/cdns_name_configs_monitoring.rst |   69 +-
 .../ansible/roles/traffic_ops/defaults/main.yml    |    1 +
 .../roles/traffic_ops/templates/cdn.conf.j2        |    1 +
 lib/go-atscfg/ipallowdotconfig.go                  |  162 +-
 lib/go-atscfg/ipallowdotconfig_test.go             |   34 +-
 lib/go-atscfg/ipallowdotyaml.go                    |  160 +-
 lib/go-atscfg/ipallowdotyaml_test.go               |   56 +-
 lib/go-tc/enum.go                                  |    8 +
 lib/go-tc/traffic_monitor.go                       |   32 +-
 lib/go-tc/traffic_monitor_test.go                  |    2 +-
 lib/go-tc/traffic_router.go                        |  105 +-
 lib/go-tc/traffic_router_test.go                   |    2 +-
 lib/go-tc/traffic_stats.go                         |    2 +-
 tc-health-client/tmagent/tmagent.go                |   19 +-
 traffic_monitor/health/cache.go                    |    8 +-
 traffic_monitor/health/cache_test.go               |    1 -
 traffic_monitor/manager/monitorconfig.go           |    2 +-
 traffic_monitor/manager/opsconfig.go               |   14 -
 traffic_monitor/tests/_integration/snapshot.json   |    2 +-
 traffic_monitor/todata/todata.go                   |  130 +-
 traffic_monitor/todata/todata_test.go              |   16 +-
 traffic_monitor/towrap/towrap.go                   |   96 +-
 traffic_ops/app/conf/cdn.conf                      |    1 +
 .../testing/api/v3/deliveryservices_keys_test.go   |  180 +
 .../testing/api/v3/deliveryservices_test.go        | 1577 +++------
 .../testing/api/v3/deliveryserviceservers_test.go  |    8 +
 .../testing/api/v3/readonlycannotmodify_test.go    |    2 +-
 traffic_ops/testing/api/v3/tc-fixtures.json        |   22 +
 traffic_ops/testing/api/v3/traffic_control_test.go |    1 +
 traffic_ops/testing/api/v3/withobjs_test.go        |    2 +
 traffic_ops/testing/api/v4/cdn_locks_test.go       |   71 +-
 .../testing/api/v4/deliveryservices_keys_test.go   |  611 ++++
 .../testing/api/v4/deliveryservices_test.go        | 3516 ++++----------------
 .../testing/api/v4/deliveryserviceservers_test.go  |    8 +
 .../testing/api/v4/readonlycannotmodify_test.go    |    2 +-
 traffic_ops/testing/api/v4/tc-fixtures.json        |   27 +
 traffic_ops/testing/api/v4/traffic_control_test.go |    1 +
 traffic_ops/testing/api/v4/withobjs_test.go        |    2 +
 traffic_ops/traffic_ops_golang/auth/authorize.go   |   57 +-
 traffic_ops/traffic_ops_golang/auth/usercache.go   |  209 ++
 .../traffic_ops_golang/auth/usercache_test.go      |   87 +
 .../traffic_ops_golang/cachegroup/dspost.go        |    2 +-
 traffic_ops/traffic_ops_golang/config/config.go    |   56 +-
 .../traffic_ops_golang/config/config_test.go       |    4 +
 .../traffic_ops_golang/crconfig/crconfig.go        |    3 +-
 .../traffic_ops_golang/crconfig/deliveryservice.go |   11 +-
 .../crconfig/edgelocations_test.go                 |    4 +-
 traffic_ops/traffic_ops_golang/crconfig/servers.go |   53 +-
 .../traffic_ops_golang/crconfig/servers_test.go    |   39 +-
 .../traffic_ops_golang/dbhelpers/db_helpers.go     |   36 +
 .../traffic_ops_golang/login/logout_test.go        |   12 +-
 .../traffic_ops_golang/monitoring/monitoring.go    |   79 +-
 .../monitoring/monitoring_test.go                  |   48 +-
 .../test/rand.go}                                  |   27 +-
 .../topologies.go => topology/snapshot.go}         |    6 +-
 .../snapshot_test.go}                              |   13 +-
 .../traffic_ops_golang/traffic_ops_golang.go       |    2 +
 traffic_router/pom.xml                             |    2 +-
 traffic_server/_tsb/trafficserver.spec             |    6 +-
 72 files changed, 3198 insertions(+), 4775 deletions(-)
 rename .github/actions/{fetch-github-branch-sha => repo-info}/README.md (86%)
 rename .github/actions/{fetch-github-branch-sha => repo-info}/action.yml (84%)
 rename .github/actions/{fetch-github-branch-sha => repo-info}/entrypoint.sh 
(72%)
 create mode 100644 traffic_ops/testing/api/v3/deliveryservices_keys_test.go
 create mode 100644 traffic_ops/testing/api/v4/deliveryservices_keys_test.go
 create mode 100644 traffic_ops/traffic_ops_golang/auth/usercache.go
 create mode 100644 traffic_ops/traffic_ops_golang/auth/usercache_test.go
 copy traffic_ops/{testing/api/v2/about_test.go => 
traffic_ops_golang/test/rand.go} (60%)
 rename traffic_ops/traffic_ops_golang/{crconfig/topologies.go => 
topology/snapshot.go} (91%)
 rename traffic_ops/traffic_ops_golang/{crconfig/topologies_test.go => 
topology/snapshot_test.go} (94%)

Reply via email to