-
Notifications
You must be signed in to change notification settings - Fork 98
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 notebooks manage notebook pop up (Start, Stop, Delete) #13860
base: feat/pci-ai-notebooks-epic
Are you sure you want to change the base?
Feat/pci ai notebooks manage notebook pop up (Start, Stop, Delete) #13860
Conversation
DATATR-1548 Signed-off-by: Arthur Bullet <[email protected]>
ref:DATATR-1548 Signed-off-by: Arthur Bullet <[email protected]>
ref:DATATR-1548 Signed-off-by: Arthur Bullet <[email protected]>
ref:DATATR-1548 Signed-off-by: Arthur Bullet <[email protected]>
DATATR-1548 Signed-off-by: Arthur Bullet <[email protected]>
DATATR-1548 Signed-off-by: Arthur Bullet <[email protected]>
ref:DATATR-1559,DATATR-1560,DATATR-1561 Signed-off-by: Arthur Bullet <[email protected]>
ededb2f
to
7e269d1
Compare
Signed-off-by: Arthur Bullet <[email protected]>
Quality Gate failedFailed conditions |
queryClient.invalidateQueries({ | ||
queryKey: [projectId, 'ai/notebook'], | ||
}); |
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.
Should we also invalidate this query ? const queryKey = [projectId, 'ai/notebook', notebookId];
queryClient.invalidateQueries({ | ||
queryKey: [projectId, 'ai/notebook'], | ||
}); |
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.
Same here, maybe we need to invalidate the getNotebook query
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.
It seems that there is temporary code in this file, can you remove it ?
ref:DATATR-1559,DATATR-1560,DATATR-1561
master
/release/**
/develop
Description
Related