Skip to content

Conversation

@yomybaby
Copy link
Member

@yomybaby yomybaby commented Jul 10, 2025

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.

@github-actions github-actions bot added the size:XL 500~ LoC label Jul 10, 2025
Copy link
Member Author

yomybaby commented Jul 10, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

@yomybaby yomybaby force-pushed the feature/reservoir-mockup-ui branch from afaf6b2 to dfaddbb Compare August 14, 2025 01:57
@nowgnuesLee nowgnuesLee force-pushed the feature/reservoir-mockup-ui branch from dfaddbb to 9aa1595 Compare August 18, 2025 01:15
@nowgnuesLee nowgnuesLee force-pushed the feature/reservoir-mockup-ui branch from 9aa1595 to 2b2e1b4 Compare August 22, 2025 05:19
@nowgnuesLee nowgnuesLee changed the base branch from main to graphite-base/3934 August 25, 2025 03:55
@nowgnuesLee nowgnuesLee force-pushed the feature/reservoir-mockup-ui branch from 2b2e1b4 to de399cc Compare August 25, 2025 03:55
@nowgnuesLee nowgnuesLee changed the base branch from graphite-base/3934 to feat/bai-graphql-property-filter August 25, 2025 03:55
@yomybaby yomybaby changed the base branch from feat/bai-graphql-property-filter to graphite-base/3934 August 26, 2025 02:31
@nowgnuesLee nowgnuesLee force-pushed the feature/reservoir-mockup-ui branch from de399cc to 4042158 Compare August 26, 2025 04:40
@nowgnuesLee nowgnuesLee changed the base branch from graphite-base/3934 to feat/bai-graphql-property-filter August 26, 2025 05:03
@nowgnuesLee nowgnuesLee force-pushed the feat/bai-graphql-property-filter branch from b000e29 to e5a7817 Compare August 26, 2025 08:33
@nowgnuesLee nowgnuesLee force-pushed the feature/reservoir-mockup-ui branch from 4042158 to 9b19ce8 Compare August 26, 2025 08:33
@agatha197 agatha197 changed the base branch from feat/bai-graphql-property-filter to graphite-base/3934 August 26, 2025 09:52
@graphite-app graphite-app bot force-pushed the feature/reservoir-mockup-ui branch from 7c2c0d9 to 6fc097c Compare September 3, 2025 03:01
@graphite-app graphite-app bot force-pushed the graphite-base/3934 branch from 2dd2fae to a2a70f9 Compare September 3, 2025 03:01
@graphite-app graphite-app bot changed the base branch from graphite-base/3934 to main September 3, 2025 03:01
@graphite-app graphite-app bot force-pushed the feature/reservoir-mockup-ui branch from 6fc097c to 6cb19b1 Compare September 3, 2025 03:02
@nowgnuesLee nowgnuesLee force-pushed the feature/reservoir-mockup-ui branch 3 times, most recently from 9fb55a2 to e1bf4a0 Compare September 9, 2025 03:45
@nowgnuesLee nowgnuesLee force-pushed the feature/reservoir-mockup-ui branch from e1bf4a0 to f0a1c39 Compare September 10, 2025 07:14
@nowgnuesLee nowgnuesLee force-pushed the feature/reservoir-mockup-ui branch 2 times, most recently from 807052b to ae46dc8 Compare September 22, 2025 02:45
@nowgnuesLee nowgnuesLee force-pushed the feature/reservoir-mockup-ui branch from ae46dc8 to b57d1d9 Compare September 22, 2025 11:22
@nowgnuesLee nowgnuesLee force-pushed the feature/reservoir-mockup-ui branch from b57d1d9 to 64b561a Compare September 23, 2025 07:18
@yomybaby yomybaby force-pushed the feature/reservoir-mockup-ui branch from 64b561a to c076370 Compare September 23, 2025 09:57
@github-actions
Copy link

github-actions bot commented Sep 23, 2025

Coverage report for ./react

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

@yomybaby yomybaby force-pushed the feature/reservoir-mockup-ui branch from c076370 to 6561408 Compare September 25, 2025 08:33
@yomybaby yomybaby marked this pull request as ready for review September 25, 2025 08:44
@yomybaby yomybaby requested review from Copilot and nowgnuesLee and removed request for Copilot September 25, 2025 08:44
Copy link
Contributor

@nowgnuesLee nowgnuesLee left a comment

Choose a reason for hiding this comment

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

LGTM

@graphite-app
Copy link

graphite-app bot commented Sep 25, 2025

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.
@graphite-app graphite-app bot force-pushed the feature/reservoir-mockup-ui branch from 6561408 to 962fcde Compare September 25, 2025 09:01
@graphite-app graphite-app bot merged commit 962fcde into main Sep 25, 2025
12 checks passed
@graphite-app graphite-app bot deleted the feature/reservoir-mockup-ui branch September 25, 2025 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XL 500~ LoC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants