correspondence-service

Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
APPDEV-4841: improved ErrorController and added a test for it
APPDEV-4841: added support for cobertura + build tweaks - initial app FULLY complete
APPDEV-4841: Added controller base class + a little cleanup/codenarc
    • -2
    • +0
    /trunk/grails-app/conf/spring/resources.groovy
APPDEV-4841: got TokenVerifier test working + plus build + misc. improvements
    • -1
    • +1
    /trunk/grails-app/init/BootStrap.groovy
    • -0
    • +2
    /trunk/grails-app/conf/spring/resources.groovy
APPDEV-4841: added basic high level error handling
  1. /trunk/grails-app/controllers/com/lemans/errors
APPDEV-4841: added token verification support - still need a working functional test!
    • -32
    • +2
    /trunk/grails-app/views/application/index.gson
    • -0
    • +30
    /trunk/grails-app/conf/spring/resources.groovy
  1. /trunk/src/integration-test/groovy/com/lemans
    • -0
    • +33
    /trunk/grails-app/views/application/grails.gson
    • -1
    • +3
    /trunk/grails-app/conf/application.yml
    • -0
    • +1
    /trunk/grails-app/init/BootStrap.groovy
  2. /trunk/grails-app/controllers/com/lemans/security
APPDEV-4841: added support for latest CodeNarc, 0.24
    • -0
    • +66
    /trunk/codenarc/rules.groovy
APPDEV-4841: configured dataSource for AppSecurity
    • -27
    • +12
    /trunk/grails-app/conf/application.yml
APPDEV-4841: cleanup of some SVN ignore folders & added empty gson-classes
APPDEV-4841: removing Eclipse metadata
    • -9
    • +0
    /trunk/.settings/gradle/org.springsource.ide.eclipse.gradle.core.import.prefs
APPDEV-4841: added basic Lemans dependencies, i.e. utils & repo, jtds
APPDEV-4841: initial app config
    • -0
    • +8
    /trunk/grails-app/init/BootStrap.groovy
    • -1
    • +6
    /trunk/grails-app/conf/application.yml
APPDEV-4841: Initial import of new Grails 3.1 correspondence-service UNCONFIGURED code
    • -0
    • +6
    /trunk/grails-app/views/application/notFound.gson
    • -0
    • +2
    /trunk/gradle.properties
    • -0
    • +55
    /trunk/grails-app/i18n/messages_nl.properties
    • -0
    • +59
    /trunk/grails-app/i18n/messages_pl.properties
    • -0
    • +56
    /trunk/grails-app/i18n/messages.properties
    • -0
    • +56
    /trunk/grails-app/i18n/messages_da.properties
    • -0
    • +13
    /trunk/.settings/org.eclipse.jdt.core.prefs
    • -0
    • +19
    /trunk/grails-app/i18n/messages_fr.properties
    • -0
    • +59
    /trunk/grails-app/i18n/messages_pt_BR.properties
  1. … 54 more files in changeset.
APPDEV-4841: initial checkin went wrong, starting over
  1. … 55 more files in changeset.
APPDEV-4841: SVN ignoring Gradle binary artifacts
APPDEV-4841: Initial import of new Grails 3.1 correspondence-service code
  1. /trunk/correspondence-service/grails-app/conf
  2. /trunk/correspondence-service/gradle/wrapper
  3. /trunk/correspondence-service/.settings/gradle
  4. /trunk/correspondence-service/src/test/groovy
    • -0
    • +110
    /trunk/correspondence-service/grails-app/conf/application.yml
  5. … 54 more files in changeset.
APPDEV-4841: Initial import of new Grails 3.1 correspondence-service
APPDEV-4192: upgraded Grails to 3.0.4, Gradle to 2.5; added support for IntelliJ Idea
APPDEV-4192: upgraded Grails to 3.0.4
APPDEV-4192: cleanup and added tests; all gsps removed
    • -0
    • +1
    /branches/grails3/grails-app/conf/application.properties
  1. … 37 more files in changeset.
APPDEV-4192: initial drop of empty Grails 3 app
    • -0
    • +59
    /branches/grails3/grails-app/i18n/messages_pl.properties
    • -0
    • +487
    /branches/grails3/gradle/wrapper/gradle-wrapper.jar
    • -0
    • +19
    /branches/grails3/grails-app/i18n/messages_fr.properties
    • -0
    • +55
    /branches/grails3/grails-app/i18n/messages_nl.properties
    • -0
    • +34
    /branches/grails3/grails-app/i18n/messages_pt_PT.properties
    • -0
    • +56
    /branches/grails3/grails-app/i18n/messages_nb.properties
    • -0
    • +9
    /branches/grails3/README.txt
    • -0
    • +55
    /branches/grails3/grails-app/i18n/messages_es.properties
    • -0
    • +7
    /branches/grails3/.gitignore
    • -0
    • +59
    /branches/grails3/grails-app/i18n/messages_pt_BR.properties
  1. … 60 more files in changeset.
APPDEV-4192: adding grails3 branch
APPDEV-4192: adding tags folder
APPDEV-4192: adding branches folder
APPDEV-4192: adding trunk folder
APPDEV-4192: new repo for correspondence-service to replace the existing contact newsletter service