#
salesforce
Here are 1,712 public repositories matching this topic...
IAM Least Privilege Policy Generator
-
Updated
Oct 1, 2021 - Python
A collection of easy-to-digest code examples for Lightning Web Components on Salesforce Platform
-
Updated
Oct 7, 2021 - JavaScript
kmcquade
commented
Apr 12, 2021
- There are still mentions of a triage worksheet. "Cloudsplaining identifies violations of least privilege in AWS IAM policies and generates a pretty HTML report with a triage worksheet. It can scan all the policies in your AWS account or it can scan a single policy file." The worksheet is mentioned several times.
- As shown in the above, there is no mention of multiple AWS accounts
- The GIF st
A very simple Salesforce.com REST API client for Python
-
Updated
Sep 17, 2021 - Python
Salesforce API Library for JavaScript applications (both on Node.js and web browser)
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Oct 9, 2021 - JavaScript
Salesforce Lightning Design System for React
-
Updated
Oct 4, 2021 - JavaScript
gmpmovies
commented
Jun 18, 2020
A minimal trigger framework for your Salesforce Apex Triggers
-
Updated
Jun 2, 2021 - Apex
The current version of the Salesforce.org Nonprofit Success Pack
-
Updated
Oct 8, 2021 - Apex
A library of concise, meaningful examples of Apex code for common use cases following best practices.
-
Updated
Oct 7, 2021 - Apex
nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com
-
Updated
May 6, 2021 - JavaScript
Web-based suite of tools for administrators and developers to interact with the Force.com APIs
-
Updated
Aug 24, 2021 - PHP
Sample application for Lightning Web Components and Communities on Salesforce Platform. Part of the sample gallery. Retail use case. Get inspired and learn best practices.
-
Updated
Oct 8, 2021 - JavaScript
Salesforce Lookup Component built with Lightning Web Components.
-
Updated
Oct 8, 2021 - JavaScript
A collection of unofficial Flow extensions that can be used to enhance Salesforce Flow and Flow Orchestrator.
salesforce
salesforce-lightning
lightning-component
lightning-flow
salesforce-flow
flow-actions
flow-component
screen-flows
-
Updated
Oct 8, 2021 - Apex
Example DAGs using hooks and operators from Airflow Plugins
airflow
mongodb
etl
google-analytics
imap
selenium
sftp
mailgun
salesforce
facebook-ads
dbt
hubspot
dag
marketo
singer
apache-airflow
marketo-sdk
airflow-plugins
-
Updated
Jul 24, 2018 - Python
A Salesforce DX Plugin with multiple functionalities aimed at improving development and operational workflows https://dxatscale.io
metadata
devops
pool
salesforce
developer-tools
hacktoberfest
salesforcedx
sfdx
salesforce-cli
salesforce-dx-plugin
retrieve-profiles
scratchorg
-
Updated
Oct 5, 2021 - TypeScript
Salesforce integration for Django's ORM using the SF REST API.
-
Updated
Jul 19, 2021 - Python
Salesforce Lightning Design System components built with React
-
Updated
Sep 21, 2021 - TypeScript
Python framework for building portable automation for Salesforce projects
-
Updated
Oct 9, 2021 - Python
SoqlXplorer is an awesome tool for developers using the Salesforce.com platform.
-
Updated
Oct 8, 2021 - Objective-C
Reusable LWCs to 10x your solution building speed. Design interactive, data-dense UIs with LWC + Screen Flows.
salesforce
salesforce-lightning
salesforce-developers
sfdx
salesforce-lightning-components
lwc
lightning-datatable
lightning-web-components
-
Updated
Sep 23, 2021 - JavaScript
-
Updated
Jan 27, 2020 - Apex
Scriptable, multipurpose mock server.
-
Updated
Oct 6, 2021 - Java
Functional programming for Salesforce Apex
-
Updated
Oct 8, 2021 - Apex
Stop upgrade, most of features were delivered in https://github.com/xjsender/haoide-vscode
-
Updated
Jan 13, 2021 - Python
Improve this page
Add a description, image, and links to the salesforce topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the salesforce topic, visit your repo's landing page and select "manage topics."
Problem
Some of our transformers & estimators are not thoroughly tested or not tested at all.
Solution
Use
OpTransformerSpec
andOpEstimatorSpec
base test specs to provide tests for all existing transformers & estimators.