Skip to content
Snippets Groups Projects
  1. Sep 27, 2021
  2. Feb 10, 2020
  3. Aug 21, 2019
  4. Mar 15, 2019
  5. Feb 26, 2019
  6. Feb 25, 2019
  7. Nov 30, 2018
  8. Nov 29, 2018
  9. Nov 27, 2018
  10. May 04, 2018
  11. Nov 17, 2017
  12. Oct 09, 2017
    • Aaron Bauman's avatar
      ================= · 23c25694
      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
      23c25694
  13. Sep 11, 2017
  14. Aug 03, 2017
  15. Aug 02, 2017
  16. Jul 31, 2017
  17. Jul 26, 2017
  18. Jul 07, 2017
  19. Jun 30, 2017
  20. Jun 13, 2017
  21. May 09, 2017
  22. May 08, 2017
  23. May 01, 2017
  24. Apr 05, 2017
  25. Apr 03, 2017
  26. Mar 29, 2017
  27. Mar 28, 2017
  28. Mar 13, 2017
  29. Feb 28, 2017
  30. Feb 24, 2017
  31. Feb 13, 2017
  32. Feb 03, 2017
    • git's avatar
      End of week commit · d13572d8
      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).
      d13572d8
  33. Feb 02, 2017
  34. Jan 30, 2017
  35. Jan 27, 2017
  36. Jan 24, 2017
  37. Jan 20, 2017
Loading