fix(UI): source transformer node in pipeline#3508
Draft
suryapratap-01 wants to merge 1 commit into
Draft
Conversation
…r container Branch-Creation-Time: 2026-07-06T05:20:55+0000 Signed-off-by: Surya Singh <suryapratap.personal@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3508 +/- ##
==========================================
- Coverage 83.08% 83.00% -0.08%
==========================================
Files 310 310
Lines 81395 81403 +8
==========================================
- Hits 67624 67566 -58
- Misses 13174 13243 +69
+ Partials 597 594 -3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
What this PR does / why we need it
Pipeline source vertices were rendering larger when a source transformer was configured. This keeps source nodes at the standard size and shows the transformer icons inside the same card.
Related issues
Fixes #3498
Testing
yarn --cwd ui test --watchAll=false --runTestsByPath src/components/pages/Pipeline/partials/Graph/index.test.tsxyarn --cwd ui lintSpecial notes for reviewers
N.A.