-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save all datawallet modification payloads of a push in a single blob (#…
…315) * feat: add property to DatawalletModification * feat: add migration * chore: code cleanup * chore: add words to dictionary * feat: update FinalizeSyncRun handler * feat: update PushDatawalletModifications handler * feat: update GetModifications handler * refactor: no hyphens in guids * test: fix compiler error * fix: make new column fix length and unicode * chore: formatting of migration * test: fix compiler error * ci: ignore audit issue * test: fix tests * chore: remove log message * chore: fix PR comments * test: remove logger parameter from tests * chore: formatting
- Loading branch information
Showing
20 changed files
with
1,442 additions
and
761 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 |
---|---|---|
|
@@ -7,5 +7,5 @@ npm ci | |
npx eslint --ext ts ./src | ||
npx prettier --check . | ||
npx license-check --ignorePackages [email protected] | ||
npx better-npm-audit audit | ||
npx better-npm-audit audit --exclude 1094239 | ||
cd $INITIAL_DIR |
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
Oops, something went wrong.