Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
8f6d5ef
Update wf_test-integration.yml (#1540)
MarcAstr0 Jul 5, 2024
9cdb56f
Update re_test-integration-azure.yml (#1541)
MarcAstr0 Jul 8, 2024
177b038
Calculated fields (#1539)
MarcAstr0 Jul 19, 2024
641ed08
Bump versions [skip ci]
actions-user Jul 19, 2024
229be3f
fix: ws dependency vulnerability (#1543)
MarcAstr0 Jul 26, 2024
37345cb
Bump versions [skip ci]
actions-user Jul 26, 2024
2abba63
Read Models projections by ReadModel query (#1469)
gonzalojaubert Jul 30, 2024
9199bbb
Bump versions [skip ci]
actions-user Jul 30, 2024
c474f64
Handle Unhandled events with global errors (#1488)
gonzalojaubert Jul 31, 2024
8825c84
Bump versions [skip ci]
actions-user Jul 31, 2024
84b93bc
Improve global error handler (#1394)
gonzalojaubert Aug 6, 2024
8adf2ee
Bump versions [skip ci]
actions-user Aug 6, 2024
cb500c9
Rocket health sensors (#1546)
MarcAstr0 Aug 20, 2024
459325b
Bump versions [skip ci]
actions-user Aug 21, 2024
b791d83
Remove events (#1416)
gonzalojaubert Aug 29, 2024
cf1bb20
Bump versions [skip ci]
actions-user Aug 29, 2024
d88ea84
Update re_test-integration-prepare.yml (#1548)
MarcAstr0 Sep 4, 2024
adf2902
Fix projects decorator (#1547)
MarcAstr0 Sep 4, 2024
994ac46
Bump versions [skip ci]
actions-user Sep 4, 2024
c495c91
Documentation improvements (#1549)
MarcAstr0 Sep 10, 2024
7e0efb2
feat(docs): update twitter account username (#1551)
shakaran Sep 15, 2024
d5ed537
Fix read model queries when selecting deeply-nested arrays (#1552)
MarcAstr0 Sep 25, 2024
1c60375
Bump versions [skip ci]
actions-user Sep 25, 2024
9852720
Fix read model queries when selecting deeply-nested arrays (local pro…
MarcAstr0 Sep 30, 2024
cd600de
Bump versions [skip ci]
actions-user Sep 30, 2024
1c97d6d
Remove unnecessary @cdktf/provider-azurerm dependency from Azure prov…
MarcAstr0 Oct 8, 2024
98b5b72
Bump versions [skip ci]
actions-user Oct 8, 2024
b61ba73
feat: test for union types
nicolas-scheers-lemon Oct 9, 2024
e3830e5
fix: tests bookid naming
nicolas-scheers-lemon Oct 17, 2024
2fb4c51
feat: todo union type
nicolas-scheers-lemon Oct 18, 2024
2110975
feat: seacrh media type
nicolas-scheers-lemon Oct 18, 2024
8229b84
fix: union types
nicolas-scheers-lemon Oct 21, 2024
e3eadd3
fix: search media test
nicolas-scheers-lemon Oct 22, 2024
a76305e
fix: type check
nicolas-scheers-lemon Oct 22, 2024
4deb437
fix: simplify query
nicolas-scheers-lemon Oct 24, 2024
ee357de
feat: docs
nicolas-scheers-lemon Oct 24, 2024
bb5c589
fix: generating union types for existing classes
nicolas-scheers-lemon Oct 24, 2024
a4a96d1
Merge branch 'main' into graphql_union_types_for_queries
nicolas-scheers-lemon Oct 24, 2024
93a8b22
fix: readmodels as union types
nicolas-scheers-lemon Oct 24, 2024
ab07fed
fix: docs
nicolas-scheers-lemon Oct 24, 2024
cedee76
Pass Azure subscription ID when instancing AzurermProvider object (#1…
MarcAstr0 Oct 29, 2024
184c5c2
Bump versions [skip ci]
actions-user Oct 29, 2024
07614fc
Merge branch 'main' into graphql_union_types_for_queries
nicolas-scheers-lemon Nov 21, 2024
55cc944
Fix optimistic concurrency issue with read model projections (#1558)
MarcAstr0 Nov 25, 2024
da469ae
Bump versions [skip ci]
actions-user Nov 25, 2024
182bd62
commit: remove unnecessary getId calls
nicolas-scheers-lemon Dec 8, 2024
bda976f
Merge branch 'main' into graphql_union_types_for_queries
nicolas-scheers-lemon Dec 8, 2024
13d9c47
feat: added change file
nicolas-scheers-lemon Dec 8, 2024
ab31b49
Remove child-process-promise from dependencies (#1559)
MarcAstr0 Dec 9, 2024
fc841db
Bump versions [skip ci]
actions-user Dec 9, 2024
cca4d47
Merge branch 'main' into graphql_union_types_for_queries
nicolas-scheers-lemon Dec 13, 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
2 changes: 1 addition & 1 deletion .github/workflows/re_test-integration-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_call:
inputs:
azure-region:
default: 'East US'
default: 'East US 2'
required: false
type: string
azure-publisher-email:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/re_test-integration-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
name: integration-test-dependencies-${{ inputs.command_sha }}
path: packages/framework-integration-tests/.booster
retention-days: 1
include-hidden-files: true

- name: Upload integration test dependencies
uses: actions/upload-artifact@v4
Expand All @@ -67,3 +68,4 @@ jobs:
name: integration-test-dependencies-${{ github.sha }}
path: packages/framework-integration-tests/.booster
retention-days: 1
include-hidden-files: true
2 changes: 1 addition & 1 deletion .github/workflows/wf_test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: false
type: string
azure-region:
default: 'East US'
default: 'East US 2'
required: false
type: string
azure-publisher-email:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@boostercloud/framework-core",
"comment": "Added graphql union types to query return type generation",
"type": "patch"
}
],
"packageName": "@boostercloud/framework-core"
}
Loading