-
Notifications
You must be signed in to change notification settings - Fork 99
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/pci ai endpoints app: Add Metrics pages #15279
base: develop
Are you sure you want to change the base?
Conversation
packages/manager/apps/pci-ai-endpoints/src/components/Breadcrumb/Breadcrumb.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/components/Breadcrumb/Breadcrumb.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/components/Breadcrumb/Breadcrumb.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/components/Metric/index.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/components/Metric/index.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/components/Metric/index.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/components/Metric/index.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/hooks/api/project/usePciProject.hook.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/hooks/metric/useGenerateLabels.hook.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/pages/dashboard.page.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/hooks/api/project/usePciProject.hook.spec.tsx
Outdated
Show resolved
Hide resolved
| UndefinedInitialDataOptions<TQueryFnData, TError, TData, TQueryKey> | ||
| UseQueryOptions<TQueryFnData, TError, TData, TQueryKey>; | ||
|
||
export function useQueryImmediateRefetch< |
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.
don't understand why you manually refetch
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.
I don't understand this function too
packages/manager/apps/pci-ai-endpoints/src/hooks/metric/useCalculateTotal.hook.tsx
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/hooks/metric/useGenerateLabels.hook.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/hooks/metric/useGenerateLabels.hook.tsx
Outdated
Show resolved
Hide resolved
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.
Please for next time, make PR smaller and easier to review.
Also you have some tests errors
42bd038
to
eb66368
Compare
packages/manager/apps/pci-ai-endpoints/src/components/Breadcrumb/Breadcrumb.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/components/Metric/index.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/components/Metric/index.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/configuration/polling.constants.ts
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/contexts/LoadingIndicator.context.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/pages/metrics.page.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/pages/metrics.page.tsx
Outdated
Show resolved
Hide resolved
packages/manager/apps/pci-ai-endpoints/src/components/Breadcrumb/Breadcrumb.tsx
Outdated
Show resolved
Hide resolved
3042816
to
dfcb404
Compare
dfcb404
to
3c8b410
Compare
ref:AIS-891 Signed-off-by: Chris Fradet <[email protected]>
ref:AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref:AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref:AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref:AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref:AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref:AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref:AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref:AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref: AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref: AIS-961 Signed-off-by: Chris Fradet <[email protected]>
Signed-off-by: Chris Fradet <[email protected]>
ref: AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref: AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref: AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref: AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref: AIS-961 Signed-off-by: Chris Fradet <[email protected]>
ref: AIS-961 Signed-off-by: Chris Fradet <[email protected]> Signed-off-by: Thibault Barske <[email protected]>
3c8b410
to
3bda7e8
Compare
|
develop
Description
Create Metrics page for AI Endpoints app:
Related