Skip to content
Snippets Groups Projects
  1. Jan 30, 2017
  2. Jan 27, 2017
  3. Jan 26, 2017
  4. Jan 25, 2017
  5. Jan 24, 2017
  6. Jan 23, 2017
  7. Jan 20, 2017
    • Aaron Bauman's avatar
      flip-flop sf mapping "async" flag behavior: · 4c43c404
      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
      4c43c404
    • Aaron Bauman's avatar
    • Aaron Bauman's avatar
      Merge branch '8.x-3.x' into mappingFieldPluginFix · 311c5f43
      Aaron Bauman authored
      * 8.x-3.x:
        stripped out storage-as-service. just use the entity manager service to fetch storage and call it a day.
        Issue #2845064 by jtolj: Salesforce Pull uninstall broken
        override createInstance behavior to provide proper args to constructor
        Fixes syntax and reference errors
        refactor to use MappingConstants and eliminate module constants
        Get rid of salesforce_get_api() convenience wrapper for testability
        Fully replace procedural load operations with storage class operations.
        get entity type id from the proper place
        NOT TESTED AT ALL - end-of-day commit, but the basic class hierarchy is in place. - Create storage classes for mapping and mapped object - Trait for storage classes which throw an exception on load to override EntityStorageBase behavior
        Moves salesforce_mapping.module wrapper functions to traits
      311c5f43
    • Aaron Bauman's avatar
      Merged in oo-mapping (pull request #10) · 87160bac
      Aaron Bauman authored
      Also addresses Issue #2845048
      
      Objectify salesforce_mapping.module wrapper functions for testability
      Adds Storage services for mappings and mapped objects to replace convenience methods.
      87160bac
    • Aaron Bauman's avatar
      stripped out storage-as-service. · 936e04af
      Aaron Bauman authored
      just use the entity manager service to fetch storage and call it a day.
      
      this is ready to merge
      936e04af
Loading