Skip to content
Snippets Groups Projects
  1. Dec 27, 2016
  2. Dec 23, 2016
  3. Dec 22, 2016
  4. Dec 21, 2016
    • Aaron Bauman's avatar
      Merge branch '8.x-3.x' into field-mapping-ui · f322c928
      Aaron Bauman authored
      * 8.x-3.x:
        by aaronbauman - update hook_entity operations for salesforce_push for D8 Since push operations are handled inside MappedObject, we don't need all this logic inside salesforce_push. My general goal here is to get real-time REST operations up and running, then move on to queue/batch operations, and leverage SOAP where appropriate. End users shouldn't have to decide whether to use REST or SOAP or even know the difference. Drupal should use them as appropriate, given admin settings. To that end, salesforce_push_cron is still just a stub and hasn't been touched. MappedObject is way too fat, and will probably be slimmed down in the future - especially push() and pull(), which belong somewhere else.
      
      Conflicts:
      	modules/salesforce_mapping/src/Entity/SalesforceMapping.php
      f322c928
    • Aaron Bauman's avatar
      Merge branch '8.x-3.x' into events-framework · 35c0fdb0
      Aaron Bauman authored
      * 8.x-3.x:
        by aaronbauman - update hook_entity operations for salesforce_push for D8 Since push operations are handled inside MappedObject, we don't need all this logic inside salesforce_push. My general goal here is to get real-time REST operations up and running, then move on to queue/batch operations, and leverage SOAP where appropriate. End users shouldn't have to decide whether to use REST or SOAP or even know the difference. Drupal should use them as appropriate, given admin settings. To that end, salesforce_push_cron is still just a stub and hasn't been touched. MappedObject is way too fat, and will probably be slimmed down in the future - especially push() and pull(), which belong somewhere else.
      
      Conflicts:
      	modules/salesforce_push/salesforce_push.module
      35c0fdb0
    • Aaron Bauman's avatar
      by aaronbauman - update hook_entity operations for salesforce_push for D8 · 1f538cfa
      Aaron Bauman authored
      Since push operations are handled inside MappedObject, we don't need all this logic inside salesforce_push. My general goal here is to get real-time REST operations up and running, then move on to queue/batch operations, and leverage SOAP where appropriate. End users shouldn't have to decide whether to use REST or SOAP or even know the difference. Drupal should use them as appropriate, given admin settings. To that end, salesforce_push_cron is still just a stub and hasn't been touched. MappedObject is way too fat, and will probably be slimmed down in the future - especially push() and pull(), which belong somewhere else.
      1f538cfa
    • Aaron Bauman's avatar
      by aaronbauman - more events · be5003b9
      Aaron Bauman authored
      be5003b9
    • Aaron Bauman's avatar
      . · 681d0637
      Aaron Bauman authored
      681d0637
    • Aaron Bauman's avatar
      Merge branch '8.x-3.x' into events-framework · 20a90b80
      Aaron Bauman authored
      * 8.x-3.x:
        by aaronbauman - Add method chaining to RestClient when possible
        Fix overwriting refresh token on re-auth
        Alpha sort the entity type options.
        Don't let date trigger field validation block necessary form AJAX.
        Clean up unused code.
        Clean up use statements in CRUD form.
        Refactor get_salesforce_object() to tolerate empty values.
      20a90b80
    • Aaron Bauman's avatar
      Merge branch '8.x-3.x' into field-mapping-ui · 6ec8d46d
      Aaron Bauman authored
      * 8.x-3.x:
        by aaronbauman - Add method chaining to RestClient when possible
        Fix overwriting refresh token on re-auth
        Alpha sort the entity type options.
        Don't let date trigger field validation block necessary form AJAX.
        Clean up unused code.
        Clean up use statements in CRUD form.
        Refactor get_salesforce_object() to tolerate empty values.
      
      Conflicts:
      	modules/salesforce_mapping/src/Form/SalesforceMappingFieldsForm.php
      	modules/salesforce_mapping/src/Form/SalesforceMappingFormCrudBase.php
      6ec8d46d
    • Aaron Bauman's avatar
    • Aaron Bauman's avatar
    • Aaron Bauman's avatar
      Fix overwriting refresh token on re-auth · 10a9e444
      Aaron Bauman authored
      10a9e444
    • Gabriel Carleton-Barnes's avatar
      c47129a1
    • Gabriel Carleton-Barnes's avatar
    • Gabriel Carleton-Barnes's avatar
      Clean up unused code. · 9e8634d0
      Gabriel Carleton-Barnes authored
      9e8634d0
    • Gabriel Carleton-Barnes's avatar
      fdafb3b0
    • Gabriel Carleton-Barnes's avatar
      Refactor get_salesforce_object() to tolerate empty values. · 5c88021a
      Gabriel Carleton-Barnes authored
      Existing implementation was behaving poorly when creating new mapping
      entities, since no object was available to load from the new mapping
      yet.
      5c88021a
  5. Dec 20, 2016
Loading