-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CA-399638: The livepatches are absent in the response of /updates (#6017
) When applying livepatches, for one component, only the latest one will be applied. This is because the latest livepatch will always roll up all the previous ones if they are of the same component and base build ID. The bug to be fixed in this commit is that the previous livepatches with the same build ID are not returned in the response of the query on the /updates HTTP endpoint.
- Loading branch information
Showing
2 changed files
with
44 additions
and
6 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