correspondence-service

Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
APPDEV-4882: upgraded Grails to 3.1.3
APPDEV-4842: added controller for dev testing of emails sent
APPDEV-4842: cleanup of build.gradle
Appdev-4842: Changed validation error response status as 400
APPDEV-4842: corrected issue in ErrorController when no excption present - work around UrlMapping issue caused by tomcat7 decl. in the build

The UrlMapping issue is that with the decl. error page mappings, i.e. 404, are not honored.

    • -17
    • +19
    /trunk/grails-app/init/BootStrap.groovy
Appdev-4842: Modified to support urlencode ContentType and test changes
Appdev-4842: Modified Environment check for dumbster
    • -1
    • +1
    /trunk/grails-app/init/BootStrap.groovy
APPDEV-4842: added support for email integration in dev/test w/Dumbster + a working test
    • -4
    • +12
    /trunk/grails-app/conf/spring/resources.groovy
    • -0
    • +19
    /trunk/grails-app/init/BootStrap.groovy
  1. /trunk/src/main/groovy/grails/plugin/dumbster
APPDEV-4842: improved TokenVerifierInterceptor response on Exception
APPDEV-4842: now catching Exceptions in TokenVerifierInterceptor to break handler looping
APPDEV-4842: added skeletal use of DomainFormSubmissionValidator
APPDEV-4842: a little polishing of DomainFormSubmissionValidator
APPDEV-4842: added support for DomainForm submission validation + fixed a few codenarc violations
APPDEV-4842: Initial commit for form submit endpoints.
    • -0
    • +10
    /trunk/grails-app/conf/spring/resources.groovy
APPDEV-4841: updated Gradle to latest, 2.11
    • binary
    /trunk/gradle/wrapper/gradle-wrapper.jar
APPDEV-4841: fixed issue with type preservation and changed name of db column to formDetailXml (minus the plural)
APPDEV-4841: removed GORM version of DomainFormType in favor of domainFormTypeId - not needed
APDEV-4841: completed DomainForm form definition - currently only supporting field and recipient definition
  1. … 3 more files in changeset.
APPDEV-4841: added support for basic DomainForm persistence wo/validation
APPDEV-4840: configured the build for Tomcat 7.0.52 dependency
APPDEV-4840: the generated war file no longer includes the version no.
APPDEV-4841: added Gradle war plugin to assemble a war file instead of executable jar
APPDEV-4840: disabling use of log in TokenVerifier for printStackTrace temporarily for jenkins build
  1. /trunk/src/main/groovy/com/lemans/security
    • -2
    • +2
    /trunk/grails-app/conf/spring/resources.groovy
    • -0
    • +36
    /trunk/src/main/groovy/com/lemans/security/TokenVerifier3.groovy
APPDEV-4840: configured Gradle to passthrough system properties while executing Test tasks
APPDEV-4841: reconfigured Cobertura plugin
APPDEV-4841: changed domain class property names to match database
APPDEV-4841: polished domain classes, using CLOB for DomainForm form xml
APPDEV-4841: updated DomainForm to use associations for Domain & DomainFormType
APPDEV-4841: added support for PUT/DELETE endpoints for DomainForm
    • -26
    • +26
    /trunk/grails-app/i18n/messages.properties
APPDEV-4841: added enforcement of existing domain & type to domainForm creation