mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 14:15:49 +03:00
[PR #46] [CLOSED] cmd: add gcs-emulator #294
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#294
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fsouza/fake-gcs-server/pull/46
Author: @fsouza
Created: 7/16/2019
Status: ❌ Closed
Base:
master← Head:add-emulator📝 Commits (4)
86de89dcmd: introduce gcs-emulator9937d71Add Dockerfile and migrate from travis to drone1236e00Update readme to mention gcs-emulator381d13dcmd/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-gcsor 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.