-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Add import and export of anonymised data tables (#6)
- [Feature] Add import and export of anonymised data tables - [Feature] Add ExportCommand to support the generation of the sensitive data - [Feature] Add ImportCommand to support the import of the sensitive data - [Feature] Add Formatter implementations to perform specific operations on certain row values - [Feature] Add anonymizer/tables section to configuration where formatter rules are defined - [Enhancement] Add a DI container (php-di) - [Enhancement] Refactored configuration to support merging and multiple sources (multiple files and the Symfony\Console InputInterface) - [Enhancement] Centralised constants for global configuration options - [Enhancement] Improved ConfigureCommand to output the contents of your configuration file before asking you for new values - [Enhancement] Use a file size unit (b, kb, mb, gb) that's applicable to the size of the file when using the LsCommand - [Enhancement] Add Shell\* wrappers for shell commands to avoid direct execs and process management in *Command classes
- Loading branch information
Showing
79 changed files
with
22,081 additions
and
1,041 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
Oops, something went wrong.