rob05c opened a new pull request #4534: Fix ORT atstccfg to allow using new features in the latest Traffic Ops URL: https://github.com/apache/trafficcontrol/pull/4534 Adds a client of the latest Traffic Ops version, and refactors the existing vendored client, so both can be used at once. Includes an idiom of using the latest and falling back to vendored. Also includes an example of the latest client getting Delivery Services, and falling back to the vendored if the TO isn't the latest. This isn't actually necessary right now, but it's likely to be very shortly, and it serves as an example of the idiom for future dev. Includes unit tests. ORT doesn't have an integration test framework yet, so the larger part of this that requires TO can't be tested yet, unfortunately. No docs, no changelog, no interface change. - [x] This PR is not related to any other Issue ## Which Traffic Control components are affected by this PR? - Traffic Ops ORT ## What is the best way to verify this PR? Run ORT/atstccfg against a TO of the previous release version with warning logs enabled, verify the message "Traffic Ops newer than ORT, falling back to previous API Delivery Services". Run against a TO of the latest version, verify no message. There aren't any new features that ORT uses yet, so that can't be verified yet. But there probably will be shortly. ## If this is a bug fix, what versions of Traffic Control are affected? Not a bug fix. ## The following criteria are ALL met by this PR - [x] This PR includes tests OR I have explained why tests are unnecessary - [x] This PR includes documentation OR I have explained why documentation is unnecessary - [x] This PR includes an update to CHANGELOG.md OR such an update is not necessary - [x] This PR includes any and all required license headers - [x] This PR ensures that database migration sequence is correct OR this PR does not include a database migration - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY** (see [the Apache Software Foundation's security guidelines](https://www.apache.org/security/) for details) ## Additional Information
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
