8000 Comparing 11.1.0...12.0.0 · adamayoung/TMDb · GitHub
[go: up one dir, main page]

Skip to content
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: adamayoung/TMDb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.1.0
Choose a base ref
...
head repository: adamayoung/TMDb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12.0.0
Choose a head ref
  • 15 commits
  • 191 files changed
  • 3 contributors

Commits on Mar 7, 2024

  1. FEATURE: Create session with login and password (#155)

    * Add endpoint
    
    * Add create session with login feature
    
    * Integration tests
    
    * Fix lint errors
    
    * Update GitHub Action for integration
    adamayoung authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ecdd603 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. FEATURE: Delete session (#156)

    * Add delete session endpoint
    
    * Add delete method for APIClient
    
    * Implement delete session on AuthenticationService
    
    * Fix lint errors
    
    * Add delete session integration test
    
    * Update Docs
    adamayoung authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    eaf3b71 View commit details
    Browse the repository at this point in the history
  2. FEATURE: Validate key (#157)

    * Add endpoint
    
    * Add validate key to AuthenticationService
    
    * Add validate key integration test
    
    * Update docs
    
    * Update README
    
    * Fix lint error
    adamayoung authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    32be886 View commit details
    Browse the repository at this point in the history
  3. FEATURE: Account details (#158)

    * Add AccountDetails model
    
    * Add account details endpoint
    
    * Add details to account service
    
    * Add documentation
    
    * Fix lint errors
    
    * Add account details integration test
    
    * Fix lint errors
    adamayoung authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d34b139 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. FEATURE: Favourite Movies and TV Series (#159)

    * Add add favourite endpoint
    
    * Add and remove movie and tv series
    
    * Add documentation
    
    * Add favourite movies endpoint
    
    * Favourite movies sort
    
    * Add documentation
    
    * Favourite TV series endpoint
    
    * Fetch favourite tv series
    
    * Add favourite integration tests
    
    * Fixc lint errors
    
    * Use swiftlint 0.53.0 in GH actions
    adamayoung authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    846d849 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. FEATURE: Watchlists (#160)

    * Add add to watchlist endpoint
    
    * Add movie to watchlist
    
    * Remove movie from watchlist
    
    * Add and remove TV series from watchlist
    
    * Movie and TV series watchlist endpoints
    
    * Add watchlist tests
    
    * Integration tests and docs
    
    * Fix lint error
    
    * Fix lint error
    adamayoung authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    41f2630 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    6910fb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c33e3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67a9a9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a312b16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f31aaa9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    002d346 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Bump actions/configure-pages from 4 to 5 (#168)

    Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5.
    - [Release notes](https://github.com/actions/configure-pages/releases)
    - [Commits](actions/configure-pages@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/configure-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5f3a228 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    dca0aff View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    17d8ace View commit details
    Browse the repository at this point in the history
Loading
0