-
Notifications
You must be signed in to change notification settings - Fork 73
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: add filter props to ProjectSelect #2760
base: main
Are you sure you want to change the base?
Conversation
Your org requires the Graphite merge queue for merging into mainAdd 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. |
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @agatha197 and the rest of your teammates on Graphite |
2f3c85b
to
692e368
Compare
40cf80e
to
1aff8e0
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 4.04% | 275/6809 |
🔴 | Branches | 3.99% | 187/4682 |
🔴 | Functions | 2.54% | 57/2246 |
🔴 | Lines | 3.92% | 261/6653 |
Test suite run failed
Failed tests: 0/85. Failed suites: 3/12.
● Test suite failed to run
Cannot find module '../fix_antd.css?raw' from 'src/components/DefaultProviders.tsx'
Require stack:
src/components/DefaultProviders.tsx
src/hooks/useBAISetting.tsx
src/hooks/backendai.tsx
src/components/ResourceAllocationFormItems.tsx
src/components/ResourceAllocationFormItems.test.ts
1 | import { RelayEnvironment } from '../RelayEnvironment';
2 | // @ts-ignore
> 3 | import rawFixAntCss from '../fix_antd.css?raw';
| ^
4 | import { useCustomThemeConfig } from '../helper/customThemeConfig';
5 | import { ReactWebComponentProps } from '../helper/react-to-webcomponent';
6 | import { ThemeModeProvider, useThemeMode } from '../hooks/useThemeMode';
at Resolver.resolveModule (node_modules/.pnpm/[email protected]/node_modules/jest-resolve/build/resolver.js:324:11)
at Object.<anonymous> (src/components/DefaultProviders.tsx:3:1)
at Object.<anonymous> (src/hooks/useBAISetting.tsx:1:1)
at Object.<anonymous> (src/hooks/backendai.tsx:12:1)
at Object.<anonymous> (src/components/ResourceAllocationFormItems.tsx:7:1)
at Object.<anonymous> (src/components/ResourceAllocationFormItems.test.ts:6:1)
● Test suite failed to run
Cannot find module '../fix_antd.css?raw' from 'src/components/DefaultProviders.tsx'
Require stack:
src/components/DefaultProviders.tsx
src/hooks/useBAISetting.tsx
src/hooks/backendai.tsx
src/components/ResourceAllocationFormItems.tsx
src/hooks/useResourceLimitAndRemaining.tsx
src/hooks/useResourceLimitAndRemaining.test.ts
1 | import { RelayEnvironment } from '../RelayEnvironment';
2 | // @ts-ignore
> 3 | import rawFixAntCss from '../fix_antd.css?raw';
| ^
4 | import { useCustomThemeConfig } from '../helper/customThemeConfig';
5 | import { ReactWebComponentProps } from '../helper/react-to-webcomponent';
6 | import { ThemeModeProvider, useThemeMode } from '../hooks/useThemeMode';
at Resolver.resolveModule (node_modules/.pnpm/[email protected]/node_modules/jest-resolve/build/resolver.js:324:11)
at Object.<anonymous> (src/components/DefaultProviders.tsx:3:1)
at Object.<anonymous> (src/hooks/useBAISetting.tsx:1:1)
at Object.<anonymous> (src/hooks/backendai.tsx:12:1)
at Object.<anonymous> (src/components/ResourceAllocationFormItems.tsx:7:1)
at Object.<anonymous> (src/hooks/useResourceLimitAndRemaining.tsx:3:1)
at Object.<anonymous> (src/hooks/useResourceLimitAndRemaining.test.ts:1:1)
● Test suite failed to run
Cannot find module '../fix_antd.css?raw' from 'src/components/DefaultProviders.tsx'
Require stack:
src/components/DefaultProviders.tsx
src/hooks/useBAISetting.tsx
src/hooks/backendai.tsx
src/hooks/backendai.test.tsx
1 | import { RelayEnvironment } from '../RelayEnvironment';
2 | // @ts-ignore
> 3 | import rawFixAntCss from '../fix_antd.css?raw';
| ^
4 | import { useCustomThemeConfig } from '../helper/customThemeConfig';
5 | import { ReactWebComponentProps } from '../helper/react-to-webcomponent';
6 | import { ThemeModeProvider, useThemeMode } from '../hooks/useThemeMode';
at Resolver.resolveModule (node_modules/.pnpm/[email protected]/node_modules/jest-resolve/build/resolver.js:324:11)
at Object.<anonymous> (src/components/DefaultProviders.tsx:3:1)
at Object.<anonymous> (src/hooks/useBAISetting.tsx:1:1)
at Object.<anonymous> (src/hooks/backendai.tsx:12:1)
at Object.<anonymous> (src/hooks/backendai.test.tsx:4:1)
Report generated by 🧪jest coverage report action from 1aff8e0
Checklist: (if applicable)