-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1629 from forcedotcom/release-5.0.0-alpha.2
RELEASE @W-16608399@: Conducting 5.0.0 alpha.2 release
- Loading branch information
Showing
70 changed files
with
2,696 additions
and
1,505 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,6 @@ indent_size = 2 | |
[*.kts] | ||
indent_style = space | ||
indent_size = 2 | ||
|
||
[*.goldfile] | ||
insert_final_newline = false |
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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# template.last-calculated-as | ||
Last calculated by the config command as: %s | ||
|
||
# template.modified-from | ||
Modified from: %s | ||
|
||
# template.rule-overrides-section | ||
%s ENGINE RULE OVERRIDES | ||
|
||
# template.yaml.no-engines-selected | ||
Empty object used because rule selection returned no rules | ||
|
||
# template.yaml.no-rules-selected | ||
Remove this empty object {} when you are ready to specify your first rule override |
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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# summary.header | ||
|
||
Summary | ||
|
||
# summary.found-no-violations | ||
|
||
Found 0 violations. | ||
|
||
# summary.violations-total | ||
|
||
Found %d violation(s): | ||
|
||
# summary.violations-item | ||
|
||
%d %s severity violation(s) found. | ||
|
||
# summary.no-outfiles | ||
|
||
No results files were specified. | ||
|
||
# summary.outfiles-total | ||
|
||
Results written to: | ||
|
||
# summary.log-file-location | ||
|
||
Additional log information written to: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# label.command-state | ||
|
||
Developer Preview | ||
|
||
# warning.command-state | ||
|
||
This command is in %s. |
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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
@echo off | ||
REM Auto-generated on Wed Aug 07 2024 | ||
REM Auto-generated on Tue Aug 27 2024 | ||
REM This script WILL EVENTUALLY run a smoke test of the entire plugin by running a series of commands that collectively | ||
REM hit a vertical slice of all major features. If they all succeed, then we can reasonably assume that the plugin is | ||
REM approximately stable. | ||
REM DO NOT EDIT THIS SCRIPT DIRECTLY! INSTEAD, MAKE CHANGES IN ./smoke-tests/smoke-test-generator.js AND RERUN THAT | ||
REM SCRIPT FROM THE PROJECT ROOT! | ||
SET EXE_NAME=%1 | ||
undefined | ||
echo "At this point in the alpha, the smoke tests are no-ops and it is fine." |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#!/bin/bash | ||
# Auto-generated on Wed Aug 07 2024 | ||
# Auto-generated on Tue Aug 27 2024 | ||
# This script WILL EVENTUALLY run a smoke test of the entire plugin by running a series of commands that collectively | ||
# hit a vertical slice of all major features. If they all succeed, then we can reasonably assume that the plugin is | ||
# approximately stable. | ||
# DO NOT EDIT THIS SCRIPT DIRECTLY! INSTEAD, MAKE CHANGES IN ./smoke-tests/smoke-test-generator.js AND RERUN THAT | ||
# SCRIPT FROM THE PROJECT ROOT! | ||
set -e | ||
EXE_NAME=$1 | ||
undefined | ||
echo "At this point in the alpha, the smoke tests are no-ops and it is fine." |
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
Oops, something went wrong.