wave icon indicating copy to clipboard operation
wave copied to clipboard

API to search build details

Open munishchouhan opened this issue 1 year ago • 1 comments

This PR will add an API to get builds for a specific image or user

API: /v1alpha1/builds query parameters: imageName and user

munishchouhan avatar Jun 25 '24 14:06 munishchouhan

@ewels In this PR I am fetching records only from database. Now, when a build starts, Wave creates a record in the cache first, and when the build completes, it saves the record in the database and also updates it in the cache. So, do you need records from the cache, too?

munishchouhan avatar Jun 26 '24 15:06 munishchouhan

Closing as the view endpoint now allows retrieving the build info with a partial buildId (ie. using the containerId in the image tag)

pditommaso avatar May 25 '25 09:05 pditommaso