Skip to content
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

Merged
merged 6 commits into from
Feb 22, 2023
Merged

Merge alpha into beta #565

merged 6 commits into from
Feb 22, 2023

Commits on Feb 21, 2023

  1. 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.
    lmckusick committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    088fcf2 View commit details
    Browse the repository at this point in the history
  2. 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.
    lmckusick committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7216fff View commit details
    Browse the repository at this point in the history
  3. Dockerfile - node version

    Missed one reference for node version in Dockerfile
    lmckusick committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    13efc6d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Merge pull request #562 from vlocityinc/lskel-w-12484068

    W-12484068: Convert Batch Deployment to Use CSV instead of raw JSON
    manas-sf authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    d3b3af2 View commit details
    Browse the repository at this point in the history
  2. 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>
    4 people authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    167964c View commit details
    Browse the repository at this point in the history
  3. 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>
    4 people authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c8ef9cf View commit details
    Browse the repository at this point in the history