Skip to content

Add decrypted list property#80

Merged
brondsem merged 3 commits into
TurboGears:masterfrom
jcarlosdev:add-decrypted-list-property
Jun 25, 2026
Merged

Add decrypted list property#80
brondsem merged 3 commits into
TurboGears:masterfrom
jcarlosdev:add-decrypted-list-property

Conversation

@jcarlosdev

Copy link
Copy Markdown
Contributor

Added two new types, DecryptedListProperty and DecryptedListField to support field level encryption for top-level list fields.

They follow the same DecryptedField / DecryptedProperty pattern for defining virtual fields that, under the hood, interact with the backing encrypted field.

Also added encryption support for magic methods in the list wrapper type.

@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 89.21569% with 22 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.28%. Comparing base (637a033) to head (0d82143).
⚠️ Report is 42 commits behind head on master.

Files with missing lines Patch % Lines
ming/encryption.py 78.43% 22 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   90.19%   91.28%   +1.08%     
==========================================
  Files          43       47       +4     
  Lines        6724     8159    +1435     
==========================================
+ Hits         6065     7448    +1383     
- Misses        659      711      +52     
Flag Coverage Δ
tests-3.10 91.40% <89.21%> (+1.01%) ⬆️
tests-3.11 91.40% <89.21%> (+1.01%) ⬆️
tests-3.12 91.40% <89.21%> (?)
tests-3.13 91.41% <89.21%> (?)
tests-3.14 91.41% <89.21%> (?)
tests-3.7 ?
tests-3.8 ?
tests-3.9 91.24% <89.21%> (+1.04%) ⬆️
tests-pypy3.11 91.43% <89.21%> (?)
tests-pypy3.9 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@brondsem brondsem merged commit 92b2535 into TurboGears:master Jun 25, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants