grails-app

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
APPDEV-3873: Disabling certificate create for ones already created.

  1. … 1 more file in changeset.
APPDEV-3873: Fix broken tests and cleanup

  1. … 1 more file in changeset.
APPDEV-3873: Update JNDI for media

APPDEV-3873: Included more functional tests for Certificate

    • -0
    • +55
    ./controllers/com/lemans/cpsc/CertificateDTO.groovy
    • -12
    • +15
    ./domain/com/lemans/cpsc/Part.groovy
  1. … 3 more files in changeset.
APPDEV-3873: Added functional tests and validations

  1. … 3 more files in changeset.
APPDEV-3873: base test cases.

  1. … 6 more files in changeset.
APPDEV-3873: cleanup

    • -51
    • +51
    ./domain/com/lemans/cpsc/Certificate.groovy
    • -24
    • +10
    ./domain/com/lemans/cpsc/ComCode.groovy
    • -47
    • +48
    ./domain/com/lemans/cpsc/Company.groovy
    • -13
    • +9
    ./domain/com/lemans/cpsc/Country.groovy
    • -1
    • +1
    ./domain/com/lemans/cpsc/Importer.groovy
    • -1
    • +1
    ./domain/com/lemans/cpsc/Maintainer.groovy
    • -63
    • +51
    ./domain/com/lemans/cpsc/Part.groovy
    • -55
    • +40
    ./domain/com/lemans/cpsc/PurchaseOrder.groovy
    • -24
    • +1
    ./domain/com/lemans/cpsc/Standard.groovy
    • -29
    • +14
    ./domain/com/lemans/cpsc/SubComCode.groovy
    • -1
    • +1
    ./domain/com/lemans/cpsc/TestingFacility.groovy
    • -25
    • +15
    ./domain/com/lemans/cpsc/Tracking.groovy
    • -24
    • +12
    ./domain/com/lemans/cpsc/Vendor.groovy
APPDEV-3873: cleanup certificate create

APPDEV-3873: cleanup certificate create

    • -6
    • +12
    ./domain/com/lemans/cpsc/Standard.groovy
APPDEV-3873: Fix certificate download and delete actions

APPDEV-3873 : cleanups

APPDEV-3873: working TestingFacility endpoints.

APPDEV-3873: working Manufacturer endpoints.

APPDEV-3873: working standard endpoints.

    • -3
    • +3
    ./services/com/lemans/cpsc/StandardService.groovy
APPDEV-3873: Fixed certificate download.

    • -0
    • +197
    ./views/_certificate.gsp
  1. … 2 more files in changeset.
APPDEV-3873: Fix Certificate Query

APPDEV-3873: cleanup

    • -0
    • +23
    ./controllers/com/lemans/cpsc/commands/PartQueryDTO.groovy
    • -3
    • +0
    ./domain/com/lemans/cpsc/Standard.groovy
  1. … 1 more file in changeset.
APPDEV-3873:Build.gradle and application.yml changes

  1. … 1 more file in changeset.
APPDEV-3873: Created URL Mappings

APPDEV-3873: Certificate Controller

    • -0
    • +14
    ./controllers/com/lemans/cpsc/PartsController.groovy
    • -0
    • +20
    ./controllers/com/lemans/cpsc/commands/PartQueryDTO.java
    • -0
    • +123
    ./services/com/lemans/cpsc/CertificateManagerService.groovy
    • -0
    • +45
    ./services/com/lemans/cpsc/CertificateService.groovy
    • -0
    • +60
    ./services/com/lemans/cpsc/PartsService.groovy
    • -0
    • +197
    ./views/pdf/_viewPdf.gsp
  1. … 1 more file in changeset.
APPDEV-3873: Contact controller deleted

APPDEV-3873: TestingFacility controller

    • -0
    • +24
    ./services/com/lemans/cpsc/TestingFacilityManagerService.groovy
    • -0
    • +16
    ./services/com/lemans/cpsc/TestingFacilityService.groovy
APPDEV-3873: Manufacturer commit

    • -0
    • +32
    ./services/com/lemans/cpsc/ManufacturerManagerService.groovy
    • -0
    • +20
    ./services/com/lemans/cpsc/ManufacturerService.groovy
APPDEV-3873: Standard Controller

    • -0
    • +43
    ./services/com/lemans/cpsc/StandardManagerService.groovy
    • -0
    • +32
    ./services/com/lemans/cpsc/StandardService.groovy
APPDEV-3873: Move to single certificate controller

APPDEV-3873: Move Controllers

    • -0
    • +51
    ./controllers/com/lemans/cpsc/AdminSearchController.groovy
    • -0
    • +370
    ./controllers/com/lemans/cpsc/CertificateController.groovy
    • -0
    • +73
    ./controllers/com/lemans/cpsc/ContactController.groovy
    • -0
    • +58
    ./controllers/com/lemans/cpsc/ManufacturerController.groovy
    • -0
    • +55
    ./controllers/com/lemans/cpsc/SearchController.groovy
    • -0
    • +109
    ./controllers/com/lemans/cpsc/StandardController.groovy
    • -0
    • +67
    ./controllers/com/lemans/cpsc/TestingFacilityController.groovy
APPDEV-3873: Move Commands

    • -0
    • +146
    ./controllers/com/lemans/cpsc/commands/TestingFacilityCommand.groovy
APPDEV-3873: Move Models

    • -0
    • +14
    ./controllers/com/lemans/ApplicationController.groovy
    • -0
    • +17
    ./controllers/com/lemans/UrlMappings.groovy
    • -0
    • +25
    ./domain/com/lemans/cpsc/Brand.groovy
    • -0
    • +58
    ./domain/com/lemans/cpsc/Certificate.groovy
    • -0
    • +36
    ./domain/com/lemans/cpsc/ComCode.groovy
    • -0
    • +51
    ./domain/com/lemans/cpsc/Company.groovy
    • -0
    • +22
    ./domain/com/lemans/cpsc/Country.groovy
    • -0
    • +6
    ./domain/com/lemans/cpsc/Importer.groovy
    • -0
    • +6
    ./domain/com/lemans/cpsc/Maintainer.groovy
    • -0
    • +5
    ./domain/com/lemans/cpsc/Manufacturer.groovy
    • -0
    • +69
    ./domain/com/lemans/cpsc/Part.groovy
    • -0
    • +60
    ./domain/com/lemans/cpsc/PurchaseOrder.groovy
    • -0
    • +113
    ./domain/com/lemans/cpsc/Standard.groovy
  1. … 8 more files in changeset.
APPDEV-3873: config changes

  1. … 1 more file in changeset.
APPDEV-3873: Base project checkin

    • -0
    • +108
    ./conf/application.yml
    • -0
    • +36
    ./conf/logback.groovy
    • -0
    • +3
    ./conf/spring/resources.groovy
    • -0
    • +14
    ./controllers/cpsc/service/ApplicationController.groovy
    • -0
    • +17
    ./controllers/cpsc/service/UrlMappings.groovy
    • -0
    • +56
    ./i18n/messages.properties
    • -0
    • +55
    ./i18n/messages_cs.properties
    • -0
    • +56
    ./i18n/messages_da.properties
    • -0
    • +55
    ./i18n/messages_de.properties
    • -0
    • +55
    ./i18n/messages_es.properties
    • -0
    • +19
    ./i18n/messages_fr.properties
    • -0
    • +55
    ./i18n/messages_it.properties
    • -0
    • +55
    ./i18n/messages_ja.properties
    • -0
    • +56
    ./i18n/messages_nb.properties
    • -0
    • +55
    ./i18n/messages_nl.properties
  1. … 27 more files in changeset.