- Aug 10, 2018
-
-
Aaron Bauman authored
Add salesforce_pull drush adapter, with minor changes to some core salesforce classes.
-
- Jun 25, 2018
-
-
- May 04, 2018
-
-
Aaron Bauman authored
-
- Oct 16, 2017
-
-
Aaron Bauman 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 12, 2017
-
-
Aaron Bauman authored
-
- Sep 11, 2017
-
-
Aaron Bauman authored
-
- Aug 14, 2017
-
-
Aaron Bauman authored
-
- Aug 09, 2017
-
-
Issue #2896608 by aaronbauman: Last pull time tracked by SF object type but queries done per mapping
-
- Aug 08, 2017
-
-
Aaron Bauman authored
- Update .drush files to put pull- and push-commands in their respective modules - Update PullQueue components to allow better control from drush, and better ways to force records to be pulled - Fix missing url base path in a failing simpletest
-
- Aug 02, 2017
-
-
Aaron Bauman authored
RUN `drush entup` AFTER PULLING THIS COMMIT - Add MappedObject->force_pull field to mark mapped objects for forcible pull, ignoring entity and salesforce record timestamps - Fix pull queue handler refusing to pull when max_pull_size is null - Fix invalid delete query due to 30-day query window limit
-
- 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
-