Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: udacity/cloud-developer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: RafaO/cloud-developer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 9 files changed
  • 1 contributor

Commits on May 1, 2020

  1. finish lesson 4

    RafaO committed May 1, 2020
    Configuration menu
    Copy the full SHA
    1945b82 View commit details
    Browse the repository at this point in the history
  2. remove stubb auth functions

    RafaO committed May 1, 2020
    Configuration menu
    Copy the full SHA
    3971fbd View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. fix: pass json object to generateJWT function

    Pass a JSON because the generateJWT function needs a plain text object in the payload parameter.
    RafaO committed May 2, 2020
    Configuration menu
    Copy the full SHA
    6d56a11 View commit details
    Browse the repository at this point in the history
  2. feat: add endpoint to filter image given url

    The implemented method does the following process:
    
    - validate query parameters to receive the image url
    
    - call the utils method to filter the given image
    
    - send the filtered image as response and delete the local files
    RafaO committed May 2, 2020
    Configuration menu
    Copy the full SHA
    7270aac View commit details
    Browse the repository at this point in the history
  3. fix: update package.json

    Use proper main entry point and start script inside the json to fix deployment to EB
    RafaO committed May 2, 2020
    Configuration menu
    Copy the full SHA
    fe62f3d View commit details
    Browse the repository at this point in the history
  4. docs: add eb screenshot

    Add the resulting screenshot of the EB console
    RafaO committed May 2, 2020
    Configuration menu
    Copy the full SHA
    da09483 View commit details
    Browse the repository at this point in the history
Loading