- 27 May, 2019 15 commits
-
-
If a field or a label named level is returned from datasource that is used as log level for the logs result instead of parsing the log level from the message. Closes #17122
Marcus Efraimsson committed -
Adds a new [server] setting `serve_from_sub_path`. By enabling this setting and using a subpath in `root_url` setting, e.g. `root_url = http://localhost:3000/grafana`, Grafana will be accessible on `http://localhost:3000/grafana`. By default it is set to `false` for compatibility reasons. Closes #16623
Abhilash Gnan committed -
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Hugo Häggmark committed
-
With the previous configuration `docker-compose build` was always failing. This moves the dockerfiles in the parent dir and changes paths as a result. Ref moby/moby#2745
Oleg Gaidarenko committed -
* Fix: Adds back necessary aria-labels for e2e tests * Build: Adds end-to-end-tests job to build-master workflow * Build: Changes grafana image used
Hugo Häggmark committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
closes: #17107
Andrej Ocenas committed -
Fixes so that errors happening in auth proxy middleware is logged. Ref #17247
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
* Removes Add/Remove methods * Publicise necessary fields and methods so we could extend it * Publicise mock API * More comments and additional simplifications * Sync with master Still having low coverage :/ - should be addressed in #17208
Oleg Gaidarenko committed -
Adds an additional sqlite error code 5 (SQLITE_BUSY) to the transaction retry handler to add retries when sqlite returns database is locked error. More info: https://www.sqlite.org/rescode.html#busy Ref #17247 #16638
Marcus Efraimsson committed -
Fixes #17289 Special notes for your reviewer: Updates jQuery to 3.4.1 (from 3.4.0) to fix the jQuery bug: https://blog.jquery.com/2019/05/01/jquery-3-4-1-triggering-focus-events-in-ie-and-finding-root-elements-in-ios-10/
Tim Butler committed
-
- 25 May, 2019 2 commits
-
-
olcbean committed
-
Simplifies dev environment creation. I also planing to utilize this logic for the LDAP benchmarking
Oleg Gaidarenko committed
-
- 24 May, 2019 4 commits
-
-
Marcus Efraimsson committed
-
Ryan McKinley committed
-
Fixes #17237
Torkel Ödegaard committed -
Dominik Prokop committed
-
- 23 May, 2019 9 commits
-
-
Ryan McKinley committed
-
Torkel Ödegaard committed
-
* Feature: revoke user token when disabled * Chore: fix linter error
Alexander Zobnin committed -
closes #17196
Carl Bergquist committed -
Fixes #14933
Utkarsh Bhatnagar committed -
Filip Barl committed
-
Brian Gann committed
-
Ryan McKinley committed
-
Abhilash Gnan committed
-
- 22 May, 2019 10 commits
-
-
* Move log's typings into grafana/ui * Update the way context is retrieved for Loki Major changes: 1. getLogRowContext expects row to be of LogRowModel type 2. getLogRowContext accepts generic options object, specific to a datasource of interest. limit option has been removed, and now it's a part of Loki's context query options (see below) 3. LogRowContextProvider performs two queries now. Before, it was Loki ds that performed queries in both directions when getLogRowContext. 4. Loki's getLogRowContext accepts options object of a type: interface LokiContextQueryOptions { direction?: 'BACKWARD' | 'FORWARD'; limit?: number; } This will enable querying in either direction independently and also slightly simplifies the way query errors are handled. LogRowContextProvider maps the results to a Loki specific context types, basically string[][], as raw log lines are displayed in first version.
Dominik Prokop committed -
Use of singular and added an article for consistency with other titles.
bendem committed -
Oleg Gaidarenko committed
-
Filip Barl committed
-
Fixes issue of the final confirmation prompt (the one to confirm the actual npm publish) being invisible, making it impossible to release by anyone but me. Also, before the release is created I'm assuring previous release bundle is remove (otherwise tests and checks would fail)
Dominik Prokop committed -
Torkel Ödegaard committed
-
Fixes #16898
Oleg Gaidarenko committed -
Torkel Ödegaard committed
-
* Release: updated changelog with v6.2 entries * Release: Updated changelog
Torkel Ödegaard committed -
Torkel Ödegaard committed
-