- 22 May, 2019 8 commits
-
-
Fixes #16898
Oleg Gaidarenko committed -
Torkel Ödegaard committed
-
* Release: updated changelog with v6.2 entries * Release: Updated changelog
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
* azuremonitor: revert to clearing chained dropdowns After feedback from users, changing back to clearing dropdowns to the right in the chain. E.g. if the user changes the subscription dropdown which is first in the chain then all the dependent dropdowns to the right should be cleared (reset to default values). Also, now triggers getting subscriptions every time the dropdown menu is shown rather than just the first time. It is apparently common to add subscriptions while building queries.
Daniel Lee committed -
Torkel Ödegaard committed
-
* AzureMonitor: docs for multiple subscriptions Also, links to images in Grafana.org instead of the images in the plugin GitHub repo. * Update docs/sources/features/datasources/azuremonitor.md Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com> * Update docs/sources/features/datasources/azuremonitor.md Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com> * docs: fix auto format errors VS code automatically escapes the dollar sign.
Daniel Lee committed -
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
CodeLingo Bot committed
-
- 21 May, 2019 15 commits
-
-
Dominik Prokop committed
-
* Users: add is_disabled column * Users: disable users removed from LDAP * Auth: return ErrInvalidCredentials for failed LDAP auth * User: return isDisabled flag in user search api * User: mark disabled users at the server admin page * Chore: refactor according to review * Auth: prevent disabled user from login * Auth: re-enable user when it found in ldap * User: add api endpoint for disabling user * User: use separate endpoints to disable/enable user * User: disallow disabling external users * User: able do disable users from admin UI * Chore: refactor based on review * Chore: use more clear error check when disabling user * Fix login tests * Tests for disabling user during the LDAP login * Tests for disable user API * Tests for login with disabled user * Remove disable user UI stub * Sync with latest LDAP refactoring
Alexander Zobnin committed -
Marcus Efraimsson committed
-
* add an option to get hidden queries * make sure you have meta * supportsHiddenQueries * remove spaces * DataSources: hidden queries flag
Ryan McKinley committed -
* Apply panel options defaults on panel init and on save model retrieval * Remove unnecessary argument, added tests * Make FieldPropertiesEditor statefull to enable onBlur changes * Remove unnecessary import * Post-review updates Fixes #17154
Dominik Prokop committed -
Torkel Ödegaard committed
-
* fix: azuremonitor adds multi-sub support to alerting * fix: AzureMonitor missing parameter in metadata func getMetricMetadata function when called in the query ctrl was missing a parameter for Subscription Id. Also, made some tweaks to what happens when a chained dropdown is changed to not reset all the fields that are dependent on it.
Daniel Lee committed -
* add types for App jsonData * add types for App jsonData * add value as possible type * make it extend {}
Ryan McKinley committed -
* build: generate sha256 during msi build
Brian Gann committed -
Marcus Efraimsson committed
-
Fixes: #17188
Hugo Häggmark committed -
Adds logs scenario which is quite basic and not that smart to begin with. This will hopefully ease development of Explore and support for logs in Grafana.
Marcus Efraimsson committed -
This makes sure the scenarios returned from API are sorted in a consistent way and by that makes the values in scenario drop down always presented ordered instead of jumping around.
Marcus Efraimsson committed -
* Fix: the type is not set so can check for columns and rows to validate is table (#16996) * Fix: the type is not set so can check for columns and rows to validate is table (#16996) * Fix: fix no table check and tests (#16996)
Shavonn Brown committed -
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
Mario Trangoni committed
-
- 20 May, 2019 11 commits
-
-
Ryan McKinley committed
-
Hugo Häggmark committed
-
Carl Bergquist committed
-
* LDAP: add tests for initialBind * LDAP: clarify comment for Login()
Oleg Gaidarenko committed -
* Wip: Initial commit * Refactor: Adds support in Loki datasource for streaming * Refactor: Adds Live option to RefreshInterval * Refactor: Adds styles to logrows * Style: Reverses the order of Explore layout on Live * Refactor: Adds LiveLogs component * Tests: Adds tests for epics * Style: Adds animation to Live in RefreshPicker * Refactor: Adds ElapsedTime and progress line to LiveLogs * Style: Adds specific colors to each theme * Refactor: Adds support for Lokis new API * Fix: Adds null to resulting empty array * Refactor: Limits the rate of incoming messages from websockets * Refactor: Throttles messages instead for simplicity * Refactor: Optimizes row processing performance * Refactor: Adds stop live button * Fix: Fixes so that RefreshPicker shows the correct value when called programmatically * Refactor: Merges with master and removes a console.log * Refactor: Sorts rows in correct order and fixes minor UI issues * Refactor: Adds minor improvments to sorting and container size
Hugo Häggmark committed -
Carl Bergquist committed
-
Properly mocks the plugin loader in DataSourceSettingsPage tests and by that removes console logs.
Marcus Efraimsson committed -
* Release: Improved cherry pick task * Minor tweak to formatting
Torkel Ödegaard committed -
This adds some logic to identify if the user is selecting text and if so disables parsing of log messages on hover. This should resolve the issue of selecting log lines to be copied and the selection is truncated. Fixes #17072
Marcus Efraimsson committed -
Removes the empty space in Explore toolbar when on mobile/tablet. Co-Authored-By: Hugo Häggmark <hugo.haggmark@gmail.com>
Marcus Efraimsson committed -
* Extend DataSourceAPI to enable log row context retrieval * Add react-use package * Display log row context in UI * Make Loki datasource return "after" log context in correct order * Don't show Load more context links when there are no more new results * Update getLogRowContext to return DataQueryResponse * Use DataQueryResponse in log row context provider, filter out original row being duplicated in context
Dominik Prokop committed
-
- 18 May, 2019 1 commit
-
-
* expose rxjs * remove super old observable export
Ryan McKinley committed
-
- 17 May, 2019 5 commits
-
-
Ryan McKinley committed
-
* incapsulates multipleldap logic under one module * abstracts users upsert and get logic * changes some of the text error messages and import sort sequence * heavily refactors the LDAP module – LDAP module now only deals with LDAP related behaviour * integrates affected auth_proxy module and their tests * refactoring of the auth_proxy logic
Oleg Gaidarenko committed -
Removes the functionality of being able to collapse/expand the logs container. When both graph and table are collapsed and you reload the page then the start page should not be displayed. When both graph and table are collapsed and you reload the page then the graph and table panels should be displayed. Fix so that reducer tests are run. On of the test used fit() instead of it() which had the consequence of only 1 reducer test was executed and the rest skipped. There was some failing tests that now is updated and now passes. Fixes #17098
Marcus Efraimsson committed -
Fixes a regression introduced in #16959 which removed datasource property from changed query for angular query editors having the result of loading explore URL's without datasource loaded the default query in query editor and Explore. Ref #16808
Marcus Efraimsson committed -
* Revive should fail the build * Fix the associated errors
Oleg Gaidarenko committed
-