correspondence-service

Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
APPDEV-4841: added Domain, but can't use in association due to Grails issue, see DomainForm
    • -0
    • +20
    /trunk/grails-app/domain/com/lemans/correspondence/Domain.groovy
    • -1
    • +1
    /trunk/grails-app/conf/application.yml
APPDEV-4841: updated Codenarc ruleset
APPDEV-4841: upgraded Gradle to 2.10
APPDEV-4841: upgraded Grails to 3.1.1
APPDEV-4841: added /dm/$dm to endpoint url mappings
APPDEV-4841: added initial support for create domainForm
  1. /trunk/grails-app/domain/com/lemans/correspondence
    • -2
    • +4
    /trunk/grails-app/conf/application.yml
  2. … 10 more files in changeset.
APPDEV-4841: Svn ignore .settings
APPDEV-4841: added for.index() endpoint and stubs for others + small tweaks/fixes
APPDEV-4841: added 2 formType GET endpoints