Closed lizable closed 1 day ago
Add the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix.
You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.
main
This stack of pull requests is managed by Graphite. Learn more about stacking.
./react
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 5.29% | 395/7468 |
🔴 | Branches | 4.58% (-0% 🔻) |
237/5173 |
🔴 | Functions | 3.16% | 78/2467 |
🔴 | Lines | 5.2% | 380/7301 |
124 tests passing in 14 suites.
Report generated by 🧪jest coverage report action from 3f18c86842ab5c942945f35812d970e415a4c00f
This PR resolves #2837
Changes: Makes agent selection in resource allocation form configurable via a new
enableAgentSelect
prop, defaulting to false. The agent selection field will only display when bothenableAgentSelect
is true andbaiClient._config.hideAgents
is false.Implementation:
enableAgentSelect
prop to ResourceAllocationFormItems componentenableAgentSelect
to true in SessionLauncherPage to maintain existing behaviorTesting Steps:
Checklist: