ds-service

Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DS-247: Resolved Unit test issues and codenarc issues.
DS-247: Test Refactored for DB changes.
APPDEV-0000: added missing CommonController class
  1. /trunk/grails-app/controllers/com/lemans/common
DS-253: added support for common type ref data lookups, i.e. FeatureType
  1. /trunk/src/integration-test/groovy/com/lemans/common
  2. /trunk/grails-app/services/com/lemans/common
DS-259: added productName like filter for Product search + columnName on ProductFeature, feature to featureText
DS-252: added initial support for ProductFeature GET endpoints
DS-247: Initial version of bulk part attribute value PUT replace endpoint.
DS-225: Initial version of attributeValue Move endpoint.
DS-00: Addressed unit test issues identified
DS-169: changed Product query exact match filter from 'brandId' to 'brandCode'
DS-169: added basic CRUD support for Product
    • -0
    • +125
    /trunk/src/test/groovy/com/lemans/ds/product/ProductSpec.groovy
    • -0
    • +7
    /trunk/grails-app/i18n/messages.properties
  1. /trunk/grails-app/domain/com/lemans/ds/product
  2. /trunk/src/test/groovy/com/lemans/ds/product
DS-259: impleemnted Product GET by Id and collection endpoints
  1. /trunk/grails-app/services/com/lemans/ds/product
DS-145: made sure catalogInstanceId is considered on CategoryPart operations
DS-125: made sure catalogInstanceId is considered on CategorySubComCode operations + javadoc
DS-0000: updated Codenarc to 0.26.0 (no new rules)
DS-145: made sure parts are not deleted twice to avoid HibernateOptimisticLockingException
DS-205: Initial version of single and bulk create/delete part attribute relation.
DS-0000: updated to latest Lemans controller and service utils
DS-0000: updated to 0.4.3 of testing utils
DS-0000: upgraded Gradle to 3.1
DS-0000: updated Grails to 3.2.2
DS-220: Initila version of PartAttribute details endpoint.
  1. /trunk/src/main/groovy/com/lemans/ds/part
DS-00: resolved codenarc issue.
DS-215: Resolved codenarc issues.
DS-215: Created Category Details collection endpoint.
DS-145: changed the response format.
DS-192: Modified code to handle 404 not found situtation.
DS-145: created partCategory multi add/remove
DS-145: beginning of implementation - MUCH TODO
DS-85: Added initial version of Move endpoint for categoryAttribute.

    • -0
    • +28
    /trunk/src/main/groovy/com/lemans/ds/MoveCommand.groovy