You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or 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
Fix ODR-605 about "Web UI / POST BIOSImage / API not selecting latest image with same basename uploaded for install".
Metadata array got from on-http file service is in the time order based on waterline mechanism. Change waterline find method to return the list in sorted manner.
This Jenkins error is generated in API 2.0 workflow tests. I will leave it to @dalebremner for triage.
For this PR, I checked the code repo, and it didn't touch API 2.0 code. It is ready to be merged.
To fix the P1 ODR, change the solution to keep the file in the default order and only return the last item in the file array, so that it can pass Jenkins test. I have created a issue in https://github.com/RackHD/on-http/issues/229 to track the previous failure.
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.
Fix ODR-605 about "Web UI / POST BIOSImage / API not selecting latest image with same basename uploaded for install".
Metadata array got from on-http file service is in the time order based on waterline mechanism. Change waterline find method to return the list in sorted manner.