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

update #1

Merged
merged 105 commits into from
Sep 3, 2021
Merged

update #1

merged 105 commits into from
Sep 3, 2021

Conversation

ansezz
Copy link
Owner

@ansezz ansezz commented Sep 3, 2021

No description provided.

gnikyt and others added 30 commits December 21, 2020 13:28
* Update ShopModel trait to use ShopId interface for value object

* Update ShopModel interface to reference new ShopId interface

* StyleCI fix

* Move all remaining classes using ShopId to use the ShopId interface

* StyleCI fixes

* Updated Shop query contract to use ShopId interface

* StyleCI fixes
* Some ITP code to test on live server

* Added log

* Completed ITP flow for testing

* Cleanup of code for ITP. Removed unneeded config service and config trait. Moved config to a helper function

* Cleanup for StyleCI

* Modified Blade to access new helper for config

* Fix to test suite to include ITP cookies for calls

* Completed test suite for new ITP

* Fix for styleCI
* Test PHP 8 support for Actions

* Drop older Laravel versions

* Exclude Laravel 7 from PHP 8 since Laravel 7 required ^7.2

* Use Laravel 8.22 as it supports PHP 8 and has no security reports

* Fix version 8.0 to 8.22 for Actions
* Fix for Chrome and requestStorageAccess

* Set manual cookie card to redirect back to app
Co-authored-by: Oleksii Savchuk <[email protected]>
* Fix for issue #742
* AuthShopify middleware: moved implode of data sources to own function
* AuthShopify middleware: implode of data sources now handles array and nested arrays

* SyleCI fix

* Ignore data if no HMAC in AuthShopify middleware
* Added read shop from referrer if everything fails

when using config_api_callback sometimes shop is just null if i click on an internal url of my app, but the information is present in the referrer

* Fix undefined variable

* Update ApiHelper.php

Added header support

* Update ApiHelper.php, style issue

* Moved shop retrieve logic to private function

* Update ApiHelper.php

* Added shop parameter for config_api_callback

* Fixed getShop default session value

* Check shop with ShopDomain

* Initialize variable

* Added use for ShopDomain class

* Fix code style

* Cast to avoid exception

* StyleCI Fixes

* Check before converting $shop
gnikyt and others added 29 commits June 30, 2021 12:35
…rs/create") (#868)

* Add utility to convert REST webhook topic to GraphQL topic. Add test.

* Convert webhook topic to GraphQL topic before creating the webhook

* Show the GraphQL topic and actual webhook address in the output

* Add more info to the `webhooks` config section comment

* Only replace "Job" at the end of the job name
* Increase default Shopify API version from `2020-01` to `2021-01`

Also add link to Shopify's versioning docs.

* Fix comment language

* Fix version check in test
* Fix many docblocks.

* Fix.
* Enable PHP-CS-Fixer.

* Fix all code violations.
…ravel-shopify into lucasmichot-optimize-conditions
* Exclude file

* Fix code
* Uses codecov.

* Also fix PHPStan syntax.

* Update URL.
* 🐛 Retain host parameter after successful install

* Include host parameter in default view for appbridge 2.0

* Style violation

Co-authored-by: Stephen Sweetland <[email protected]>
fixed ignoring installation the first time, will cause an installation failure next time
@ansezz ansezz merged commit b855772 into ansezz:master Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants