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

✨ Add Compile Xircuits to Context Menu #357

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

MFA-X-AI
Copy link
Member

@MFA-X-AI MFA-X-AI commented Oct 2, 2024

Description

This PR allows users to compile a workflow / multiple workflows from the Jupyterlab context menu. Under the hood it calls the xircuits compile backend endpoint. It also pushes the xircuits related context menu to the top.

Screenshot_20241003_001755

Pull Request Type

  • Xircuits Core (Jupyterlab Related changes)
  • Xircuits Canvas (Custom RD Related changes)
  • Xircuits Component Library
  • Xircuits Project Template
  • Testing Automation
  • Documentation
  • Others (Please Specify)

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Tests

1: Single Workflow Compilation

  1. Boot up Xircuits.
  2. Right-click any workflow from the file browser to open the context menu.
  3. Select Compile.
  4. Verify the following:
    • a. The workflow compiles properly.
    • b. The workflow runs as expected.

2: Multiple Workflow Compilation

  1. Boot up Xircuits.
  2. Select multiple workflows from the file browser.
  3. Right-click to open the context menu.
  4. Select Compile.
  5. Verify the following:
    • a. All selected workflows compile properly.
    • b. All selected workflows run as expected.

Tested on?

  • Windows
  • Linux Fedora
  • Centos
  • Mac
  • Others (State here -> xxx )

Copy link

github-actions bot commented Oct 2, 2024

Binder 👈 Launch a binder notebook on branch XpressAI/xircuits/fahreza/compile-from-filebrowser

@MFA-X-AI MFA-X-AI merged commit 46c8ba1 into master Oct 3, 2024
9 checks passed
@MFA-X-AI MFA-X-AI deleted the fahreza/compile-from-filebrowser branch October 3, 2024 14:21
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.

1 participant