-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: HMCo1/shopify_python_api
base: main
head repository: Shopify/shopify_python_api
compare: main
- 14 commits
- 9 files changed
- 4 contributors
Commits on Jan 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9451fe5 - Browse repository at this point
Copy the full SHA 9451fe5View commit details
Commits on Jan 11, 2025
-
Refactor
create_permission_urlto handle optionalscope.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.
Configuration menu - View commit details
-
Copy full SHA for 024d946 - Browse repository at this point
Copy the full SHA 024d946View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdaa10d - Browse repository at this point
Copy the full SHA cdaa10dView commit details -
fix: resolve new pylint warnings
- Fix warnings introduced by pylint v3.3.3 upgrade
Configuration menu - View commit details
-
Copy full SHA for 7b04444 - Browse repository at this point
Copy the full SHA 7b04444View commit details
Commits on Jan 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ceada24 - Browse repository at this point
Copy the full SHA ceada24View commit details -
Fix typo in method signature of create_permission_url
Removed an unnecessary extra space in the method signature of `create_permission_url`.
Configuration menu - View commit details
-
Copy full SHA for 07d6c47 - Browse repository at this point
Copy the full SHA 07d6c47View commit details
Commits on Jan 13, 2025
-
Merge pull request Shopify#755 from nasudadada/fix-pre-commit
Fix: Upgrade pre-commit dependencies to resolve CI failures
Configuration menu - View commit details
-
Copy full SHA for 89731eb - Browse repository at this point
Copy the full SHA 89731ebView commit details
Commits on Jan 14, 2025
-
Merge pull request Shopify#752 from nasudadada/add-rest-deprecation-n…
…otice Add REST API deprecation notice to README
Configuration menu - View commit details
-
Copy full SHA for 92aa042 - Browse repository at this point
Copy the full SHA 92aa042View commit details
Commits on Jan 17, 2025
-
Update tests for
create_permission_urlmethod.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.
Configuration menu - View commit details
-
Copy full SHA for adaf770 - Browse repository at this point
Copy the full SHA adaf770View commit details
Commits on Jan 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a3ae353 - Browse repository at this point
Copy the full SHA a3ae353View commit details -
Removes extra white space in parameters in session_test.py and changes conditional formatting in shopify/session.py.
Configuration menu - View commit details
-
Copy full SHA for 12e933b - Browse repository at this point
Copy the full SHA 12e933bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7b7ce0 - Browse repository at this point
Copy the full SHA a7b7ce0View commit details -
Removes extra white space in parameters in session_test.py and changes conditional formatting in shopify/session.py.
Configuration menu - View commit details
-
Copy full SHA for 2f998c6 - Browse repository at this point
Copy the full SHA 2f998c6View commit details -
Merge pull request Shopify#757 from tylerj117/main
[Bug] Fixes `session.create_permission_url()` to omit `scope` param if not required
Configuration menu - View commit details
-
Copy full SHA for f58c991 - Browse repository at this point
Copy the full SHA f58c991View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main