Rob Dietrick

Results 5 issues of Rob Dietrick

Adds a noCache option to the connection which prevents browsers from cacheing SFDC responses. When `conn.noCache == true`, a query string parameter (timestamp) is added to SFDC request URIs to...

One of the key benefits of using this project is that, when branch protection rules are configured to prevent merges to release branches before UAT deployment succeeds, you can effectively...

Looks like one of the workflows is posting comments to issues in GitHub's salesforce repo instead of the local repo: https://github.com/github/octoforce-actions/blob/9b5e92ecf4aa0748922b92f3f880e0d9c6c3ce2a/.github/workflows/release-branch-pull-request-handler.yml#L91

When calling bulk.load (https://jsforce.github.io/jsforce/doc/Bulk.html#load), the number of arguments passed must be different when the operation is "upsert" versus "insert." When you call it with an operation="upsert", you _must_ pass an...

@gfarb had opened [a PR](https://github.com/github/octoforce-actions/pull/58) with these changes a long time ago. I couldn't rebase his cause it's from his private repo, so this replaces it.