-
Couldn't load subscription status.
- Fork 78
feat(FR-1507): add a value to config.toml to enalbe reservoir page #4327
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
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 | 4.47% | 501/11215 |
| 🔴 | Branches | 3.63% (-0% 🔻) |
285/7850 |
| 🔴 | Functions | 2.57% | 90/3501 |
| 🔴 | Lines | 4.44% | 487/10964 |
Test suite run success
114 tests passing in 13 suites.
Report generated by 🧪jest coverage report action from 6e0ef12
5da3853 to
3185d5c
Compare
d69d726 to
b4981e6
Compare
3185d5c to
5357af0
Compare
b4981e6 to
a0c9bb9
Compare
5357af0 to
35b4fc4
Compare
068d2d4 to
98acf31
Compare
5796a5c to
78e0e2d
Compare
98acf31 to
63afeac
Compare
78e0e2d to
fa9f843
Compare
064ccb3 to
a561c8f
Compare
cf95576 to
ee2db40
Compare
a561c8f to
63c6dc7
Compare
ee2db40 to
cb0e1f7
Compare
63c6dc7 to
019d701
Compare
cb0e1f7 to
ee60edb
Compare
9514368 to
289c0a8
Compare
b436c15 to
07358a1
Compare
289c0a8 to
b09bdfe
Compare
b09bdfe to
7cf1356
Compare
07358a1 to
7d45f5e
Compare
7cf1356 to
6151efa
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 52.42% | 130/248 |
| 🔴 | Branches | 32.26% | 80/248 |
| 🔴 | Functions | 35.09% | 20/57 |
| 🔴 | Lines | 54.84% | 119/217 |
Test suite run success
55 tests passing in 3 suites.
Report generated by 🧪jest coverage report action from 6e0ef12
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
|
…4327) # Add configuration option to enable/disable Reservoir page resolves #4326 (FR-1507) This PR adds a new configuration option `enableReservoir` to control the visibility of the Reservoir page in the UI. By default, this feature is disabled (`false`). The changes include: - Adding the `enableReservoir` configuration option to the sample config file - Updating the WebUISider component to check this configuration before displaying the Reservoir menu item - Adding the configuration property to the BackendAIConfig type - Implementing the property in the login component and passing it to the client configuration **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
7d45f5e to
780880d
Compare
6151efa to
6e0ef12
Compare

Add configuration option to enable/disable Reservoir page
resolves #4326 (FR-1507)
This PR adds a new configuration option
enableReservoirto control the visibility of the Reservoir page in the UI. By default, this feature is disabled (false).The changes include:
enableReservoirconfiguration option to the sample config fileChecklist: