Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0053033Openbravo ERPA. Platformpublic2023-07-24 09:102023-09-05 15:21
jarmendariz 
jarmendariz 
highmajorhave not tried
closedfixed 
5
 
 
Core
No
0053033: Anonymize customer data in database
We want to be able to run a database script with administrator rights that, with a given configuration, we should be able to anonymize data in a table to make it suitable to use for testing purposes, for example.
See description
No tags attached.
related to feature request 0053353 closed jarmendariz Extend anonymization process to support more actions 
Issue History
2023-07-24 09:10jarmendarizNew Issue
2023-07-24 09:10jarmendarizAssigned To => jarmendariz
2023-07-24 09:10jarmendarizModules => Core
2023-07-24 09:10jarmendarizTriggers an Emergency Pack => No
2023-07-24 09:11jarmendarizStatusnew => scheduled
2023-07-26 14:07hgbotNote Added: 0152888
2023-07-26 14:07hgbotNote Added: 0152889
2023-07-26 14:08hgbotNote Added: 0152890
2023-07-26 14:09hgbotNote Added: 0152891
2023-08-10 08:54jarmendarizNote Deleted: 0152888
2023-08-10 08:54jarmendarizNote Deleted: 0152889
2023-08-10 08:54jarmendarizNote Deleted: 0152890
2023-08-31 15:25jarmendarizRelationship addedrelated to 0053353
2023-09-05 15:21hgbotResolutionopen => fixed
2023-09-05 15:21hgbotStatusscheduled => closed
2023-09-05 15:21hgbotNote Added: 0154485
2023-09-05 15:21hgbotNote Added: 0154486

Notes
(0152891)
hgbot   
2023-07-26 14:09   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.database.anonymization/-/merge_requests/1 [^]
(0154485)
hgbot   
2023-09-05 15:21   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.database.anonymization [^]
Changeset: 2c1147f6415a619f8ae1f476f110503d7f272bef
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 05-09-2023 15:19:16
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.database.anonymization/-/commit/2c1147f6415a619f8ae1f476f110503d7f272bef [^]

Fixed ISSUE-53033: Create database anonymization scripts from Configuration

---
A anonymize_configured_tables.sql
A anonymize_tables.sql
A change_trigger_enablement.sql
A docs/images/config_property.png
A docs/images/config_window.png
A drop_fks_on_table.sql
A src-db/database/model/excludeFilter.xml
A src-db/database/model/tables/OBANON_ENTITY.xml
A src-db/database/model/tables/OBANON_PROPERTY.xml
A src-db/database/sourcedata/AD_COLUMN.xml
A src-db/database/sourcedata/AD_ELEMENT.xml
A src-db/database/sourcedata/AD_FIELD.xml
A src-db/database/sourcedata/AD_MENU.xml
A src-db/database/sourcedata/AD_MESSAGE.xml
A src-db/database/sourcedata/AD_MODULE.xml
A src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml
A src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
A src-db/database/sourcedata/AD_PACKAGE.xml
A src-db/database/sourcedata/AD_REFERENCE.xml
A src-db/database/sourcedata/AD_REF_LIST.xml
A src-db/database/sourcedata/AD_TAB.xml
A src-db/database/sourcedata/AD_TABLE.xml
A src-db/database/sourcedata/AD_TREENODE.xml
A src-db/database/sourcedata/AD_VAL_RULE.xml
A src-db/database/sourcedata/AD_WINDOW.xml
A src/org/openbravo/database/anonymization/event/AnonymizationEntityEventHandler.java
M README.md
---
(0154486)
hgbot   
2023-09-05 15:21   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.database.anonymization/-/merge_requests/1 [^]