- 25 Sep, 2019 15 commits
-
-
* Deduplicate series labels in datalinks variables suggestions * Allways show all variables available in datalinks suggestions
Dominik Prokop committed -
* Dev: Sets `preserveSymlinks` to `false` in top-level tsconfig Improves dev experience in vscode * Removed preserveSymlinks from tsconfig since default option is false
kay delaney committed -
Torkel Ödegaard committed
-
Andrej Ocenas committed
-
* Refactor: Adds newTimeRange property to PanelData * Refactor: Handles timeRange prop after requests * Refactor: Makes timeRange mandatory * Refactor: Adds DefaultTimeRange
Hugo Häggmark committed -
* changelog: add 6.4.0-beta2 release * add back toolkit changes to main changelog
Marcus Efraimsson committed -
* Update playlist.md Docs: Change gerunds to verbs in Playlist and fix formatting #19341 * Docs: Update Playlist.md #19382
Brenda Harjala committed -
Fixed typo: "Documention" becomes "Documentation"
Brenda Harjala committed -
Marcus Efraimsson committed
-
Šimon Podlipský committed
-
Ryan McKinley committed
-
Minor grammar edits, mostly bringing headings in line with the style guide.
oddlittlebird committed -
oddlittlebird committed
-
Clarified how to get support, added link to official documentation
oddlittlebird committed -
* Update ISSUE_TRIAGE.md * Update ISSUE_TRIAGE.md Minor edits * Update ISSUE_TRIAGE.md Reverted heading change * Update ISSUE_TRIAGE.md
oddlittlebird committed
-
- 24 Sep, 2019 18 commits
-
-
Minor grammar and format edits
oddlittlebird committed -
Only return certain mysql errors from backend. The following errors is returned as is from backend: error code 1064 (parse error) error code 1054 (bad column/field selected) error code 1146 (table not exists) Any other errors is logged and returned as a generic error. Restrict use of certain functions: Do not allow usage of the following in query: system_user() session_user() current_user() or current_user user() show grants Fixes #19360
Marcus Efraimsson committed -
Raw sql now updates when changing query using graphical query editor for mysql and postgres. Fixes #19063
Marcus Efraimsson committed -
Adds support for validating query in alert for mysql, postgres and mssql. Fixes #13155
Marcus Efraimsson committed -
Andrej Ocenas committed
-
* first things and story * fixed data structure and fixed picker * remove console log * move variables into global scope
Peter Holmberg committed -
* merge master * TimeSeries: datasources with labels should export tags (not labels) (#18977) * merge master * export prometheus tags * Annotations: Add annotations support to Loki (#18949) * Explore: Unify background color for fresh logs (#18973) * Singlestat: render lines on the panel when sparklines are enabled (#18984) * Image rendering: Add deprecation warning when PhantomJS is used for rendering images (#18933) * Add deprecation warning * Update pkg/services/rendering/rendering.go Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com> * Units: Adding T,P,E,Z,and Y bytes (#18706) * Adding T and P for bytes Luckily, all the hard work was done before; just added in these prefixes for our production environment. * Future-proofing with other values (why not?) * Yottaflops? * Cutting back down to Peta sizes, except for hashes * Refactor: move ScopedVars to grafana/data (#18992) * Refactor: Move sql_engine to sub package of tsdb (#18991) this way importing the tsdb package does not come with xorm dependencies * use DataFrame in heatmaps * actually use the setting :) * remove unused timeSrv * merge with master / useDataFrames * fix test function * merge master * fix datasource type on snapshot * reuse DataFrame calcs from graph panel * update comments
Ryan McKinley committed -
Andrej Ocenas committed
-
* PanelModel: moved datasource: null away from defaults that are removed * Added unit test
Torkel Ödegaard committed -
This reverts commit 88051258.
Erik Sundell committed -
Dominic Miglar committed
-
* Adding Indian Rupee (INR) to currencies This change adds formal support for the Indian Rupee in the list of currencies. * fix comma
Badri committed -
kay delaney committed
-
Andrej Ocenas committed
-
kay delaney committed
-
Peter Holmberg committed
-
* Keybindings: Improve esc / exit / blur logic * Slight modifications * removed use of jquery
Torkel Ödegaard committed -
* Fix: Skips test for module.js for plugins of renderer type Fixes #19130 * Refactor: Changes after PR comments * Chore: Fixes go lint issue
Hugo Häggmark committed
-
- 23 Sep, 2019 7 commits
-
-
Andrej Ocenas committed
-
Sofia Papagiannaki committed
-
Jérémy Lugand committed
-
* Multi-LDAP: Do not fail-fast on invalid credentials When configuring LDAP authentication, it is very common to have multiple servers configured. When using user bind (authenticating with LDAP using the same credentials as the user authenticating to Grafana) we don't expect all the users to be on all LDAP servers. Because of this use-case, we should not fail-fast when authenticating on multiple LDAP server configurations. Instead, we should continue to try the credentials with the next LDAP server configured. Fixes #19066
gotjosh committed -
Closes #19257
Dominik Prokop committed -
* Refactor: Makes PanelEditor use state and shows validation message on AlerTab * Refactor: Makes validation message nicer looking * Refactor: Changes imports * Refactor: Removes conditional props * Refactor: Changes after feedback from PR review * Refactor: Removes unused action
Hugo Häggmark committed -
* Chore: Update Slate to 0.47.8 Closes #17430
kay delaney committed
-