-
Notifications
You must be signed in to change notification settings - Fork 231
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
Not allowing creation date to wrap to eliminate bug #2012
Conversation
@@ -19,6 +19,13 @@ | |||
} | |||
} | |||
|
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.
Fix looks good to me. I have a PR to common that we will need tomorrow anyway, if that makes you feel better about migrating it up.
[merge][severity: bug] |
[Test]ing while waiting on the merge queue |
Evaluated for origin web console test up to b8b026d |
Origin Web Console Test Results: FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_web_console/138/) (Base Commit: 2fbc58a) (PR Branch Commit: b8b026d) |
[merge][severity: bug] |
Evaluated for origin web console merge up to b8b026d |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin_web_console/123/) (Base Commit: b919687) (PR Branch Commit: b8b026d) (Extended Tests: bug) |
Fixes openshift/origin-web-catalog#412
Note: this fix is imperfect in that it only applies to the catalog when in the context of the console. Why? Because the bug also occurs in the console on the projects list page, and I figured it should be fixed in both places. The "proper" fix would be to put these additions in origin-web-common, but that necessitates a release of common, and that seems like a lot of overhead for a "simple" bug. Agree/disagree @spadgett?