aboutsummaryrefslogtreecommitdiffstats
path: root/obfuscator/obfuscate.py
Commit message (Collapse)AuthorAgeFilesLines
* rename folder from obfuscator to gdpr-obfuscatorAlex Schofield2025-02-201-26/+0
|
* if no PII fields provided, return original data unchangedAlex Schofield2025-02-191-2/+2
|
* update log messages for invalid data to reflect new behaviourAlex Schofield2025-02-191-2/+4
|
* return empty list instead of raising exceptionsAlex Schofield2025-02-191-2/+2
|
* fix some tests (some are still broken)Alex Schofield2025-02-191-2/+2
|
* improve error handling in obfuscate()Alex Schofield2025-02-191-1/+4
|
* modify logger messages to be more clearAlex Schofield2025-02-191-1/+1
|
* remove annoying comments for better readability of codeAlex Schofield2025-02-191-5/+0
|
* update logger namesAlex Schofield2025-02-191-1/+1
|
* style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-171-0/+1
| | | | | | This commit fixes the style issues introduced in 00917b8 according to the output from Autopep8, Black and Ruff Formatter. Details: None
* add comments to obfuscate.py to explain codeAlex Schofield2025-02-171-1/+9
|
* style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-171-3/+5
| | | | | | This commit fixes the style issues introduced in 74843c4 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/gdpr-obfuscator/pull/2
* use list/dictionary comprehension to obfuscate pii dataAlex Schofield2025-02-171-1/+9
|
* create initial function for obfuscationAlex Schofield2025-02-171-0/+7
git.ajschof.me — hosted by ajschofield — powered by cgit