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

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


    from 3d98944  Fix the names of the migrations for roles and perms (#6321)
     add c37baa8  Feature/refetch (#6118)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |    1 +
 cache-config/t3c-generate/cfgfile/cfgfile_test.go  |   27 +-
 cache-config/t3cutil/getdatacfg.go                 |    2 +-
 cache-config/t3cutil/toreq/clientfuncs.go          |    8 +-
 cache-config/t3cutil/toreq/conversions.go          |    4 +
 cache-config/testing/ort-tests/tcdata/todb.go      |   46 +-
 lib/go-atscfg/atscfg.go                            |   45 +-
 lib/go-atscfg/regexrevalidatedotconfig.go          |   90 +-
 lib/go-atscfg/regexrevalidatedotconfig_test.go     |   90 +-
 lib/go-tc/enum.go                                  |   13 +
 lib/go-tc/invalidationjobs.go                      |   96 +-
 lib/go-util/ptr.go                                 |   10 +-
 .../migrations/2021110211525600_refetch.down.sql   |  145 +++
 .../db/migrations/2021110211525600_refetch.up.sql  |   61 ++
 traffic_ops/app/db/seeds.sql                       |    8 -
 traffic_ops/testing/api/README.md                  |   44 +-
 traffic_ops/testing/api/v2/todb_test.go            |   46 +-
 traffic_ops/testing/api/v3/todb_test.go            |   46 +-
 traffic_ops/testing/api/v4/jobs_test.go            |  593 ++++++-----
 traffic_ops/testing/api/v4/tc-fixtures.json        |   59 +-
 traffic_ops/testing/api/v4/todb_test.go            |   46 +-
 traffic_ops/testing/api/v4/traffic_control_test.go |    3 +-
 .../traffic_ops_golang/dbhelpers/db_helpers.go     |   12 +
 .../invalidationjobs/invalidationjobs.go           | 1095 +++++++++++++++++---
 traffic_ops/traffic_ops_golang/routing/routes.go   |    8 +-
 traffic_ops/v4-client/job.go                       |   14 +-
 traffic_ops_db/test/docker/run-db-test.sh          |    1 +
 traffic_portal/app/src/common/api/JobService.js    |    6 +-
 28 files changed, 1811 insertions(+), 808 deletions(-)
 create mode 100644 
traffic_ops/app/db/migrations/2021110211525600_refetch.down.sql
 create mode 100644 
traffic_ops/app/db/migrations/2021110211525600_refetch.up.sql

Reply via email to