[PR #1833] [MERGED] feat: Add _internal/delete_all to delete all data #1860

Closed
opened 2026-03-03 12:36:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1833
Author: @drehelis
Created: 11/30/2024
Status: Merged
Merged: 1/5/2025
Merged by: @fsouza

Base: mainHead: delete_all


📝 Commits (3)

  • 866d563 feat: Add to delete all data
  • 259c53f fix: lint
  • 9e09a18 cr: move DeleteAllFiles to be part of the backend interface

📊 Changes

4 files changed (+32 additions, -0 deletions)

View changed files

📝 fakestorage/server.go (+15 -0)
📝 internal/backend/fs.go (+9 -0)
📝 internal/backend/memory.go (+7 -0)
📝 internal/backend/storage.go (+1 -0)

📄 Description

Closes #1828.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/1833 **Author:** [@drehelis](https://github.com/drehelis) **Created:** 11/30/2024 **Status:** ✅ Merged **Merged:** 1/5/2025 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `delete_all` --- ### 📝 Commits (3) - [`866d563`](https://github.com/fsouza/fake-gcs-server/commit/866d563f4f1637463f553cefc4360517800b2a04) feat: Add to delete all data - [`259c53f`](https://github.com/fsouza/fake-gcs-server/commit/259c53f0733254fa1e8bae1c65b8bd8077742d47) fix: lint - [`9e09a18`](https://github.com/fsouza/fake-gcs-server/commit/9e09a183088cea7a117325d079b8ad081b8fc472) cr: move DeleteAllFiles to be part of the backend interface ### 📊 Changes **4 files changed** (+32 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/server.go` (+15 -0) 📝 `internal/backend/fs.go` (+9 -0) 📝 `internal/backend/memory.go` (+7 -0) 📝 `internal/backend/storage.go` (+1 -0) </details> ### 📄 Description Closes #1828. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:36:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#1860
No description provided.