1. 21 Sep, 2018 4 commits
    • Fix some typos found by codespell · 80fa66fc
      See,
      $ codespell -S "./.git*,./vendor*,./public*"
      Mario Trangoni committed
    • Fix misspell issues · 3689bb77
      See,
      $ gometalinter --disable-all --enable misspell --deadline 10m --vendor ./...
      pkg/api/dtos/alerting_test.go:32:13:warning: "expectes" is a misspelling of "expects" (misspell)
      pkg/api/static/static.go:2:18:warning: "Unknwon" is a misspelling of "Unknown" (misspell)
      pkg/components/imguploader/azureblobuploader.go:55:48:warning: "conatiner" is a misspelling of "container" (misspell)
      pkg/login/ldap_settings.go:51:115:warning: "compatability" is a misspelling of "compatibility" (misspell)
      pkg/middleware/auth_proxy_test.go:122:22:warning: "Destory" is a misspelling of "Destroy" (misspell)
      pkg/middleware/logger.go:2:18:warning: "Unknwon" is a misspelling of "Unknown" (misspell)
      pkg/services/notifications/codes.go:9:13:warning: "Unknwon" is a misspelling of "Unknown" (misspell)
      pkg/services/session/mysql.go:170:3:warning: "Destory" is a misspelling of "Destroy" (misspell)
      pkg/services/session/mysql.go:171:24:warning: "Destory" is a misspelling of "Destroy" (misspell)
      pkg/services/session/session.go:95:4:warning: "Destory" is a misspelling of "Destroy" (misspell)
      pkg/services/session/session.go:96:1:warning: "Destory" is a misspelling of "Destroy" (misspell)
      pkg/services/session/session.go:167:25:warning: "Destory" is a misspelling of "Destroy" (misspell)
      pkg/setting/setting.go:1:18:warning: "Unknwon" is a misspelling of "Unknown" (misspell)
      pkg/tsdb/cloudwatch/cloudwatch.go:199:14:warning: "resolutin" is a misspelling of "resolutions" (misspell)
      pkg/tsdb/cloudwatch/cloudwatch.go:270:15:warning: "resolutin" is a misspelling of "resolutions" (misspell)
      pkg/tsdb/elasticsearch/response_parser.go:531:24:warning: "Unkown" is a misspelling of "Unknown" (misspell)
      pkg/tsdb/elasticsearch/client/search_request.go:113:7:warning: "initaite" is a misspelling of "initiate" (misspell)
      
      Note: Unknwon is a library name, and Destory a mysql typo.
      Mario Trangoni committed
    • Merge pull request #13341 from grafana/davkal/13336-fix-recording-rules-labels-suggestions · 68d5738c
      Explore: Fix label suggestions for recording rules
      Torkel Ödegaard committed
  2. 20 Sep, 2018 11 commits
  3. 19 Sep, 2018 8 commits
  4. 18 Sep, 2018 8 commits
  5. 17 Sep, 2018 9 commits