-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cdns/{{name}}/federations
and cdns/{{name}}/federations/{{ID}}
use RFC3339 timestamps
#7806
cdns/{{name}}/federations
and cdns/{{name}}/federations/{{ID}}
use RFC3339 timestamps
#7806
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7806 +/- ##
============================================
+ Coverage 28.83% 31.86% +3.02%
Complexity 98 98
============================================
Files 600 717 +117
Lines 77175 82720 +5545
Branches 90 965 +875
============================================
+ Hits 22256 26356 +4100
- Misses 52832 54203 +1371
- Partials 2087 2161 +74
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 120 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes LGTM. Need to test on local.
Need to add a TTL check like one sees on the UI. |
956b750
to
d5c4ebb
Compare
d5c4ebb
to
e569f84
Compare
Test look good. Approved. |
…pache#7718 (apache#49) * Updated TP field names based on TO changes from PRs apache#7806, apache#7718, * Updated TP field name (cdn) in server capability and updated changelog
…pache#7718 Updated TP field name (cdn) in server capability and updated changelog
…pache#7718 Updated TP field name (cdn) in server capability and updated changelog
* * Fixed broken capability links for DS * Updated CHANGELOG.md * Updated based on review comment as well as removed deleteServerCapability button(DS table) and menu-option(right click) * Updated TP field names based on TO changes from ATC PRs #7806, #7718 Updated TP field name (cdn) in server capability and updated changelog * Updated broken links in DS's right click menu
Updated based on review comment as well as removed deleteServerCapability button(DS table) and menu-option(right click) Updated TP field names based on TO changes from ATC PRs #7806, #7718 Updated TP field name (cdn) in server capability and updated changelog Updated broken links in DS's right click menu
Fixes #7799 and thereby closes #5911
This PR updates the "CDN Federations" endpoint(s) to use RFC3339 timestamps. Also, with the recent sphinx upgrade, our RFC text roles aren't working due to missing grave accents, so I fixed those.
Which Traffic Control components are affected by this PR?
What is the best way to verify this PR?
Make sure all of the tests provided pass. I added a bunch of unit tests, too - not nearly 100% coverage, but better than nothing.
PR submission checklist