Skip to content
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

Upstream changes #1

Open
wants to merge 191 commits into
base: master
Choose a base branch
from

Conversation

randybarton24
Copy link

No description provided.

tstone and others added 30 commits September 1, 2016 04:20
…he type specified in the selector.

Add the ability to set the sObjectType when validating the field exists on the object.  Use the type set in the selector to determine which polymorphic type to use.

Example: Lead.Owner.UserRoleID
Owner is GROUP | USER
Group does not contain UserRoleID and fails when the getField call sets the sObjectField token to null.
# Conflicts:
#	fflib/src/classes/fflib_QueryFactory.cls
Merging apex-common back into personal fork
Updating fork with latest version of git fflib-apex-commons
Whenever the IDML interface gets updated, custom implementations of SimpleDML (instead of IDML) will be less impacted.
Note: the provided unit test will currently fail due to a bug in fflib-apex-mocks. I raise PR #88 to have that fixed.
…Work

Add bulkified registerDirty method for registering with dirty fields
Add IntelliJ config files to .gitignore file
Increase UnitOfWork test coverage to 71.4%
Remove DML operations
Enabled parallel testing
Speed up test execution by 60%
Correct some typo's
Fix casing in object names
Fix casing in object names
Correct typo's and casing of object names
…atterns/fflib-apex-common into 260-gh-action-workflow
stohn777 and others added 30 commits July 23, 2023 09:55
- Use brackets for if statements.
- Removed "Testfflib" prefix from inner classes.
…rrency-fix

Issue #437 - Unit test failure in multi-currency org
…ject-person-account-syntax-failure

fixed issue that would not resolve a person account based cross-object syntax
…ject-person-account-syntax-failure

fixes #463 ...again
…ction-bump-api-utility

addition of the manage sf api version github action
…-versions-v59.0

Bump API Versions to 59.0
…pdates

Adjustments and updates to video and related links
…o-sfv2-commands

switched to `apex-enterprise-patterns/setup-sfdx@v2`
…-versions-v60.0

Bump API Versions to 60.0
…cement to prefer the 'Minimum Access - Salesforce' profile since that is a more reliable Profile in most modern orgs
…mum-access-over-read-only

Fixes #440 - changes the few tests that are exercising CRUD/FLS enforcement to prefer the 'Minimum Access - Salesforce' profile since that is a more reliable Profile in most modern orgs
…-versions-v61.0

Bump API Versions to 61.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.