1. 20 Jan, 2018 1 commit
  2. 19 Jan, 2018 6 commits
  3. 18 Jan, 2018 12 commits
  4. 17 Jan, 2018 7 commits
  5. 16 Jan, 2018 9 commits
  6. 15 Jan, 2018 5 commits
    • dashboards as cfg: logs error when trying to import dashboard with id · 1a6c2ea8
      dashboard json cannot contain fixed id when importing from
      disk. We used to override this but it didnt caught all problems
      so now we block dashboards from beeing imported instead.
      
      closes #10504
      bergquist committed
    • Merge branch 'backend_plugins' · 3951df13
      * backend_plugins: (34 commits)
        code style fixes
        Adds Table in backend datasource contract.
        Adds Tables types to protobuf
        Review tsdb protobuf contract
        supports windows compatible plugin binaries
        moves plugin proxy to plugin package
        improves name for plugin logger
        uses pluginmanagers log instead of global
        removes commented code
        makes datasource handshake more explicit
        backend plugins: improves logging
        dont spawn new subprocess while shutting down
        plugins: restart killed plugins
        query result should be a map
        test for plugin path builder
        merge backend datasources and datasources
        use int64 for timestamps
        fixes invalid valud/timestamp order
        merge backend-datasource and datasource type
        fixes broken unit test
        ...
      bergquist committed
    • Merge branch 'master' into backend_plugins · 5499f491
      * master: (117 commits)
        fix: share snapshot controller was missing ngInject comment, fixes #10511
        Use URLEncoding instead of StdEncoding to be sure state value will be corectly decoded (#10512)
        Optimize metrics and notifications docs
        Optimize cli and provisioning docs
        docs: Guide for IIS reverse proxy
        changelog: adds note about closing #9645
        telegram: Send notifications with an inline image
        telegram: Switch to using multipart form rather than JSON as a body
        telegram: Fix a typo in variable name
        fix: alert list pause/start toggle was not working properly
        fix template variable selector overlap by the panel (#10493)
        dashboard: Close/hide 'Add Panel' before saving a dashboard (#10482)
        fix: removed unused param
        Fix variables values passing when both repeat rows and panels is used (#10488)
        moved angular-mocks out of dependencies
        ux: minor change to alert list page
        ux: minor word change to alert list
        fix: updated snapshot test
        Add eu-west-3 in cloudwatch datasource default's region (#10477)
        fix: Make sure orig files are not added to git again #10289
        ...
      bergquist committed
    • code style fixes · b511788c
      bergquist committed