Skip to content

[FEAT] Changes to the real time pipeline screen#3566

Merged
muli-cohen merged 7 commits intomlrun:developmentfrom
Taras-Hlukhovetskyi:real-time-pipelie
Feb 3, 2026
Merged

[FEAT] Changes to the real time pipeline screen#3566
muli-cohen merged 7 commits intomlrun:developmentfrom
Taras-Hlukhovetskyi:real-time-pipelie

Conversation

@Taras-Hlukhovetskyi
Copy link
Collaborator

@Taras-Hlukhovetskyi Taras-Hlukhovetskyi commented Feb 3, 2026

📝 Description


🛠️ Changes Made


✅ Checklist

  • I have given the PR a well-structured title describing the domain and the specific change that was made
  • I tested the changes in the browser (locally or via preview build)
  • I confirmed that existing tests pass
  • I added or updated unit / integration tests (if needed)
  • I checked that this change doesn’t introduce new console warnings or lint / formatting errors
  • I updated the relevant Jira ticket with the appropriate details and status

🔗 References


🚨 Potentially Breaking Changes

  • Yes
  • No

Includes DRC change

If yes -> requires bump NPM version


🔍 Additional Notes


📸 Screenshots / Demos


illia-prokopchuk and others added 5 commits February 3, 2026 18:46
…etails

  ## 📝 Description
  <!-- A clear, concise summary of what this PR does. -->
  <!-- Include context, motivation, or related issues (e.g., "Replaces Sass with CSS Modules"). -->
Added details for pipelines

---

## 🛠️ Changes Made
  <!-- List the main updates in this PR. -->
<!-- Example:
  - Replaced Sass styles with CSS Modules
  - Updated Button component props for accessibility
  - Adjusted CI workflow to run on push for all branches
  -->

---

## ✅ Checklist

- [x] I have given the PR a well-structured title describing the domain and the specific change that was made
- [x] I tested the changes in the browser (locally or via preview build)
- [x] I confirmed that existing tests pass
- [ ] I added or updated unit / integration tests (if needed)
- [x] I checked that this change doesn’t introduce new console warnings or lint / formatting errors
- [x] I updated the relevant Jira ticket with the appropriate details and status


---

## 🔗 References
- Related ticket / issue: https://iguazio.atlassian.net/browse/ML-11832 https://iguazio.atlassian.net/browse/ML-11831
- Figma / design spec:https://www.figma.com/design/4U8OvfUNpmqcTgBk3mZ4QA/%F0%9F%A6%8E-Updates?node-id=14084-28719&p=f&t=mJDLz37W2di8fFLz-0
- Documentation: https://iguazio.atlassian.net/wiki/spaces/PM12345/pages/494764109/Serving+Graph+and+Steps+UI#Model-endpoints

---

## 🚨 Potentially Breaking Changes
- [ ] Yes
- [x] No

<!-- If yes, describe what breaks and how to migrate: -->
<!-- Example: Renamed prop `variant` → `type` in Button component -->

---

Includes DRC change
- [x] Yes
- [ ] No

If yes -> requires bump NPM version
iguazio/dashboard-react-controls#477
---

## 🔍 Additional Notes
<!-- Optional: other context, performance considerations, or follow-up work -->
<!-- Example:
  - TODO: Migrate remaining components away from Sass
  - Known issue: minor layout flicker on mobile
  -->

---

## 📸 Screenshots / Demos
<!-- Include before/after screenshots, GIFs, or video demos if the change affects UI. -->
<!-- You can drag and drop images here directly in the PR. -->
<img width="1772" height="1239" alt="image" src="https://github.com/user-attachments/assets/12150f5f-127d-4379-963d-a5dde87adf98" />
<img width="1835" height="1185" alt="image" src="https://github.com/user-attachments/assets/5431252e-7b3b-409c-8031-3da2fc901d3e" />
<img width="1816" height="1215" alt="image" src="https://github.com/user-attachments/assets/99643868-303a-49a2-b967-c70721afbb1d" />

---
 ## 📝 Description
  <!-- A clear, concise summary of what this PR does. -->
  <!-- Include context, motivation, or related issues (e.g., "Replaces Sass with CSS Modules"). -->

---

## 🛠️ Changes Made
  <!-- List the main updates in this PR. -->
<!-- Example:
  - Replaced Sass styles with CSS Modules
  - Updated Button component props for accessibility
  - Adjusted CI workflow to run on push for all branches
  -->

---

## ✅ Checklist

- [x] I have given the PR a well-structured title describing the domain and the specific change that was made
- [x] I tested the changes in the browser (locally or via preview build)
- [x] I confirmed that existing tests pass
- [x] I added or updated unit / integration tests (if needed)
- [x] I checked that this change doesn’t introduce new console warnings or lint / formatting errors
- [x] I updated the relevant Jira ticket with the appropriate details and status


---

## 🔗 References
- Related ticket / issue: https://iguazio.atlassian.net/browse/ML-11819
- Figma / design spec: https://www.figma.com/design/4U8OvfUNpmqcTgBk3mZ4QA/%F0%9F%A6%8E-Updates?node-id=14403-39725&p=f&t=KeKSs2THoGjxkCjq-0
- Documentation: https://iguazio.atlassian.net/wiki/spaces/PM12345/pages/494764109/Serving+Graph+and+Steps+UI

---

## 🚨 Potentially Breaking Changes
- [x] Yes
- [ ] No
Graphs on Workflows and Features pages can be affected
<!-- If yes, describe what breaks and how to migrate: -->
<!-- Example: Renamed prop `variant` → `type` in Button component -->

---

Includes DRC change
- [x] Yes
- [ ] No
iguazio/dashboard-react-controls#478

If yes -> requires bump NPM version

---

## 🔍 Additional Notes
<!-- Optional: other context, performance considerations, or follow-up work -->
<!-- Example:
  - TODO: Migrate remaining components away from Sass
  - Known issue: minor layout flicker on mobile
  -->

---

## 📸 Screenshots / Demos
<!-- Include before/after screenshots, GIFs, or video demos if the change affects UI. -->
<!-- You can drag and drop images here directly in the PR. -->
<img width="1773" height="770" alt="image" src="https://github.com/user-attachments/assets/f93edf3b-d992-424a-9be1-9a2c0f45da21" />

---
…n#3560)

  ## 📝 Description
  <!-- A clear, concise summary of what this PR does. -->
  <!-- Include context, motivation, or related issues (e.g., "Replaces Sass with CSS Modules"). -->

---

  <!-- List the main updates in this PR. -->
<!-- Example:
  - Replaced Sass styles with CSS Modules
  - Updated Button component props for accessibility
  - Adjusted CI workflow to run on push for all branches
  -->
updated peal-time-piplines table
updates graph steps, added legend, and resize for step details
changed router topology to a simple list

---

- [x] I have given the PR a well-structured title describing the domain and the specific change that was made
- [x] I tested the changes in the browser (locally or via preview build)
- [x] I confirmed that existing tests pass
- [x] I added or updated unit / integration tests (if needed)
- [x] I checked that this change doesn’t introduce new console warnings or lint / formatting errors
- [x] I updated the relevant Jira ticket with the appropriate details and status

---

- Related ticket / issue: https://iguazio.atlassian.net/browse/ML-11830
- Figma / design spec: https://www.figma.com/design/4U8OvfUNpmqcTgBk3mZ4QA/%F0%9F%A6%8E-Updates?node-id=15900-36149&t=Ue1SXydCOTGO3X30-0
- Documentation: https://iguazio.atlassian.net/wiki/spaces/PM12345/pages/494764109/Serving+Graph+and+Steps+UI

---

- [x] Yes
- [ ] No

<!-- If yes, describe what breaks and how to migrate: -->
<!-- Example: Renamed prop `variant` → `type` in Button component -->
workflows and features graphs can be affected
---

Includes DRC change
- [x] Yes
- [ ] No
iguazio/dashboard-react-controls#481
If yes -> requires bump NPM version

---

<!-- Optional: other context, performance considerations, or follow-up work -->
<!-- Example:
  - TODO: Migrate remaining components away from Sass
  - Known issue: minor layout flicker on mobile
  -->
TODO: check router step when notebook will be present and keyWithMap step
---

<!-- Include before/after screenshots, GIFs, or video demos if the change affects UI. -->
<!-- You can drag and drop images here directly in the PR. -->
<img width="1903" height="902" alt="image" src="https://github.com/user-attachments/assets/5408da20-ac92-4f48-91aa-e0c9fed9c5a8" />
<img width="1911" height="885" alt="image" src="https://github.com/user-attachments/assets/8d361aee-f61d-414d-a0c6-bc3981a7a053" />
<img width="1888" height="843" alt="image" src="https://github.com/user-attachments/assets/2b18892f-7948-48cc-90f1-83d1d389cc4e" />

---
  ## 📝 Description
  <!-- A clear, concise summary of what this PR does. -->
  <!-- Include context, motivation, or related issues (e.g., "Replaces Sass with CSS Modules"). -->

---

## 🛠️ Changes Made
  <!-- List the main updates in this PR. -->
<!-- Example:
  - Replaced Sass styles with CSS Modules
  - Updated Button component props for accessibility
  - Adjusted CI workflow to run on push for all branches
  -->
adjusted graph styles to occupy more available space
---

## ✅ Checklist

- [x] I have given the PR a well-structured title describing the domain and the specific change that was made
- [x] I tested the changes in the browser (locally or via preview build)
- [ ] I confirmed that existing tests pass
- [ ] I added or updated unit / integration tests (if needed)
- [x] I checked that this change doesn’t introduce new console warnings or lint / formatting errors
- [ ] I updated the relevant Jira ticket with the appropriate details and status
<img width="1909" height="911" alt="image" src="https://github.com/user-attachments/assets/0d94d36f-b95e-40b3-9895-b123b2acf5b6" />



---

## 🔗 References
- Related ticket / issue: https://iguazio.atlassian.net/browse/ML-1811
- Figma / design spec:
- Documentation:

---

## 🚨 Potentially Breaking Changes
- [ ] Yes
- [x] No

<!-- If yes, describe what breaks and how to migrate: -->
<!-- Example: Renamed prop `variant` → `type` in Button component -->

---

Includes DRC change
- [ ] Yes
- [x] No

If yes -> requires bump NPM version

---

## 🔍 Additional Notes
<!-- Optional: other context, performance considerations, or follow-up work -->
<!-- Example:
  - TODO: Migrate remaining components away from Sass
  - Known issue: minor layout flicker on mobile
  -->

---

## 📸 Screenshots / Demos
<!-- Include before/after screenshots, GIFs, or video demos if the change affects UI. -->
<!-- You can drag and drop images here directly in the PR. -->

---
@Taras-Hlukhovetskyi Taras-Hlukhovetskyi marked this pull request as draft February 3, 2026 17:12
@Taras-Hlukhovetskyi Taras-Hlukhovetskyi marked this pull request as ready for review February 3, 2026 17:36
@muli-cohen muli-cohen merged commit bd2960e into mlrun:development Feb 3, 2026
3 checks passed
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