1. 03 Oct, 2018 2 commits
    • pkg/services/alerting/notifiers/telegram_test.go: pass context.Background() instead of nil · d1e1fb7e
      See,
      $ gometalinter --vendor --disable-all --enable=megacheck --disable=gotype --deadline 6m ./...
      pkg/services/alerting/notifiers/telegram_test.go:55:44:warning: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012) (megacheck)
      pkg/services/alerting/notifiers/telegram_test.go:71:45:warning: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012) (megacheck)
      pkg/services/alerting/notifiers/telegram_test.go:88:45:warning: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012) (megacheck)
      pkg/services/alerting/notifiers/telegram_test.go:104:45:warning: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (SA1012) (megacheck)
      Mario Trangoni committed
    • Merge pull request #13500 from grafana/testdata-tables · c3a8dd28
      Testdata tables
      Torkel Ödegaard committed
  2. 02 Oct, 2018 21 commits
  3. 01 Oct, 2018 17 commits