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: supabase/supabase-swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: supabase/supabase-swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: guilherme/new-http-layer/storage
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 36 files changed
  • 2 contributors

Commits on Aug 11, 2025

  1. Configuration menu
    Copy the full SHA
    6cc678b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    106534b View commit details
    Browse the repository at this point in the history
  3. chore: sort dependencies

    # Conflicts:
    #	Package.resolved
    grdsdev committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    201f2b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac2ed30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45abd97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    415fd24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33a88bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d51bde3 View commit details
    Browse the repository at this point in the history
  9. move baseURL to Client type

    grdsdev committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    7a66e71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8080bcb View commit details
    Browse the repository at this point in the history
  11. remove Mocks on teardown

    grdsdev committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    8c89c31 View commit details
    Browse the repository at this point in the history
  12. fix tests

    grdsdev committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    dfbced2 View commit details
    Browse the repository at this point in the history
  13. fix tests

    grdsdev committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    710d282 View commit details
    Browse the repository at this point in the history
  14. use specific import

    grdsdev committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    21adc60 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8196dce View commit details
    Browse the repository at this point in the history
  16. refactor: move FetchTransportAdapter to Helpers module for reuse

    - Move FetchTransportAdapter from Functions to Sources/Helpers/HTTP/
    - Remove duplicate implementation from FunctionsClient
    - Keep package visibility for sharing across modules
    - Enables reuse for other module migrations in future PRs
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    grdsdev and claude committed Aug 11, 2025
    Configuration menu
    Copy the full SHA
    4af940a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Configuration menu
    Copy the full SHA
    d85f874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ca3473 View commit details
    Browse the repository at this point in the history
Loading