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

[24.0] Fix datasets API custom keys encoding #17793

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
476f85c
Add partial models for HDA and HDCA responses
davelopez Mar 19, 2024
4acd7ba
Add workaround for pydantic error with UUIDs
davelopez Mar 19, 2024
3b12aa1
Remove allow extra model_config in HistoryItemCommon
davelopez Mar 19, 2024
6817655
Update client API schema
davelopez Mar 19, 2024
9b86214
Set response_model_exclude_unset for datasets API
davelopez Mar 19, 2024
25563b7
Reorder model union from less to more specific
davelopez Mar 20, 2024
68a030c
Add missing `hashes` field to HDADetailed
davelopez Mar 20, 2024
369ecb8
Add missing DRS ID field to HDADetailed schema
davelopez Mar 20, 2024
4e76fe2
Move genome_build field from HDADetailed to HDASummary
davelopez Mar 20, 2024
a2afe72
Add response_model_exclude_unset to API endpoints
davelopez Mar 21, 2024
27c7861
Relax URL validation for display apps as it can be relative
davelopez Mar 21, 2024
084754a
Add missing `sources` field to HDADetailed schema
davelopez Mar 21, 2024
ded9c99
Move visualizations field from HDADetailed to custom model
davelopez Mar 21, 2024
d1eb25f
Refactor custom model names and union ordering
davelopez Mar 21, 2024
e7fa65b
Remove explicit metadata_* fields from models
davelopez Mar 21, 2024
edeba35
Use extra="allow" for custom HDA model
davelopez Mar 21, 2024
f3cb44e
Update client API schema
davelopez Mar 21, 2024
100f7c0
Add API test for HDA serialization
davelopez Mar 21, 2024
cb67ff8
Remove duplicated key from view
davelopez Mar 21, 2024
90264d6
Make sure the ID is encoded in custom models
davelopez Mar 21, 2024
e67585f
Remove HDCACustom for now
davelopez Mar 21, 2024
a14fc3e
Add API tests for collection views
davelopez Mar 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading