branches

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
APPDEV-4810: java8 eclipse stuff.
    • -0
    • +12
    ./RSA-155_Rider_Support_Sprint_1/.settings/org.eclipse.jdt.core.prefs
APPDEV-4612: fixed missed imports.
APPDEV-4612: codenarc.
APPDEV-4853: Added unit tests for preference, preferenceValue and domainUserPreference domain classes.
APPDEV-4840: updated to use domain contactInfo from db in DealerUser emails
APPDEV-4853: Added End point to get the prefernce by preference code.