seqeralabs / wave

On-demand containers provisioning service
https://seqera.io/wave/
GNU Affero General Public License v3.0
30 stars 4 forks source link

Endpoint to retrieve user build history #542

Open munishchouhan opened 3 months ago

munishchouhan commented 3 months ago

Create Endpoint to get builds created by user

@ewels what should be in the response, just the build ids or more?

ewels commented 3 months ago

I think build IDs as a minimum - it would be nice if we could also return a small amount of additional information if it's not too much of a performance hit.

Basic info I would consider to be:

None of this is essential though, as it can all be looked up in secondary API calls if needed. I'm mostly thinking ahead to a future web page that could list images built by a user in a list view (with click through to a details page that can use a second API call).

munishchouhan commented 3 months ago

@ewels thanks for the details, I am handling for build details per image name and build per user in this PR https://github.com/seqeralabs/wave/pull/544