Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031672 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Openbravo ERP] Y. DBSourceManager | minor | have not tried | 2015-12-09 12:57 | 2016-03-17 10:54 | |||
Reporter | AugustoMauch | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR16Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 06fa38a1654c | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | alostale | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031672: Add tests to check that the exclusion filter works properly in DBSourceManager | |||||||
Description | Right know it is possible to define a exclusion filter to ignore certain tables, views, triggers and functions when dbsourcemanager loads the model from the databaset (see [1]). The proper behaviour of this functionality is not covered by tests. [1] http://wiki.openbravo.com/wiki/ERP_2.50:Developers_Guide/How_To_Exclude_Database_Physical_Objects_From_Model [^] | |||||||
Steps To Reproduce | - | |||||||
Proposed Solution | Add tests to check the exclusion filter works properly | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
|||||||||||||||
|
![]() |
|
(0082673) AugustoMauch (administrator) 2015-12-11 10:13 |
Done, waiting for the PR16Q2 window to be open |
(0083440) hgbot (developer) 2016-01-20 12:23 |
Repository: erp/devel/pi Changeset: 9cbd94b17c8829193f42387b92d1d098b018637f Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Wed Jan 20 12:20:10 2016 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/9cbd94b17c8829193f42387b92d1d098b018637f [^] Fixes issue 31672, fixes issue 29800, fixes issue 31685: Wildcards in exclusion Updates the dbsourcemanager jar, now it is allowed to use wildcards in the exclusion filter (see [1]). [1] http://wiki.openbravo.com/wiki/How_To_Exclude_Database_Physical_Objects_From_Model [^] --- M src-db/database/lib/dbsourcemanager.jar --- |
(0083443) hgbot (developer) 2016-01-20 12:23 |
Repository: erp/devel/dbsm-main Changeset: 0c8377991884c991dc23a2fb2a5a1a7117140021 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Wed Dec 09 12:57:10 2015 +0100 URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/0c8377991884c991dc23a2fb2a5a1a7117140021 [^] Related with issue 31672: Enables using a custom exclude filter in DbsmTest --- M src-test/src/org/openbravo/dbsm/test/base/DbsmTest.java --- |
(0083444) hgbot (developer) 2016-01-20 12:23 |
Repository: erp/devel/dbsm-main Changeset: 06fa38a1654c2937a529b0d0a6e6b3dace012a21 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Wed Dec 09 16:00:11 2015 +0100 URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/06fa38a1654c2937a529b0d0a6e6b3dace012a21 [^] Fixes issue 31672: Adds tests to check the exclusion filter in dbsourcemanager The new tests check that the exclude filter works properly for functions, tables, triggers and views. The tests check that the excluded database objects are indeed in the database, but that are not exported. --- M src-test/src/org/openbravo/dbsm/test/model/ModelSuite.java A src-test/model/excludeFilter/BASE_MODEL_WITH_FUNCTION.xml A src-test/model/excludeFilter/BASE_MODEL_WITH_TABLE.xml A src-test/model/excludeFilter/BASE_MODEL_WITH_TRIGGER.xml A src-test/model/excludeFilter/BASE_MODEL_WITH_VIEW.xml A src-test/model/excludeFilter/excludeFunction.xml A src-test/model/excludeFilter/excludeTable.xml A src-test/model/excludeFilter/excludeTrigger.xml A src-test/model/excludeFilter/excludeView.xml A src-test/src/org/openbravo/dbsm/test/model/CheckExcludeFilter.java --- |
(0083463) alostale (viewer) 2016-01-20 15:26 |
reviewed and tested as part of project http://wiki.openbravo.com/wiki/Projects:Wildcard_Support_In_Exclude_Filter [^] |
(0085057) hudsonbot (viewer) 2016-03-17 10:54 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/b22fb0500156 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2015-12-09 12:57 | AugustoMauch | New Issue | |
2015-12-09 12:57 | AugustoMauch | Assigned To | => platform |
2015-12-09 12:57 | AugustoMauch | OBNetwork customer | => No |
2015-12-09 12:57 | AugustoMauch | Modules | => Core |
2015-12-09 12:57 | AugustoMauch | Triggers an Emergency Pack | => No |
2015-12-09 12:57 | AugustoMauch | Assigned To | platform => AugustoMauch |
2015-12-09 16:05 | AugustoMauch | File Added: 31672.export | |
2015-12-10 09:19 | AugustoMauch | Relationship added | related to 0029800 |
2015-12-11 10:12 | AugustoMauch | Status | new => scheduled |
2015-12-11 10:13 | AugustoMauch | Note Added: 0082673 | |
2016-01-20 11:44 | AugustoMauch | Review Assigned To | => alostale |
2016-01-20 12:23 | hgbot | Checkin | |
2016-01-20 12:23 | hgbot | Note Added: 0083440 | |
2016-01-20 12:23 | hgbot | Status | scheduled => resolved |
2016-01-20 12:23 | hgbot | Resolution | open => fixed |
2016-01-20 12:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9cbd94b17c8829193f42387b92d1d098b018637f [^] |
2016-01-20 12:23 | hgbot | Checkin | |
2016-01-20 12:23 | hgbot | Note Added: 0083443 | |
2016-01-20 12:23 | hgbot | Checkin | |
2016-01-20 12:23 | hgbot | Note Added: 0083444 | |
2016-01-20 12:23 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/9cbd94b17c8829193f42387b92d1d098b018637f [^] => http://code.openbravo.com/erp/devel/dbsm-main/rev/06fa38a1654c2937a529b0d0a6e6b3dace012a21 [^] |
2016-01-20 13:30 | AugustoMauch | Relationship added | related to 0031685 |
2016-01-20 15:26 | alostale | Note Added: 0083463 | |
2016-01-20 15:26 | alostale | Status | resolved => closed |
2016-01-20 15:26 | alostale | Fixed in Version | => 3.0PR16Q2 |
2016-03-17 10:54 | hudsonbot | Checkin | |
2016-03-17 10:54 | hudsonbot | Note Added: 0085057 |
Copyright © 2000 - 2009 MantisBT Group |