- 20 Jun, 2019 3 commits
-
-
fixes #17643 and adds test to check for commented out lines (but will only catch `;`, not `#`).
Kyle Brandt committed -
* Explore: Improves performance of Logs element by limiting re-rendering Re-renders only when query has finished executing or when deduplication strategy changes. Closes #17663 * Explore: Adds logsHighlighterExpressions as prop to consider when re-rendering Logs
kay delaney committed -
Follow-up to PR #17048. Flag the new serve_from_sub_path option as available in 6.3.
Jared Burns committed
-
- 19 Jun, 2019 6 commits
-
-
* move config to grafana runtime * set defaults * defaults in constructor * use @types/systemjs * rename Settings to GrafanaBootConfig
Ryan McKinley committed -
* Fix basic noImplicitAny errors * noImplicitAny HeatmapCtrl * Update error limit
Tobias Skarhed committed -
Dominik Prokop committed
-
* Add multildap config example * Publicize mocks for multildap module
Oleg Gaidarenko committed -
* noImplicitAny: TableRenderer * noImplicitAny and add types * HeatmapData interface * Heatmap rendering * Fix optional type * Remove use of lodash
Tobias Skarhed committed -
* Fixes #17592 * Remove console.log
Tobias Skarhed committed
-
- 18 Jun, 2019 16 commits
-
-
Ryan McKinley committed
-
fixes #17641
Kyle Brandt committed -
first step in moving non-ui components to their own package
Ryan McKinley committed -
Josue Abreu committed
-
Josue Abreu committed
-
Josue Abreu committed
-
Hugo Häggmark committed
-
* Explore: Prometheus query errors now show Fixes: #17435 * Explore: Adds test to ensure prometheus query errors are reported * Explore: removes implicit anys introduced previously
kay delaney committed -
Progress: #14714
Hugo Häggmark committed -
* noImplicitAny on Singlestat * Lower threshold * Fix fixes
Tobias Skarhed committed -
Hugo Häggmark committed
-
`grafana-cli` uses the third-party library to define the flags and not the standard library. Using `flag.Parse` conflicts with the defined flags from our third-party library. In the case where `flag.Parse` is used, the CLI assumes that definitions provided are not needed and will not define them; producing errors of the kind `flag provided but not defined --example-flag`. Using the context to read any arguments (including flags) is the recommended approach by the third-party library.
gotjosh committed -
* Chore: Remove implicit anys from ResultProcessor and tests * Chore: Removes implicit anys for /loki/**/*.ts * Chore: Removes implicit anys for prometheus/**/*
Hugo Häggmark committed -
Closes #17571
kay delaney committed -
Remi Verchere committed
-
Carl Bergquist committed
-
- 17 Jun, 2019 7 commits
-
-
The API changed so it expects a numeric level rather than a boolean flag. Since 6.1 plugins using jsonTree just show an empty div
srid12 committed -
Fixes #17619
Yann Verry committed -
Marcus Efraimsson committed
-
gotjosh committed
-
Tobias Skarhed committed
-
Hugo Häggmark committed
-
grafana-cli should allow configuration overrides to be received from the command line. e.g. ``` grafana-cli admin reset-password cfg:default.paths.logs=custom/log/directory/ ``` Seems like we missed the inclusion of `flag.Parse` as we run the command, to be able to consume them. Additionally, it'll be useful for the user to know whenever these are being overriden or not - hence the addition of logging the configuration to be used as we run the command.
gotjosh committed
-
- 15 Jun, 2019 3 commits
-
-
* first init meta befor set legacy components * add load legacy app test * AppPlugin: minor refactor
Martin Brenner committed -
* Reduce noImplicitAny errors * Lower err count * Static version * Fix noImplicitAny * Table: moved type file
Tobias Skarhed committed -
* Refresh picker empty * RefreshPicker: refactoring
Tobias Skarhed committed
-
- 14 Jun, 2019 4 commits
-
-
Carl Bergquist committed
-
* SQLStore: extend `user.SearchUsers` method Allow `user.SearchUsers` to search users based on their auth type
Oleg Gaidarenko committed -
* Fix: Filters Tags and Values depending on options passed Fixes: #17507 * Fix: Makes sure options is not undefined * Fix: Fixes tests and small button refactor * Chore: PR comments
Hugo Häggmark committed -
* ldap: makes mocks available for testing.
Leonard Gram committed
-
- 13 Jun, 2019 1 commit
-
-
Andrej Ocenas committed
-