mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 14:46:00 +03:00
[PR #12] [MERGED] PLAT-1841 adding new fields to store encrypted data on backend #113
Labels
No labels
BackEnd
FrontEnd
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-core#113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/finmars-platform/finmars-core/pull/12
Author: @falendary
Created: 5/22/2025
Status: ✅ Merged
Merged: 5/26/2025
Merged by: @paktusov
Base:
main← Head:PLAT-1841📝 Commits (5)
c7662c1PLAT-1841 adding new fields to store encrypted data on backend72e57c7PLAT-1841 adding new fields to store encrypted data on backend9ce270dPLAT-1841 update validatorsed4f0eaPLAT-1841 update validators71db4f5Merge branch 'main' into PLAT-1841📊 Changes
14 files changed (+270 additions, -76 deletions)
View changed files
📝
poms/clients/filters.py(+4 -0)➕
poms/clients/migrations/0008_alter_client_email_alter_client_first_name_and_more.py(+33 -0)➕
poms/clients/migrations/0009_client_email_hash_client_first_name_hash_and_more.py(+33 -0)📝
poms/clients/models.py(+28 -8)📝
poms/clients/serializers.py(+29 -25)📝
poms/clients/tests/test_client_view.py(+40 -35)📝
poms/iam/tests/test_resource_assigment_view.py(+3 -3)📝
poms/iam/tests/test_resource_group_view.py(+1 -1)📝
poms/users/fields.py(+16 -0)➕
poms/users/migrations/0016_member_public_key_masterusersymmetrickey.py(+28 -0)📝
poms/users/models.py(+16 -0)📝
poms/users/serializers.py(+14 -2)📝
poms/users/urls.py(+1 -0)📝
poms/users/views.py(+24 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.