- 16 May, 2019 7 commits
-
-
Dominik Prokop committed
-
Tom Petr committed
-
* Deduplicate transaction code * More deduplication
Andrej Ocenas committed -
closes #16624
Carl Bergquist committed -
The key name for the bucket in GCS configuration is called bucket, not bucket name or bucket_name.
Jannik F committed -
Johannes Schill committed
-
Adds basic support for switching between Metrics and Logs in Explore. Currently only test datasource that supports both Metrics and Logs. Summary of changes: * Moves mode (Metric, Logs) selection to the left of datasource picker and add some quick styling. * Only trigger change in ToggleButton if not selected * Set correct mode if datasource only supports logs Closes #16808
Marcus Efraimsson committed
-
- 15 May, 2019 9 commits
-
-
* Chore: explore possibilities of using makefile This is an exploratory commit - I wanted to see how revive/gosec linters could be integrated with makefile and our build scripts. Looks better then I expected :) * Chore: make revive happy Revive execution was not supplied with path, if you restore there is couple errors that were popping up - so I fixed them * Chore: make revive happy
Oleg Gaidarenko committed -
Johannes Schill committed
-
Johannes Schill committed
-
Torkel Ödegaard committed
-
Carl Bergquist committed
-
Fixes: #17071
Hugo Häggmark committed -
* remotecache: avoid race condition in set since set called the database twice without transactions another operation could insert a value before the first operation completed. which would raise an error on insert since the data have been inserted by the other request. closes #17079
Carl Bergquist committed -
* add test for msi, and support for publishing msi * update arch and os in test * Build: Fixed issues with os naming
Brian Gann committed -
Ryan McKinley committed
-
- 14 May, 2019 17 commits
-
-
Torkel Ödegaard committed
-
* support streaming in angular panels * keep the same dashboard number * skip the legacy data conversion * fix tests
Ryan McKinley committed -
* support streaming in angular panels * keep the same dashboard number
Ryan McKinley committed -
Torkel Ödegaard committed
-
Carl Bergquist committed
-
Torkel Ödegaard committed
-
* Dashboard: Fixes lazy loading & expanding collapsing rows on mobile Fixes #16978 * Updated dashboard tags
Torkel Ödegaard committed -
Daniel Lee committed
-
* Use executable dir for the dev check * Handle executable in bin and platform dirs * Remove commented code * Rename variable
Andrej Ocenas committed -
Fixes #16981
Johannes Schill committed -
closes #17000
Carl Bergquist committed -
Interestingly enough, golint or revive doesn't not prohibit the use that construction :) Ref #17035
Oleg Gaidarenko committed -
Dominik Prokop committed
-
ref #14679
Carl Bergquist committed -
* use ConfigEditor * add tabs * add tabs * set the nav in state * remove actions * reorder imports * catch plugin loading errors * better text * keep props * fix typo * update snapshot * rename tab to page * add missing pages
Ryan McKinley committed -
* Fix: Only set scrollTop on CustomScroll element when it's needed and move arrow functions out of the props * Fix: Update snapshots * Minor refactoring to reuse same functions when rendering custom scrollbar Fixes #16796
Johannes Schill committed -
Ryan McKinley committed
-
- 13 May, 2019 7 commits
-
-
Marcus Efraimsson committed
-
Fixes #16945
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
It seems gosec memory issue was recently fixed. We should be good to go again Ref securego/gosec#307
Oleg Gaidarenko committed -
Torkel Ödegaard committed
-
* Feature: provide multildap server configuration * Add multildap server configuration for devenv * Change some of the notes for openldap devenv configuration * Change the maintainer label for *main* dockerfile and of the devenv one Re-checked the multildap logic - everything seems to be working fine
Oleg Gaidarenko committed -
* (feat/explore): Support for new LogQL filtering syntax Loki is adding syntax to support chained filtering. This PR adapts Grafana to support this. - Send only `query` parameter in loki request - Automatically wrap search text in simple syntax, e.g., `{} foo` is sent as `{} |~ "foo"`. * Adapted to regexp parameter staying on in Loki * Dont wrap single regexp in new filter syntax * Fix datasource test * Fallback regexp parameter for legacy queries * Fix search highlighting * Make highlighting work for filter chains * Fix datasource test
David committed
-