[PR #973] [CLOSED] Debug CI #1080

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/973
Author: @fsouza
Created: 10/30/2022
Status: Closed

Base: mainHead: debug-ci


📝 Commits (4)

  • 88b235a upload_test: Add UploadRacesAreOnlyWonByOne
  • 8e32b17 backend/storage:Add Conditions to CreateObject
  • 2bfdece run windows only
  • aa8fc31 reduce matrix

📊 Changes

9 files changed (+149 additions, -75 deletions)

View changed files

📝 .github/workflows/main.yml (+0 -4)
📝 fakestorage/json_response.go (+6 -0)
📝 fakestorage/object.go (+5 -5)
📝 fakestorage/upload.go (+38 -49)
📝 fakestorage/upload_test.go (+44 -0)
📝 internal/backend/backend_test.go (+3 -3)
📝 internal/backend/fs.go (+19 -7)
📝 internal/backend/memory.go (+20 -4)
📝 internal/backend/storage.go (+14 -3)

📄 Description

Working copy of #935. Not to be merged.


🔄 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/973 **Author:** [@fsouza](https://github.com/fsouza) **Created:** 10/30/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `debug-ci` --- ### 📝 Commits (4) - [`88b235a`](https://github.com/fsouza/fake-gcs-server/commit/88b235aa271bdfecd91b247c19a38c1b6d0d20cf) upload_test: Add UploadRacesAreOnlyWonByOne - [`8e32b17`](https://github.com/fsouza/fake-gcs-server/commit/8e32b1734a816aa60e8b2a3b84b169488bc59771) backend/storage:Add `Conditions` to CreateObject - [`2bfdece`](https://github.com/fsouza/fake-gcs-server/commit/2bfdece8406d3ae49b18b06f17d52bcd41d417ac) run windows only - [`aa8fc31`](https://github.com/fsouza/fake-gcs-server/commit/aa8fc31ae47d3e6d1cc0d47e9def5352aa2b93bf) reduce matrix ### 📊 Changes **9 files changed** (+149 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+0 -4) 📝 `fakestorage/json_response.go` (+6 -0) 📝 `fakestorage/object.go` (+5 -5) 📝 `fakestorage/upload.go` (+38 -49) 📝 `fakestorage/upload_test.go` (+44 -0) 📝 `internal/backend/backend_test.go` (+3 -3) 📝 `internal/backend/fs.go` (+19 -7) 📝 `internal/backend/memory.go` (+20 -4) 📝 `internal/backend/storage.go` (+14 -3) </details> ### 📄 Description Working copy of #935. Not to be merged. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:32:58 +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#1080
No description provided.