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

Merging dev into master #5272

Merged
merged 116 commits into from
Sep 20, 2024
Merged

Merging dev into master #5272

merged 116 commits into from
Sep 20, 2024

Conversation

mmyoungman
Copy link
Collaborator

No description provided.

saicharan2789 and others added 30 commits September 12, 2024 16:51
EES-5506 fix data-catalogue footnotes rendering html as plain text
EES-5464 Download data-catalogue CSV with code UI
This addresses excessive generation of `anyOf` or `allOf`, which were
occurring due to various options we had enabled. We have now opted
for more explicit declarations using annotations to have better
control over the generated types.
This adds a new `SwaggerEnum` serializer option to insert enum schemas
as refs. This means that we don't have to serialize all enum values
alongside the schema property and can simply reference the enum schema
itself.
…ion`

This was caused by the `MicroElements.Swashbuckle` package not detecting
properties correctly for `DataSetQueryLocation` subtypes due to
Swashbuckle generating the inheritance model with `allOf`.

We've fixed this by converting `DataSetQueryLocation` to an interface.
This is more repetitive but also works a bit nicer when parsing the
schema in the public API docs site.
In the public API, we now alias:

- `GeographicLevel` as `GeographicLevelCode`
- `TimeIdentifier` as `TimeIdentifierCode`

This naming aligns better with the public API, where both of these enums
are only used in their code forms (and are referenced as such in the
documentation).
This is primarily to make it easier for users to write data set queries
by allowing them to comment their various criteria, which are typically
hard to understand due to the use of public IDs.
EES-5494 Update Swagger documentation to work with public API docs site
…tions' by resolving it & Finalization of API datasets
duncan-at-hiveit and others added 27 commits September 20, 2024 11:24
…rs-policy

EES-5512 - correcting Container App CORS policy to include public site URL rather than Public API url!
EES-5493 Clean up UI test data to fix Public API error occurring when creating Public API data set
EES-5485 Added UI test to validate mapping statuses of 'Map locations…
EES 5512 - Verify and update 'Changelog guidance notes' and 'Version History' of an API dataset
EES-5464 replace CSV download rewrite with middleware redirect
This updates the sort field format to `filter|{id}` (for filters) and
`indicator|{id}` (for indicators). We need to change the format as
filter and indicator public IDs can potentially collide using sqids so
we need to remove any ambiguity by specifying the type.
EES-5518 Add server URL to OpenAPI docs
@mmyoungman mmyoungman merged commit f13a4ba into master Sep 20, 2024
8 checks passed
@mmyoungman mmyoungman deleted the dev-into-master branch September 20, 2024 14:54
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.

9 participants