-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes service_category apis to respond with RFC3339 date/time Format (#…
…7408) * This fixes service_category apis to respond with RFC3339 date/time strings. Issue: #5911 * This fixes service_category apis to respond with RFC3339 date/time strings. * This fixes service_category apis to respond with RFC3339 date/time strings. This commit removed new struct TimeRFC3339 and uses time.Time instead * This commit removed new struct TimeRFC3339 and uses time.Time instead * #7413 Removing dependency of service catergory on generic cruder for V5 version * Corrected Error messages statement * Added Doc content for RFC 3339 Date/Time Format and updated service category docs. * Updated Http Get operations for Service Category V5 to handle If-Modified-Since request HTTP header * Added Unit Test Cases for V5 service_category functions * Updated comments for the V5 service category functions. * Updated CHANGELOG.md * Added Unit test for db_helpers.go * Addressed Code review from the PR. * Addressed Code review from the PR. * Addressed Code review from the PR. * Addressed Code review from the PR.
- Loading branch information
1 parent
54e509b
commit 664c2d5
Showing
12 changed files
with
596 additions
and
31 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.