ds-service

Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DS-377: added ability to change product assigned on part update.
DS-397: added persistence support for Part.primaryMediaId
DS-0000: TODOs and updated PartService docs
DS-387: changed Part search q to not require wildcards from the client
DS-387: implemented Part q LIKE search against partNumber/partDescr
DS-379: refined Media validation for Files - added more sad path test cases
    • -0
    • +167
    /trunk/files/bad_file.xlsx
DS-379: now providing full tempId + extension to Tika for mimeType resolution
DS-379: changed media validation order for Files
DS-379: changed Media validation to reject null mimeTypeId with 'blank', not 'nullable'
    • -1
    • +0
    /trunk/grails-app/i18n/messages.properties
DS-379: reverted previous change re: messageSource default messages - added a default for nullable
    • -0
    • +1
    /trunk/grails-app/i18n/messages.properties
DS-379: made Grails GORM error collection more robust, use default error messages
DS-378: added troubleshooting info to error message on failure to resolve mimeTpe/extension
DS-385: removed PartSearch 1 param restriction; changes to move MimeType table to common db
DS-311: Fixed multiple mediaId support issue.
DS-356: added suport for Media that are external youtub or vimeo links
DS-354: added mediaClassification mediaTypeCode filter
DS-347: added support for mediaClassifcation query
DS-311: Initial version of MediaEntity endpoints.
  1. /trunk/src/main/groovy/com/lemans/ds/media
DS-306: fixed non-textual test content rendering
DS-306: tweaked add Media to use mediaClassification view rather than table
DS-306: added support for Media.mediaClassification id
DS-360: fixed issue with how Media.mediaUrl is stored so it's only a subpath to the file
DS-306: now using findTypes() from LemansService, removing it from CommonService
DS-00: Fixed Unit test column size on Part spec.
DS-306: codeNarc fix
DS-306: improved error logging for add Media
DS-306: fixed logging issue and made Media.extension required
DS-306: fixed issue with temp file lookup only using id without extension
DS-306: added support for Media update and delete
DS-340: Added q search for product collection get endpoint.