Skip to content
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

Open
wants to merge 8 commits into
base: feat/pci-ai-notebooks-epic
Choose a base branch
from

Conversation

abullet33
Copy link
Contributor

ref:DATATR-1559,DATATR-1560,DATATR-1561

Question Answer
Branch? master / release/** / develop
Bug fix? yes/no
New feature? yes/no
Breaking change? yes/no
Tickets Fix #...
License BSD 3-Clause
  • Try to keep pull requests small so they can be easily reviewed.
  • Commits are signed-off
  • Only FR translations have been updated
  • Branch is up-to-date with target branch
  • Lint has passed locally
  • Standalone app was ran and tested locally
  • Ticket reference is mentioned in linked commits (internal only)
  • Breaking change is mentioned in relevant commits

Description

Related

@github-actions github-actions bot added the has conflicts Has conflicts to resolve before merging label Nov 12, 2024
Base automatically changed from feat/pci-ai-notebooks-order-funnel to feat/pci-ai-notebooks-epic November 14, 2024 16:10
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]>
ref:DATATR-1559,DATATR-1560,DATATR-1561
Signed-off-by: Arthur Bullet <[email protected]>
@abullet33 abullet33 force-pushed the feat/pci-ai-notebooks-manage-notebook branch from ededb2f to 7e269d1 Compare November 14, 2024 16:46
@github-actions github-actions bot removed the has conflicts Has conflicts to resolve before merging label Nov 14, 2024
@abullet33 abullet33 marked this pull request as ready for review November 14, 2024 17:47
@abullet33 abullet33 requested review from a team as code owners November 14, 2024 17:47
@abullet33 abullet33 requested review from sidlynx, kqesar, antonymarion, darsene, mhelhali-soufien, jperchoc and a team and removed request for a team November 14, 2024 17:47
Copy link

sonarcloud bot commented Nov 14, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
6.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

Comment on lines +25 to +27
queryClient.invalidateQueries({
queryKey: [projectId, 'ai/notebook'],
});
Copy link
Contributor

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];

Comment on lines +22 to +24
queryClient.invalidateQueries({
queryKey: [projectId, 'ai/notebook'],
});
Copy link
Contributor

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

Copy link
Contributor

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants