-
Notifications
You must be signed in to change notification settings - Fork 51
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
Adds product/save to message queue #144
Open
jordanallain
wants to merge
15
commits into
develop
Choose a base branch
from
202111_product_save_webhook
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 8, 2021
-
Adds product/save to message queue
- Adds a getWebhooks method/endpoint to the Reclaim interface for querying the customizable webhooks. - Adds the observer that runs when a product is saved. - Adds the Cron class for managing product data that needs to be synced to Klaviyo. - Admin HTML for configuring the webhook. - Modify the webhook helper so we only encode the json once.
Configuration menu - View commit details
-
Copy full SHA for 5aba402 - Browse repository at this point
Copy the full SHA 5aba402View commit details
Commits on Nov 9, 2021
-
- Remove some comments. - Reduce if statements to a single line.
Configuration menu - View commit details
-
Copy full SHA for ff657f6 - Browse repository at this point
Copy the full SHA ff657f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b60705e - Browse repository at this point
Copy the full SHA b60705eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a140aa6 - Browse repository at this point
Copy the full SHA a140aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c53ee - Browse repository at this point
Copy the full SHA 43c53eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 905c644 - Browse repository at this point
Copy the full SHA 905c644View commit details
Commits on Nov 10, 2021
-
Restructure product/save payload
- Move store_ids to top level property.
Configuration menu - View commit details
-
Copy full SHA for 682cc17 - Browse repository at this point
Copy the full SHA 682cc17View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcfe92b - Browse repository at this point
Copy the full SHA fcfe92bView commit details
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b9c26fc - Browse repository at this point
Copy the full SHA b9c26fcView commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 67d5e2d - Browse repository at this point
Copy the full SHA 67d5e2dView commit details -
Move the category name hydration into cron
- In the observer we'll just get the cateroy ids. - In the cron job we'll look up the category names based on the ids so this code runs in the background instead of when the user is saving a product.
Configuration menu - View commit details
-
Copy full SHA for d2b1ea9 - Browse repository at this point
Copy the full SHA d2b1ea9View commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dae44cb - Browse repository at this point
Copy the full SHA dae44cbView commit details -
Respond with array of arrays in getWebhooks
- Change the response from the getWebhooks endpoint so that it returns an array of arrays instead of an array of associative arrays. This makes it unpackable app-side.
Configuration menu - View commit details
-
Copy full SHA for 2699a28 - Browse repository at this point
Copy the full SHA 2699a28View commit details
Commits on Nov 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cd37f4d - Browse repository at this point
Copy the full SHA cd37f4dView commit details
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 440ebc8 - Browse repository at this point
Copy the full SHA 440ebc8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.