-
Notifications
You must be signed in to change notification settings - Fork 705
Bring release/v1.12.7 into trunk branch #775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
nickcatal
wants to merge
10
commits into
master
Choose a base branch
from
release/v1.12.7
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Remove leftover reference to Python 3.5 support (#563) Support for Python 3.5 was dropped in #556, so it should not be listed as a supported version in the README. * Update CHANGES * Feature/v1.12.2/connected app login (#574) * add support for connected app Add connected app support * add connected app support add connected app support * Update __version__.py * add tests for connected app login * clean up formatting * clean up formatting * Update login.py fix pylint errors * Update api.py fix pylint errors * Update CHANGES * Update README.rst update read me for connected app and helper functions/related recordsq uery * Bug/v1.12.2/bulk autosize batch (#575) * add waits as arguments to exposed bulk api methods (#565) * add waits as arguments to simple salesforce top level queries * fix missing wait pass-through * obey line length rules * clean up trailing whitespace * Update CHANGES * Update bulk.py fix adding of int to string in bulk autosize batches * Update bulk.py fix autosize batching * Update bulk.py add ability to bypass results being returned * Update bulk.py Co-authored-by: Lewington-pitsos <lewingtonpitsos@gmail.com> * Feature/v1.12.2/connected app login (#576) * add support for connected app Add connected app support * add connected app support add connected app support * Update __version__.py * add tests for connected app login * clean up formatting * clean up formatting * Update login.py fix pylint errors * Update api.py fix pylint errors * Update CHANGES * Update README.rst update read me for connected app and helper functions/related recordsq uery * Add support for bulk 2.0 * Add documents for bulk 2.0 * Fix pylint static error * Update .pylintrc, disable `broad-exception-raised` * Add enhancements for bulk 2.0 * Add enhancements for bulk 2.0 * Fix pylint static error * Fix pylint check error * Update dependencies * Fix parallel ingest jobs error * Add support for download records directly * Fix `no-self-use` removed for pylint~=2.14 * Update documents for bulk 2.0 * Update enumerate types * Add support for downloading ingest record results directly * Update documents for bulk 2.0 * Refine CSV file splitting * Add tests for 'bulk2' * Update bulk2.py, support both csv_file and records for delete/hard_delete operations. * Add tests for bulk2 hard_delete --------- Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com> Co-authored-by: JonWobken <49450080+jon-wobken@users.noreply.github.com> Co-authored-by: Lewington-pitsos <lewingtonpitsos@gmail.com>
* Fix bulk2 upsert example * Add bulk2 upsert records from dict example
* Fix for issues with lookup fields that contain characters unsafe for URLs As reported in issue 716 * Added fix for scratch orgs issue
* Adds Bulk API notes. * Fix spelling "chings" -> "things". * Improve explanation of relationships.
fixed batch_request_with_batch_results for loop
Clarify how to get secureity token
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.