-
Couldn't load subscription status.
- Fork 78
feat: Reservoir UI draft #3934
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: Reservoir UI draft #3934
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. |
afaf6b2 to
dfaddbb
Compare
dfaddbb to
9aa1595
Compare
9aa1595 to
2b2e1b4
Compare
2b2e1b4 to
de399cc
Compare
de399cc to
4042158
Compare
a4387ed to
b000e29
Compare
b000e29 to
e5a7817
Compare
4042158 to
9b19ce8
Compare
e5a7817 to
be0d584
Compare
7c2c0d9 to
6fc097c
Compare
2dd2fae to
a2a70f9
Compare
6fc097c to
6cb19b1
Compare
9fb55a2 to
e1bf4a0
Compare
e1bf4a0 to
f0a1c39
Compare
807052b to
ae46dc8
Compare
ae46dc8 to
b57d1d9
Compare
b57d1d9 to
64b561a
Compare
64b561a to
c076370
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 4.47% (-0.1% 🔻) |
501/11218 |
| 🔴 | Branches | 3.6% (-0.09% 🔻) |
285/7917 |
| 🔴 | Functions | 2.58% (-0.06% 🔻) |
90/3494 |
| 🔴 | Lines | 4.44% (-0.09% 🔻) |
487/10967 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
|---|---|---|---|---|---|
| 🔴 | ... / ReservoirArtifactList.tsx |
0% | 0% | 0% | 0% |
| 🔴 | ... / ReservoirAuditLogList.tsx |
0% | 0% | 0% | 0% |
| 🔴 | ... / ReservoirArtifactDetail.tsx |
0% | 0% | 0% | 0% |
| 🟢 | types/reservoir.ts | 100% | 100% | 100% | 100% |
| 🔴 | utils/reservoir.tsx | 0% | 0% | 0% | 0% |
| 🔴 | ... / ReservoirPage.tsx |
0% | 0% | 0% | 0% |
Test suite run success
114 tests passing in 13 suites.
Report generated by 🧪jest coverage report action from 962fcde
c076370 to
6561408
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.
LGTM
Merge activity
|
# Add Reservoir Page for Artifact Management This PR adds a new Reservoir page to the WebUI for managing artifacts like models, packages, and images. The implementation includes: - New Reservoir page with artifact listing and detailed views - Components for displaying artifact details and managing artifact lists - Navigation integration in the sidebar menu - Statistics dashboard showing installed artifacts, available artifacts, and storage usage - Filtering capabilities by artifact type, status, and name - Support for pulling artifacts from remote repositories The page allows users to browse available artifacts, view detailed information about each artifact, and pull specific versions to their local environment.
6561408 to
962fcde
Compare

Add Reservoir Page for Artifact Management
This PR adds a new Reservoir page to the WebUI for managing artifacts like models, packages, and images. The implementation includes:
The page allows users to browse available artifacts, view detailed information about each artifact, and pull specific versions to their local environment.