Feature: Dynamic data masking - custom string#140
Merged
oscar60310 merged 3 commits intodevelopfrom Jan 17, 2023
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
a171651 to
5df2d7f
Compare
5df2d7f to
26269c5
Compare
f66a898 to
6e6ae5b
Compare
6e6ae5b to
7742361
Compare
7742361 to
c068897
Compare
Codecov ReportBase: 92.89% // Head: 93.00% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #140 +/- ##
===========================================
+ Coverage 92.89% 93.00% +0.10%
===========================================
Files 286 289 +3
Lines 4321 4373 +52
Branches 571 580 +9
===========================================
+ Hits 4014 4067 +53
+ Misses 200 199 -1
Partials 107 107
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
3ca412a to
3655a16
Compare
oscar60310
reviewed
Jan 13, 2023
packages/core/src/lib/template-engine/built-in-extensions/masking/maskingTagBuilder.ts
Outdated
Show resolved
Hide resolved
packages/core/src/lib/template-engine/built-in-extensions/masking/maskingTagBuilder.ts
Outdated
Show resolved
Hide resolved
packages/core/src/lib/template-engine/built-in-extensions/masking/maskingTagRunner.ts
Show resolved
Hide resolved
packages/core/test/template-engine/built-in-extensions/masking/masking.spec.ts
Show resolved
Hide resolved
oscar60310
reviewed
Jan 13, 2023
packages/core/src/lib/template-engine/built-in-extensions/masking/maskingTagBuilder.ts
Outdated
Show resolved
Hide resolved
oscar60310
reviewed
Jan 13, 2023
packages/core/src/lib/template-engine/built-in-extensions/masking/maskingTagBuilder.ts
Outdated
Show resolved
Hide resolved
oscar60310
reviewed
Jan 13, 2023
packages/core/src/lib/template-engine/built-in-extensions/masking/maskingTagBuilder.ts
Outdated
Show resolved
Hide resolved
3655a16 to
cb03807
Compare
cb03807 to
972705e
Compare
972705e to
195b320
Compare
195b320 to
a1e499c
Compare
a1e499c to
70bc3b4
Compare
70bc3b4 to
42ebb1b
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
I made the masking tag, and support the partial masking function.
The built-in tag
maskingis added using the following syntax:For an example of SQL
Issue ticket number
closes #139
test (yarn run jest masking)
Additional Context