-
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
Release v1.16.4 #566
Merged
Release v1.16.4 #566
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Updates Node version from 10 to 16 in Dockerfile. Sets a static version (rather than a minimum one) for json2csv in package.json.
Missed one reference for node version in Dockerfile
W-12484068: Convert Batch Deployment to Use CSV instead of raw JSON
* 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>
* 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>
Merge alpha into beta
mgoldspink-salesforce
approved these changes
Feb 22, 2023
sgodinez-sf
approved these changes
Feb 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.