-
Notifications
You must be signed in to change notification settings - Fork 1
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
Removes out-of-scope fields from Connect API request #206
Conversation
@mmarchetti - is this what you were thinking? |
I don't think our |
Makes sense. I just wanted to validate that this is the correct approach for the issue. |
There are some go proposals to handle this (e.g. golang/go#52803, golang/go#50480). So far they haven't gone anywhere. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we adjust the ConnectContent
type in the frontend along with this to keep all of our type parity?
I'd be happy to help with any of the TypeScript.
@dotNomad - done |
Sorry for the delay here. I tried to deploy to the dogfood server with this build and hit the following error.
Command: version=f2b70b5 |
@kgartland-rstudio - should be resolved now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified fix. Tested on Connect 2022.04.0 (oldest supported version) and Dogfood, both deployed successfully.
Intent
The removed fields are out-of-scope of the current implementation.
Closes #192
Type of Change
Approach
Automated Tests
Directions for Reviewers
Checklist