Skip to content

Commit

Permalink
Calculated fields (boostercloud#1539)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
MarcAstr0 and Castro, Mario authored Jul 19, 2024
1 parent 9cdb56f commit 177b038
Show file tree
Hide file tree
Showing 17 changed files with 1,383 additions and 938 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@boostercloud/framework-core",
"comment": "Improve support for calculated fields and their dependencies on read models",
"type": "minor"
}
],
"packageName": "@boostercloud/framework-core"
}
Loading

0 comments on commit 177b038

Please sign in to comment.