Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evan Thomas Chitter Challenge #2187

Open
wants to merge 56 commits into
base: main
Choose a base branch
from
Open

Evan Thomas Chitter Challenge #2187

wants to merge 56 commits into from

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    3cf4eaa View commit details
    Browse the repository at this point in the history
  2. Write sql seeds files

    ev-th committed May 5, 2023
    Configuration menu
    Copy the full SHA
    686a27c View commit details
    Browse the repository at this point in the history
  3. Set up empty database files

    ev-th committed May 5, 2023
    Configuration menu
    Copy the full SHA
    7ae5ca5 View commit details
    Browse the repository at this point in the history
  4. Write UserRepository#find

    ev-th committed May 5, 2023
    Configuration menu
    Copy the full SHA
    e04cb8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b41415d View commit details
    Browse the repository at this point in the history
  6. Write PeepRepository#all

    ev-th committed May 5, 2023
    Configuration menu
    Copy the full SHA
    2a3a279 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    880717b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29888d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38ba99b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d00069c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e987bf8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    469293e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e3ae33e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ae84c4d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3065380 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7bb239c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c97f8a3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e022178 View commit details
    Browse the repository at this point in the history
  19. Fix rubocop offenses

    ev-th committed May 5, 2023
    Configuration menu
    Copy the full SHA
    10c1494 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    d38fe32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b651d7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc43ca View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    a8cbb33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddbc07a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd44160 View commit details
    Browse the repository at this point in the history
  4. Make GET /login and html page

    ev-th committed May 9, 2023
    Configuration menu
    Copy the full SHA
    16ff5c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3bf420 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6ae431 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    547554e View commit details
    Browse the repository at this point in the history
  8. Implement user login

    ev-th committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9938503 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c93e935 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a51ce00 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c872fc8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. implement logout

    :
    ev-th committed May 10, 2023
    Configuration menu
    Copy the full SHA
    ce770e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71088c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02364fc View commit details
    Browse the repository at this point in the history
  4. Add .env to .gitignore

    ev-th committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2797a84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67d5a0c View commit details
    Browse the repository at this point in the history
  6. Implement EmailSender

    ev-th committed May 10, 2023
    Configuration menu
    Copy the full SHA
    162d3c8 View commit details
    Browse the repository at this point in the history
  7. Begin writing EmailSender test

    ev-th committed May 10, 2023
    Configuration menu
    Copy the full SHA
    937354e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ace0311 View commit details
    Browse the repository at this point in the history
  9. Email user when tagged in peep

    ev-th committed May 10, 2023
    Configuration menu
    Copy the full SHA
    93cd1d9 View commit details
    Browse the repository at this point in the history
  10. Add some css styling

    ev-th committed May 10, 2023
    Configuration menu
    Copy the full SHA
    ea318d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d502dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5bf835f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Change the bcrypt hashing cost

    ev-th committed May 11, 2023
    Configuration menu
    Copy the full SHA
    a071798 View commit details
    Browse the repository at this point in the history
  2. Setup for deploy

    ev-th committed May 11, 2023
    Configuration menu
    Copy the full SHA
    12328a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19170b8 View commit details
    Browse the repository at this point in the history
  4. Write Peep#formatted_time

    ev-th committed May 11, 2023
    Configuration menu
    Copy the full SHA
    48846b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de8f0be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ab159d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e255ea View commit details
    Browse the repository at this point in the history
  8. Refactor EmailSender

    ev-th committed May 11, 2023
    Configuration menu
    Copy the full SHA
    1e43f0f View commit details
    Browse the repository at this point in the history
  9. Refactor for style guide

    ev-th committed May 11, 2023
    Configuration menu
    Copy the full SHA
    adbc99f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d20e9f View commit details
    Browse the repository at this point in the history
  11. Write README.md

    ev-th committed May 11, 2023
    Configuration menu
    Copy the full SHA
    ce69d21 View commit details
    Browse the repository at this point in the history