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

Fix reading from recording-attachments response #87

Merged
merged 7 commits into from
Aug 31, 2023

Conversation

jordanbangia
Copy link
Contributor

Public-Facing Changes

Fixes issue with accessing json from response to v1/recording-attachments. It seems that the device field was dropped from the API (https://foxglove.dev/docs/api#tag/Recording-Attachments/paths/~1recording-attachments~1%7Bid%7D/get) but the client wasn't updated to match.

Description

Removes field that is no longer provided as part of the response. Adds a simple test for exercising the workflow.

@CLAassistant
Copy link

CLAassistant commented Aug 28, 2023

CLA assistant check
All committers have signed the CLA.

@jordanbangia
Copy link
Contributor Author

Seems like it was introduced as part of this PR #81

@jordanbangia jordanbangia marked this pull request as ready for review August 29, 2023 15:29
@wkalt wkalt self-requested a review August 29, 2023 16:10
Copy link
Contributor

@wkalt wkalt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this looks good to me. I'll merge after we sort out whatever this CI dependency problem is.

@wkalt wkalt merged commit 4e31bc3 into foxglove:main Aug 31, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants