-
Notifications
You must be signed in to change notification settings - Fork 112
feat(backup-agent): add backup agent deletion #20636
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
Conversation
packages/manager/modules/backup-agent/src/data/api/agents/agents.requests.ts
Outdated
Show resolved
Hide resolved
packages/manager/modules/backup-agent/src/data/hooks/agents/useDeleteAgent.ts
Show resolved
Hide resolved
packages/manager/modules/backup-agent/src/utils/buildSearchQuery.utils.ts
Outdated
Show resolved
Hide resolved
tibs245
left a comment
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.
Missing one integration test to see if modal if visible on good link
Missing units tests for utils
Can have one unit test to see if page is accessible and if we handle the mutation on click of delete
Can be improved with a unit test if the request not work (Agent already deleted) and see error
packages/manager/modules/backup-agent/public/translations/services/listing/Messages_fr_FR.json
Outdated
Show resolved
Hide resolved
8e57dd5 to
10c2ba8
Compare
...p-agent/src/pages/services/dashboard/agent/delete/__tests__/DeleteAgent.integration.test.tsx
Outdated
Show resolved
Hide resolved
...p-agent/src/pages/services/dashboard/agent/delete/__tests__/DeleteAgent.integration.test.tsx
Outdated
Show resolved
Hide resolved
packages/manager/modules/backup-agent/src/data/hooks/agents/useDeleteAgent.ts
Show resolved
Hide resolved
...s/backup-agent/src/pages/services/dashboard/agent/_components/AgentActionsCell.component.tsx
Show resolved
Hide resolved
093c14d to
635fe1a
Compare
ref: BKP-503 Signed-off-by: Vincent Bonmarchand <[email protected]>
635fe1a to
d73e995
Compare
ref: BKP-503
Description
Ticket Reference: #...
Additional Information