Augusto is fixing it

On Wed, May 21, 2014 at 10:07 AM, Pablo Luján <[email protected]>wrote:

> David,
>
> One of your commits changing the TreeDatasourceService class has broken
> the API, could you check it please?
>
> Regards,
> PL
>
>
>
> On Tue, May 20, 2014 at 7:14 PM, <[email protected]> wrote:
>
>> int-api - Build # 459 - Failure:
>>
>> Check console output at https://ci.openbravo.com/job/int-api/459/ to
>> view the results.
>>
>>
>> Committers since last success:
>>
>> Changes for Build #459
>>
>>     Augusto Mauch <[email protected]> null
>>     Fixes issue 26636: Error in int-checks-pgsql
>>
>> Before a refactor, the showTreeGrid attribute was declared, initialized
>> and used in a function. After this refactor, the attribute is declared and
>> initialized in a function, and used in another, without being declared in
>> the latter function.
>>
>> To fix this, now the first functions passes the showTreeGrid attribute as
>> an argument to the second function.
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-manage-views.js
>>
>>     David Baz Fayos <[email protected]> null
>>     Fixed issue 25936: Added 'javaTimeformat.java=MM-dd-yyyy hh:mm:ss a'
>> capability
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-datetime.js
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-time.js
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-date.js
>>
>> modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
>>
>> modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/AbsoluteTimeUIDefinition.java
>>
>> modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/DateUIDefinition.java
>>
>> modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/TimeUIDefinition.java
>>         src/index.jsp
>>
>>     Asier Lostalé <[email protected]> null
>>     [treeimpr] fixed issue 26455: Tree Extension Improvements
>>
>> *Add a way to avoid view the icons. If the tree is not read-only, they
>> always must be shown
>>
>> *Allow define a tree as read-only at tab level. Avoid delete records from
>> tree view
>>
>> *Support different deletion policies. Define a combo inside the "Table
>> Tree Category" subtab of the header of "Tables and Columns". There should
>> be two optiones here:
>> **Reparent child nodes (current one)
>> **Do not allow removing if a node has a children
>>
>> *Support saved views with tree views
>>
>> *Default Tree View logic: show the tree view or the grid view based on a
>> logic defined at tab level
>>
>>     Augusto Mauch <[email protected]> null
>>     [pw3] Microfix, some dates were not being parsed properly in the tree
>> view
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-grid.js
>>
>>     Augusto Mauch <[email protected]> null
>>     [treeimpr] handleDefaultTreeView is invoked after updating the
>> auxiliary inputs
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
>>
>>     David Baz Fayos <[email protected]> null
>>     [treeimpr] Merge from pi
>>
>>     Augusto Mauch <[email protected]> null
>>     [treeimpr] Fixes error in console when opening a record in form view
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
>>
>>     Augusto Mauch <[email protected]> null
>>     [treeimpr] Default tree view supports using auxiliary inputs
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
>>
>>     David Baz Fayos <[email protected]> null
>>     [treeimpr] Added 'Default Tree View Logic' field to AD_TAB
>> in order to be able to specify logic to set if by default the view should
>> show the regular Grid or the new Tree view when it loads
>>
>> modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
>>
>> modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-tab.js.ftl
>>
>> modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewTab.java
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-view-grid.js
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
>>         src-db/database/model/tables/AD_TAB.xml
>>         src-db/database/sourcedata/AD_COLUMN.xml
>>         src-db/database/sourcedata/AD_ELEMENT.xml
>>         src-db/database/sourcedata/AD_FIELD.xml
>>
>>     David Baz Fayos <[email protected]> null
>>     [treeimpr] Saved views now take into account if 'Tree Grid' view is
>> selected
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-manage-views.js
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
>>
>>     David Baz Fayos <[email protected]> null
>>     [treeimpr] Added 'Node Deletion Policy' combo to 'Tree Table
>> Category' tab - microfix2
>>         src-db/database/sourcedata/AD_TABLE_TREE.xml
>>
>>     David Baz Fayos <[email protected]> null
>>     [treeimpr] Added 'Node Deletion Policy' combo to 'Tree Table
>> Category' tab - microfix
>>
>> modules/org.openbravo.client.application/src/org/openbravo/client/application/event/TableTreeEventHandler.java
>>
>>     David Baz Fayos <[email protected]> null
>>     [treeimpr] Added 'Node Deletion Policy' combo to 'Tree Table
>> Category' tab
>>
>> modules/org.openbravo.client.application/src/org/openbravo/client/application/event/TableTreeEventHandler.java
>>
>> modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ADTreeDatasourceService.java
>>
>> modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/LinkToParentTreeDatasourceService.java
>>
>> modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/TreeDatasourceService.java
>>         src-db/database/model/tables/AD_TAB.xml
>>         src-db/database/model/tables/AD_TABLE_TREE.xml
>>         src-db/database/sourcedata/AD_COLUMN.xml
>>         src-db/database/sourcedata/AD_ELEMENT.xml
>>         src-db/database/sourcedata/AD_FIELD.xml
>>         src-db/database/sourcedata/AD_MESSAGE.xml
>>         src-db/database/sourcedata/AD_REFERENCE.xml
>>         src-db/database/sourcedata/AD_REF_LIST.xml
>>         src-db/database/sourcedata/AD_TABLE_TREE.xml
>>
>>     David Baz Fayos <[email protected]> null
>>     [treeimpr] Added 'Read Only Tree' and 'Show Tree Node Icons' flags to
>> AD_TAB
>>
>> modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TAB.xml
>>
>> modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
>>
>> modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TAB.xml
>>
>> modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-tree-grid.js.ftl
>>
>> modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBTreeGridComponent.java
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-tree-filter.js
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-tree.js
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-grid.js
>>
>> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-view-grid.js
>>
>> modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_TAB.xml
>>
>> modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_TAB.xml
>>
>> modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_TAB.xml
>>
>> modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_TAB.xml
>>
>> modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_TAB.xml
>>
>> modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_TAB.xml
>>
>> modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_TAB.xml
>>         src-db/database/model/tables/AD_TAB.xml
>>         src-db/database/sourcedata/AD_COLUMN.xml
>>         src-db/database/sourcedata/AD_ELEMENT.xml
>>         src-db/database/sourcedata/AD_FIELD.xml
>>         src-db/database/sourcedata/AD_TAB.xml
>>
>>
>>
>>
>> Last 20 lines of the console output:
>>
>> [...truncated 28397 lines...]
>>
>> org.openbravo.service.datasource:
>> Abs.add
>> method
>> org.openbravo.service.datasource.TreeDatasourceService.nodeHasChildren(org.openbravo.base.model.Entity,
>> java.lang.String, java.lang.String): new abstract method in
>> /srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java
>> + failure=1
>> + exit 1
>> Build step 'Ejecutar linea de comandos (shell)' marked build as failure
>> Performing Post build task...
>> Match found for : : True
>> Logical operation result is TRUE
>> Running script  : cp
>> /srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java.japi.gz .
>> [int-api] $ /bin/bash -xe /tmp/hudson1072547134659400311.sh
>> + cp
>> /srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java.japi.gz .
>> POST BUILD TASK : SUCCESS
>> END OF POST BUILD TASK : 0
>> Guardando archivos
>> Checking console output
>> Email was triggered for: Failure
>> Sending email for trigger: Failure
>>
>>
>> ------------------------------------------------------------------------------
>> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
>> Instantly run your Selenium tests across 300+ browser/OS combos.
>> Get unparalleled scalability from the best Selenium testing platform
>> available
>> Simple to use. Nothing to install. Get started now for free."
>> http://p.sf.net/sfu/SauceLabs
>> _______________________________________________
>> Openbravo-builds mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/openbravo-builds
>>
>>
>
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to