-
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
To origin rfc3339 #7733
Merged
Merged
To origin rfc3339 #7733
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #7733 +/- ##
=============================================
- Coverage 65.05% 31.79% -33.27%
Complexity 98 98
=============================================
Files 314 714 +400
Lines 12365 82338 +69973
Branches 907 965 +58
=============================================
+ Hits 8044 26177 +18133
- Misses 3968 54015 +50047
- Partials 353 2146 +1793
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 367 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ocket8888
added
Traffic Ops
related to Traffic Ops
documentation
related to documentation
low impact
affects only a small portion of a CDN, and cannot itself break one
improvement
The functionality exists but it could be improved in some way.
tech debt
rework due to choosing easy/limited solution
and removed
improvement
The functionality exists but it could be improved in some way.
labels
Aug 23, 2023
ocket8888
requested changes
Aug 23, 2023
ocket8888
reviewed
Aug 25, 2023
ocket8888
requested changes
Aug 29, 2023
ocket8888
reviewed
Aug 29, 2023
ocket8888
reviewed
Aug 31, 2023
ocket8888
requested changes
Aug 31, 2023
ocket8888
reviewed
Aug 31, 2023
ocket8888
approved these changes
Sep 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
related to documentation
low impact
affects only a small portion of a CDN, and cannot itself break one
tech debt
rework due to choosing easy/limited solution
Traffic Ops
related to Traffic Ops
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related: #5911
Which Traffic Control components are affected by this PR?
What is the best way to verify this PR?
Curl all Origin v5 REST calls (GET, CREATE, UPDATE, DELETE) and ensure you are getting RFC3339 date-time ( eg: lastUpdated : "2023-05-25T15:59:33.7096-06:00" )
If this is a bugfix, which Traffic Control versions contained the bug?
PR submission checklist