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: markmavromatis/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.
  • 20 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 2, 2020

  1. Create cars get/post services

    Mark Mavromatis authored and Mark Mavromatis committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    1dc0497 View commit details
    Browse the repository at this point in the history
  2. Updated cars/ API code after reviewing solution

    Mark Mavromatis authored and Mark Mavromatis committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    a611c3a View commit details
    Browse the repository at this point in the history
  3. Added Mocha unit tests

    Mark Mavromatis authored and Mark Mavromatis committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    8258749 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Implemented feed router services (Get/Patch)

    Mark Mavromatis authored and Mark Mavromatis committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    be5baa2 View commit details
    Browse the repository at this point in the history
  2. Migrated secrets to environment variables

    Mark Mavromatis authored and Mark Mavromatis committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    9bfcb5e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Remove src/ folder from package.json 'main' property

    Mark Mavromatis authored and Mark Mavromatis committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    82e3138 View commit details
    Browse the repository at this point in the history
  2. Stubbed authorization router functions with return values

    Mark Mavromatis authored and Mark Mavromatis committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    07b2888 View commit details
    Browse the repository at this point in the history
  3. Updated aws.ts credentials setting for DEPLOYED instance

    Mark Mavromatis authored and Mark Mavromatis committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    bba64bb View commit details
    Browse the repository at this point in the history
  4. Implemented generate- and compare- password functions

    Mark Mavromatis authored and Mark Mavromatis committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    11c8e8f View commit details
    Browse the repository at this point in the history
  5. Implemented JWT token generation

    Mark Mavromatis authored and Mark Mavromatis committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    a1934b8 View commit details
    Browse the repository at this point in the history
  6. Implemented JWT token authorization

    Mark Mavromatis authored and Mark Mavromatis committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    e0fefb9 View commit details
    Browse the repository at this point in the history
  7. Create CODEOWNERS

    markmavromatis authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    7a37baf View commit details
    Browse the repository at this point in the history
  8. Update CODEOWNERS

    markmavromatis authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    fdc3761 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1 from markmavromatis/f-auth

    Implement authentication features: Password store and JWT Tokens
    markmavromatis authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    64a2d83 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #2 from markmavromatis/master

    Syncing these branches
    markmavromatis authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    7f83a3c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3 from markmavromatis/stage

    Sync dev branch
    markmavromatis authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    18baad0 View commit details
    Browse the repository at this point in the history
  12. Update CODEOWNERS

    markmavromatis authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ed73900 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    551946b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    07fdc67 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #6 from markmavromatis/stage

    Update code owners file
    markmavromatis authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    4ae9d4d View commit details
    Browse the repository at this point in the history
Loading