Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0053353Openbravo ERPA. Platformpublic2023-08-31 15:242023-10-02 17:26
jarmendariz 
jarmendariz 
normalmajorhave not tried
closedfixed 
5
 
 
Core
No
0053353: Extend anonymization process to support more actions
In 0053033 we only support replacing a string field to a fixed value, but we also want to support more anonymization actions, such as:
- Remove value on nullable fields
- Fixed date and numbers
- Random strings
- Random dates and numbers
See description
No tags attached.
related to feature request 0053033 closed jarmendariz Anonymize customer data in database 
Issue History
2023-08-31 15:24jarmendarizNew Issue
2023-08-31 15:24jarmendarizAssigned To => jarmendariz
2023-08-31 15:24jarmendarizModules => Core
2023-08-31 15:24jarmendarizTriggers an Emergency Pack => No
2023-08-31 15:24jarmendarizStatusnew => scheduled
2023-08-31 15:25jarmendarizRelationship addedrelated to 0053033
2023-09-05 15:22hgbotNote Added: 0154487
2023-09-29 09:27hgbotResolutionopen => fixed
2023-09-29 09:27hgbotStatusscheduled => closed
2023-09-29 09:27hgbotNote Added: 0155380
2023-09-29 09:27hgbotNote Added: 0155381
2023-10-02 17:26hgbotNote Added: 0155407

Notes
(0154487)
hgbot   
2023-09-05 15:22   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.database.anonymization/-/merge_requests/2 [^]
(0155380)
hgbot   
2023-09-29 09:27   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.database.anonymization [^]
Changeset: f7de8391542fc33e453176bba4952b15158a7e4d
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 29-09-2023 09:27:11
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.database.anonymization/-/commit/f7de8391542fc33e453176bba4952b15158a7e4d [^]

Fixes ISSUE-53353: Merge branch 'fr/53353-anon-actions'

---
M README.md
M anonymize_configured_tables.sql
M src-db/database/model/tables/OBANON_PROPERTY.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_VAL_RULE.xml
M src/org/openbravo/database/anonymization/event/AnonymizationEntityEventHandler.java
---
(0155381)
hgbot   
2023-09-29 09:27   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.database.anonymization/-/merge_requests/2 [^]
(0155407)
hgbot   
2023-10-02 17:26   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.database.anonymization [^]
Changeset: 9e2c8d3e1b0755358b17b5bb79952028fc09db5a
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 02-10-2023 17:26:50
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.database.anonymization/-/commit/9e2c8d3e1b0755358b17b5bb79952028fc09db5a [^]

Related to ISSUE-53353: Fixed module validation

---
M src-db/database/sourcedata/AD_MODULE.xml
---