- 21 May, 2019 2 commits
-
-
* 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
-
- 16 May, 2019 8 commits
-
-
* Fix: if current sort key is not active column, do not use for sort and select next available active (#16980) * Fix: only sort if sortkey is active column and table is active (#16980) * Fix: sorting stacked series as legend. current descending order test (#16980) * Fix: existing sort tests and added additional to prevent bug from resurfacing (#16980)
Shavonn Brown committed -
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 4 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
-