Skip to content

Conversation

@safoinme
Copy link
Contributor

@safoinme safoinme commented Oct 17, 2025

Describe changes

I implemented/fixed _ to achieve _.

image image

Pre-requisites

Please ensure you have done the following:

  • I have read the CONTRIBUTING.md document.
  • I have added tests to cover my changes.
  • I have based my new branch on develop and the open PR is targeting develop. If your branch wasn't based on develop read Contribution guide on rebasing branch to develop.
  • IMPORTANT: I made sure that my changes are reflected properly in the following resources:
    • ZenML Docs
    • Dashboard: Needs to be communicated to the frontend team.
    • Templates: Might need adjustments (that are not reflected in the template tests) in case of non-breaking changes and deprecations.
    • Projects: Depending on the version dependencies, different projects might get affected.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Other (add details above)

@github-actions github-actions bot added internal To filter out internal PRs and issues enhancement New feature or request labels Oct 17, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Oct 17, 2025

ZenML CLI Performance Comparison (Threshold: 1.0s, Timeout: 60s, Slow: 5s)

❌ Failed Commands on Current Branch (feature/update-deployment-server-main-page)

  • zenml stack list: Command failed on run 1 (exit code: 1)
  • zenml pipeline list: Command failed on run 1 (exit code: 1)
  • zenml model list: Command failed on run 1 (exit code: 1)

🚨 New Failures Introduced

The following commands fail on your branch but worked on the target branch:

  • zenml stack list
  • zenml pipeline list
  • zenml model list

Performance Comparison

Command develop Time (s) feature/update-deployment-server-main-page Time (s) Difference Status
zenml --help 1.479645 ± 0.019824 1.549927 ± 0.038445 +0.070s ✓ No significant change
zenml model list Not tested Failed N/A ❌ Broken in current branch
zenml pipeline list Not tested Failed N/A ❌ Broken in current branch
zenml stack --help 1.447271 ± 0.026173 1.475517 ± 0.010583 +0.028s ✓ No significant change
zenml stack list Not tested Failed N/A ❌ Broken in current branch

Summary

  • Total commands analyzed: 5
  • Commands compared for timing: 2
  • Commands improved: 0 (0.0% of compared)
  • Commands degraded: 0 (0.0% of compared)
  • Commands unchanged: 2 (100.0% of compared)
  • Failed commands: 3 (NEW FAILURES INTRODUCED)
  • Timed out commands: 0
  • Slow commands: 0

Environment Info

  • Target branch: Linux 6.14.0-1012-azure
  • Current branch: Linux 6.14.0-1012-azure
  • Test timestamp: 2025-10-17T14:20:43Z
  • Timeout: 60 seconds
  • Slow threshold: 5 seconds

Copy link
Contributor

@Cahllagerfeld Cahllagerfeld left a comment

Choose a reason for hiding this comment

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

  • I couldnt find a form element. Maybe we should use that in combination with <button type="submit">, to get the "keyboard-enter" submission with html native elements

I haven't tested functionality yet, these are just my first findings going through the huge file

const field = document.createElement('div');
field.className = 'output-field';
field.innerHTML = `
<div class="output-field-key">${key}</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

The inner html is set without sanitization.

If the endponit for some reason returns malicious html, this is straight injected here. e.g

<img src=x onerror=alert('XSS from pipeline output')>

});

document.getElementById('rerun-btn').addEventListener('click', runPipeline);
document.getElementById('delete-btn').addEventListener('click', () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Does the delete-btn actually perform a deletion?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it clears the output

@stefannica
Copy link
Contributor

Those .svg assets are not used anywhere, are they ?

@github-actions
Copy link
Contributor

Documentation Link Check Results

Absolute links check failed
There are broken absolute links in the documentation. See workflow logs for details
Relative links check passed
Last checked: 2025-10-24 14:18:26 UTC

Copy link
Contributor

@stefannica stefannica left a comment

Choose a reason for hiding this comment

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

Thanks for adding the API key setter too

@safoinme safoinme merged commit fe7f969 into develop Oct 31, 2025
32 of 37 checks passed
@safoinme safoinme deleted the feature/update-deployment-server-main-page branch October 31, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request internal To filter out internal PRs and issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants