-
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core scoped configuration & SECURED_ENV_VARIABLES (#2601)
* Core: Scope configuration instead of directly using ENV vars * Fixes * Default request id * Fix sarif test * Fix get_workspace * uuid as string * Replace distutils by shutil * PRINT_ALL_FILES = false for test classes * Fixes about scoped config * Revert "PRINT_ALL_FILES = false for test classes" This reverts commit df07dfa. * Display request config in header * Fix init _config * Fix subprocess_env * copy node_modules only if there are pre_commands & post_commands * more logs * Reformat config when must be used for env * Fix check missing flavors * Fix config test classes * Fix Github Comment reporter * mypy & cspell fixes * [MegaLinter] Apply linters fixes * Ad icu-libs for BICEP linter * Fix build script * [MegaLinter] Apply linters fixes * Fix pre_test * [MegaLinter] Apply linters fixes * Do not use os.environ to call subprocess * SECURED_ENV_VARIABLES * Fix * [MegaLinter] Apply linters fixes * Doc SECURED_ENV_VARIABLES * Update jsonschema * Do not use secured environment for pre_commands & post_commands by default * [MegaLinter] Apply linters fixes * Manage init_config case for test classes * Fix test cases __init__ * [MegaLinter] Apply linters fixes * Fix config tests * [MegaLinter] Apply linters fixes * Fix config class * [MegaLinter] Apply linters fixes * Fix test classes * [MegaLinter] Apply linters fixes * Fix load plugins & secure ENV * Fix powershell_formatter test class * [MegaLinter] Apply linters fixes * Use DELETE_TEST_CLASSES to reset test classes when building * Documentation * [MegaLinter] Apply linters fixes * Display process number in logs * display --------- Co-authored-by: nvuillam <[email protected]>
- Loading branch information
Showing
61 changed files
with
1,159 additions
and
642 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
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,3 @@ | ||
DISABLE: | ||
- REPOSITORY | ||
- SPELL |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.