James Estevez
James Estevez
This PR extracts the SFDX integration tests into a reusable workflow so that we can test against the SFDX CLI's release candidates. It is intended to provide early warning of...
The imp module was removed in Python 3.12. This commit replaces its use with the equivalent importlib version given in the 3.12 [release notes]. I do see a failure on...
A user [encountered difficulties](https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000QL5c8SAD) while using Metecho on Docker, specifically in creating projects and authenticating. Despite correctly configuring permissions and populating the .env file, they received error messages: 1. "We...
Also add workflow_dispatch event
### Summary Converting source in large projects results in JavaScript heap out of memory error ### Steps To Reproduce 1. `git clone --depth 1 https://github.com/SalesforceFoundation/NPSP.git npsp; cd npsp` 2. `sf...
This PR adds Python 3.14 to our CI test matrix as an informational/non-blocking test while pinning official package support to Python `=2.0,
This PR removes `PyFilesystem2`. Importing `fs` emits a `pkg_resources` deprecation warning (see [pyfilesystem2#597](https://github.com/PyFilesystem/pyfilesystem2/issues/597)). There are also open questions about the project’s maintenance status (see [pyfilesystem2#571](https://github.com/PyFilesystem/pyfilesystem2/issues/571)). As far as I can...