ds-service

Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DS-360: Added allowMultipleValue flag validation for categoryAttribute
DS-360: Added allowMultipleValue flag validation for categoryAttribute
    • -0
    • +4
    /trunk/grails-app/i18n/messages.properties
DS-0000: removed ds-service support for XrefTypes endpoint - now handled directly in mediator-service
APPDEV-6420: excluding log4j jar file from war for - ds-service
DS-0000: updated Grails to 3.2.4 (bug-fix only release)
DS-377: added ability to change product assigned on part update.
APPDEV-5948: corrected location of application.properties file for JXM config
    • -0
    • +2
    /trunk/grails-app/conf/application.properties
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