Paul Prescod
Paul Prescod
1. Add a ContentFile feature 2. Delete some unfinished cruft relating to PermissionSetAssignments 3. Docs updates for the new feature. This builds on #443 .
Add Salesforce.ContentFile for generating ContentVersions. Add Salesforce.ProfileId for simple lookup for profiles by name. Remove some undocumented, untested code for permission sets to try to find a better way later....
Run the command to merge example files into the docs before building the docs. Having second thoughts so I'll make a Draft PR for now.
Goal: * be able to generate N-char strings limited to a particular character set (usually A-Z0-9, but perhaps also a-zA-Z0-9 or RFC 4648 Base32 or ...) * preferable: have them...
There are four places that touch on it, but no top-to-bottom tutorial on the two syntaxes, how to pass arguments, how to do localization, etc. https://snowfakery.readthedocs.io/en/feature-fake-data-docs/index.html#fake-data https://snowfakery.readthedocs.io/en/feature-fake-data-docs/index.html#fake https://snowfakery.readthedocs.io/en/feature-fake-data-docs/index.html#fake-and-fake https://snowfakery.readthedocs.io/en/feature-fake-data-docs/fakedata.html
Inferred syntax would be: - object: Account fields: Name: $fake This would mean that the interpreter consults all open plugins that have registered themselves as available for fake data conversion....
A mocked version of Faker (and Random) could return results from CSV fixtures instead of truly random results. Then the output of every version of Faker could be compared to...
This could cause problems relating to cleanup of tempfiles and file handles, especially on Windows. Datasets need: 1. Checking to avoid double-close 2. An interpreter-wide weak-reference registry of Resource-holding PluginResults...
Experimental and interim support for multi-select picklists.
@acrosman Please test the relationships feature. Adds an OutputStream conforming to the JSON API specification. #219