wave
wave copied to clipboard
API to search build details
This PR will add an API to get builds for a specific image or user
API: /v1alpha1/builds
query parameters: imageName and user
@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?
Closing as the view endpoint now allows retrieving the build info with a partial buildId (ie. using the containerId in the image tag)