fix:Refactor Collector component URLs to distribution/name structure#420
Open
omthorat2004 wants to merge 1 commit into
Open
fix:Refactor Collector component URLs to distribution/name structure#420omthorat2004 wants to merge 1 commit into
omthorat2004 wants to merge 1 commit into
Conversation
✅ Deploy Preview for otel-ecosystem-explorer canceled.
|
a123b1c to
ad4be3f
Compare
|
|
Member
|
Hi @omthorat2004, could you sign the CLA? |
Author
|
@vitorvasc CLA is done! |
78e5afc to
1838b44
Compare
1838b44 to
c2b3157
Compare
Member
|
@omthorat2004 could you update your branch with main so the diff is clean?
Feel free to throw screenshots from testing into the PR description or comments, we always welcome that to help provide context on reviews 👍 |
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.
fixes #368
This PR refactors Collector component routing and ID structure.
Changes
Component ID format changed from:
{distribution}-{type}-{name}
→ {distribution}-{name}
Updated frontend routing:
/collector/components/:version/:id
→ /collector/components/:distribution/:name
Version moved from path to query param:
?version=0.150.0
Updated data loading and transformation logic
Updated tests and assertions to match new ID format
Migration
Regenerated collector data with updated ID format. No manual migration required.