Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@gocardless-robot-restricted gocardless-robot-restricted released this 06 Mar 19:11
· 41 commits to master since this release
2e36896

2e36896 Add GoReleaser
676b39e Add integration test for json parsing
1aa096b Clean-up command-line flags
c35708b Make json parsing much faster
d68fbbc vendor: github.com/json-iterator/go
e84982f Ensure we can parse Connect and Disconnect
ecb01ad Fix a data race and make disconnecting more robust
76df498 Parse our timestamp fixture in GMT
689199f pgreplay preprocess --errlog-file --json-output
7ef5565 Don't duplicate log entries for replay
4d621d6 Split pgreplay binary into a run command
7be74e9 Reimplement Pending
22c5d49 Execute can't Handle
9250f0d Refactor to simplify
f5938d2 pkg/pgreplay/integration
8c091cd vendor: gomega/gstruct
7224e58 Remove namespace from prom metrics
bf80211 Restructure into proper Go
4f94075 vendor: regenerate as dep wouldn't resolve
8b75e41 Clean-up unused goroutines
3235b57 First benchmark
5dc8af5 Initial streamer
923764c Prom metrics
8559e5f Connect if can't find session
2a9470f vendor: alecthomas/template/parse
6427b91 Working replay
60ed300 vendor: alecthomas/kingpin, eapache/channels