[PR #12] [MERGED] PLAT-1841 adding new fields to store encrypted data on backend #113

Closed
opened 2026-03-03 11:58:57 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: PLAT-1841


📝 Commits (5)

  • c7662c1 PLAT-1841 adding new fields to store encrypted data on backend
  • 72e57c7 PLAT-1841 adding new fields to store encrypted data on backend
  • 9ce270d PLAT-1841 update validators
  • ed4f0ea PLAT-1841 update validators
  • 71db4f5 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/finmars-platform/finmars-core/pull/12 **Author:** [@falendary](https://github.com/falendary) **Created:** 5/22/2025 **Status:** ✅ Merged **Merged:** 5/26/2025 **Merged by:** [@paktusov](https://github.com/paktusov) **Base:** `main` ← **Head:** `PLAT-1841` --- ### 📝 Commits (5) - [`c7662c1`](https://github.com/finmars-platform/finmars-core/commit/c7662c15aa5a6b46a05e8ee8e9ed1b2e3c23cdf6) PLAT-1841 adding new fields to store encrypted data on backend - [`72e57c7`](https://github.com/finmars-platform/finmars-core/commit/72e57c7fc3a46c099b8e61cd2ff6fe513e1a9dc0) PLAT-1841 adding new fields to store encrypted data on backend - [`9ce270d`](https://github.com/finmars-platform/finmars-core/commit/9ce270d5ecb5d85461dfab5d484a71704cebe6a2) PLAT-1841 update validators - [`ed4f0ea`](https://github.com/finmars-platform/finmars-core/commit/ed4f0ea3f494f2238e376527f4b1a538f15e0bb4) PLAT-1841 update validators - [`71db4f5`](https://github.com/finmars-platform/finmars-core/commit/71db4f5c213f4e4999b7700ac57d3e0b94b2252c) Merge branch 'main' into PLAT-1841 ### 📊 Changes **14 files changed** (+270 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:58:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/finmars-core#113
No description provided.