(feat):Implement hub configuration validation#48
Draft
qwasimintah wants to merge 1 commit intoAmadeusITGroup:mainfrom
Draft
(feat):Implement hub configuration validation#48qwasimintah wants to merge 1 commit intoAmadeusITGroup:mainfrom
qwasimintah wants to merge 1 commit intoAmadeusITGroup:mainfrom
Conversation
Three-level validation system: schema validation, profile-source reference integrity, and URL accessibility checks. Includes UrlValidator service, ValidateHubCommand, CLI script, GitHub Actions workflow, and comprehensive test coverage.
Member
|
@qwasimintah : a little comment on the extension vs CI validation
|
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
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.
Description
Implements a three-level hub configuration validation system with error/warning categorization. Validates hub schemas, profile-source references, and URL accessibility through VS Code commands, CLI script, and GitHub Actions workflow.
Type of Change
Related Issues
Closes #
Fixes #
Relates to #
Changes Made
UrlValidator.tsservice for checking URL accessibility with smart error/warning distinction (404/DNS = error, 401/403 = warning)ValidateHubCommand.tsfor orchestrating three-level validation in VS CodeSchemaValidator.tswithvalidateHub()method andgenerateHubWarnings()for best-practice checkstemplates/validate-hub.js) for CI/CD integrationtemplates/validate-hub.workflow.yml) for automated validationTesting
Test Coverage
Manual Testing Steps
Tested On
macOS
Windows
Linux
VS Code Stable
VS Code Insiders
Screenshots
Checklist
Documentation
Additional Notes
Reviewer Guidelines
Please pay special attention to:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache License 2.0.