int-full-pgsql-compile-all - Build # 1040 - Unstable:

Check console output at 
https://ci.openbravo.com/job/int-full-pgsql-compile-all/1040/ to view the 
results.


Committers since last success:

Changes for Build #1040

    Alvaro Ferraz <alvaro.fer...@openbravo.com> null
    Related to issue 30242: Fix function in Oracle
        src-db/database/model/functions/M_REQUISITION_CREATEPO.xml

    Alvaro Ferraz <alvaro.fer...@openbravo.com> null
    Related to issue 34055: Remove isunitcost condition

Remove isunitcost condition in M_INITIALIZE_STOCK_VALUATION query.
        src-db/database/model/functions/M_INITIALIZE_STOCK_VALUATION.xml

    Alvaro Ferraz <alvaro.fer...@openbravo.com> null
    Related to issue 34055: Code review improvements

Set zero valuation in case stock is zero and it does not exist any record in 
m_stock_valuation.
Do not sum transaction movementqty, to avoid duplicate stock in case we have 
more than one m_transaction_cost record related to the same transaction.
        src-db/database/model/functions/M_INITIALIZE_STOCK_VALUATION.xml
        src-db/database/model/functions/M_UPDATE_STOCK_VALUATION.xml

    Mark <markm...@gmail.com> null
    Fixes issue 34055: Fixed errors in Costing Background due to rounding 
issues.

When cost adjustments are created, they should not be taken into account when 
Stock Valuation is initialized because it duplicates the stock amount (caused 
by natural union between tables) inside M_INITIALIZE_STOCK_VALUATION function.
        src-db/database/model/functions/M_INITIALIZE_STOCK_VALUATION.xml

    Atul Gaware <atul.gaw...@openbravo.com> null
    Related to issue 30242:Backout changeset e86c34bf3374
        src-db/database/model/functions/M_REQUISITION_CREATEPO.xml

    Carlos Aristu <carlos.ari...@openbravo.com> null
    fixes issue 33417: ConfigScript with single quotes on install.source fails
        src-db/database/lib/dbsourcemanager.jar

    Atul Gaware <atul.gaw...@openbravo.com> null
    Fixes issue 29685: Create AP Expense Invoices process creates wrong line 
number

Getting line no is used similar that is used to set default value for line
column in Tables and Columns. For eg:- select coalesce(max(line), 0) + 10
Unnecessary variable int line is no more needed so removed.
While executing create AP Expense invoice process there was null pointer
exception raised from AccDefUtility class which is fixed.
        src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice.java
        src/org/openbravo/erpCommon/ad_process/ExpenseAPInvoice_data.xsql
        src/org/openbravo/erpCommon/utility/AccDefUtility.java

    Atul Gaware <atul.gaw...@openbravo.com> null
    Fixes issue 30242: Description not copied to order in Manage Requisition

While creating order from requisition, requisition header information is
inserted in order header and requisition line descripion is added to
supplier notes as it was used previously to set as order line description.
Length of description in orderline can occupy both supplier notes and
description from requisition line.
        src-db/database/model/functions/M_REQUISITION_CREATEPO.xml

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    Fixed issue 33952: The accessibility to the erp has been fixed

The accessibility to the ERP needed to be improved.
This project has been introduced to improve it adding the following 
capabilities:

A new property called "EnableScreenReader" has been created.
Using a Screen Reader and enabling the property makes it easier to use the 
application for the visual impaired peolple because the screen reader dictates 
every element to the users.
      
    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] A comment of the layout.js.ftl removed

It was a comment which only was explaining the following two lines of code and 
it was not neccessary to understand the code.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/layout.js.ftl

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] Merge with latest pi
      
    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] The space key is used to access the 
workspace

The left column members where only accessed by the enter key and that was not 
correct, they must also be accessible by pressing the space key.
        
modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] Code review

The indentation of the css files has been corrected and uneeded js code has 
been deleted.
        
modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js
        
modules/org.openbravo.client.myob/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.myob/ob-myopenbravo-styles.css

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] The beautifier has been passed
        
modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] Copyright year updated
        
modules/org.openbravo.client.myob/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.myob/ob-myopenbravo-styles.css

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] The left menu is now focusable

The left menu is focusable and the focus is visible. Before, even it was 
focusable, there was not a visual focus on the focused element. Now it appears 
orange.
        
modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js
        
modules/org.openbravo.client.myob/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.myob/ob-myopenbravo-styles.css

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] A placeholder added to the filter message

A placeholder has been added to the message of the filter boxes to allow better 
transactions.
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] The way of accessing the preference has 
been changed.

Before, the preference was accessed using OB.Properties instead 
OB.PropertyStore.get.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/layout.js.ftl
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
        
modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] The preference renamed and all its 
references

The preference has been renamed from EnableFullScreenReader to 
EnableScreenReader. All its references have been changed and some methods which 
were checking if the preference is enabled have been renamed.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/layout.js.ftl
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
        
modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js
        src-db/database/sourcedata/AD_REF_LIST.xml

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] Merge with latest pi.
      
    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] Fixed the aria label of attachments

Before it was set a title for the attachments toolbar button. But it was a 
static name, it was not correct because the name needs to change if there are 
attachments or if not. So, the method setAriaState(state, stateValue) is 
invoked to change the aria-label property in the different situations.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] Problems with the toolbar item names fixed

There were some problems with some item names in the toolbar. Some of them 
where saying "Dot" at the beginning of the name of the button and the 
attachments and the saved views buttons were totally wrong.
To fix the first issue, the title: '.' of the class ob-toolbar.js has been 
changed for title:''. Now the word "dot" is no longer said.
To fix the second issue, the title for the attachments button and the save 
views button has been set.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-manage-views-toolbar.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] Merge with latest pi
      
    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] The code of ob-myopenbravo has been 
refactored
        
modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] Merge with latest pi
      
    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] The left memebers' accessibility has been 
improved

Now it is possible to press the enter button having the focus on any left side 
members and get the same behavior than clicking with the mouse.
        
modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] Fixed a condition in ob-alert-grid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] LeftColumn layout of the workspace are now 
accessible

Before there was not possible to access the left side members of the workspace; 
recent views, Recent Documents and Manage Workspace; using the keyboard. It was 
only possible to access them using the mouse. Now, if the "Enable full screen 
reader" preference is enabled, it is possible to access them using the keyboard.
        
modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] The "Filter by" message saved in ad_message

A new record has been created in ad_message. This is the one used in the 
filters to give more information saying "Filter by".
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] A space left after the word "by"
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] The filter fields now give more info in 
alert window

Now, when a filter field is selected, it gives more info.
Before, only the name of the column was given, now the value given is more 
informative, it says "Filtered by"+ the name of the column.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] The filter fields now give more info

Now, when a filter field is selected, it gives more info.
Before, only the name of the column was given, now the value given is more 
informative, it says "Filtered by"+ the name of the column.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] The copyright year of layout.js.ftl has 
been updated
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/layout.js.ftl

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] The code which enables the screenReader has 
been created

The layout.js.ftl class has been modifyied, now, if the EnableFullReader 
preference exists and if it is set to true, the screenReader will be activated.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/layout.js.ftl

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] The name of the preference has been 
modifyied.
        src-db/database/sourcedata/AD_REF_LIST.xml

    Naroa Iriarte <naroa.iria...@openbravo.com> null
    [pi-accessibility-improvements] New preference created.

The AllowFullScreenReader preference has been created.
        src-db/database/sourcedata/AD_REF_LIST.xml

    Atul Gaware <atul.gaw...@openbravo.com> null
    Fixes issue 29470: "Last day cut-off" fields should be hidden in Payment 
Term

Last day cut off field is set displayed = no, show in grid = no
        src-db/database/sourcedata/AD_FIELD.xml

    Atul Gaware <atul.gaw...@openbravo.com> null
    Fixes issue 30018: Invoice Line field in Work Effort should be editable

Read only logic in column setting for Invoice Line is removed.
        src-db/database/sourcedata/AD_COLUMN.xml

    Atul Gaware <atul.gaw...@openbravo.com> null
    Fixes issue 29671: Error in Copy Lines if no access to Currency window

Implemented a change in context mode to admin in CopyFromInvoice process.
        src/org/openbravo/erpCommon/ad_actionButton/CopyFromInvoice.java

    Atul Gaware <atul.gaw...@openbravo.com> null
    Fixes issue 29674: Error posting a payment if no access to Currency window

Change OBContext to admin mode needed before accessing currency objects in 
isconvertible method of AcctServer class.
        src/org/openbravo/erpCommon/ad_forms/AcctServer.java

    Alvaro Ferraz <alvaro.fer...@openbravo.com> null
    Related to issue 34014: Code review improvements

Change retrieved columns order in OBWCL_STOCK_BY_WAREHOUSE_V view.
Change Obwcl_Stock_By_Warehouse_V_ID column length.
Change Widgets Collection module package name.
Change OBWCL_StockByWarehouseView table java class name.
        
modules/org.openbravo.client.widgets/src-db/database/model/views/OBWCL_STOCK_BY_WAREHOUSE_V.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_PACKAGE.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_TABLE.xml

    Atul Gaware <atul.gaw...@openbravo.com> null
    Fixes issue 34014: Simple Stock By Warehouse Widget

Added new widget with name Simple Stock By Warehouse
New view with subquery to get qtyonhand from storage detail and joins with 
Product, Category, Uom, Warehouse
        
modules/org.openbravo.client.widgets/src-db/database/model/views/OBWCL_STOCK_BY_WAREHOUSE_V.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_PACKAGE.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_TABLE.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_ELEMENT.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/OBCQL_QUERY_COLUMN.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/OBCQL_WIDGET_QUERY.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/OBKMO_WIDGET_CLASS.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/OBUIAPP_PARAMETER.xml

    Carlos Aristu <carlos.ari...@openbravo.com> null
    fixes issue 33582: make summary functions deactivable
      
    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-grid-summaries] isConfigurationPropertyEnabled should be private
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewGridComponent.java

    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-grid-summaries] Merge with pi
      
    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-grid-summaries] Code review improvements
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-pick-and-execute-grid.js.ftl
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-grid.js.ftl
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewGridComponent.java

    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-grid-summaries] Merge with pi
      
    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-grid-summaries] Improved way of enabling summaries on P&E
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js

    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-grid-summaries] Add disable grid summaries feature for P&E grids
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-pick-and-execute-grid.js.ftl
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js

    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-grid-summaries] Add disable grid summaries feature for ob-view-grid
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-grid.js.ftl
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewGridComponent.java
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Carlos Aristu <carlos.ari...@openbravo.com> null
    [disable-grid-summaries] Application Dictionary changes for Grid 
Configuration
        
modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_GC_SYSTEM.xml
        
modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_GC_TAB.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_ELEMENT.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml

    Carlos Aristu <carlos.ari...@openbravo.com> null
    related to issue 33565: retrieve the window id from the standard window

For child tabs this.view.windowId is undefined. For this reason, we retrieve 
the windowId using the standardWindow property of the view. Thus, we ensure 
that the window id is always retrieved properly
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js

    Asier Lostalé <asier.lost...@openbravo.com> null
    related to issue 32512, related to issue 32366: exclude callouts from 
web.xml

  Callous are not executed as Servlets so they needn't be in web.xml. 
SimpleCallout
  do not extend servlet, so callouts extending it cannot be in web.xml.
        src-test/src/org/openbravo/test/model/ClassLoaderTest.java
        src-wad/src/org/openbravo/wad/Wad_data.xsql




Last 20 lines of the console output:

[...truncated 2666 lines...]
database.postupdate.POSTGRE:
      [sql] Executing commands
      [sql] 5 of 5 SQL statements executed successfully
      [sql] Executing commands
      [sql] 2 of 2 SQL statements executed successfully

setApplied:
      [sql] Executing commands
      [sql] 2 of 2 SQL statements executed successfully

BUILD SUCCESSFUL
Total time: 5 minutes 40 seconds

Checking console output
/srv/ci/jobs/int-full-pgsql-compile-all/builds/1040/log:
      [sql] org.postgresql.util.PSQLException: ERROR: role 
"int_full_pgsql_compile_all" does not exist
Build step 'Jenkins Text Finder' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-builds mailing list
Openbravo-builds@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to