Skip to content

feat: handle resource deletion - #213

Merged
vitaligi merged 4 commits into
alphafrom
refactor/resource-deletion
Jul 7, 2026
Merged

feat: handle resource deletion#213
vitaligi merged 4 commits into
alphafrom
refactor/resource-deletion

Conversation

@vitaligi

@vitaligi vitaligi commented Jul 6, 2026

Copy link
Copy Markdown
Contributor
Question Answer
Bug fix
New feature
Breaking change
Deprecations
Documentation
Tests added
Chore

@almog8k almog8k left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would change the pr title from refactor to feat since you change and broke the api - so we need to release new version.

Comment thread src/schemas/deletion/task.schema.ts Outdated
import { SourceType } from '../../constants/core/constants';
import { storageSchema } from '../core';

export const sourceProviderSchema = z.union([z.literal(SourceType.S3), z.literal(SourceType.FS)]);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sourceProviderSchema is unused- please delete.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@vitaligi vitaligi changed the title refactor: handle resource deletion feat: handle resource deletion Jul 7, 2026
@vitaligi
vitaligi merged commit 0249907 into alpha Jul 7, 2026
4 checks passed
@vitaligi
vitaligi deleted the refactor/resource-deletion branch July 7, 2026 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants