Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoint to retrieve user build history #542

Open
munishchouhan opened this issue Jun 25, 2024 · 2 comments
Open

Endpoint to retrieve user build history #542

munishchouhan opened this issue Jun 25, 2024 · 2 comments
Assignees

Comments

@munishchouhan
Copy link
Member

Create Endpoint to get builds created by user

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

@munishchouhan munishchouhan self-assigned this Jun 25, 2024
@ewels
Copy link
Member

ewels commented Jun 25, 2024

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:

  • Build ID
  • Security scan ID
  • Image URI
  • Build date
  • Type (docker / singularity)
  • Arch

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
Copy link
Member Author

@ewels thanks for the details, I am handling for build details per image name and build per user in this PR
#544

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants