Graphql union types for queries#2
Open
nicolas-scheers-lemon wants to merge 51 commits intomsnm:graphql_union_types_for_queriesfrom
Open
Graphql union types for queries#2nicolas-scheers-lemon wants to merge 51 commits intomsnm:graphql_union_types_for_queriesfrom
nicolas-scheers-lemon wants to merge 51 commits intomsnm:graphql_union_types_for_queriesfrom
Conversation
Changes Azure region from East US to East US 2 in the integration testing workflow since Cosmos DB creation has been failing in East US since July 3.
Related to boostercloud#1540, change the Azure region from East US to East US 2.
* Add CalculatedField decorator * Add dependencies to select * Refactor instance creation methods * Temporarily change Azure region for integration tests * Revert "Temporarily change Azure region for integration tests" * Temporarily change Azure region for integration tests * Refactor types for instances creation * Add unit tests for instances helper * Fix broken CLI unit tests due to Node types upgrade * Update documentation * Add rush change file * Fix CodeQL scan warning * Refactor processProperties method to properly support undefined values * Refactor CalculatedField decorator options --------- Co-authored-by: Castro, Mario <mariocs@optum.com>
* Bump ws version (fixes CVE-2024-37890) * Add rush change file --------- Co-authored-by: Castro, Mario <mariocs@optum.com>
* WIP - Read Models projections by ReadModel query * refactor * fix retries * fix tests * update documentation. minor refactor * Update pnpm-lock.yaml after merge * Add rush change file * Update pnpm-lock after merge * Post-merge updates * Update pnpm-lock after merge * Update pnpm-lock.yaml after merge * Refactor method names in integration test code and docs * Change access modifiers to methods in ReadModelStore and add some comments * Fix prettier formatting --------- Co-authored-by: Castro, Mario <mariocs@optum.com>
* Handle Unhandled events with global errors * rush change * fix integration test * fix event store reduce super kind * Update pnpm-lock.yaml after merge --------- Co-authored-by: Castro, Mario <mariocs@optum.com>
* improve GlobalErrorHandler * Add rush change file * Post-merge fixes * Update pnpm-lock.yaml --------- Co-authored-by: Castro <mcastr45@LAMU02F836KMD6R.uhc.com> Co-authored-by: Castro, Mario <mariocs@optum.com>
* Add rocket function app names to main function env vars * Add sensors for rockets * Correct app settings for event hub function app * Add rush change file * Update pnpm-lock.yaml * Update pnpm-lock.yaml * Update docs and English grammar corrections * Handle case for app that doesn't have any rockets --------- Co-authored-by: Castro, Mario <mariocs@optum.com>
* Remove events * fix doc * rush change * linter fix * fix rebase * fix rebase * Post-merge fixes * pnpm-lock.yaml update * Refactor configuration method in Projects decorator * Revert "Refactor configuration method in Projects decorator" This reverts commit 7b4b1e4. * Refactor configuration method in Projects decorator * Refactor getProjections method in read-model-store.ts --------- Co-authored-by: Castro, Mario <mariocs@optum.com>
* Style improvements to docs * Edit section on read model query join keys * More edits to section on read model query join keys * More edits to section on read model query join keys --------- Co-authored-by: Castro, Mario <mariocs@optum.com>
…oud#1552) * Fix handling of deeply-nested arrays of objects in read model queries * Handle case of top-level array property followed by sub array prop. * Add rush change file * Update docs * Refactor preprocessProjections * Update @cdktf/provider-azurerm version * Refactor some code due to changes in azurerm --------- Co-authored-by: Castro, Mario <mariocs@optum.com>
…ider package (boostercloud#1554) * Remove unnecessary @cdktf/provider-azurerm dependency from Azure provider package * Add rush change file --------- Co-authored-by: Castro, Mario <mariocs@optum.com>
…ostercloud#1556) * Add mandatory subscriptionId property * Add rush change file --------- Co-authored-by: Castro, Mario <mariocs@optum.com>
…cloud#1558) * Add optimisticConcurrencyValue to boosterMetadata in search method * Add rush change file --------- Co-authored-by: Castro, Mario <mariocs@optum.com>
* Replace child-process-promise with execa * Add rush change file * Fix broken CLI tests * Fix broken project CLI tests --------- Co-authored-by: Castro, Mario <mariocs@optum.com>
This file contains hidden or 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
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.
Description
Changes
Checks