ds-service

Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DS-340: Added q search for product collection get endpoint.
DS-306: fixed codeNarc violation
DS-306: tweaked tests for Media persistence
DS-306: added support for Media file download
DS-306: added support for add Media
    • -0
    • +8
    /trunk/grails-app/conf/spring/resources.groovy
DS-314: Resolved codenarc and test case issues.
DS-314: Created Initial version of product Category endpoint.
DS-306: pageSize is now required on Media search and limited to 1000
DS-306: removed now obsolete mediaType UrlMapping
DS-327: updated to implement multiple subComCode and productId exact search.
DS-306: reimplemented Media search to use a proc; fixed Part queries that used obsolete db columns
DS-306: initial drop of VERY incomplete func. for Media, i.e. domain classes
    • -0
    • +18
    /trunk/grails-app/domain/com/lemans/ds/media/MimeType.groovy
  1. /trunk/src/test/groovy/com/lemans/ds/media
    • -0
    • +161
    /trunk/src/test/groovy/com/lemans/ds/media/MediaSpec.groovy
  2. /trunk/grails-app/domain/com/lemans/ds/media
    • -0
    • +167
    /trunk/src/integration-test/resources/ds/fire.jpg
    • -0
    • +70
    /trunk/grails-app/domain/com/lemans/ds/media/Media.groovy
DS-306: added ds-service support for ../namespace/ds/media/type GET endpoint
DS-306: added support for Medai GET endpoints with simple filtering only
  1. /trunk/grails-app/services/com/lemans/ds/media
  2. /trunk/grails-app/controllers/com/lemans/ds/media
DS-290: added support for Product search on productId as a filter
DS-274: added support for Product.effectiveDate which required fixing LemansManager and config of Grails Date marshalling
    • -2
    • +3
    /trunk/grails-app/init/BootStrap.groovy
    • -0
    • +1
    /trunk/grails-app/conf/application.groovy
DS-0000: upgraded Grails to 3.2.3 (the latest)
DS-286: implemented ProdcutFeature move - db needs to make some checks !
DS-253: reorganized some tests
DS-167: Initial version of ProductPart endpoints
DS-253: codenarc fix of Product Feature CRUD
DS-253: implemented ProductFeature CRUD, including bulk create - move not done yet !
  1. /trunk/src/main/groovy/com/lemans/ds/product
    • -0
    • +3
    /trunk/grails-app/i18n/messages.properties
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.