- 24 Jul, 2019 1 commit
-
-
Dominik Prokop committed
-
- 23 Jul, 2019 7 commits
-
-
Replaced ubuntu:latest with ubuntu:18.04; specific image version to make grafana build images consistent (#18224)
Hassan Farid committed -
Follow-up for 4b16cd6c
Oleg Gaidarenko committed -
* Fix redis connstr parsing * Don’t log the password
Markus Blaschke committed -
Fixes #17947
Oleg Gaidarenko committed -
* Build: introduce shellcheck Fixes #16198
Oleg Gaidarenko committed -
* Update defaults.ini and sample.ini with the SAML assertion mapping fields * Document Grafana's ability to map ACS attributes while a Grafana user is created
gotjosh committed -
Ryan McKinley committed
-
- 22 Jul, 2019 4 commits
-
-
fixes #18184
Kyle Brandt committed -
David committed
-
David committed
-
fix duplicate alert states when the alert fails to save to the database. fixes #18176
Kyle Brandt committed
-
- 20 Jul, 2019 3 commits
-
-
Closes #17588
Leonard Gram committed -
Running the command as given in the current doc throws the error: ``` sudo wget -q -O - https://packages.grafana.com/gpg.key | apt-key add - ERROR: This command can only be used by root. ``` The proposed change fixes this issue.
Gautham Pai committed -
* Ignore `node_modules` in watch mode * Simplify development setup
Oleg Gaidarenko committed
-
- 19 Jul, 2019 6 commits
-
-
* Reapply MetricNamespace support * Fixing tests * refactor: move metricnamespace param to backend * refactor: remove unused function * azuremonitor: migration for new metric namespace field * azuremonitor: add template query for metric namespace with a sub * docs: template queries for azure monitor Adds new lines for the metricnamespace template function and fixes some messed up lines
Raphael Couto committed -
Ryan McKinley committed
-
Alexander Zobnin committed
-
* tables display * add missing file * adding toolbar option * adding toolbar option * add items to index * use root import path * merge master * show tables info * add importDashboards code * remove table changes * remove table changes * use deprecation warning
Ryan McKinley committed -
Ryan McKinley committed
-
Alexander Zobnin committed
-
- 18 Jul, 2019 8 commits
-
-
Ryan McKinley committed
-
Kyle Brandt committed
-
Alexander Zobnin committed
-
- the error was set, but has not been shown - this change will force a digest before the query promises return with their error handling
David committed -
- navigating right away triggered the unsaved warning on slower machines - this change makes sure we see a success message first
David committed -
* @grafana/toolkit: make ts-loader ignore files that are not bundled * @grafana/toolkit: improve the circleci task (#18133) This PR makes some minor improvements to the circle task Adds build info to plugin.json adds dependencies to deployed artifacts Makes sure prettier has content before writing (avoid writing empty files) renames 'bundle' to 'package' and saves stuff in a 'packages' file * @grafana/toolkit: enable plugin themes to work with common stylesheet (#18160) This makes it possible to use themes styleshheet files and stylesheet imports at the same time. The problem occurred when trying to migrate polystat panel to toolkit: grafana/grafana-polystat-panel#62
Dominik Prokop committed -
Prompted by the @slim-bean talk (thanks!). With that definition `GO_FILES` var can be dynamically changed, that will be very helpful in grafana enterprise repo
Oleg Gaidarenko committed -
* noImplicitAny playlist approx 200 * Add AngularPanelMenuItem interface * Roughly 100 noImplicitAny
Tobias Skarhed committed
-
- 17 Jul, 2019 6 commits
-
-
Adds pulse waveform. Is predictable in the sense that the start of the waveform is aligned to epoch time (instead of the start of the query time). This makes a useful signal for manual testing of alerting in the devenv.
Kyle Brandt committed -
* chore: mirror the Dockerhub readme Seems like the dockerhub readme is out of sync with this one. Let's update this one to make them identical. * chore: add changes part of 6.3.0-beta1 to the docker image README * chore: add the date to the 6.3.0-beta1 changes in the CHANGELOG
gotjosh committed -
* docs: Link to SAML docs and document configuration options - Document configuration options `defaults.ini` and `sample.ini` - Add the SAML documentation - Link to the SAML documentation from "what's new in 6.3"
gotjosh committed -
Oleg Gaidarenko committed
-
The script tries to delete previously existing alerts but it used to fail if there were too many of them.
Sofia Papagiannaki committed -
Oleg Gaidarenko committed
-
- 16 Jul, 2019 5 commits
-
-
Ryan McKinley committed
-
* Enable running tests in watch mode and by path or name regex * Toolkit readme update * Show webpack stats on successful compilation * unzip the plugin, not the docs
Dominik Prokop committed -
* Metrics: remove unused metrics Metric `M_Grafana_Version` is not used anywhere, nor the mentioned `M_Grafana_Build_Version`. Seems to be an artefact? * Metrics: make the naming consistent * Metrics: add comments to exported vars * Metrics: use proper naming Fixes #18110
Oleg Gaidarenko committed -
johannes committed
-
Ryan McKinley committed
-