Skip to content
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

PipelineGraph and Pipeline Studio visual view integration #532

Merged
merged 12 commits into from
Jan 6, 2025

Conversation

srdjan-harness
Copy link
Contributor

No description provided.

Copy link

netlify bot commented Dec 6, 2024

Deploy Preview for harness-xd-review ready!

Name Link
🔨 Latest commit f8489af
🔍 Latest deploy log https://app.netlify.com/sites/harness-xd-review/deploys/677c5b48760c7300085590b3
😎 Deploy Preview https://deploy-preview-532--harness-xd-review.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@srdjan-harness srdjan-harness force-pushed the pipeline-graph-v3 branch 2 times, most recently from a962365 to 38bb051 Compare December 10, 2024 20:33
@srdjan-harness srdjan-harness changed the title Pipeline graph v3 PipelineGraph and Pipeline Studio visual view integration Dec 31, 2024
}

/** split path of item to 1. path to array and 2. element index */
export function getPathPeaces(path: string) {
Copy link
Contributor

@vardanbansal-harness vardanbansal-harness Jan 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: typo getPathPieces

import { ContainerNode } from '../types/nodes'
import { AnyNodeInternal, ParallelNodeInternalType, SerialNodeInternalType } from '../types/nodes-internal'

export function getThreeDepth(node: AnyNodeInternal): number {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: typo getTreeDepth

// TODO
style={{
border: '1px solid #454545',
background: 'linear-gradient(-47deg, rgba(152, 150, 172, 0.05) 0%, rgba(177, 177, 177, 0.15) 100%)'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@srdjan-harness lets move this to a tailwind utility class once you're back.

@abhinavrastogi-harness abhinavrastogi-harness merged commit 347c15d into main Jan 6, 2025
10 checks passed
@abhinavrastogi-harness abhinavrastogi-harness deleted the pipeline-graph-v3 branch January 6, 2025 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants