- Sep 27, 2021
-
-
- Feb 10, 2020
-
-
- Aug 21, 2019
-
-
Aaron Bauman authored
-
- Mar 15, 2019
-
-
Aaron Bauman authored
Update new auth plugins with dependencies, refactor with annotation definition and super-class helpers, fix confusion between plugin definition and configuration
-
- Feb 26, 2019
-
-
Aaron Bauman authored
-
Aaron Bauman authored
-
- Feb 25, 2019
-
-
Aaron Bauman authored
-
- Nov 30, 2018
-
-
Aaron Bauman authored
-
Aaron Bauman authored
-
- Nov 29, 2018
-
-
Aaron Bauman authored
-
- Nov 27, 2018
-
- May 04, 2018
-
-
Aaron Bauman authored
-
- Nov 17, 2017
-
-
Alexander Rhodes authored
-
- Oct 09, 2017
-
-
Aaron Bauman authored
API CHANGE NOTICE ================= Issue #2914458 - Subscribers to PUSH_ALLOWED need to accept a SalesforcePushAllowedEvent event argument. See example in SalesforceExampleSubscriber Otherwise, minor changes in exception handling and event dispatching
-
- Sep 11, 2017
-
-
Aaron Bauman authored
-
- Aug 03, 2017
-
-
Aaron Bauman authored
-
- Aug 02, 2017
-
-
Aaron Bauman authored
Move push queue garbage collection into processQueue method, since it may run more frequently than cron
-
- Jul 31, 2017
-
-
Tauno Hogue authored
-
- Jul 26, 2017
-
-
Aaron Bauman authored
- update a few broken unit tests
-
- Jul 07, 2017
-
-
Gabriel Carleton-Barnes authored
-
- Jun 30, 2017
-
-
Aaron Bauman authored
-
- Jun 13, 2017
-
-
- May 09, 2017
-
-
Aaron Bauman authored
-
- May 08, 2017
-
-
Aaron Bauman authored
-
- May 01, 2017
-
-
Aaron Bauman authored
-
- Apr 05, 2017
-
-
Aaron Bauman authored
- Tweaks PushQueue service interfaces - adds static PushQueue::create()
-
- Apr 03, 2017
-
-
Aaron Bauman authored
-
- Mar 29, 2017
-
-
Aaron Bauman authored
-
- Mar 28, 2017
-
-
Aaron Bauman authored
-
- Mar 13, 2017
-
-
Alexander Rhodes authored
All known logger calls have been converted to event dispatcher calls which dispatch Salesforce events that perform the logging.
-
- Feb 28, 2017
-
-
Alexander Rhodes authored
-
- Feb 24, 2017
-
-
Aaron Bauman authored
-
- Feb 13, 2017
-
-
git authored
Fixes $this use error in RecordType::isAllowed static function
-
- Feb 03, 2017
-
-
git authored
Adds DeleteHandlerTest (not quite working yet) Removes injected Url object in RestClient. There is no @url service in core.services.yml and we’re not supposed to use UrlGenerator. Since Url is only used once in RestClient::getAuthCallbackUrl(), Url is used directly and that method can be easily mocked under test. Cleans up salesforce_pull_cron() Cleans up DeleteHandler’s use statements Adds Request object to DeleteHandler’s constructor to handle REQUEST_TIME server global Adds boolean returns to DeleteHandler methods for unit testing purposes Fixes camel casing in MappedObjectStorage::loadBySfid() call in DeleteHandler Converts try/catch pairs in DeleteHandler to non-exception based conditional logic to make logic testable Cleans up PullBase’s use statements Adds event dispatcher service to PullBase’s constructor Removes some property reference discrepancies in PullBase Removes unnecessary code from PullBaseTest Removes unnecessary code from QueueHandlerTest Adds back in missing properties in a loadByProperties call in salesforce_push.module Adds logger.factory service to PushQueue’s service definition in salesforce_push.services.yml Changes logger service injection in PushQueue’s constructor to logger.factory service (there is no logger service defined in core.services.yml) Fixes all logger service references in PushQueue Cleans up SalesforcePushQueueProcessor/Rest’s use statements Removes EntityManager service injection in SalesforcePushQueueProcessor/Rest’s constructor in favor of already existing EntityTypeManager service Still to do: DeletehandlerTest needs to pass - A deep property call is not working, causing the test to error out. Fix DeleteHandler’s call to property so it’s easier to mock under test Address Warning: array_flip(): Can only flip STRING and INTEGER values! error in or around SalesForcePullEvent Fix PullBase’s multiple creation of same new Drupal entity (was fixed, now showing up again).
-
- Feb 02, 2017
-
-
Aaron Bauman authored
- Repurpose EntityNotFoundException to be used only (currently) during push queue processing - Rewrite salesforce_push_load_push_mappings() as method of SalesforceMappingStorage
-
- Jan 30, 2017
-
-
Aaron Bauman authored
-
- Jan 27, 2017
-
-
git authored
Fixes injected service call in PushQueue
-
- Jan 24, 2017
-
-
Aaron Bauman authored
-
Aaron Bauman authored
Throwing exceptions on load() needs to be optional, otherwise form validation will choke since Entity API assumes an unpredictable result from load() operations
-
- Jan 20, 2017
-
-
Aaron Bauman authored
- When "async" is false, attempt real-time push and enqueue async push on failure only - When "async" is true, do not attempt real-time push; enqueue async push only
-