controllers

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
APPDEV-3873: Included more functional tests for Certificate

    • -12
    • +19
    ./com/lemans/cpsc/CertificateController.groovy
    • -0
    • +55
    ./com/lemans/cpsc/CertificateDTO.groovy
  1. … 9 more files in changeset.
APPDEV-3873: Added functional tests and validations

    • -2
    • +3
    ./com/lemans/cpsc/CertificateController.groovy
  1. … 6 more files in changeset.
APPDEV-3873: cleanup certificate create

  1. … 1 more file in changeset.
APPDEV-3873: cleanup certificate create

  1. … 3 more files in changeset.
APPDEV-3873: Fix certificate download and delete actions

    • -45
    • +45
    ./com/lemans/cpsc/CertificateController.groovy
APPDEV-3873 : cleanups

    • -1
    • +1
    ./com/lemans/cpsc/ManufacturerController.groovy
  1. … 2 more files in changeset.
APPDEV-3873: working TestingFacility endpoints.

  1. … 2 more files in changeset.
APPDEV-3873: working Manufacturer endpoints.

    • -51
    • +3
    ./com/lemans/cpsc/ManufacturerController.groovy
  1. … 2 more files in changeset.
APPDEV-3873: working standard endpoints.

    • -2
    • +2
    ./com/lemans/cpsc/StandardController.groovy
  1. … 2 more files in changeset.
APPDEV-3873: Fixed certificate download.

    • -3
    • +3
    ./com/lemans/cpsc/CertificateController.groovy
  1. … 7 more files in changeset.
APPDEV-3873: Fix Certificate Query

    • -2
    • +11
    ./com/lemans/cpsc/CertificateController.groovy
    • -0
    • +12
    ./com/lemans/cpsc/commands/CertificateQueryDTO.groovy
  1. … 3 more files in changeset.
APPDEV-3873: cleanup

    • -0
    • +23
    ./com/lemans/cpsc/commands/PartQueryDTO.groovy
    • -20
    • +0
    ./com/lemans/cpsc/commands/PartQueryDTO.java
  1. … 4 more files in changeset.
APPDEV-3873: Created URL Mappings

    • -7
    • +3
    ./com/lemans/cpsc/CertificateController.groovy
    • -1
    • +0
    ./com/lemans/cpsc/StandardController.groovy
APPDEV-3873: Certificate Controller

    • -413
    • +32
    ./com/lemans/cpsc/CertificateController.groovy
    • -0
    • +14
    ./com/lemans/cpsc/PartsController.groovy
    • -0
    • +26
    ./com/lemans/cpsc/commands/CertificateDTO.groovy
    • -0
    • +20
    ./com/lemans/cpsc/commands/PartQueryDTO.java
  1. … 8 more files in changeset.
APPDEV-3873: Contact controller deleted

    • -73
    • +0
    ./com/lemans/cpsc/ContactController.groovy
APPDEV-3873: TestingFacility controller

  1. … 2 more files in changeset.
APPDEV-3873: Manufacturer commit

    • -13
    • +33
    ./com/lemans/cpsc/ManufacturerController.groovy
  1. … 2 more files in changeset.
APPDEV-3873: Standard Controller

    • -92
    • +10
    ./com/lemans/cpsc/StandardController.groovy
  1. … 2 more files in changeset.
APPDEV-3873: Move to single certificate controller

    • -51
    • +0
    ./com/lemans/cpsc/AdminSearchController.groovy
    • -67
    • +130
    ./com/lemans/cpsc/CertificateController.groovy
    • -55
    • +0
    ./com/lemans/cpsc/SearchController.groovy
APPDEV-3873: Move Controllers

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

    • -0
    • +18
    ./com/lemans/cpsc/commands/ContactCommand.groovy
    • -0
    • +35
    ./com/lemans/cpsc/commands/ManufacturerCommand.groovy
    • -0
    • +112
    ./com/lemans/cpsc/commands/ShowDatesCommand.groovy
    • -0
    • +13
    ./com/lemans/cpsc/commands/ShowPartCommand.groovy
    • -0
    • +221
    ./com/lemans/cpsc/commands/StandardCommand.groovy
    • -0
    • +146
    ./com/lemans/cpsc/commands/TestingFacilityCommand.groovy
    • -0
    • +29
    ./com/lemans/cpsc/commands/UploadCertificateCommand.groovy
APPDEV-3873: Move Models

    • -0
    • +14
    ./com/lemans/ApplicationController.groovy
    • -0
    • +17
    ./com/lemans/UrlMappings.groovy
  1. … 19 more files in changeset.
APPDEV-3873: Base project checkin

    • -0
    • +14
    ./cpsc/service/ApplicationController.groovy
    • -0
    • +17
    ./cpsc/service/UrlMappings.groovy
  1. … 40 more files in changeset.