-
Notifications
You must be signed in to change notification settings - Fork 2
Release-mnb-preserv #705
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
Merged
Merged
Release-mnb-preserv #705
Conversation
This file contains hidden or 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
Components debugging
This reverts commit 5ab7a7b.
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.
This pull request introduces several updates across multiple files to improve component management, YAML serialization, script handling, and dependency configurations. The most significant changes include the addition of component blacklists and whitelists, updates to YAML serialization in
ApaxTraversal.cs, enhancements to error handling in PowerShell scripts, and dependency version updates.Component Management
COMPONENTS_BLACKLIST.md: Added a detailed blacklist of components that must not be used, including reasons and suggested alternatives.COMPONENTS_WHITELIST.md: Added a whitelist of components that are approved for use, with notes on testing status and compatibility.YAML Serialization Updates
cake/ApaxTraversal.cs: Refactored theCreateDependenciesFilemethod to useYamlDotNetfor manual YAML construction with proper quoting, replacing the previous serializer-based approach.cake/ApaxTraversal.cs: AddedYamlDotNet.CoreandYamlDotNet.RepresentationModelnamespaces to support the new YAML serialization implementation.Script Enhancements
scripts/_pack_and_publish_catalog.ps1: Improved error handling for scenarios with multiple or missing.tgzfiles during catalog publishing. [1] [2]scripts/check_requisites.ps1: Updated the required version of Apax to3.5.0.Dependency Configuration Updates
src/abstractions/app/apax.yml: Updated Apax version to3.5.0, modified target configurations, and updated catalog dependencies to newer versions. [1] [2]