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

Tmdb movie details #26

Merged
merged 29 commits into from
Aug 12, 2023
Merged

Tmdb movie details #26

merged 29 commits into from
Aug 12, 2023

Commits on Aug 7, 2023

  1. Install node-fetch

    JHWelch committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8b11a99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89acd31 View commit details
    Browse the repository at this point in the history
  3. Use built in node

    JHWelch committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    fa1336a View commit details
    Browse the repository at this point in the history
  4. Get most fields

    JHWelch committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    2b069b6 View commit details
    Browse the repository at this point in the history
  5. Allow for multiple mocks

    JHWelch committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    593bc2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    beeaef1 View commit details
    Browse the repository at this point in the history
  7. Add CrewResponse

    JHWelch committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0760270 View commit details
    Browse the repository at this point in the history
  8. Handle both correctly

    JHWelch committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d45eaac View commit details
    Browse the repository at this point in the history
  9. Add director accessor

    JHWelch committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    587c49a View commit details
    Browse the repository at this point in the history
  10. Get all details

    JHWelch committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    dcab486 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Add two Ids

    JHWelch committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    610e6f7 View commit details
    Browse the repository at this point in the history
  2. Use concise syntax

    JHWelch committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b84abd3 View commit details
    Browse the repository at this point in the history
  3. Pass movies to nRelation

    JHWelch committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f3cae86 View commit details
    Browse the repository at this point in the history
  4. Fix import

    JHWelch committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    262a85a View commit details
    Browse the repository at this point in the history
  5. Abstract to TmdbMock

    JHWelch committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e7882f8 View commit details
    Browse the repository at this point in the history
  6. abstract mockFetch

    JHWelch committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ab074fd View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. clean up notionMock

    JHWelch committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    00c7bea View commit details
    Browse the repository at this point in the history
  2. use NotionMovies

    JHWelch committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3bcffc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c93714 View commit details
    Browse the repository at this point in the history
  4. add merge to Movie

    JHWelch committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e9e3fb1 View commit details
    Browse the repository at this point in the history
  5. Make merge just change state

    JHWelch committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6472c86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fe4615 View commit details
    Browse the repository at this point in the history
  7. Fix test

    JHWelch committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f3cb8db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5994a1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    985c078 View commit details
    Browse the repository at this point in the history
  10. Remove unused vars

    JHWelch committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    40358ae View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Update tmdb id to number

    JHWelch committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    5368cd3 View commit details
    Browse the repository at this point in the history
  2. Resolve any types

    JHWelch committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    5116375 View commit details
    Browse the repository at this point in the history
  3. Resolve search any types

    JHWelch committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    66fd12b View commit details
    Browse the repository at this point in the history