This is an automated email from the ASF dual-hosted git repository.

diveshdut pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


    from 4945ac0a2e Implemented: rest-api response configurable to contain null 
values (OFBIZ-12585)
     new d50791ab95 OFBIZ-13457 Add REST list query helper utilities
     new 318e06c152 OFBIZ-13422 Align production run lists with REST query 
helpers
     new e691f44b30 OFBIZ-13468 Align BOM list APIs with REST query helpers
     new 64b282c4eb OFBIZ-13480 Align routing lists with REST query helpers
     new 2c8f52995c OFBIZ-13480 Align manufacturing lookups with REST query 
helpers

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../manufacturing/servicedef/services_bom.xml      |  16 +++
 .../manufacturing/servicedef/services_lookup.xml   |  22 +++++
 .../servicedef/services_production_run.xml         |   3 +
 .../manufacturing/servicedef/services_routing.xml  |  21 +++-
 .../manufacturing/api/BomManagementServices.groovy |  44 +++++++--
 .../api/ManufacturingLookupServices.groovy         |  84 ++++++++++++----
 .../api/RoutingCostManagementServices.groovy       |  68 ++++++++-----
 .../jobshopmgt/ProductionRunQueryServices.groovy   |  42 ++++----
 .../api/BomManagementServicesTests.groovy          | 105 ++++++++++++++++++++
 .../api/ManufacturingLookupServicesTests.groovy    |  95 ++++++++++++++++++
 .../api/RoutingCostManagementServicesTests.groovy  | 101 +++++++++++++++++++
 .../ProductionRunQueryServicesTests.groovy         |  98 ++++++++++++++++++
 .../java/org/apache/ofbiz/base/util/UtilHttp.java  |  13 +++
 .../org/apache/ofbiz/base/util/UtilHttpTest.java   |  13 +++
 .../org/apache/ofbiz/ws/rs/util/RestApiUtil.java   | 110 ++++++++++++++++++++-
 .../ws/rs/util/RestApiUtilPaginationTest.java      | 107 +++++++++++++++++++-
 16 files changed, 866 insertions(+), 76 deletions(-)
 create mode 100644 
applications/manufacturing/src/test/groovy/org/apache/ofbiz/manufacturing/api/BomManagementServicesTests.groovy
 create mode 100644 
applications/manufacturing/src/test/groovy/org/apache/ofbiz/manufacturing/api/ManufacturingLookupServicesTests.groovy
 create mode 100644 
applications/manufacturing/src/test/groovy/org/apache/ofbiz/manufacturing/api/RoutingCostManagementServicesTests.groovy
 create mode 100644 
applications/manufacturing/src/test/groovy/org/apache/ofbiz/manufacturing/jobshopmgt/ProductionRunQueryServicesTests.groovy

Reply via email to