This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a change to branch 6.1.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 2094836 TR: Update jackson-databind and jackson-annotations to 2.13.1
(#6506)
add 5cff4be Add the ability to edit and delete existing Jobs to TPv2
(#6453)
add 5009758 Updates the trafficcontrol-health-client with the following:
(#6511)
add 578180f Remove unneeded WriteHeader (#6507)
add 6827353 Make hyphen capture groups optional, not repeating (#6410)
add b558554 updated Oauth (#6508)
No new revisions were added by this update.
Summary of changes:
.../invalidation-jobs.component.html | 26 +++-
.../invalidation-jobs.component.spec.ts | 21 ++-
.../invalidation-jobs.component.ts | 81 +++++++----
.../new-invalidation-job-dialog.component.spec.ts | 20 ++-
.../new-invalidation-job-dialog.component.ts | 109 +++++++++++++--
.../new-delivery-service.component.spec.ts | 10 ++
.../new-delivery-service.component.ts | 2 +-
.../traffic-portal/src/app/models/invalidation.ts | 4 +-
.../src/app/shared/api/InvalidationJobService.ts | 32 ++++-
tc-health-client/README.md | 7 +
tc-health-client/config/config.go | 52 ++++----
tc-health-client/tmagent/tmagent.go | 148 +++++++++++++++------
traffic_ops/traffic_ops_golang/api/api.go | 1 -
traffic_ops/traffic_ops_golang/login/login.go | 25 ++--
.../routing/middleware/wrappers_test.go | 4 +-
15 files changed, 421 insertions(+), 121 deletions(-)