1. 07 Dec, 2018 2 commits
  2. 06 Dec, 2018 27 commits
  3. 05 Dec, 2018 9 commits
  4. 04 Dec, 2018 2 commits
    • pkg/*: Fix misspell issues · fadd816d
      See,
      $ find . -type f | xargs misspell -locale US | grep -vi -e vendor -e devenv -e Unknwon -e Destory | grep pkg
      ./pkg/services/sqlstore/org_test.go:190:15: "frome" is a misspelling of "from"
      ./pkg/tsdb/elasticsearch/response_parser.go:544:24: "Unkown" is a misspelling of "Unknown"
      ./pkg/tsdb/opentsdb/opentsdb.go:87:20: "marshalling" is a misspelling of "marshaling"
      ./pkg/components/dynmap/dynmap_test.go:2:7: "Licence" is a misspelling of "License"
      ./pkg/components/dynmap/dynmap.go:2:7: "Licence" is a misspelling of "License"
      Mario Trangoni committed
    • fix for panel embedding. Solo panel height was not correctly set. Made… · e31490ac
      fix for panel embedding. Solo panel height was not correctly set. Made panel--solo into panel-solo class. in develop branch we have remove the need for the panel class
      Torkel Ödegaard committed