Skip to content

feat: add import/s3 to operations #2256

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

Merged
merged 1 commit into from
May 6, 2025
Merged

feat: add import/s3 to operations #2256

merged 1 commit into from
May 6, 2025

Conversation

astandrik
Copy link
Collaborator

@astandrik astandrik commented May 5, 2025

Closes #2258

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
318 316 0 2 0

😟 No changes in tests. 😕

Bundle Size: ✅

Current: 83.47 MB | Main: 83.47 MB
Diff: +0.19 KB (0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a new operation type "import/s3" to support additional import functionality, closing #2201.

  • Added "import/s3" to the OperationKind union in the API types.
  • Included a corresponding constant in the operations container with an i18n label.

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
src/types/api/operations.ts Added 'import/s3' to the OperationKind union definition.
src/containers/Operations/constants.ts Introduced constant for 'import/s3' with an i18n label.
Files not reviewed (1)
  • src/containers/Operations/i18n/en.json: Language not supported

@astandrik astandrik changed the title feat: Add import/s3 to Operations feat: add import/s3 to operations May 6, 2025
@astandrik astandrik added this pull request to the merge queue May 6, 2025
Merged via the queue into main with commit fb07e1c May 6, 2025
7 of 9 checks passed
@astandrik astandrik deleted the astandrik.2201 branch May 6, 2025 13:53
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.

fix: Add import/s3 to operations
2 participants