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

feat: add hardwareDetailsBoots endpoint #837

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MarceloRobert
Copy link
Collaborator

Adds /hardware/<hardware_name>/boots endpoint

How to test

This endpoint is not being used by the frontend, but you can compare the responses by opening the network tab on the dashboard website, going to a hardware details with boots data, checking the request body for the post to hardwareDetails endpoint and use that body in a request from the api view. Check if filters and tree selection work normally.

Example: go to localhost:8000/api/hardware/brcm,bcm2711/boots and send the body

{
    "origin":"maestro",
    "startTimestampInSeconds":1737487800,
    "endTimestampInSeconds":1737574200,
    "selectedCommits":{},
    "filter":{}
}

in the POST request

Part of #751
Closes #761

@MarceloRobert MarceloRobert self-assigned this Jan 23, 2025
@MarceloRobert MarceloRobert force-pushed the feat/hardware-details-boots branch from 7206202 to b4b63a3 Compare January 23, 2025 19:35
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

Successfully merging this pull request may close these issues.

create hardwareDetails/str:hardware/boots
1 participant