-
Notifications
You must be signed in to change notification settings - Fork 78
feat(FR-1673): implement StartFromURL modal component for repository imports (#4627) #4628
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
feat(FR-1673): implement StartFromURL modal component for repository imports (#4627) #4628
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 49.62% | 132/266 |
| 🔴 | Branches | 29.96% | 80/267 |
| 🔴 | Functions | 33.33% | 20/60 |
| 🔴 | Lines | 51.95% | 120/231 |
Test suite run success
55 tests passing in 3 suites.
Report generated by 🧪jest coverage report action from d6a3d2a
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 4.73% | 547/11556 |
| 🔴 | Branches | 3.85% | 314/8147 |
| 🔴 | Functions | 2.93% | 104/3554 |
| 🔴 | Lines | 4.68% | 529/11299 |
Test suite run success
125 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from d6a3d2a
be8c55c to
c6a0f2d
Compare
c6a0f2d to
ae91efc
Compare
95898aa to
42aaf48
Compare
ae91efc to
e5564fe
Compare
nowgnuesLee
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Merge activity
|
…imports (#4627) (#4628) # Implement Start from URL feature with badge support   This PR adds a new "Start from URL" feature that allows users to import and run notebooks or repositories directly from URLs. It also implements badge support for easy sharing of notebooks and repositories. Key changes: - 🔑 Added a new "Start from URL" card on the Start page - 🔑 Created a unified modal for importing notebooks, GitHub repos, and GitLab repos - 🔑 Implemented support for badge URLs with encoded data parameters - Added backward compatibility for legacy GitHub import URLs - Fixed SVG icon rendering issues for interactive and batch sessions - Removed keyboard trap from modal dialogs for better accessibility **Checklist:** - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
e5564fe to
d6a3d2a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Implement Start from URL feature with badge support
This PR adds a new "Start from URL" feature that allows users to import and run notebooks or repositories directly from URLs. It also implements badge support for easy sharing of notebooks and repositories.
Key changes:
Checklist: