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

Joe King / Bryan Flanagan Pair Project PR #204

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

Commits on Jan 30, 2023

  1. Create pull_request_template.md

    Created PR template - Created via zoom with both JK & BF
    bflanagan138 authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    1f5d653 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from bflanagan138/bflanagan138-patch-1

    Create pull_request_template.md
    this-is-joeking authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    33894fd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. feat: Create migrations:

    bflanagan138 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    bb7aca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23dc481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ad0fd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6ee4cb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16 from bflanagan138/jk_migrations

    Refactor: Remove tables from db that will come from TMDB API
    bflanagan138 authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    75b74c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7afe57c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    400d1d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cf688d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e212db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3eb2c0f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d0229e View commit details
    Browse the repository at this point in the history
  12. Merge pull request #17 from bflanagan138/jk_landing_page

    Jk landing page
    bflanagan138 authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    3563fa4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d92045 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    135fb95 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6c118b2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    84e61e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    9f7f47a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from bflanagan138/bf_user_registration_page

    Bf user registration page
    this-is-joeking authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5402906 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d70cc35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3762c80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2caec86 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #21 from bflanagan138/jk_user_dashboard

    Jk user dashboard
    bflanagan138 authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    49aca98 View commit details
    Browse the repository at this point in the history
  7. refactor: Format user show page to add border around viewing parties …

    …to match wireframe example
    bflanagan138 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    d402c95 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #22 from bflanagan138/bf_format_user_show

    refactor: Format user show page to add border around viewing parties …
    this-is-joeking authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    33fa054 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a51b65 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b5903f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #23 from bflanagan138/bf_dashboard_discover_movies

    Bf dashboard discover movies
    this-is-joeking authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a053ff2 View commit details
    Browse the repository at this point in the history
  12. refactor: Discover Movies page to include button to find top rated mo…

    …vies with working path and search field for finding movies by keyword
    this-is-joeking committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1d17b32 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25b2c58 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b08ae71 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    496c328 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #24 from bflanagan138/jk_discover_movies_page

    Jk discover movies page
    bflanagan138 authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0cc0dca View commit details
    Browse the repository at this point in the history
  17. test: Add webmock gem and adjust tests to use webmock instead of call…

    …ing API, created json fixture files
    this-is-joeking committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9ce020b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8bb7265 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3d766fb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    10da32d View commit details
    Browse the repository at this point in the history
  21. Merge pull request #25 from bflanagan138/jk_add_webmock

    Jk add webmock
    bflanagan138 authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3c7fc37 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    c4ee387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3f92e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce069d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    185c61c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14d3b14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5fb59e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55b0107 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #27 from bflanagan138/jk_movie_details

    Jk movie details
    bflanagan138 authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8020324 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c47619e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89ff9f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1317b61 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    40eecdd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    718d2bd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d7a6fd5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    90ea53d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cfcaa59 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    751a682 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    10e7b51 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7a12cde View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    beb1d02 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7c4c1c7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7665a52 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4aceb14 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3bad24c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cbc7aae View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    22b5208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174947c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #29 from bflanagan138/jk_facade_tests

    Jk facade tests
    bflanagan138 authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    fcdfc1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52196b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e63045 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #30 from bflanagan138/bf_dashboard_viewing_parties

    Bf dashboard viewing parties
    this-is-joeking authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5e7d0ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49e9d1c View commit details
    Browse the repository at this point in the history
  8. refactor: Added additional tests and moved creation of vp-users to ha…

    …ppen alongside creation of viewing party
    this-is-joeking committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    7a41ad3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    12b670c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b58aaa2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eb91d7c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb83c00 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0726f00 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3cc6235 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eec7802 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    701ff4b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4af3467 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #34 from bflanagan138/jk_final_touches

    Jk final touches
    bflanagan138 authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    83efee0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1f3330d View commit details
    Browse the repository at this point in the history
  20. Merge pull request #35 from bflanagan138/jk_add_bootstrap

    feat: Add bootstrap gem
    bflanagan138 authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b0ae698 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4760f33 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #36 from bflanagan138/bf_create_seeds

    feat: Populate seed file
    this-is-joeking authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    27b1972 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fa9d1a2 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #37 from bflanagan138/bf_vp_checkbox

    refactor: Format viewing party page to list invitees on separate lines
    this-is-joeking authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    779c65a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7f9ef64 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #38 from bflanagan138/jk_rubocop_linting

    refactor: Rubocop linting and style corrections
    bflanagan138 authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    ea1dc8e View commit details
    Browse the repository at this point in the history