This repository was archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Support for Async operations in WebAPI #4
Comments
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 20, 2018
- get AsynchronousRequestProcessor implement ProcessorInterface - remove exception hiding
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 21, 2018
- fixed static tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 27, 2018
- Moved MassSchedule class to Asynchronous operations
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 27, 2018
- Merged Swagger Pull Request
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 27, 2018
- Updated composer.json - Fixed wrong class reference
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 27, 2018
- Removed outdated test
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 27, 2018
- Removed outdated test - Returned correct preference
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 28, 2018
- Moved ConfigInterface to Asynchronous operations - updated tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 28, 2018
- Updated the interface of the Config
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 28, 2018
- Fixed static tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 28, 2018
- Fixed static tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 28, 2018
- Fixed static tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 28, 2018
- Fixed static tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 28, 2018
- Fixed static tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 28, 2018
- Separated Operations Status from the Status implementation for the legacy compativbility
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 28, 2018
- enable app isolation for the Config Test
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 28, 2018
- Fixed message queue integration test
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 28, 2018
- Fixed integration tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 28, 2018
- Fixed integration tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 28, 2018
- Fixed static tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- Fixed integration tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- Fixed static tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- Fixed static tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- Fixed integration tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- Reduced coupling between objects
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- Fixed integration tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- Fixed unit tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- Fixed static tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- Fixed integration tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- Fixed integration tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- Disable topic generation for performance tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- removed unused variable - enabled topic generation for performance tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- fixed static tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- disabled extension for performance tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- removed unsupported void return type
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 29, 2018
- changed interface names per architectural feedback - added statuses tracking for successfull operations
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 30, 2018
- fixed static and integration tests
vrann
added a commit
to magento/bulk-api-ce
that referenced
this issue
Mar 30, 2018
- fixed static and integration tests
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As a Magento Developer, I would like to make WebAPI calls asynchronously so that my integrations don't have to wait for my requests to get processed to complete when it's not necessary.
In the product update context, this means that I can invoke single or bulk product APIs and get an immediate response that my request was accepted, and I'm offered a separate status reporting API to check on the progress of my requests by ID. For now this will only be available in Commerce and not Open Source.
High Level Design
Please follow High Level Design for implementation details
Acceptance Criteria
The text was updated successfully, but these errors were encountered: