-
Notifications
You must be signed in to change notification settings - Fork 5
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 #4919
Merged
Merge Dev into Master #4919
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…Processor Function App and API Container App.
…downtime durable function execution when using swap slots
…re within (figuring that the Core Storage account has compatibility issues being old now)
…tion App, through siteConfig
…d managed identity
…d managed identity
…d managed identity
…d storage account
…ploys sharing the same deployment names when storing secrets
…erging back to Dev.
…Parquet filepath in health check function. Renaming variables.
…utton EES-4974 fix going back to data set page from table tool
…st-snapshots chore(tests): Update test snapshots 30-05-2024
Signed-off-by: Nicholas Tsim <nicholastsim@gmail.com> EES-4366 Add missing cancellation token to `DataSetCandidateService.ListCandidates`
Signed-off-by: Nicholas Tsim <nicholastsim@gmail.com>
This change adjusts the `disabled` / `aria-disabled` behaviour to make it more intuitive. We now avoid applying `disabled` unless the consuming component explicitly declares it. Instead, we opt to default to using `aria-disabled` with a prevented click.
This updates `ReleasePublishingStatus` so that it can trigger a refetch of the release in the surrounding `ReleaseContext`.
EES-4366, EES-4994 Add initial API data set admin pages
…ilter EES-4995 only show type filter if there are api data sets
EES-5183 Use UTC for ReleaseFiles.Published
…uckDb and export to Parquet data files (#4880) * EES-5097 Rename ParquetFilesOptions to DataFilesOptions to reflect that the files directory holds more than just parquet files. Change base path from data/public-api-parquet to data/public-api-data * EES-4948 Convert backslash in absolute version directory path in Windows before replacing lines in load.sql * EES-5097 Add DuckDbConnection extension method to allow creating an SqlBuilder with a (non-interpolated) string command * EES-5097 Convert DuckDb queries in SeedDataCommand.Seeder to use SqlBuilder API * EES-5097 Replace default data source string with DuckDBConnectionStringBuilder.InMemoryConnectionString constant * EES-5097 Create data set version metadata, import metadata and data to DuckDb and export parquet data files * EES-5097 Convert DuckDb queries to use SqlBuilder API * EES-5097 Separate out DuckDb repository classes * EES-5097 Change methods to use Guid dataSetVersionId parameters * EES-5162 Enable prepared transactions in PostgreSQL container
EES-5174 fix data catalogue download all button
mmyoungman
approved these changes
Jun 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR merges Dev branch into Master for upcoming deploys to Production and Pre-Production environments.