snitch icon indicating copy to clipboard operation
snitch copied to clipboard

Keep updated about all deploys on Tsuru

Results 5 snitch issues
Sort by recently updated
recently updated
newest added

Add comments for exported functions

lint suggested ``` lucasgomide/snitch/tsuru/api.go:13:6: type name will be used as tsuru.TsuruAPI by other packages, and that stutters; consider calling this API lucasgomide/snitch/tsuru/api.go:13: warning: exported type TsuruAPI should have comment or...

enhancement

This function save into struct the config parsed, in order to semantic reasons `ReadConfigFile` doesn't sound good to me

lint suggested ``` lucasgomide/snitch/hook/newrelic.go:16:2: struct field ApplicationId should be ApplicationID lucasgomide/snitch/hook/newrelic.go:17:2: struct field ApiKey should be APIKey lucasgomide/snitch/hook/slack.go:14:2: struct field WebhookUrl should be WebhookURL lucasgomide/snitch/hook/slack_test.go:9:5: var webhookUrl should be webhookURL...

Some requests to Tsuru API exceeded Client.Timeout, then has been logged message on prompt. ``` Snitch: Get http://xx.x.x.x:8080/deploys?app=xxxxx&limit=1: net/http: request canceled (Client.Timeout exceeded while awaiting headers ```

bug