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: HMCo1/shopify_python_api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Shopify/shopify_python_api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 9 files changed
  • 4 contributors

Commits on Jan 8, 2025

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

Commits on Jan 11, 2025

  1. Refactor create_permission_url to handle optional scope.

    Modified `create_permission_url` to make `scope` optional, allowing it to be omitted when specified in the app's configuration (TOML). Updated the README to reflect this change and clarify usage. This improves flexibility and simplifies configuration management.
    tylerj117 committed Jan 11, 2025
    Configuration menu
    Copy the full SHA
    024d946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdaa10d View commit details
    Browse the repository at this point in the history
  3. fix: resolve new pylint warnings

    - Fix warnings introduced by pylint v3.3.3 upgrade
    nasudadada committed Jan 11, 2025
    Configuration menu
    Copy the full SHA
    7b04444 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2025

  1. Configuration menu
    Copy the full SHA
    ceada24 View commit details
    Browse the repository at this point in the history
  2. Fix typo in method signature of create_permission_url

    Removed an unnecessary extra space in the method signature of `create_permission_url`.
    tylerj117 committed Jan 12, 2025
    Configuration menu
    Copy the full SHA
    07d6c47 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Merge pull request Shopify#755 from nasudadada/fix-pre-commit

    Fix: Upgrade pre-commit dependencies to resolve CI failures
    sle-c authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    89731eb View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. Merge pull request Shopify#752 from nasudadada/add-rest-deprecation-n…

    …otice
    
    Add REST API deprecation notice to README
    sle-c authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    92aa042 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Update tests for create_permission_url method.

    Updated tests to improve clarity and consistency in naming and arguments. Modified `create_permission_url` calls to match new positional order for `redirect_uri` and `scope`. Enhanced assertion coverage for edge cases like empty scopes and added tests for state parameter handling.
    tylerj117 committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    adaf770 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. Merge branch 'main' into main

    Arkham authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    a3ae353 View commit details
    Browse the repository at this point in the history
  2. Fix linting errors

    Removes extra white space in parameters in session_test.py and changes conditional formatting in shopify/session.py.
    tylerj117 committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    12e933b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7b7ce0 View commit details
    Browse the repository at this point in the history
  4. Fix linting errors

    Removes extra white space in parameters in session_test.py and changes conditional formatting in shopify/session.py.
    tylerj117 committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    2f998c6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Shopify#757 from tylerj117/main

    [Bug] Fixes `session.create_permission_url()` to omit `scope` param if not required
    Arkham authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    f58c991 View commit details
    Browse the repository at this point in the history
Loading