forked from Cloud-Pipelines/pipeline-editor
-
Notifications
You must be signed in to change notification settings - Fork 5
feat: hydrate component library file #1555
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
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
Collaborator
Author
8 tasks
5d85020 to
14cf3eb
Compare
maxy-shpfy
commented
Dec 16, 2025
Collaborator
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This script was mostly vibed. So likely it is not ideal from the code standpoint. But it is supposed to be executed manually, no automations yet.
So far it did it's job
This was referenced Dec 16, 2025
Mbeaulne
reviewed
Dec 17, 2025
This was referenced Dec 17, 2025
14cf3eb to
d437913
Compare
Mbeaulne
requested changes
Dec 17, 2025
Mbeaulne
requested changes
Dec 17, 2025
Mbeaulne
approved these changes
Dec 17, 2025
4 tasks
Collaborator
Author
Merge activity
|
d437913 to
e5f82d7
Compare
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
Added a script to hydrate the component library with metadata from component YAML files. The script downloads each component, extracts its name and author information, generates a SHA-256 digest, and adds timestamps. This enhances the component library with additional metadata for better tracking and management.
Type of Change
Checklist
Test Instructions
Screen Recording 2025-12-15 at 4.45.51 PM.mov (uploaded via Graphite)
npm run hydrate-component-libraryAdditional Comments
The script adds the following metadata to each component:
It also adds metadata to the library itself with augmentation timestamp and script name.