kay delaney
3451d09272
Datasource/CloudWatch: Adds more examples to CloudWatch Logs cheatsheet ( #24288 )
2020-05-06 16:19:46 +01:00
Torkel Ödegaard
33123c7e7e
PanelEdit: Fixed re-using query result after leaving panel edit ( #24340 )
2020-05-06 16:06:21 +02:00
Marcus Andersson
8de6ef473f
Graph: Fixed issue with x-axis labels showing "MM/DD" after viewing dashboard with pie chart .
2020-05-06 16:05:00 +02:00
Tobias Skarhed
6a4bb556a5
Storybook: Fix broken StatsPicker story ( #24326 )
...
* Fix non-story
* Update packages/grafana-ui/src/components/Badge/Badge.story.tsx
2020-05-06 15:43:23 +02:00
Dominik Prokop
368594e89e
Field options: show field name when title option config is empty ( #24335 )
2020-05-06 14:52:17 +02:00
Marcus Efraimsson
7219d9bd7f
Publish data frames documentation ( #24328 )
2020-05-06 14:14:26 +02:00
kay delaney
dbac77d239
Datasource/CloudWatch: Fix CloudWatch logs dataframe transformation ( #24327 )
...
* Datasource/CloudWatch: Fix CloudWatch logs dataframe transformation
2020-05-06 12:52:21 +01:00
Alex Khomenko
3a2c844a8a
Search: folder view improvements ( #24324 )
...
* Search: Do not set items if no results returned
* Search: Simplify canSave logic
* Search: Add initialLoading state
* Search: Add itemsFetching state to folder
* Search: Fix props and tests
* Search: Fix strict null check
2020-05-06 12:53:28 +03:00
Emil Tullstedt
078d08d036
Search: Support multiple order filters ( #24230 )
2020-05-06 11:42:52 +02:00
kay delaney
9b7bbc3d1c
Field/Overrides: Allow title override for 'Time' column ( #24295 )
...
Closes #24245
2020-05-06 11:36:33 +02:00
Lukas Siatka
36896f5077
Explore/Loki: Removes old query syntax support for regex filter ( #24281 )
...
* Chore: removed regex from LokiQuery
* Chore: removes parseQuery from Loki datasource
* Chore: removes regex param from format query in lokiStreamsToDataframes in Loki result transformer
* Chore: updates formatQuery and removes parseQuery from Loki query utils
* Chore: removes highlighter test with unsupported syntax from Loki query utils
2020-05-06 11:21:25 +02:00
Andrej Ocenas
2b028e38f0
Devenv: Fix trace id pattern ( #24298 )
2020-05-06 10:39:46 +02:00
Alexander Tymchuk
702e007de4
Migration: snapshot list ( #24266 )
...
* Migration: snapshots list
* chore: converted SnapshotListPage to functional component
* fix: dependencies for doRemoveSnapshot
2020-05-06 10:11:25 +02:00
Marcus Andersson
67b4c84399
Panel: will fix so the correct links is generated to the panel view. ( #24301 )
...
* fixed a couple of bad links.
* adjusted so we use the correct type of links.
* cleaning up links regarding edit/viewing panels.
* fixing edit link.
* reverted back to panelId for the image urls.
* reverted back.
* remvoed the editPanel: null since it is obsolete.
2020-05-06 09:48:30 +02:00
Emil Tullstedt
2284f46edb
Reporting: Update docs ( #23993 )
2020-05-06 09:28:33 +02:00
Daniel Lee
5b32d422ad
import: enable creating new folders in import ( #24317 )
2020-05-06 08:36:22 +02:00
Arve Knudsen
980b930641
Inspect: Fix typo ( #24311 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-05-06 07:40:52 +02:00
Ryan McKinley
b34a5b5648
Toolkit: use grabpl for manifest ( #24319 )
2020-05-05 19:47:58 -07:00
Diana Payton
376749ee32
Docs: Added Intro to histograms and heatmaps ( #24174 )
...
* Moved files
Moved files from guides folder into getting-started folder, added aliases, added Intro to histograms topic
* Updated links
* Update intro-histograms.md
Co-authored-by: Daniel Lee <dan.limerick@gmail.com>
2020-05-05 15:23:30 -07:00
Amal
f597a686fa
Minor correction in documentation ( #24263 )
2020-05-05 23:56:04 +02:00
Amal
2918d79d43
Minor correction in documentation ( #24249 )
2020-05-05 23:53:34 +02:00
Amal
a76b6537c3
Minor change for readability ( #24305 )
2020-05-05 23:51:20 +02:00
Diana Payton
41bdd5d3bb
Docs: Variable edits ( #24170 )
...
* Update templates-and-variables.md
* Update advanced-variable-format-options.md
2020-05-05 23:37:34 +02:00
Tobias Skarhed
1947683ad0
SaveDashboard: Fix for folder picker menu not being visible outside modal ( #24296 )
...
* Change z-index
* Add position and width to menuPortal
2020-05-05 22:21:34 +02:00
Stephanie Closson
21bd9dacd6
Toolkit: Docker images/Add grabpl tool for deploys ( #24309 )
...
* Add grabpl tool for deploys
* Rest of the files
2020-05-05 13:57:08 -06:00
Amal
9b59ee58eb
Docs: Inserted a comma for better readability ( #24198 )
2020-05-05 10:55:06 -07:00
Amal
13232533ad
Docs: Minor typo correction ( #24193 )
2020-05-05 10:53:57 -07:00
Amal
8f4c795a99
Docs: Placed a comma, for readability ( #24187 )
2020-05-05 10:52:54 -07:00
Arve Knudsen
a87381ece6
CircleCI: Enable plug-in signing ( #24240 )
...
* CircleCI: Include signed manifest when building plug-ins
2020-05-05 19:38:09 +02:00
Andreas Opferkuch
de0e1b2c58
Prometheus: Add off switch for metric/label name lookup ( #24034 )
...
* Prometheus: Add off switch for metric/label name lookup
This will help users with amounts of metric name
data that is too much for a browser to handle.
Autocomplete will be disabled and metrics chooser hidden,
since obviously both rely on this data.
Fixes #22702
* Use onUpdateDatasourceJsonDataOptionChecked
... from `@grafana/data`. Refactor naming to faciliate its
use and stick with prop names as passed down from
`ConfigEditor`.
PLUS:
- Rephrase switch label, add a tooltip and reduce the
size of the to what "Custom query parameters" originally
was.
- Change `languageProvider` type in `PromQueryField`.
* Put language provider back in
Functions and history still work, even when metrics
lookup gets disabled.
Also: Rewording of setting.
* Display a message when lookup got disabled manually
* Call property for setting disableMetricsLookup
* Show disabled metrics chooser instead of warning
2020-05-05 18:02:55 +02:00
Tobias Skarhed
42ba13b346
Input: Set autofill color ( #24290 )
2020-05-05 17:59:33 +02:00
Andrej Ocenas
d3b19adbed
Docs: Update style guide with explicit return types ( #23918 )
2020-05-05 17:36:28 +02:00
Andreas Opferkuch
dfe2ab9502
Prometheus: Show "Loading metrics..." when switching sources ( #24292 )
...
syntaxLoaded needed resetting at the beginning of refreshing
metrics.
Fixes #24291
2020-05-05 17:34:49 +02:00
Marcus Olsson
7dee3e27ac
Update data frame docs ( #23983 )
2020-05-05 17:12:25 +02:00
Andrej Ocenas
66b3e08a7f
Links: Filter data sources in derived link to tracing only ( #23948 )
2020-05-05 17:08:31 +02:00
Diana Payton
a8ba503b35
Update documentation-style-guide.md ( #24020 )
...
* Update documentation-style-guide.md
Added guidance on jargon
* Update documentation-style-guide.md
2020-05-05 07:50:18 -07:00
Torkel Ödegaard
912c963455
QueryOptions: Fixed min interval placeholder now is real min interval from data source settings ( #24227 )
2020-05-05 15:48:31 +02:00
Torkel Ödegaard
cdc5203d8a
Dashboard: Variable without a current value in json model causes crash on load ( #24261 )
...
* Variables: Fixes variable initilization and default values
* fixed failing tests.
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
2020-05-05 15:47:48 +02:00
Tobias Skarhed
a2363f4d0c
Storybook: Convert final CSF stories ( #24283 )
...
* Convert BigValue and GraphLegend
* Convert last stories
2020-05-05 15:42:36 +02:00
Hugo Häggmark
428b4ae565
Stat/Gauge/BarGauge: shows default cursor when missing links ( #24284 )
...
* Stat/Gauge/BarGauge: shows default cursor when missing links
* Stat/Gauge/BarGauge: shows default cursor when missing links
* Refactor: changes after PR comments
2020-05-05 15:26:42 +02:00
Andrej Ocenas
9b1c0455c4
Jaeger: Fix root span label in cascader ( #24164 )
2020-05-05 14:21:23 +02:00
kay delaney
79a084392f
Datasource/Loki: Fixes issue where cached log values weren't merged when labels were refreshed ( #24101 )
...
* Datasource/Loki: Fixes issue where cached log values weren't merged when labels were refreshed
Closes #24087
2020-05-05 13:19:52 +01:00
Hugo Häggmark
ed73d06846
Variables: migrates old tags format for consistency ( #24276 )
...
* Variables: migrates old tags format for consistency
* Update DashboardGrid.test.tsx.snap
* Update DashboardPage.test.tsx.snap
* Update DashboardGrid.test.tsx.snap
2020-05-05 13:27:05 +02:00
Arve Knudsen
1ff0d9f612
CircleCI: Temporarily ignore publishing of master Docker images ( #24280 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-05-05 13:14:42 +02:00
Andrej Ocenas
9962f6961e
Tracing: Remove collapsing of header ( #24153 )
2020-05-05 12:30:16 +02:00
Marcus Efraimsson
224aa4dde8
Backend plugins: Fix incorrect JSON Unmarshal ( #24243 )
2020-05-05 11:54:50 +02:00
Marcus Efraimsson
898df2b778
Chore: Remove git add for lint-staged to resolve warning ( #24279 )
2020-05-05 11:54:15 +02:00
Arve Knudsen
b4570de92d
Docker: Remove another Alpine edge channel usage ( #24136 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-05-05 11:16:03 +02:00
kay delaney
65c1a16786
Explore: No longer changes run button red with "cancel" text when live tailing ( #24106 )
...
Closes #24079
2020-05-05 09:40:47 +01:00
Dominik Prokop
97c0285543
Enable svg bundle with rollup ( #24258 )
2020-05-05 10:39:49 +02:00