-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Greenmask Release v0.1.5 #14
Merged
Merged
Conversation
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
CI/CD Change. Pack binaries, Licence and summaries into one archive file
* Introduced temporal solution for Column container. Greenmask has a few transformers with parameters that are lists of objects that point out on the columns of the table. For correct `list-transformers` and `show-transformer` command print the IsColumnContainer property is introduced. This later will rise the case for "Container" parameters introspection. * Reduced output in list-transformers command. Now it prints only the transformer name, description, and column parameters * Added `show-transformer` command that prints details about transformer found by name provided * Fixed list-dump, list-transformers, and restore commands exit code on error
* New `Hash` transformer uses `sha1` hash by default. * Added parameter `function` that can provide a choice of possible hash algorithms `md5, sha1, sha256, sha512`. * Added `max_length` parameter allowing to truncate hash tail higher than provided length. The default value is `0` - meaning "do not truncate" * Fixed metadata enrichment for validation warnings caused by `RawValueValidator` Additional changes: * Added Error severity for Cmd parameter validator Closes #8
* Fixed playground environment variables and `cleanup` command. * Removed `start_period` not required property from `playground-storage`.
Playground fixes
New Hash transformer implementation and validation warning fixes
Command interface improvements
Fixed credit_card parameter value for type parameter in Masking transformer
Docs refactoring v0.1.5
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.
Greenmask 0.1.5
This release introduces a new Greenmask command, improvements, bug fixes, and numerous documentation updates.
New features
Added a new Greenmask CLI command —
show-transformer
that shows detailed information about a specified transformer.Improvements
Hash
transformer has been completely remastered and now has thefunction
parameter to choose from several hash algorithm options and themax_length
parameter to truncate the hash tail.list-transformers
and newshow-transformer
CLI commands, which allows for more comprehensible and useful outputs for both commandsCmd
parameter validatorFixes
RawValueValidator
credit_card
value for thetype
parameter of theMasking
transformercleanup
commandlist-dump
,list-transformers
, andrestore
commands exit code on errorContributors
@tarbaev-vl
@gracingpro
@ginstagram
@wwoytenko