- 12 Dec, 2019 4 commits
-
-
Fixes #21004
Hugo Häggmark committed -
Torkel Ödegaard committed
-
* feat: adding lookup limit to OpenTSDB settings Adding lookup to OpenTSDB datasource settings and using it in the datasource for tag value lookup and suggest * Document the change. * feat: UI for configuring OpenTSDB lookup limit. * Apply prettier. * Fix compilation error.
Itamar Turner-Trauring committed -
Hugo Häggmark committed
-
- 11 Dec, 2019 12 commits
-
-
Added CODEOWNERS file, made myself the owner of the docs directory.
Diana Payton committed -
Andrej Ocenas committed
-
dingding notifier fails to send alert messages containing JSON, This change use map and json.Marshal to always produce valid JSON body. Fixes #9771
csyangchen committed -
* Logs: Optional logs label column - reintroduces label column that was removed when log details were introduced - added to explore and also as a new option to logs panel - explore column settings now stored in localstorage - labels are rendered with font size xs - labels that start with `_` or are called `level` or `filename` are not displayed - removed click handlers and moved remaining `LogLabel` logic into `LogLabels` * Added prop to satisfy interface * Review feedback * removed comment * Changed label of label column switch
David committed -
Marcus Andersson committed
-
Marcus Andersson committed
-
Moving info log from phantomjs to rendering service so it's logged for all kinds of renderers. Add debug log for image renderer plugin and remote renderer.
Marcus Efraimsson committed -
Emil Tullstedt committed
-
Ivana Huckova committed
-
* Fix: Shows SubMenu when filtering from table Fixes #20270 * Tests: Updates snapshots * Refactor: Changes after PR comments * Refactor: Changes template
Hugo Häggmark committed -
okhowang committed
-
Ryan McKinley committed
-
- 10 Dec, 2019 16 commits
-
-
Torkel Ödegaard committed
-
Fixes #20775
Sebastian Markgraf committed -
Change in behavior: - no longer suggest everything in empty field, only history - term suggestions need at least one character
David committed -
Leonard Gram committed
-
David committed
-
* Update requests and responses * Add basic auth example
Sofia Papagiannaki committed -
* Add support for primitive values/onchange * Fix segment clickaway bug * Fix onchange * Use primitive in cloudwatch * Add placeholder * Use placeholder in cloudwatch editor * Fix lint error * Fix lodash import * Use new component story format * Add support for autofocus * Use selectable value for onchange event * Fix lint error
Erik Sundell committed -
* remove non-searchable option * fix unit test Signed-off-by: Kevin Labesse <kevin@labesse.me> * fix unit test
Labesse Kévin committed -
Vilhelm Prytz committed
-
Upgrading aws-sdk-go since there's additional changes for IMDSv2 support.
Mitsuhiro Tanda committed -
* UI: ConfirmModal component based on Modal * UI: refactor ConfirmModal after Modal changes * UI: use Icon component for Modal * UI: ConfirmModal tests * UI: ConfirmModal story
Alexander Zobnin committed -
* Docs: Updates from puppeteer to Cypress * e2e: Adds documentation * Docs: Adds link to e2e framework from contributing * Docs: Updates after PR comments * Update contribute/style-guides/e2e.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update contribute/style-guides/e2e.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Docs: Breaks a long sentance in two
Hugo Häggmark committed -
* e2e: Adds log output when you use a selector * e2e: Adds more log output * Refactor: Changes after PR comments
Hugo Häggmark committed -
lzd committed
-
Hendrik van Huyssteen committed
-
Jiajun Huang committed
-
- 09 Dec, 2019 8 commits
-
-
* Prometheus: disable dynamic label lookup on big datasources - when a prometheus datasource has more than 10000 metrics, label lookup for the query field is disabled - installations of that size have slow typehead lookup times and make the editor sluggish * Raise dynamic lookup threshold to 10000 metrics * Run start tasks again
David committed -
- since the API update, the URL fallback was working, but the response format also needed adapting: `data` (v1) vs `values` (pre-v1) - this change looks for either data or values in the response for test and metadata requests
David committed -
David committed
-
Hugo Häggmark committed
-
* introduce checkbox theme variables * Add checkbox component * Style tweaks * Namespace form styles returned from getFormStyles * wip * Radio button ui * Add simple docs for RadioButtonGroup * Merge fix * Move radio button variables from theme to component style getter
Dominik Prokop committed -
Hugo Häggmark committed
-
Erik Sundell committed
-
Hugo Häggmark committed
-