Skip to content

Commit

Permalink
Merge pull request #3 from apex-enterprise-patterns/master
Browse files Browse the repository at this point in the history
Update to latest fflib-repo
  • Loading branch information
Reinier van den Assum authored Jul 19, 2020
2 parents 12d7e85 + d8432fe commit 575bf0f
Show file tree
Hide file tree
Showing 62 changed files with 64 additions and 1,230 deletions.
45 changes: 42 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
.vim-force.com/

# General Project related
.DS_Store
target/
temp/
/deploy/*
/debug/
**/dep-dir.txt
*.prefs
build.properties
/sfdx-source/core/main/default

# MavensMate IDE related
*mm.log
*.sublime-build
*.sublime-project
*.sublime-settings
*.sublime-workspace
.sublime-project
.tm_properties

# Eclipse IDE Related
.project
.settings/
salesforce.schema
Referenced Packages/

# VS Code IDE Related
.vscode/
.history/

# SFDX Related
.sfdx/
sfdx-source/common-base/main/default/
sfdx-source/untracked/
.execanon

# NPM Related
package.json
/node_modules
package-lock.json


fflib/salesforce.schema
sfdx-source/group*
research/
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

Empty file removed .vim-force.com/session.properties
Empty file.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ FFLib Apex Common

**Dependencies:** Must deploy [ApexMocks](https://github.com/apex-enterprise-patterns/fflib-apex-mocks) before deploying this library

<a href="https://githubsfdeploy.herokuapp.com?owner=apex-enterprise-patterns&repo=fflib-apex-common">
<a href="https://githubsfdeploy.herokuapp.com">
<img alt="Deploy to Salesforce"
src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/src/main/webapp/resources/img/deploy.png">
</a>

Updates
=======

- **April 2020**, **IMPORTANT CHANGE**, the directory format of this project repo was converted to [Salesforce DX Source Format](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_source_file_format.htm). While the GIT commit history was maintained, it is not visible on GitHub. If you need to see the history, either clone the repo and execute `git log --follow` from the command line or refer to this [tag](https://github.com/apex-enterprise-patterns/fflib-apex-common/tree/metadata-format-prior-to-dx-source-format-conversion) of the codebase prior to conversion.
- **September 2014**, **IMPORTANT CHANGE**, changes applied to support Dreamforce 2014 advanced presentation, library now provides Application factories for major layers and support for ApexMocks. More details to follow! As a result [ApexMocks](https://github.com/apex-enterprise-patterns/fflib-apex-mocks) must be deployed to the org before deploying this library. The sample application [here](https://github.com/apex-enterprise-patterns/fflib-apex-common-samplecode) has also been updated to demonstrate the new features!
- **July 2014**, **IMPORTANT CHANGE**, prior **23rd July 2014**, both the ``fflib_SObjectDomain.onValidate()`` and ``fflib_SObjectDomain.onValidate(Map<Id, SObject> existingRecords)`` methods where called during an on **after update** trigger event. From this point on the ``onValidate()`` method will only be called during on **after insert**. If you still require the orignal behaviour add the line ``Configuration.enableOldOnUpdateValidateBehaviour();`` into your constructor.
- **June 2014**, New classes providing utilities to support security and dynamic queries, in addition to improvements to existing Apex Enterprise Pattern base classes. Read more [here](http://andyinthecloud.com/2014/06/28/financialforce-apex-common-updates/).
Expand Down
50 changes: 0 additions & 50 deletions build.xml

This file was deleted.

9 changes: 9 additions & 0 deletions config/project-scratch-def.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"orgName": "apex-common",
"edition": "Developer",
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true
}
}
}
23 changes: 0 additions & 23 deletions fflib/.project

This file was deleted.

31 changes: 0 additions & 31 deletions fflib/src/package.xml

This file was deleted.

Binary file removed lib/ant-contrib-1.0b3.jar
Binary file not shown.
Binary file removed lib/ant-git-tasks-0.0.1.jar
Binary file not shown.
Binary file removed lib/ant-salesforce.jar
Binary file not shown.
50 changes: 0 additions & 50 deletions lib/ant-salesforce.xml

This file was deleted.

1 change: 0 additions & 1 deletion lib/apexmocks
Submodule apexmocks deleted from 9e3d00
Loading

0 comments on commit 575bf0f

Please sign in to comment.