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

Sidra Version Of Chitter Challenge #2175

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

Commits on Apr 6, 2023

  1. setup

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    c87132a View commit details
    Browse the repository at this point in the history
  2. seeds creation

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    ce566f2 View commit details
    Browse the repository at this point in the history
  3. add user repo test

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    623bf1b View commit details
    Browse the repository at this point in the history
  4. all user test driven

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    7a71896 View commit details
    Browse the repository at this point in the history
  5. find method complete

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    159a12a View commit details
    Browse the repository at this point in the history
  6. create new_user method added and tested

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    69b5f55 View commit details
    Browse the repository at this point in the history
  7. BCRypt on the find_by_email and all methods for password de-encryption

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    861c0ff View commit details
    Browse the repository at this point in the history
  8. extra test expect for create user

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a22c5ff View commit details
    Browse the repository at this point in the history
  9. peep_repo all method

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b0cd2a9 View commit details
    Browse the repository at this point in the history
  10. create new pip rspec created

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    eaf128f View commit details
    Browse the repository at this point in the history
  11. peep creation

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    bdcd5a8 View commit details
    Browse the repository at this point in the history
  12. renamed folder for recipe

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    6095bef View commit details
    Browse the repository at this point in the history
  13. add comment for time.now

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8cc1f85 View commit details
    Browse the repository at this point in the history
  14. added Time.now in create_peep

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    dd334b4 View commit details
    Browse the repository at this point in the history
  15. set up Sinatra project

    Sidra Iqbal authored and Sidra Iqbal committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    3c3fce0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. get homepage method:

    Sidra Iqbal authored and Sidra Iqbal committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    8e6b3cd View commit details
    Browse the repository at this point in the history
  2. get '/' with peeps done

    Sidra Iqbal authored and Sidra Iqbal committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    6004883 View commit details
    Browse the repository at this point in the history
  3. register page

    Sidra Iqbal authored and Sidra Iqbal committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    9b3334e View commit details
    Browse the repository at this point in the history
  4. register page added

    Sidra Iqbal authored and Sidra Iqbal committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    2461081 View commit details
    Browse the repository at this point in the history
  5. post '/' for user registration added

    Sidra Iqbal authored and Sidra Iqbal committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    24b1aee View commit details
    Browse the repository at this point in the history
  6. post register

    Sidra Iqbal authored and Sidra Iqbal committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    0e3c4b9 View commit details
    Browse the repository at this point in the history
  7. reversed the extra validation for email etc

    Sidra Iqbal authored and Sidra Iqbal committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    7a3ad97 View commit details
    Browse the repository at this point in the history
  8. rubocop tidying

    Sidra Iqbal authored and Sidra Iqbal committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    a8fd8f8 View commit details
    Browse the repository at this point in the history
  9. login pending

    Sidra Iqbal authored and Sidra Iqbal committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    f856d31 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. login post changes

    Sidra Iqbal authored and Sidra Iqbal committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    5532034 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. login and logout done

    Sidra Iqbal authored and Sidra Iqbal committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    379c4cc View commit details
    Browse the repository at this point in the history
  2. new_peep route

    Sidra Iqbal authored and Sidra Iqbal committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    c19ca13 View commit details
    Browse the repository at this point in the history
  3. fixed the login where incorrect email put in

    Sidra Iqbal authored and Sidra Iqbal committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    ef89d18 View commit details
    Browse the repository at this point in the history
  4. sort posts by newest first

    Sidra Iqbal authored and Sidra Iqbal committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    1ba516d View commit details
    Browse the repository at this point in the history
  5. refactor login post

    Sidra Iqbal authored and Sidra Iqbal committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    7b35be6 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. add css

    Sidra Iqbal authored and Sidra Iqbal committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    c65f134 View commit details
    Browse the repository at this point in the history
  2. trying to add username to no avail

    Sidra Iqbal authored and Sidra Iqbal committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    543a254 View commit details
    Browse the repository at this point in the history
  3. Failed to add username

    Sidra Iqbal authored and Sidra Iqbal committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    e7ca13d View commit details
    Browse the repository at this point in the history
  4. Setup for deploy

    Sidra Iqbal authored and Sidra Iqbal committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    bb3ca20 View commit details
    Browse the repository at this point in the history
  5. ENV in database connection

    Sidra Iqbal authored and Sidra Iqbal committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9c73d93 View commit details
    Browse the repository at this point in the history
  6. update to add bcrypt

    Sidra Iqbal authored and Sidra Iqbal committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    4f1f4dc View commit details
    Browse the repository at this point in the history
  7. removed comments from database connection

    :
    Sidra Iqbal authored and Sidra Iqbal committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    a3d2c94 View commit details
    Browse the repository at this point in the history
  8. add an argument

    Sidra Iqbal authored and Sidra Iqbal committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    94fb625 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Updating README.md

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ba54fd7 View commit details
    Browse the repository at this point in the history
  2. update Readme

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0141dd4 View commit details
    Browse the repository at this point in the history
  3. readme

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8b3938e View commit details
    Browse the repository at this point in the history
  4. readme

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ce97f53 View commit details
    Browse the repository at this point in the history
  5. readme

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    52cd439 View commit details
    Browse the repository at this point in the history
  6. readme

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d528711 View commit details
    Browse the repository at this point in the history
  7. README

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    944ff84 View commit details
    Browse the repository at this point in the history
  8. README

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    859e379 View commit details
    Browse the repository at this point in the history
  9. README

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    dc63846 View commit details
    Browse the repository at this point in the history
  10. README

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f4ad071 View commit details
    Browse the repository at this point in the history
  11. README

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5d7f969 View commit details
    Browse the repository at this point in the history
  12. README

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    77ed7ea View commit details
    Browse the repository at this point in the history
  13. README

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    88ebaa2 View commit details
    Browse the repository at this point in the history
  14. Add image

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    6701c63 View commit details
    Browse the repository at this point in the history
  15. Add image

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ac6ffeb View commit details
    Browse the repository at this point in the history
  16. Add image

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    c37b463 View commit details
    Browse the repository at this point in the history
  17. Add image

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d6afa48 View commit details
    Browse the repository at this point in the history
  18. Add image

    Sidra Iqbal authored and Sidra Iqbal committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    627b4d1 View commit details
    Browse the repository at this point in the history