Tags: xserve98/gizmo
Tags
Log the panic message even if it's not of type error (nytimes#237)
Allow to set SNS Message Attributes via context (nytimes#235) * Allow to set SNS Message Attributes via context * use private context key as suggested by @jprobinson
Detect cloud run for stackdriver logging (nytimes#234) * Added cloud run detection * Refactored GetServiceInfo, added Run resource type * Removed debug code * Updated docs * Updated naming to be more clear * Updated readme * Renamed func
[auth/gcp] Adding basic google web auth flow capabilities (nytimes#231) * initial WIP * removing IAM verifier, cleaning up verify logic * docs * hooking in custom exception func * renaming file * removing unneeded client * ensuring cookie is cleared * cleaning up var declarations * fixing the logger * Forbids instead of redirecting * cleaned up verify logic * state cleanup * simplifying logic * avoiding a verify of an empty token * adding some initial authenticator tests, callback still needs coverage * adding some callback tests * making notes in README
add http listen addr to config (nytimes#230) * go fmt * add HTTPAddr to config to allow configuring listen address
tidying up example dependencies + updating go-kit (nytimes#227) * tidying up example deps * updating go-kit * also updating example go-kit
Clean-up indirect dependencies (nytimes#226) sarama was causing some other indirect dependencies. Upgrading it fixes the issue. We now have 3 indirect dependencies listed in go.mod: - github.com/go-logfmt/logfmt - github.com/go-stack/stack - gopkg.in/jcmturner/goidentity.v3 go-kit accounts for the first two and sarama for the last one. Since sarama does support go modules, this may be something missing on their side.
go.mod: update ocagent to fix incorrect pseudo version (nytimes#225) * go.mod: update ocagent to fix incorrect pseudo version * update stackdriver
PreviousNext