-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.6.29 - Grandparent rollup full recalc bugfixes (#601)
* Fixes an issue with retrieving all parents in one go for full recalc grandparent rollups when polymorphic fields are in play * Fixes another issue found while investigating grandparent full recalcs, where recalcs started through the full recalc app would sometimes use only a cached subset of the children in each queueable/batch chunk
- Loading branch information
1 parent
a2770f3
commit 274d640
Showing
14 changed files
with
133 additions
and
50 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,5 @@ sfge-*.log.gz | |
.pmdCache | ||
#OSX | ||
.DS_Store | ||
.config | ||
.config | ||
.vscode |
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
"default": true, | ||
"package": "apex-rollup-namespaced", | ||
"path": "rollup-namespaced/source/rollup", | ||
"versionName": "Summer 24 release", | ||
"versionNumber": "1.1.22.0", | ||
"versionName": "Grandparent full recalc bugfixes", | ||
"versionNumber": "1.1.23.0", | ||
"versionDescription": "Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.", | ||
"releaseNotesUrl": "https://github.com/jamessimone/apex-rollup/releases/latest", | ||
"unpackagedMetadata": { | ||
|
@@ -25,6 +25,7 @@ | |
"[email protected]": "04t6g000008ObCsAAK", | ||
"[email protected]": "04t6g000008ObCxAAK", | ||
"[email protected]": "04t6g000008ObLCAA0", | ||
"[email protected]": "04t6g000008ObNDAA0" | ||
"[email protected]": "04t6g000008ObNDAA0", | ||
"[email protected]": "04t6g000008ObNSAA0" | ||
} | ||
} |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
"package": "apex-rollup", | ||
"path": "rollup", | ||
"scopeProfiles": true, | ||
"versionName": "Summer 24 release", | ||
"versionNumber": "1.6.28.0", | ||
"versionName": "Grandparent full recalc bugfixes", | ||
"versionNumber": "1.6.29.0", | ||
"versionDescription": "Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.", | ||
"releaseNotesUrl": "https://github.com/jamessimone/apex-rollup/releases/latest", | ||
"unpackagedMetadata": { | ||
|
@@ -106,6 +106,7 @@ | |
"[email protected]": "04t6g000008Ob22AAC", | ||
"[email protected]": "04t6g000008ObCnAAK", | ||
"[email protected]": "04t6g000008ObL7AAK", | ||
"[email protected]": "04t6g000008ObN8AAK" | ||
"[email protected]": "04t6g000008ObN8AAK", | ||
"[email protected]": "04t6g000008ObNNAA0" | ||
} | ||
} |