Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0043183Openbravo ERPY. DBSourceManagerpublic2020-02-11 10:452020-02-21 08:13
alostale 
alostale 
normaltrivialhave not tried
closedfixed 
5
 
 
caristu
No
Core
No
0043183: exclude .git when reading DB xml files
Exclude .git directory (as it is already done with .hg and .svn) when reading xml database files.
See https://gitlab.com/openbravo/product/dbsm/-/blob/5048371d/src/org/openbravo/ddlutils/task/DatabaseUtils.java#L277 [^]
No tags attached.
blocks feature request 0041898 acknowledged Triage Platform Base support git 
Issue History
2020-02-11 10:45alostaleNew Issue
2020-02-11 10:45alostaleAssigned To => platform
2020-02-11 10:45alostaleOBNetwork customer => No
2020-02-11 10:45alostaleModules => Core
2020-02-11 10:45alostaleTriggers an Emergency Pack => No
2020-02-11 10:46alostaleRelationship addedblocks 0041898
2020-02-11 10:46alostaleAssigned Toplatform => alostale
2020-02-11 10:46alostaleReview Assigned To => caristu
2020-02-11 10:48alostaleSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=20330#r20330
2020-02-11 10:48alostaleStatusnew => acknowledged
2020-02-11 10:50alostaleSummaryexlclude .git when reading DB xml files => exclude .git when reading DB xml files
2020-02-11 10:58alostaleNote Added: 0117626
2020-02-11 20:32shuehnerIssue Monitored: shuehner
2020-02-18 10:01hgbotCheckin
2020-02-18 10:01hgbotNote Added: 0117898
2020-02-18 10:01hgbotStatusacknowledged => resolved
2020-02-18 10:01hgbotResolutionopen => fixed
2020-02-18 10:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/529930a409c41bb08aeb21770481b842d815a704 [^]
2020-02-21 08:13caristuNote Added: 0117995
2020-02-21 08:13caristuStatusresolved => closed

Notes
(0117626)
alostale   
2020-02-11 10:58   
MR: https://gitlab.com/openbravo/product/dbsm/-/merge_requests/7 [^]
(0117898)
hgbot   
2020-02-18 10:01   
Repository: erp/devel/pi
Changeset: 529930a409c41bb08aeb21770481b842d815a704
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Feb 11 10:32:39 2020 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/529930a409c41bb08aeb21770481b842d815a704 [^]

fixed BUG-43175 fixed BUG-43183: log local changes + exclude .git

dsm jar including fixes for:

 BUG-43175:
  When updating database having local changes in AD, the tables with
  changes were not logged.

  While project to upgrade to log4j2 the API, old API passing old logger
  was kept but it become unusable as null logger was used.

  Old API has been removed.

 BUG-43183:
  Exclude .git directory when reading DB xml files

---
M src-db/database/lib/dbsourcemanager.jar
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
---
(0117995)
caristu   
2020-02-21 08:13   
Reviewed