#
salesforce
Here are 1,769 public repositories matching this topic...
A collection of easy-to-digest code examples for Lightning Web Components on Salesforce Platform
-
Updated
Nov 1, 2021 - JavaScript
IAM Least Privilege Policy Generator
-
Updated
Nov 1, 2021 - Python
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
Nov 5, 2021 - Python
Salesforce API Library for JavaScript applications (both on Node.js and web browser)
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Nov 11, 2021 - JavaScript
Salesforce Lightning Design System for React
-
Updated
Nov 11, 2021 - JavaScript
gmpmovies
commented
Jun 18, 2020
A minimal trigger framework for your Salesforce Apex Triggers
-
Updated
Oct 12, 2021 - Apex
The current version of the Salesforce.org Nonprofit Success Pack
-
Updated
Nov 11, 2021 - Apex
A library of concise, meaningful examples of Apex code for common use cases following best practices.
-
Updated
Nov 4, 2021 - Apex
nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com
-
Updated
May 6, 2021 - JavaScript
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
Nov 3, 2021 - JavaScript
Web-based suite of tools for administrators and developers to interact with the Force.com APIs
-
Updated
Aug 24, 2021 - PHP
Salesforce Lookup Component built with Lightning Web Components.
-
Updated
Oct 15, 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
Nov 11, 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
metadata
devops
pool
salesforce
developer-tools
hacktoberfest
salesforcedx
sfdx
salesforce-cli
salesforce-dx-plugin
retrieve-profiles
scratchorg
-
Updated
Nov 11, 2021 - TypeScript
Salesforce integration for Django's ORM using the SF REST API.
-
Updated
Oct 20, 2021 - Python
Salesforce Lightning Design System components built with React
-
Updated
Oct 28, 2021 - TypeScript
Python framework for building portable automation for Salesforce projects
-
Updated
Nov 12, 2021 - Python
SoqlXplorer is an awesome tool for developers using the Salesforce.com platform.
-
Updated
Oct 22, 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
Nov 10, 2021 - JavaScript
-
Updated
Nov 9, 2021 - Apex
Functional programming for Salesforce Apex
functional-programming
salesforce
apex
forcedotcom
salesforce-developers
salesforce-api
salesforcedx
-
Updated
Oct 31, 2021 - Apex
Scriptable, multipurpose mock server. Run standalone mock servers, or embed mocks within your tests.
-
Updated
Nov 11, 2021 - Java
Automation Components are a collection of reusable and production-ready extensions that include invocable actions, flow screen components and local actions.
-
Updated
Nov 2, 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.