mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[PR #490] [MERGED] Continuation of event support PR #655
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#655
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/490
Author: @terev
Created: 4/28/2021
Status: ✅ Merged
Merged: 12/29/2021
Merged by: @fsouza
Base:
event-support-wip← Head:event-support📝 Commits (1)
54b8ecfAdded support to send events to a pubsub topic📊 Changes
9 files changed (+808 additions, -20 deletions)
View changed files
📝
fakestorage/object.go(+43 -3)📝
fakestorage/server.go(+26 -13)📝
fakestorage/server_test.go(+233 -0)📝
go.mod(+7 -0)📝
go.sum(+19 -0)📝
internal/config/config.go(+72 -2)📝
internal/config/config_test.go(+47 -2)➕
internal/notification/event.go(+214 -0)➕
internal/notification/event_test.go(+147 -0)📄 Description
This pr is a continuation of PR #370 created by @isaldana . I hope its okay that I picked up this work. This would be a really great feature to have available. If this pr is accepted I want to make sure the work is attributed to @isaldana. I was sure to rebase that work to retain their commits.
I've addressed the comment left on his pr about moving event options to a separate struct. I've also made a few fixes including:
@isaldana please feel free to veto this pr if you prefer i dont submit it on your behalf
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.