- Jul 31, 2017
-
-
Tauno Hogue authored
-
- Jul 28, 2017
-
-
Tauno Hogue authored
-
Tauno Hogue authored
-
- Jul 26, 2017
-
-
Aaron Bauman authored
- update a few broken unit tests
-
- Jul 11, 2017
-
-
Tauno Hogue authored
-
Tauno Hogue authored
-
- May 08, 2017
-
-
Alexander Rhodes authored
Fixes QueueHandlerTest to works with changes to QueueHandler
-
- May 02, 2017
-
-
Aaron Bauman authored
- Add exception handling inside enqueue method
-
- May 01, 2017
-
-
Aaron Bauman authored
-
- Apr 25, 2017
-
-
Aaron Bauman authored
-
- Apr 19, 2017
-
-
Aaron Bauman authored
-
- Apr 14, 2017
-
-
Aaron Bauman authored
-
- Apr 03, 2017
-
-
Aaron Bauman authored
-
- Mar 29, 2017
-
-
Aaron Bauman authored
- Mar 28, 2017
-
-
Aaron Bauman authored
-
Aaron Bauman authored
Converting Queue and Delete Handlers into services, eliminating ::create methods, and updated tests.
-
Aaron Bauman authored
-
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.
-
- Mar 10, 2017
-
-
Aaron Bauman authored
- Adds salesforce logger channel - Adds DIC on logger channel to event subscriber - Template for eliminating log messages from core functionality
-
Alexander Rhodes authored
PullBase’s logging not converted due to impending sweeping changes in mads-30 branch to same file.
-
- Mar 09, 2017
-
-
Aaron Bauman authored
-
- Mar 08, 2017
-
-
Alexander Rhodes authored
All references to salesforce_encrypt.client service removed salesforce_encrypt.client service definition removed Unused use statements removed from EncryptedRestClientInterface andRestCientInterface Constructors removed from EncryptedRestClientInterface and RestClientInterface Salesforce_encrypt\RestClient constructor cleaned up Adds Json mock to salesforce_encrypt\RestClientTest Fixes service name error in PullBase Fixes property visibility settings in RestClient so child salesforce_encrypt\RestClient may inherit them.
-
Alexander Rhodes authored
Normalizes RestClientInterface injection in DeleteHandler and QueueHandler All unit tests passing
-
Alexander Rhodes authored
and SaleforceControllerTest so all units tests pass.
-
Alexander Rhodes authored
Makes linter pass on MappedObject Adds missing SalesforcePushParamsEvent use statement to MappedObject
-
Alexander Rhodes authored
-
- Mar 07, 2017
-
-
Alexander Rhodes authored
-
Aaron Bauman authored
-
- Mar 06, 2017
-
-
Alexander Rhodes authored
Completes intelligent Drupal entity ID upsert code in PullBase If the SF API cannot be reached while trying to save the entity ID in SF, the queue processing is halted and the current queue item and remaining queue items are kept to process on a future pass. A check has been added on PullBase::updateEntity() to send the Entity ID to SF if none exists and the ID is configured to sync. Adds PullException to facilitate throwing expected Exception up to Cron to tell Cron to suspend queue processing but keep current and remaining queue items.
-
- Mar 01, 2017
-
-
Alexander Rhodes authored
Add check on results return in QueueHandler to avoid error of calling $results->records on non- existant object. Updates RestClient::apiCall to throw RestExceptions in all error cases Updates PullBase to detect RestExceptions from RestClient. Includes test code in PullBase to force exceptions to test new logic. SuspendQueueException may not be the proper Queue Exception to throw - it seems to delete/‘release’ the problematic item when it should be kept so it can be processed fully.
-
Alexander Rhodes authored
-
Alexander Rhodes authored
Adds new state value to force an update in PullBase::updateEntity Adds first pass at making pushing upset IDs to SF optional/configurable. It only pushes if the mapping has a defined upsert key.
-
Alexander Rhodes authored
-
- Feb 28, 2017
-
-
Alexander Rhodes authored
-
Aaron Bauman authored
- tweak to DeleteHandler timeframes to cover a gap in coverage, and to cover earlier start dates for first cron run - update sf push to respect salesforce_pull flag - convert Rest push queue processor events to "OpEvent"s, rather than ParamsEvents
-
Alexander Rhodes authored
-
- Feb 24, 2017
-
-
- Feb 13, 2017
-
-
git authored
-