Ryan Parker

@ryparker

Joined on Jun 13, 2019

  • # Git sha compare ### Idea When committing to a branch, then compare the original master commit of the branch. When committing to master, then compare to the previous master commit. ### Environment variables `CURRENT_SHA = <Codebuild will provide this>` `CURRENT_BRANCH = <Codebuild will provide this>` `ACTUAL_IMAGES_SHA = CURRENT_SHA` `EXPECTED_IMAGES_SHA` ### Logic: ``` if (CURRENT_BRANCH == 'origin/dev') { // Set the expected sha to the last master commit EXPECTED_IMAGES_SH
     Like  Bookmark
  • Jira story: [UX-9](https://globalvetlink.atlassian.net/browse/UX-9) ## Description Text changes to login page and owner registration(view and email). These changes were approved by Ian and will hopefully reduce customer support calls. ### Login/Landing page Changed text: "Having trouble logging in?" -> "Reset Password" Increased font-size for reset password and remember me: 14px -> 16px ![Screen Shot 2019-06-12 at 5 12 23 PM](https://user-images.githubusercontent.com/17558268/59392502-82e3cf0
     Like  Bookmark