This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a change to branch 6.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 3a4b570 added rel="noreferrer" to the anchor where '<a
href="{{::url}}" target="_blank">' is used. (#6119)
new ed76701 Update CHANGELOG.md and SECURITY.md for 6.0.0 release
new 201032b Use tag 6.0.x for the builder images
new 8f5d0bc Fixed Federations IMS (#6122)
new 4381e9c TP tests alert logging (#6120)
new 1f210d5 Fix wording for package uninstall (#6131)
new 2e3151b Run goose~schema_migrations trigger after UPDATE, not INSERT
(#6134)
new 1e6a3c7 Skip check for the past dbversion's migration existing if it
is squashed (#6128)
new edf9093 t3cutil: core dump fix for TOClient SetURL interface (#6138)
new aa3fa79 Migrate Profiles test from E2E to integrate test suite TP
(#6071)
new 66971a0 Fix roles hard code for TP integration test (#6139)
new 77a79b5 Use PostgreSQL 9.6-compatible syntax in create_tables.sql and
migrations (#6143)
new 1c4ec19 Make TM recover from TO being unavailable at startup (#6146)
The 12 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:
.github/actions/todb-tests/entrypoint.sh | 11 +-
.github/actions/tp-integration-tests/cdn.json | 10 +-
.github/actions/tp-integration-tests/entrypoint.sh | 90 ++++-----
CHANGELOG.md | 6 +-
SECURITY.md | 3 +-
cache-config/t3c-apply/torequest/torequest.go | 2 +-
cache-config/t3cutil/toreq/client.go | 3 +-
infrastructure/docker/build/docker-compose-opt.yml | 2 +-
infrastructure/docker/build/docker-compose.yml | 20 +-
traffic_monitor/handler/handler.go | 2 +-
traffic_monitor/manager/opsconfig.go | 4 +-
traffic_monitor/towrap/towrap.go | 144 +++++++++-----
.../{datareq/version.go => towrap/towrap_test.go} | 21 +-
traffic_ops/app/db/admin.go | 59 ++++--
.../app/db/migrations/00000000000000_init.up.sql | 4 +-
.../2021061100000000_ds_tls_versions.down.sql | 6 +-
.../2021061100000000_ds_tls_versions.up.sql | 10 +-
traffic_ops/app/db/trafficvault/create_tables.sql | 10 +-
traffic_ops/testing/api/v4/cdnfederations_test.go | 33 ++++
traffic_ops/testing/api/v4/federations_test.go | 21 +-
.../cdnfederation/cdnfederations.go | 4 +
.../federations/allfederations.go | 54 ++---
.../traffic_ops_golang/federations/federations.go | 67 +++----
traffic_ops_db/test/docker/Dockerfile-db-admin | 38 +++-
traffic_ops_db/test/docker/run-db-test.sh | 2 +-
traffic_portal/test/integration/CommonUtils/API.ts | 219 ++++++++++++++-------
.../test/integration/CommonUtils/index.ts | 4 +-
.../test/integration/CommonUtils/utils.ts | 133 +++++++++++++
.../test/integration/Data/prerequisites.ts | 96 +++++++--
traffic_portal/test/integration/Data/profiles.ts | 32 +++
.../integration/PageObjects/ProfilesPage.po.ts | 39 ++--
traffic_portal/test/integration/config.model.ts | 165 ++++++++++++++++
traffic_portal/test/integration/config.ts | 21 +-
traffic_portal/test/integration/specs/ASNs.spec.ts | 3 +-
.../test/integration/specs/Coordinates.spec.ts | 3 +-
.../integration/specs/DeliveryServices.spec.ts | 5 +-
.../test/integration/specs/Divisions.spec.ts | 4 +-
traffic_portal/test/integration/specs/Jobs.spec.ts | 3 +-
.../test/integration/specs/Origins.spec.ts | 3 +-
.../test/integration/specs/Parameters.spec.ts | 5 +-
.../test/integration/specs/PhysLocations.spec.ts | 3 +-
.../test/integration/specs/Profiles.spec.ts | 82 +++++---
.../test/integration/specs/Regions.spec.ts | 3 +-
.../specs/ServerServerCapabilities.spec.ts | 3 +-
.../test/integration/specs/Servers.spec.ts | 3 +-
.../integration/specs/ServiceCategories.spec.ts | 3 +-
.../test/integration/specs/Statuses.spec.ts | 3 +-
.../test/integration/specs/Topologies.spec.ts | 6 +-
.../test/integration/specs/Types.spec.ts | 3 +-
49 files changed, 1072 insertions(+), 398 deletions(-)
copy traffic_monitor/{datareq/version.go => towrap/towrap_test.go} (65%)
copy cache-config/t3c-check-refs/test-files/libexec/cachekey.so =>
traffic_portal/test/integration/CommonUtils/index.ts (94%)
create mode 100644 traffic_portal/test/integration/CommonUtils/utils.ts
create mode 100644 traffic_portal/test/integration/config.model.ts