[PR #46] [CLOSED] cmd: add gcs-emulator #294

Closed
opened 2026-03-03 12:10:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/46
Author: @fsouza
Created: 7/16/2019
Status: Closed

Base: masterHead: add-emulator


📝 Commits (4)

  • 86de89d cmd: introduce gcs-emulator
  • 9937d71 Add Dockerfile and migrate from travis to drone
  • 1236e00 Update readme to mention gcs-emulator
  • 381d13d cmd/gcs-emulator: unexport Config

📊 Changes

12 files changed (+556 additions, -34 deletions)

View changed files

.dockerignore (+1 -0)
.drone.jsonnet (+101 -0)
.drone.yml (+199 -0)
.travis.yml (+0 -21)
Dockerfile (+17 -0)
📝 README.md (+9 -5)
cmd/gcs-emulator/config.go (+72 -0)
cmd/gcs-emulator/config_test.go (+111 -0)
cmd/gcs-emulator/main.go (+31 -0)
drone/Dockerfile (+7 -0)
📝 go.mod (+1 -0)
📝 go.sum (+7 -8)

📄 Description

Initial iteration/proposal of the gcs-emulator command (which may be renamed to something fake-gcs or something like that). It includes a dockerfile and integration with Drone (building docker images in travis is more painful than doing it from drone).

Closes #45.

cc @teone @jwhitlock


🔄 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/46 **Author:** [@fsouza](https://github.com/fsouza) **Created:** 7/16/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-emulator` --- ### 📝 Commits (4) - [`86de89d`](https://github.com/fsouza/fake-gcs-server/commit/86de89d7209fab3b3101b60e48c791ed6bd394a4) cmd: introduce gcs-emulator - [`9937d71`](https://github.com/fsouza/fake-gcs-server/commit/9937d714232829eff1902a67e650291ac11d6b8a) Add Dockerfile and migrate from travis to drone - [`1236e00`](https://github.com/fsouza/fake-gcs-server/commit/1236e00d79642d141f9393d53937c32ae08ea644) Update readme to mention gcs-emulator - [`381d13d`](https://github.com/fsouza/fake-gcs-server/commit/381d13d505fa382207dd0075678a2e8045d77954) cmd/gcs-emulator: unexport Config ### 📊 Changes **12 files changed** (+556 additions, -34 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+1 -0) ➕ `.drone.jsonnet` (+101 -0) ➕ `.drone.yml` (+199 -0) ➖ `.travis.yml` (+0 -21) ➕ `Dockerfile` (+17 -0) 📝 `README.md` (+9 -5) ➕ `cmd/gcs-emulator/config.go` (+72 -0) ➕ `cmd/gcs-emulator/config_test.go` (+111 -0) ➕ `cmd/gcs-emulator/main.go` (+31 -0) ➕ `drone/Dockerfile` (+7 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+7 -8) </details> ### 📄 Description Initial iteration/proposal of the gcs-emulator command (which may be renamed to something ``fake-gcs`` or something like that). It includes a dockerfile and integration with Drone (building docker images in travis is more painful than doing it from drone). Closes #45. cc @teone @jwhitlock --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:10:07 +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#294
No description provided.