branches

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
APPDEV-5478: Updated controller artefact utils.
APPDEV-5478: Creating maint branch
    • -0
    • +0
    ./maint/grails-app/i18n/messages_da.properties
    • -0
    • +19
    ./maint/grails-app/conf/BootStrap.groovy
    • -0
    • +0
    ./maint/grails-app/i18n/messages_ja.properties
  1. … 160 more files in changeset.
APPDEV-5478: Updated controller artefact utils.
APPDEV-5364: Changed lastUpdatedBy to include dealerCode.
APPDEV-5351: DuplicateKeyException now renders status 400 and uses message code DUPLICATE_KEY
APPDEV-5278: Responding with empty json object when there is no domainUserPreference
APPDEV-5141: now ignoring (git) Intellij IDEA IDE metadata files
    • -0
    • +3
    ./RSA-155_Rider_Support_Sprint_1/.gitignore
APPDEV-5043: now using domain metadata for set/reset password URLS in emails; added dat for domain 18; upgraded cobertura
APPDEV-5122: restricted DateTime ISO-8601 formatting to DealerUser endpoints
APPDEV-5122: updated ALL endpoints to use the ISO-8601 formatting
APPDEV-5165: Minor refactoring for domainUserPreference endPoints.
RSA-155: Merging latest trunk changes to the branch.
APPDEV-5153: Move branch to tags
  1. … 161 more files in changeset.
PNW-1120: Added userName filter to domainUser endPoint.
APPDEV-5096: Added permissionName filter on the use endPoint and fixed broken tests by data change.
APPDEV-5010: Fixed codenarc complaint on wild card import for test.mixin .
APPDEV-5010: Removed unused code.
APPDEV-5009: Refactored DomainUserPreference controller to use preferenceCode instead of preferenceId
APPDEV-4863: removed forgotPassword in favor of resetPassword with corresponding api changes
APPDEV-4840: updated to latest Lemans infrastruture code
APPDEV-4840: now using new version of ApiRenderer that uses messageSource instead of g tag
APPDEV-4840: fixed functional tests broken by ETL purging
APPDEV-4936: when adding a DomainUser, a WhiteListEntry is no longer added if the user dealerCode is 1 of the the internal dealerCodes
APPDEV-4936: when a DomainUser is created, a WhiteList Dealer entry is now also created for the underlying User's dealerCode
    • -0
    • +75
    ./RSA-155_Rider_Support_Sprint_1/test/unit/com/lemans/users/DomainUserManagerServiceSpec.groovy
APPDEV-4936: update to latest utils jars for controllers and testing
APDEV-4840: now adding defaultRole to User if provided along with domainId
APPDEV-4848: Changed the phoneNumbers validations minSize to 10 and maxSize to 20 for user domain class.
APPDEV-4848: Created a label for ipPhoneNumber .
APPDEV-4848: Changed the phoneNumbers validations size to 10 for user domain class.
APPDEV-4810: Custom 404 response when the requested url does not exist.