Notes |
|
(0092401)
|
mtaal
|
2016-12-15 09:50
|
|
|
|
(0092403)
|
hgbot
|
2016-12-15 10:04
|
|
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: 24577e6f1ffbc434bede52ff32baa3c9f807f773
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Dec 15 10:03:49 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/24577e6f1ffbc434bede52ff32baa3c9f807f773 [^]
Fixes issue 33953: Provide window to see the current open transactions to be replicated by Symmetric DS
Provide 4 new windows to show symmetric ds data. For each window: added window/tab, table, datasource
definition. The windows show data from symmetric ds tables so a custom datasource implementation is
done for each window.
Implemented also a base datasource which supports some filtering and sorting. Also support update
in incoming_error datasource, not used for now but possibly in the future.
---
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_MENU.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE.xml
M src-db/database/sourcedata/AD_TREENODE.xml
M src-db/database/sourcedata/AD_WINDOW.xml
M src-db/database/sourcedata/OBSERDS_DATASOURCE.xml
A src/org/openbravo/replication/symmetricds/datasource/IncomingBatchDS.java
A src/org/openbravo/replication/symmetricds/datasource/IncomingErrorDS.java
A src/org/openbravo/replication/symmetricds/datasource/OutgoingBatchDS.java
A src/org/openbravo/replication/symmetricds/datasource/OutgoingDataEventsDS.java
A src/org/openbravo/replication/symmetricds/datasource/SymmetricBaseDS.java
---
|
|
|
(0092461)
|
hgbot
|
2016-12-16 09:14
|
|
|
|
(0092739)
|
hgbot
|
2016-12-18 22:08
|
|
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: 77413bd894aa7a07527e37a67173b4ff5650b7ea
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sun Dec 18 22:08:26 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/77413bd894aa7a07527e37a67173b4ff5650b7ea [^]
Related to issue 33953: Provide window to see the current open transactions to be replicated by Symmetric DS
Allow delete in the incoming batch/error windows. This makes sense if the outgoing batch on the other side has been
ignored.
Set all fields to read only so that edit has no functional purpose.
---
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_TAB.xml
---
|
|
|
|
|
|
(0093040)
|
hgbot
|
2016-12-28 14:21
|
|
|