dependabot[bot]
7faa23b281
Chore(deps): Bump github.com/urfave/cli/v2 from 2.1.1 to 2.3.0 ( #30173 )
...
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli ) from 2.1.1 to 2.3.0.
- [Release notes](https://github.com/urfave/cli/releases )
- [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/urfave/cli/compare/v2.1.1...v2.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-01-11 11:50:00 +01:00
Dmitry
7da8a12609
Chore: Fix spelling issue ( #30168 )
2021-01-11 11:27:28 +01:00
Ursula Kallio
220cd8afd9
Revise README.md. ( #30145 )
2021-01-11 11:12:26 +01:00
dependabot[bot]
84316ed6e5
Chore(deps): Bump github.com/mattn/go-sqlite3 from 1.11.0 to 1.14.6 ( #30174 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.11.0 to 1.14.6.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.11.0...v1.14.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 10:51:05 +01:00
Torkel Ödegaard
314865dd88
InlineSwitch: Added missing InlineSwitch component and fixed two places that used unaligned inline switch ( #30162 )
...
* InlineSwitch: Added missing InlineSwitch component and fixed two places that used unaligned inline switch
* Fixed e2e tests
2021-01-11 10:50:17 +01:00
Ryan McKinley
549587a3c1
GraphNG: add new alpha XY Chart ( #30096 )
2021-01-10 22:57:48 -08:00
Hugo Häggmark
b2d5466933
Elastic: Support request cancellation properly (Uses new backendSrv.fetch Observable request API) ( #30009 )
...
* Elastic: Fixes so templating queries work
* Chore: fixes test
* Fix: fixes getFields from metricFindQuery
* Elastic: Support request cancellation properly
* Refactor: refactors tests
Co-authored-by: Elfo404 <gio.ricci@grafana.com>
2021-01-11 06:47:51 +01:00
Hugo Häggmark
b094621196
OpenTSDB: Support request cancellation properly ( #29992 )
2021-01-11 06:43:43 +01:00
Sofia Papagiannaki
6dfa9b4823
InfluxDB: Update Flux external link ( #30158 )
2021-01-10 20:23:04 -08:00
John Losito
1cae5c9a21
Allow dependabot to keep go packages up-to-date ( #30170 )
2021-01-10 21:17:07 +01:00
Torkel Ödegaard
7ca66b2040
PluginState: Update comment
2021-01-10 20:05:28 +01:00
Torkel Ödegaard
ba158e72df
GraphNG: Minor polish & updates to new time series panel and move it from alpha to beta ( #30163 )
...
* GraphNG: Minor polish & updates to new time series panel
* Fixed gradient default
* Updated snapshot
2021-01-10 17:41:20 +01:00
achatterjee-grafana
1bc0cff736
Share panel dashboard ( #30147 )
...
* Checking in changes.
* Change to title.
* More changes.
* More changes, removed share panel and dashboard topics from dashboards folder.
* Check in changes.
* More changes.
* Metadata and title changes.
* Update docs/sources/sharing/share-panel.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/sharing/share-panel.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/sharing/share-panel.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* removed extra space
* Update docs/sources/dashboards/_index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/sharing/_index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/sharing/share-dashboard.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* More changes.
* Update docs/sources/sharing/share-dashboard.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* minor change.
* Updated with correct relref link.
* Changes Snapshot to snapshot.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-08 16:45:09 -05:00
Ryan McKinley
e7c53ddd59
GraphNG: rename "graph3" to "timeseries" panel ( #30123 )
2021-01-08 11:06:52 -08:00
Ivana Huckova
e99cb309d3
Add info about access mode ( #30137 )
2021-01-08 19:19:28 +01:00
Ivana Huckova
8ad79a2635
Prometheus: Remove running of duplicated metrics query ( #30108 )
...
* Remove metrics rerenders
* Refactor
* Update public/app/plugins/datasource/prometheus/components/PromQueryField.tsx
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
* Update public/app/plugins/datasource/prometheus/language_utils.ts
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
* Add test
* Update public/app/plugins/datasource/prometheus/components/PromQueryField.test.tsx
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2021-01-08 19:19:00 +01:00
Ivana Huckova
ae1d2fb505
Prometheus: Fix autocomplete does not work on incomplete input ( #29854 )
...
* WIP, works but need to do more testing
* Update solution
* Fix autocomplete with metrics
* Update public/app/plugins/datasource/prometheus/language_provider.ts
* Update public/app/plugins/datasource/prometheus/language_provider.ts
* Change test for new functionality
2021-01-08 18:31:21 +01:00
Ryan McKinley
2221a8c5ff
GraphNG: remove graph2 panel (keep the parts needed for explore) ( #30124 )
2021-01-08 09:23:40 -08:00
Vardan Torosyan
0d8d96bdaa
Docs: Add metadata to activating licensing page ( #30140 )
...
* Docs: Add metadata to activating licensing page
* Adding enterprise lable
2021-01-08 15:35:50 +01:00
Torkel Ödegaard
89e3d95f1a
MixedDataSource: Added missing variable support flag ( #30110 )
2021-01-08 15:30:57 +01:00
Torkel Ödegaard
cbce1f93ca
AngularPanels: Fixes issue with some panels not rendering when going into edit mode due to no height ( #30113 )
2021-01-08 15:20:02 +01:00
Torkel Ödegaard
80130d1c6f
AngularPanels: Fixes issue with discrete panel that used the initialized event ( #30133 )
2021-01-08 14:25:37 +01:00
Andrej Ocenas
e4607a4a19
Explore: Make getFieldLinksForExplore more reusable ( #30134 )
...
* Change signature of getFieldLinksForExplore
* Add comment
* Update public/app/features/explore/utils/links.ts
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2021-01-08 13:29:34 +01:00
Chris Cowan
cf1c01dd8b
Elasticsearch: Add Support for Serial Differencing Pipeline Aggregation ( #28618 )
...
* Elasticsearch: Add support for serial diff pipeline aggregation
* Removing settings transsforms
* Removing unused deps
* removing unused dep
* Fixing type in test
* Adding backend support for serial_diff
2021-01-08 11:52:23 +00:00
Torkel Ödegaard
ccf2e255fe
Angular: Fixes issue with angular directive caused by angular upgrade in master ( #30114 )
2021-01-08 10:56:10 +01:00
Agnès Toulet
4aa09a6a71
Analytics: add data source type in data-request events ( #30087 )
2021-01-08 08:41:26 +01:00
Leon Sorokin
aa2acd0ca6
GraphNG: "Interpolation: Step after" test ( #30127 )
2021-01-07 20:42:15 -06:00
Leon Sorokin
d65f7346a7
GraphNG: check cross-axis presence when auto-padding. close #30121 . ( #30126 )
2021-01-07 17:27:15 -06:00
ying-jeanne
2a9c625c9f
Alerting: improve alerting default datasource search when extracting alerts ( #29993 )
...
* improve alerting search datasource
* correct the xorm get usage
* adding default datasource unittest
2021-01-07 21:33:17 +01:00
David
bf0d940e6d
Loki: Timeseries should not produce 0-values for missing data ( #30116 )
...
- It should produce NULL values instead, to be in line with Prometheus.
2021-01-07 19:13:40 +01:00
Ryan McKinley
71e93e521b
GraphNG: support dashes ( #30070 )
2021-01-07 09:59:21 -08:00
Leon Sorokin
dba4942edf
GraphNG: fix spanGaps optimization in alignDataFrames(). see #30101 . ( #30118 )
2021-01-07 11:54:22 -06:00
Sofia Papagiannaki
5560be73bf
Alerting NG: update API to expect UIDs instead of IDs ( #29896 )
...
* Change API to expect UIDs instead of ID
* Remove unnecessary transactions
When only one query is executed
* Modify API responses
* Cleanup tests
* Use globally orgID and UID for identifying alert definitions
2021-01-07 17:45:42 +02:00
Torkel Ödegaard
a6aa0024a2
GraphNG: Overhaul of main test dashboard and update to null & gaps dashboard ( #30101 )
...
* GraphNG: Overhaul of main test dashboard and update to null & gaps dashboard
* Minor fix
2021-01-07 15:44:34 +01:00
Giordano Ricci
7b5a9cefc1
Chore: Fix intermittent time-related test failure in explore datasource instance update ( #30109 )
...
* Chore: Ensure base time is the same when calculating default time range
* Chore: Fix intermittent test failure due to timing
2021-01-07 14:39:23 +00:00
Torkel Ödegaard
1c808be0f3
QueryEditorRow: Ability to change query name ( #29779 )
...
* QueryEditorRow: Ability to change query name
* Style tweaks
* Updated UX
* Fixed tests
* Added validation messages
* Fixed keyboard navigation
* Updated tests
2021-01-07 15:33:15 +01:00
Thomas G
4c8735d2ff
Frontend: Failed to load application files message improvement IE11 ( #30011 )
...
* Failed to load application files message improvement IE11
Improvement of the error message with information about the end of support of Internet Explorer 11.
* Update public/views/index-template.html
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2021-01-07 14:31:32 +01:00
Agnès Toulet
4972d7f020
Drone: Upgrade build pipeline tool ( #30104 )
2021-01-07 12:58:40 +01:00
Ursula Kallio
77464143e9
Fix phrasing. ( #30075 )
2021-01-07 04:35:19 -07:00
Arve Knudsen
25048ebdf8
Chore: Add CloudWatch HTTP API tests ( #29691 )
...
* CloudWatch: Add HTTP API tests
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-01-07 11:36:13 +01:00
Hugo Häggmark
b6efebd92c
Elastic: Fixes so templating queries work ( #30003 )
...
* Elastic: Fixes so templating queries work
* Chore: fixes test
* Fix: fixes getFields from metricFindQuery
2021-01-07 10:26:56 +00:00
Emil Hessman
b2b3a603e8
Chore: Rewrite elasticsearch client test to standard library ( #30093 )
2021-01-07 09:35:56 +01:00
Emil Hessman
2b9387210b
Chore: Rewrite tsdb influxdb test to standard library ( #30091 )
2021-01-07 09:31:34 +01:00
Sofia Papagiannaki
fd1b2904cd
Fix default maximum lifetime an authenticated user can be logged in ( #30030 )
2021-01-07 09:58:46 +02:00
Dafydd
08fbe345a9
Instrumentation: re-enable database wrapper feature to expose counter and histogram for database queries ( #29662 )
...
ref https://github.com/grafana/grafana/issues/29489
2021-01-07 08:21:35 +01:00
Torkel Ödegaard
e270a2de9e
Docs: Update labels to fields transform ( #30086 )
...
* Docs: Update labels to fields transform
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Moved merge info to before examples
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* More review updates
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-01-06 21:59:18 +01:00
Marcus Andersson
7aa6926ef6
GraphNG: adding possibility to toggle tooltip, graph and legend for series ( #29575 )
2021-01-06 12:40:32 -08:00
Emil Hessman
78d72007d8
Chore: Rewrite tsdb cloudmonitoring test to standard library ( #30090 )
2021-01-06 20:42:48 +01:00
Emil Hessman
6f72ae38d5
Chore: Rewrite tsdb azuremonitor time grain test to standard library ( #30089 )
2021-01-06 20:16:53 +01:00
Emil Hessman
874dc3d584
Chore: Rewrite tsdb graphite test to standard library ( #30088 )
2021-01-06 20:14:25 +01:00