index
:
gdpr-obfuscator
main
Detect and remove PII from CSV files stored in an AWS S3 bucket
Alex Schofield
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
add subheading comments for test sections in test_csv_reader.py
Alex Schofield
2025-02-18
1
-0
/
+4
*
rename additional features to to-do & add more tasks
Alex Schofield
2025-02-17
1
-2
/
+5
*
Merge pull request #5 from ajschofield/upload-coverage
Alex
2025-02-17
2
-9
/
+41
|
\
|
*
temporarily disable package-mode in pyproject.toml
Alex Schofield
2025-02-17
1
-9
/
+3
|
*
Update main.yml
Alex
2025-02-17
1
-2
/
+0
|
*
Update main.yml
Alex
2025-02-17
1
-1
/
+1
|
*
Create main.yml
Alex
2025-02-17
1
-0
/
+40
|
/
*
Merge pull request #4 from ajschofield/deepsource-transform-af52e817
Alex
2025-02-17
5
-4
/
+32
|
\
|
*
style: format code with Autopep8, Black and Ruff Formatter
deepsource-autofix[bot]
2025-02-17
5
-4
/
+32
|
/
*
Merge pull request #3 from ajschofield/add-docs
Alex
2025-02-17
6
-26
/
+119
|
\
|
*
remove repeated test in test_csv_reader.py
Alex Schofield
2025-02-17
1
-7
/
+0
|
*
add comments for description of csv_reader.py tests
Alex Schofield
2025-02-17
1
-4
/
+8
|
*
add expected outputs and more detail to test descriptions in test_obfuscator
Alex Schofield
2025-02-17
1
-5
/
+7
|
*
remove unused import in test_csv_reader.py
Alex Schofield
2025-02-17
1
-1
/
+0
|
*
add comments for description of obfuscator.py tests
Alex Schofield
2025-02-17
1
-4
/
+6
|
*
add comments to obfuscate.py to explain code
Alex Schofield
2025-02-17
1
-1
/
+9
|
*
add comments to csv_reader.py to explain code
Alex Schofield
2025-02-17
1
-2
/
+31
|
*
add comments to cli.py to explain code
Alex Schofield
2025-02-17
1
-2
/
+14
|
*
update code block formatting in README.md
Alex Schofield
2025-02-17
1
-2
/
+2
|
*
move additional features to subsection under MVP in README.md
Alex Schofield
2025-02-17
1
-1
/
+1
|
*
update table of contents in README.md
Alex Schofield
2025-02-17
1
-0
/
+2
|
*
add setup/installation section
Alex Schofield
2025-02-17
1
-0
/
+18
|
*
add setup/prerequisites section
Alex Schofield
2025-02-17
1
-0
/
+5
|
*
add additional features section to README.md
Alex Schofield
2025-02-17
1
-2
/
+11
|
*
update MVP section to include the minimum requirements of the project
Alex Schofield
2025-02-17
1
-0
/
+6
|
*
update overview section to include JSON and parquet compatibility
Alex Schofield
2025-02-17
1
-1
/
+3
|
*
update table of contents in README.md
Alex Schofield
2025-02-17
1
-4
/
+6
|
/
*
Merge pull request #2 from ajschofield/feat/obfuscator
Alex
2025-02-17
3
-1
/
+112
|
\
|
*
style: format code with Autopep8, Black and Ruff Formatter
deepsource-autofix[bot]
2025-02-17
2
-15
/
+56
|
*
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
|
*
use list/dictionary comprehension to obfuscate pii data
Alex Schofield
2025-02-17
1
-1
/
+9
|
*
add tests for obfuscate() using mock data
Alex Schofield
2025-02-17
1
-0
/
+47
|
*
create initial function for obfuscation
Alex Schofield
2025-02-17
1
-0
/
+7
|
/
*
Merge pull request #1 from ajschofield/feat/csv-reader
Alex
2025-02-17
8
-1
/
+171
|
\
|
*
style: format code with Autopep8, Black and Ruff Formatter
deepsource-autofix[bot]
2025-02-17
2
-2
/
+4
|
*
use list comprehension when returning output from read_local
Alex Schofield
2025-02-17
1
-9
/
+3
|
*
anti-pattern: remove unused __init__ for CSVReader
Alex Schofield
2025-02-17
1
-4
/
+1
|
*
performance: add @staticmethod to CSVReader methods to save memory
Alex Schofield
2025-02-17
1
-5
/
+8
|
*
anti-pattern: fix re-definition of format variable in logger.py
Alex Schofield
2025-02-17
1
-2
/
+2
|
*
fix tests for csv_reader by using new read_string method
Alex Schofield
2025-02-17
1
-8
/
+5
|
*
add method for reading csv content directly from string
Alex Schofield
2025-02-17
1
-0
/
+9
|
*
style: format code with Autopep8, Black and Ruff Formatter
deepsource-autofix[bot]
2025-02-14
1
-0
/
+1
|
*
Merge remote-tracking branch 'refs/remotes/origin/feat/csv-reader' into feat/...
Alex Schofield
2025-02-14
5
-10
/
+20
|
|
\
|
|
*
style: format code with Autopep8, Black and Ruff Formatter
deepsource-autofix[bot]
2025-02-14
4
-10
/
+18
|
*
|
create CSVReader instance for tests - broken
Alex Schofield
2025-02-14
1
-1
/
+5
|
*
|
process path in CSVReader methods & fix import paths
Alex Schofield
2025-02-14
2
-9
/
+9
|
*
|
add pytest-cov as dev dependency
Alex Schofield
2025-02-14
1
-0
/
+1
|
|
/
|
*
add universal logging for debugging
Alex Schofield
2025-02-14
3
-10
/
+28
[next]
git.ajschof.me
— hosted by
ajschofield
— powered by
cgit