- 18 Jun, 2018 4 commits
-
-
To not get into a situation where a user has a current organization assign which he is not a member of we try to always make sure that a user has a valid current organization assigned.
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
auth proxy: whitelist proxy ip instead of client ip
Marcus Efraimsson committed -
This change updates the `.dockerignore` file to no longer contain the `vendor/` directory. When a Go project provides a `vendor/` directory within the repository, the best practice is to build that project using their vendored dependencies. By putting it in the `.dockerignore` file we prevent consumers from easily doing that. The `vendor/` directory is used to include all of the dependencies needed to build a project. This makes it so that we can reproducibly build the project, at any given commit, because the dependencies will always be present. Also, using the vendor directory avoids us needing to continually re-download all the dependencies, and it protects us from build failures if GitHub is down or a dependency gets removed or renamed. In addition to the change above, this also removes an extra `/tmp` entry from the `.dockerignore` file. Fixes #12304 Signed-off-by: Tim Heckman <t@heckman.io>
Tim Heckman committed
-
- 16 Jun, 2018 2 commits
-
-
bergquist committed
-
cloudwatch: handle invalid time range
Carl Bergquist committed
-
- 15 Jun, 2018 14 commits
-
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
bergquist committed
-
Influxdb: add mode functions
Carl Bergquist committed -
use ng-if for the panel timeInfo
Marcus Efraimsson committed -
docs: adds info about grafana-dev container
Marcus Efraimsson committed -
bergquist committed
-
[skip ci]
Marcus Efraimsson committed -
units: Litre/min and milliLitre/min in Flow
flopp999 committed -
Marcus Efraimsson committed
-
Internal Influx Flux plugin cleanup
Marcus Efraimsson committed -
docs: HTTP Endpoint for Deleting an Organization
Marcus Efraimsson committed -
docs: delete_datasources -> deleteDatasources in provisioning
Marcus Efraimsson committed -
fixes https://github.com/grafana/grafana/issues/12293
Vincent Fuchs committed
-
- 14 Jun, 2018 20 commits
-
-
David Kaltschmidt committed
-
Malcolm Jones committed
-
bergquist committed
-
closes #12286
bergquist committed -
karma to jest: 6 test files
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
alerting: fix mobile notifications for microsoft teams notifier
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
units: W/m2(energy), l/h(flow) and kPa(pressure)
Marcus Efraimsson committed -
Tobias Skarhed committed
-
karma to jest: exporter, playlist_edit_ctrl
Marcus Efraimsson committed -
Expose react and slate to external plugins
Marcus Efraimsson committed -
Tobias Skarhed committed
-
David Kaltschmidt committed
-
Tobias Skarhed committed
-
dsproxy: allow multiple access tokens per datasource
Marcus Efraimsson committed -
fix panel link icon positioning
Marcus Efraimsson committed -
After refactoring to be able to mock the client in a test, the client wasn't a global variable anymore. This change moves the client back to being a package- level variable.
Daniel Lee committed -
Tobias Skarhed committed
-
Experimental support for react in external plugins - react - slate (editor) - papaparse (csv parsing) - prismjs (syntax highlighting) This is needed for new external datasource plugins like Flux
David Kaltschmidt committed
-