salesforce
Here are 1,920 public repositories matching this topic...
-
Updated
Apr 2, 2022 - JavaScript
-
Updated
Apr 13, 2022 - Python
There's a lot of work that would need to be done to upgrade the report to use Vue 3, which is almost 2 years old at this point (Cloudsplaining uses Vue 2). I know there is some work required to upgrade the report to use Vue 3, but I don't have capacity for it right now.
I'd also like to get some upgrades to the Javascript dependencies since they are outdated but can't seem to upgrade them witho
-
Updated
Apr 11, 2022 - Python
-
Updated
Apr 15, 2022 - JavaScript
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
Feb 19, 2022 - Apex
-
Updated
Apr 16, 2022 - Apex
-
Updated
Apr 1, 2022 - Apex
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Dec 16, 2021 - PHP
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
Apr 16, 2022 - Apex
-
Updated
Apr 8, 2022 - TypeScript
-
Updated
Jul 24, 2018 - Python
-
Updated
Mar 8, 2022 - Python
-
Updated
Apr 15, 2022 - Python
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Nov 16, 2021 - Objective-C
-
Updated
Apr 14, 2022 - Apex
-
Updated
Apr 1, 2022 - Apex
-
Updated
Jan 21, 2022
In various tutorials/documentation we use Swagger/OAS 2.x format specifications.
We should update these with their OAS 3.x equivalents.
-
Updated
Jan 5, 2022 - Apex
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.