-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISOM-824 feat: don't fetch redundant author info from db (#1255)
* feat: don't fetch redundant author info from db * refactor: restore the old mapping assignment to show consistency * chore: log optimization results * chore: add test to validate there is no duplicate db queries * chore: improve test for computeShaMappings() * fest: optimize number of user queries for computeCommentData() * feat: track runtime metrics for review requests * fix: remove unecessary promise wrapper * fix: fix incorrect tests 😱
- Loading branch information
Showing
3 changed files
with
165 additions
and
53 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
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