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

Merge dev into master #5105

Merged
merged 151 commits into from
Jul 29, 2024
Merged

Merge dev into master #5105

merged 151 commits into from
Jul 29, 2024

Conversation

mmyoungman
Copy link
Collaborator

No description provided.

amyb-hiveit and others added 30 commits July 16, 2024 12:55
…ct-release-approval-while-mapping-in-progress

EES-4956 - amending wording of release checklist errors and only show…
EES-5324 api data set locations mapping page
…t clearer

This now more closely resembles the new pattern I'll be introducing for the API subscriptions. Trying to keep these as consistent as possible without a large refactor of the current stuff
The `INotificationClientProvider` was somewhat unnecessary, and caused the need for unnecessary setup in both the business logic and tests. We have simplified this by removing this class and injecting the `INotificiationClient` at startup. Only the `EmailClient` needs access to this - so now we only need to mock the `IEmailService` in our integration tests (because we don't want to run our tests against the real Notify project, which is a third-party dependency).
benoutram and others added 28 commits July 22, 2024 16:31
EES-4929 Adding endpoint to unsubscribe users from API data sets
🐛 EES-5329 Ensure `app_public_data_api` has `USAGE` privilege on public schema
…ssing-vnet

EES-4928 - adding missing vnet to main ARM template
EES-5364 remove notification banner on data catalogue
This re-models the changelog data models by:

- Removing `ChangeSets`
- Removing JSONB columns in favour of a standard relational model using
  foreign keys (i.e. previous / current states).

We've moved towards this approach as it allows us to avoid duplicating
the entire meta domain in JSONB columns (and respective models).
Using normal foreign key references means we can keep things relatively
simple.

The only issue is that we don't know if this approach will perform well
at scale, but we believe it'd be possibel to remedy this with blob
caching (or similar).

EES-4921 Test filter / location option changes using owned entities
EES-4950 Re-model data set version change sets
…porting of Location metadata, and added appropriate tests to ensure that PublicIds are carried over into the new LocationOptionMetaLinks where mappings have been established.
…porting of Filter Option metadata, and added appropriate tests to ensure that PublicIds are carried over into the new FilterOptionMetaLinks where mappings have been established.
…g to alternate mappings between AutoNone and ManualNone in tests.
…d some quick improvements to Locations test code.
…st-data-generators

EES-4954 - add test data generators
…ue-import-with-mappings

EES-4954 - continue import of next data set version, using the mappings
…st-snapshots

chore(tests): Update test snapshots 26-07-2024
@mmyoungman mmyoungman merged commit b1aa0f2 into master Jul 29, 2024
19 of 21 checks passed
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