You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2020/12/29 21:50:27 UTC

[trafficcontrol] branch master updated (bef0008 -> c2ad1ff)

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

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


    from bef0008  Topology based DS's + reqd capabilities + ORG servers should show ORG servers, alongwith the other servers when queried for the linked servers (#5389)
     add c2ad1ff  Add TP Tests GHA (#5351)

No new revisions were added by this update.

Summary of changes:
 .../.eslintrc                                      |   0
 .../README.md                                      |  59 +++---
 .../action.yml                                     |  10 +-
 .../cdn.json                                       |   2 +-
 .../actions/tp-e2e-tests}/conf.json                |  13 +-
 .../actions/tp-e2e-tests}/config.js                |  16 +-
 .../database.json                                  |   0
 .../dbconf.yml                                     |   0
 .../dist/tp-e2e-tests.js}                          |  10 +-
 .github/actions/tp-e2e-tests/entrypoint.sh         | 214 +++++++++++++++++++++
 .../package-lock.json                              |   0
 .../package.json                                   |   0
 .../riak.json                                      |   0
 .../tp-e2e-tests.ts}                               |   8 +-
 .../tsconfig.json                                  |   0
 .../{traffic ops.yml => tp.e2e.tests.yml}          |  64 +++---
 README.md                                          |   1 +
 build/functions.sh                                 |   2 +-
 traffic_portal/test/end_to_end/CDNs/cdns-spec.js   |   2 -
 .../end_to_end/cacheGroups/cache-groups-spec.js    |   2 +-
 .../test/end_to_end/common/commonFunctions.js      |   2 +-
 .../deliveryServices/delivery-services-spec.js     |  10 +-
 .../test/end_to_end/parameters/parameters-spec.js  |   2 +-
 .../test/end_to_end/profiles/profiles-spec.js      |   3 +-
 .../test/end_to_end/servers/servers-spec.js        |   4 +-
 traffic_portal/test/end_to_end/types/types-spec.js |   2 +-
 26 files changed, 329 insertions(+), 97 deletions(-)
 copy .github/actions/{to-integration-tests => tp-e2e-tests}/.eslintrc (100%)
 copy .github/actions/{to-integration-tests => tp-e2e-tests}/README.md (59%)
 copy .github/actions/{to-integration-tests => tp-e2e-tests}/action.yml (82%)
 copy .github/actions/{to-integration-tests => tp-e2e-tests}/cdn.json (97%)
 copy {traffic_portal/test/end_to_end => .github/actions/tp-e2e-tests}/conf.json (69%)
 copy {traffic_portal/conf => .github/actions/tp-e2e-tests}/config.js (82%)
 copy .github/actions/{to-integration-tests => tp-e2e-tests}/database.json (100%)
 copy .github/actions/{to-integration-tests => tp-e2e-tests}/dbconf.yml (100%)
 copy .github/actions/{to-integration-tests/dist/to-integration-tests.js => tp-e2e-tests/dist/tp-e2e-tests.js} (79%)
 create mode 100755 .github/actions/tp-e2e-tests/entrypoint.sh
 copy .github/actions/{to-integration-tests => tp-e2e-tests}/package-lock.json (100%)
 copy .github/actions/{to-integration-tests => tp-e2e-tests}/package.json (100%)
 copy .github/actions/{to-integration-tests => tp-e2e-tests}/riak.json (100%)
 copy .github/actions/{to-integration-tests/to-integration-tests.ts => tp-e2e-tests/tp-e2e-tests.ts} (80%)
 copy .github/actions/{to-integration-tests => tp-e2e-tests}/tsconfig.json (100%)
 copy .github/workflows/{traffic ops.yml => tp.e2e.tests.yml} (67%)