Feature: Dynamic data masking - custom string - #140
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fredalai
force-pushed
the
feature/dynamic-data-masking-custom-string
branch
from
January 11, 2023 09:44
a171651 to
5df2d7f
Compare
fredalai
force-pushed
the
feature/dynamic-data-masking-custom-string
branch
from
January 11, 2023 09:47
5df2d7f to
26269c5
Compare
fredalai
force-pushed
the
feature/dynamic-data-masking-custom-string
branch
from
January 12, 2023 10:00
f66a898 to
6e6ae5b
Compare
fredalai
force-pushed
the
feature/dynamic-data-masking-custom-string
branch
from
January 13, 2023 01:43
6e6ae5b to
7742361
Compare
fredalai
force-pushed
the
feature/dynamic-data-masking-custom-string
branch
from
January 13, 2023 02:27
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. |
fredalai
marked this pull request as ready for review
January 13, 2023 04:21
fredalai
force-pushed
the
feature/dynamic-data-masking-custom-string
branch
from
January 13, 2023 05:46
3ca412a to
3655a16
Compare
oscar60310
reviewed
Jan 13, 2023
oscar60310
reviewed
Jan 13, 2023
oscar60310
reviewed
Jan 13, 2023
oscar60310
reviewed
Jan 13, 2023
fredalai
force-pushed
the
feature/dynamic-data-masking-custom-string
branch
from
January 16, 2023 07:51
3655a16 to
cb03807
Compare
fredalai
force-pushed
the
feature/dynamic-data-masking-custom-string
branch
from
January 16, 2023 07:55
cb03807 to
972705e
Compare
fredalai
force-pushed
the
feature/dynamic-data-masking-custom-string
branch
from
January 16, 2023 08:15
972705e to
195b320
Compare
fredalai
force-pushed
the
feature/dynamic-data-masking-custom-string
branch
from
January 16, 2023 08:49
195b320 to
a1e499c
Compare
fredalai
force-pushed
the
feature/dynamic-data-masking-custom-string
branch
from
January 16, 2023 09:16
a1e499c to
70bc3b4
Compare
fredalai
force-pushed
the
feature/dynamic-data-masking-custom-string
branch
from
January 16, 2023 09:23
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