| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update cli.py to transform cli parameters into a json string | Alex Schofield | 2025-02-26 | 1 | -2/+10 |
| | | |||||
| * | Merge remote-tracking branch 'refs/remotes/origin/main' | Alex Schofield | 2025-02-21 | 1 | -1/+0 |
| |\ | |||||
| | * | Merge pull request #9 from ajschofield/deepsource-transform-431747cf | Alex | 2025-02-21 | 1 | -1/+0 |
| | |\ | | | | | | | style: format code with Autopep8, Black and Ruff Formatter | ||||
| | | * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2025-02-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in ce19989 according to the output from Autopep8, Black and Ruff Formatter. Details: None | ||||
| * | | | add untested disclaimer for cli.py | Alex Schofield | 2025-02-21 | 1 | -0/+3 |
| |/ / | |||||
| * / | fix cli.py by updating imports and with new logic | Alex Schofield | 2025-02-21 | 1 | -7/+4 |
| |/ | |||||
| * | remove all logging temporarily as it's being a pain | Alex Schofield | 2025-02-21 | 1 | -10/+2 |
| | | |||||
| * | backup commit - 21st @ 00:00 | Alex Schofield | 2025-02-21 | 1 | -6/+6 |
| | | |||||
| * | update pyproject.toml & references with new src folder name | Alex Schofield | 2025-02-20 | 1 | -4/+4 |
| | | |||||
| * | wrap write functions in class and update references | Alex Schofield | 2025-02-19 | 1 | -2/+4 |
| | | |||||
| * | rename CSVReader to DataReader & update references | Alex Schofield | 2025-02-19 | 1 | -2/+2 |
| | | |||||
| * | remove unused json import from cli.py | Alex Schofield | 2025-02-19 | 1 | -1/+0 |
| | | |||||
| * | modify logger messages to be more clear | Alex Schofield | 2025-02-19 | 1 | -7/+3 |
| | | |||||
| * | remove annoying comments for better readability of code | Alex Schofield | 2025-02-19 | 1 | -16/+0 |
| | | |||||
| * | workaround/fix annoying logging issues | Alex Schofield | 2025-02-19 | 1 | -6/+6 |
| | | |||||
| * | invoke debug logging using CLI argument | Alex Schofield | 2025-02-19 | 1 | -0/+4 |
| | | |||||
| * | change help message for CLI --s3/--local choice | Alex Schofield | 2025-02-19 | 1 | -4/+2 |
| | | |||||
| * | add help information to CLI arguments | Alex Schofield | 2025-02-19 | 1 | -3/+16 |
| | | |||||
| * | add shorthand options for choices in CLI | Alex Schofield | 2025-02-19 | 1 | -3/+3 |
| | | |||||
| * | update CLI parser description & prog | Alex Schofield | 2025-02-19 | 1 | -1/+4 |
| | | |||||
| * | update cli.py to use create_byte_stream | Alex Schofield | 2025-02-18 | 1 | -0/+2 |
| | | |||||
| * | make debug log messages clearer in output | Alex Schofield | 2025-02-18 | 1 | -3/+3 |
| | | |||||
| * | read data from S3 object path and debug log contents | Alex Schofield | 2025-02-18 | 1 | -0/+2 |
| | | |||||
| * | create CSVReader object outside of args if statement | Alex Schofield | 2025-02-18 | 1 | -2/+3 |
| | | |||||
| * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2025-02-17 | 1 | -0/+2 |
| | | | | | | | This commit fixes the style issues introduced in 00917b8 according to the output from Autopep8, Black and Ruff Formatter. Details: None | ||||
| * | add comments to cli.py to explain code | Alex Schofield | 2025-02-17 | 1 | -2/+14 |
| | | |||||
| * | obfuscate the data in cli.py and debug log as json | Alex Schofield | 2025-02-17 | 1 | -0/+4 |
| | | |||||
| * | debug log csv data instead of printing | Alex Schofield | 2025-02-17 | 1 | -2/+2 |
| | | |||||
| * | add cli argument for pii fields to obfuscate | Alex Schofield | 2025-02-17 | 1 | -0/+4 |
| | | |||||
| * | Merge remote-tracking branch 'refs/remotes/origin/feat/csv-reader' into ↵ | Alex Schofield | 2025-02-14 | 1 | -0/+2 |
| |\ | | | | | | | feat/csv-reader | ||||
| | * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2025-02-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | This commit fixes the style issues introduced in 6182930 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/gdpr-obfuscator/pull/1 | ||||
| * | | process path in CSVReader methods & fix import paths | Alex Schofield | 2025-02-14 | 1 | -2/+2 |
| |/ | |||||
| * | add universal logging for debugging | Alex Schofield | 2025-02-14 | 1 | -1/+5 |
| | | |||||
| * | update cli.py to properly read from local csv files | Alex Schofield | 2025-02-14 | 1 | -2/+4 |
| | | |||||
| * | add separate functions for reading locally and from s3 bucket | Alex Schofield | 2025-02-14 | 1 | -1/+1 |
| | | |||||
| * | require only --local or --s3 to be chosen by user in cli.py | Alex Schofield | 2025-02-14 | 1 | -2/+9 |
| | | |||||
| * | rename main csv reader function in cli.py & csv_reader.py | Alex Schofield | 2025-02-14 | 1 | -1/+1 |
| | | |||||
| * | add initial cli script for obfuscator | Alex Schofield | 2025-02-12 | 1 | -0/+11 |
