-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge alpha into beta #565
Commits on Feb 21, 2023
-
W-12484068: Convert Batch Deployment to Use CSV instead of raw JSON
This change converts the data sent during a batch deployment to CSV format instead of passing raw JSON. This change originated due to an issue with deploying huge Calculation Matrices, where the row data file hit the 10m character limit of the Bulk API. This also adjusts permissions on the TESTVDXProfile Profile used in runTestJob, adding some missing permissions and resolving some issues found while running the test job.
Configuration menu - View commit details
-
Copy full SHA for 088fcf2 - Browse repository at this point
Copy the full SHA 088fcf2View commit details -
Update Node version in Dockerfile, json2csv version
Updates Node version from 10 to 16 in Dockerfile. Sets a static version (rather than a minimum one) for json2csv in package.json.
Configuration menu - View commit details
-
Copy full SHA for 7216fff - Browse repository at this point
Copy the full SHA 7216fffView commit details -
Missed one reference for node version in Dockerfile
Configuration menu - View commit details
-
Copy full SHA for 13efc6d - Browse repository at this point
Copy the full SHA 13efc6dView commit details
Commits on Feb 22, 2023
-
Merge pull request #562 from vlocityinc/lskel-w-12484068
W-12484068: Convert Batch Deployment to Use CSV instead of raw JSON
Configuration menu - View commit details
-
Copy full SHA for d3b3af2 - Browse repository at this point
Copy the full SHA d3b3af2View commit details -
Disable colouring of SFDX CLI output (#560)
* Update readme instructions --skip-ci * Code Delivery 1.16.1 * Disable Extensive Logging & Repetitions on Git Based Deploy (#523) * Fixes local compilation #525 (#532) * Improve the documentation for lwcCompiler (#528) lwcCompilerVersion and lwcCompilerNamespace documentation should be clearer. Currently the example is using the release version such as 236 or 238, but it needs to be the package version such as 900.469. Also examples of namespaces would be good. * Disable colouring of SFDX CLI output Disable colouring of SFDX CLI output so it can be JSON parsed. Else the output of source:convert will look like this, and cannot be processed --------- Co-authored-by: Adam Rutland <arutland@salesforce.com> Co-authored-by: Manas Agarwal <manas.agarwal@salesforce.com> Co-authored-by: Dean Hobden <dean.hobden@centrica.com>
Configuration menu - View commit details
-
Copy full SHA for 167964c - Browse repository at this point
Copy the full SHA 167964cView commit details -
Adding globalkey to catalog query (#554)
* Update readme instructions --skip-ci * Code Delivery 1.16.1 * Disable Extensive Logging & Repetitions on Git Based Deploy (#523) * Fixes local compilation #525 (#532) * Improve the documentation for lwcCompiler (#528) lwcCompilerVersion and lwcCompilerNamespace documentation should be clearer. Currently the example is using the release version such as 236 or 238, but it needs to be the package version such as 900.469. Also examples of namespaces would be good. * Adding globalkey to catalog query --------- Co-authored-by: Adam Rutland <arutland@salesforce.com> Co-authored-by: Manas Agarwal <manas.agarwal@salesforce.com> Co-authored-by: Dean Hobden <dean.hobden@centrica.com>
Configuration menu - View commit details
-
Copy full SHA for c8ef9cf - Browse repository at this point
Copy the full SHA c8ef9cfView commit details