Torkel Ödegaard
68e925c9c7
Updated
2020-10-09 20:53:54 +02:00
Torkel Ödegaard
934e2a626f
GithubActions: Updated cron schedule
2020-10-09 20:46:15 +02:00
Torkel Ödegaard
5b0495ea6a
Github: run metrics collector workflow every 10min ( #28153 )
2020-10-09 20:43:41 +02:00
Mitch Seaman
7d5712ca68
<Enterprise Docs> Add instructions to upload license via UI ( #28067 )
...
* Add UI license upload option, reformat Enterprise license activation section
Added the option to upload a license file through the Server Admin UI, and did a little reformatting to make license activation look more like a process.
* Headers not bold, hyphens not asterisks
2020-10-09 11:45:15 -06:00
Brian Gann
a9ef0f84b8
area/grafana/toolkit: ci-package needs to use synchronous writes ( #28148 )
...
* ci needs to use synchronous writes or the file ends up with zero length
2020-10-09 12:16:12 -05:00
Diana Payton
1a0690c837
Docs: Update Permissions documentation ( #28144 )
...
* removed overview.md
* content updates
* Update datasource_permissions.md
* update content
* content updates
* Update organization_roles.md
* Update docs/sources/enterprise/saml.md
Co-authored-by: Kyle Brandt <kyle@grafana.com>
* Update dashboard_folder_permissions.md
Co-authored-by: Kyle Brandt <kyle@grafana.com>
2020-10-09 10:08:29 -07:00
Kyle Brandt
768392f45f
backend: use latest sdk ( #28147 )
...
fixes #27713 via https://github.com/grafana/grafana-plugin-sdk-go/pull/227
2020-10-09 12:05:11 -04:00
Diana Payton
90303b5a03
Docs: Move files ( #27983 )
...
* moved datasources folder
* Update menu.yaml
* updated Azuremonitor
* Update azuremonitor.md
* Update cloudmonitoring.md
* Update cloudwatch.md
* updated content
* Update elasticsearch.md
* Update graphite.md
* Update elasticsearch.md
* Update azuremonitor.md
* Update cloudmonitoring.md
* Update influxdb.md
* Update jaeger.md
* Update loki.md
* Update mssql.md
* Update mysql.md
* Update opentsdb.md
* Update postgres.md
* Update prometheus.md
* Update postgres.md
* Update jaeger.md
* Update mysql.md
* Update mssql.md
* added aliases
* Update testdata.md
* Update zipkin.md
* link fixes
* link fixing
* moved files out of guides
* Delete archive.md
* updated links
* updated aliases
* updated aliases
* link updates
* Update _index.md
* deleted archive.md
* Update azuremonitor.md
* Update azuremonitor.md
2020-10-09 08:16:25 -07:00
Peter Holmberg
873c32bc97
Docs: Pagination component ( #28143 )
...
* Add basic docs for pagination component
* Update packages/grafana-ui/src/components/Pagination/Pagination.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update packages/grafana-ui/src/components/Pagination/Pagination.mdx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2020-10-09 16:45:16 +02:00
Jess
670b8512bf
Add docs for IconButton ( #28136 )
...
* Update IconButton.story.tsx
* Create IconButton.mdx
* Add missing row
* Add props table
* Expand docs
Co-authored-by: Clarity-89 <homes89@ukr.net>
2020-10-09 16:25:27 +03:00
Torkel Ödegaard
ec215e18bc
Automation: Adds github action to collect issue metrics ( #28139 )
2020-10-09 15:20:04 +02:00
Ivana Huckova
a3ef101618
Explore: Fix showing of Prometheus data in Query inspector ( #28128 )
...
* Fix showing of data in explore's query inspector
* Add test
* Add test
* Updat etest
* Implement react-testing-library and remove props export
* Update tests for consistency
2020-10-09 14:49:14 +02:00
Kyle Brandt
e16637793d
Alerting: Add labels to name when converting data frame to series ( #28085 )
...
* also move conversion func to alerting package since it is not used in other places
Fixes #28068
2020-10-09 08:21:16 -04:00
Kyle Brandt
c9a5d1ad4b
AzureMonitor: pass through null values instead of 0 ( #28126 )
...
fixes #28001
2020-10-09 08:15:19 -04:00
Amos Law
7e18ca7ed1
Docs: Update Elasticsearch and InfluxDB logs info ( #28027 )
2020-10-09 12:23:49 +02:00
Dominik Prokop
a3d1d9a9c5
Graph NG: EventsCanvas & WIP exemplars support ( #28071 )
...
* Use annotations data observable
* WIP exemplars
* Refactor usePlotContext to use getters instead of properties
* Use DataFrame in EventsCanvas instead of custom type
* Minor tweaks
2020-10-09 11:38:30 +02:00
Tom Daly
dc662025cd
Panel Inspect: Allow CSV download for Excel ( #27284 )
...
* fix: Use locale to find delimiter for CSV export
* Add sep= Excel header to CSV exporter
* Add modal for Excel export
* Move Excel download to 'Data options' as toggle
* Add 'Download for Excel' documentation
2020-10-09 10:42:57 +02:00
Torkel Ödegaard
d181782943
FieldColor: Adds new standard color option for color ( #28039 )
...
* FieldColor: Added field color option
* Progress
* FieldColor: Added custom schemes
* move to fieldColor
* move to fieldColor
* add back the standard color picker
* FieldColor: Added registry for field color modes
* wip refactor
* Seperate scale from color mode
* Progress
* schemes working
* Stuff is working
* Added fallback
* Updated threshold tests
* Added unit tests
* added more tests
* Made it work with new graph panel
* Use scale calculator from graph panel
* Updates
* Updated test
* Renaming things
* Update packages/grafana-data/src/field/displayProcessor.ts
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
* updated according to feedback, added docs
* Updated docs
* Updated
* Update docs/sources/panels/field-options/standard-field-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/field-options/standard-field-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Updated docs according to feedback
* fixed test
* Updated
* Updated wording
* Change to fieldState.seriesIndex
* Updated tests
* Updates
* New names
* More work needed to support bar gauge and showing the color modes in the picker
* Now correct gradients work in bar gauge
* before rename
* Unifying the concept
* Updates
* review feedback
* Updated
* Skip minification
* Updated
* UI improvements
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-10-09 09:34:57 +02:00
Hugo Häggmark
c052abed87
Variables: hides dropdown before refreshing starts ( #28112 )
2020-10-09 06:31:45 +02:00
Michał Sochoń
3b44276504
Docs: Update configure-docker.md ( #28127 )
...
Bumpt container image to 7.2.x
2020-10-08 13:56:03 -07:00
Steven Vachon
77242b7264
Use latest @grafana/eslint-config ( #28124 )
...
* Use latest @grafana/eslint-config
* Updated lockfile
2020-10-08 13:56:30 -04:00
Ryan McKinley
2e42ae5236
Chore: update jest to 25 ( #28096 )
2020-10-08 09:58:05 -07:00
Torkel Ödegaard
71d72cc973
Snapshots: Fixed issue loading graphs in snapshots ( #28111 )
2020-10-08 18:38:20 +02:00
Ryan McKinley
2567e5202a
Live: remove admin pages, add alpha panel ( #28101 )
2020-10-08 08:42:15 -07:00
Ryan McKinley
e69fe93e85
Live: improve dashboard editing notifications ( #28094 )
2020-10-08 08:18:37 -07:00
Alexander Zobnin
b55a51e270
SAML Single Logout ( #27995 )
...
* SAML: single logout WIP
* SAML: sign SAML requests
* SAML: remove unnecessary logs
* fix go mod file
* Docs: Single Logout
* SAML: use api endpoint for single logout
* Apply suggestions from code review
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
* SAML: save context for single logout
* Chore: add SAML dependencies
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-10-08 17:42:55 +03:00
Torkel Ödegaard
46a91f2b94
Automation: Add sending metrics to Grafana Cloud ( #28119 )
...
Sends metrics from github automation actions to Grafana Cloud
2020-10-08 16:06:24 +02:00
Sofia Papagiannaki
0b0f5bd65c
Chore: Update latest.json for 7.2.1 ( #28117 )
2020-10-08 16:41:26 +03:00
Agnès Toulet
de9f55cb3e
Table: don't format React components values ( #28116 )
2020-10-08 15:25:51 +02:00
Peter Holmberg
36f3edc477
Fix: Ensure Notification types loaded before loading notification channel ( #28115 )
2020-10-08 15:17:27 +02:00
Sofia Papagiannaki
15cb07de04
Changelog 7.2.1 ( #28113 )
...
* Changelog 7.2.1
* Fix Changelog
2020-10-08 15:57:58 +03:00
Arve Knudsen
26ac672854
Drone: Fix test-release pipeline ( #28108 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-08 13:28:20 +02:00
Chris Cowan
3af193358c
Elasticsearch: Support chained pipeline aggregations ( #27945 )
...
* Elasticsearch: Support multiple pipeline aggregations for a query
* Ensuring descendents are deleted with their parents.
* Update public/app/plugins/datasource/elasticsearch/metric_agg.ts
Co-authored-by: Giordano Ricci <grdnricci@gmail.com>
* Update public/app/plugins/datasource/elasticsearch/query_def.ts
Co-authored-by: Giordano Ricci <grdnricci@gmail.com>
* Update public/app/plugins/datasource/elasticsearch/specs/query_def.test.ts
Co-authored-by: Giordano Ricci <grdnricci@gmail.com>
* Fixing typo
Co-authored-by: Giordano Ricci <grdnricci@gmail.com>
2020-10-08 11:24:54 +01:00
Will Browne
7d63b2c473
Auth: Add Sigv4 auth option to datasources ( #27552 )
...
* create transport chain
* add frontend
* remove log
* inline field updates
* allow ARN, Credentials + Keys auth in frontend
* configure credentials
* add tests and refactor
* update frontend json field names
* fix tests
* fix comment
* add app config flag
* refactor tests
* add return field for tests
* add flag for UI display
* update comment
* move logic
* fix config
* pass config through props
* update docs
* pr feedback and add docs coverage
* shorten settings filename
* fix imports
* revert docs changes
* remove log line
* wrap up next as round tripper
* only propagate required config
* remove unused import
* remove ARN option and replace with default chain
* make ARN role assume as supplemental
* update docs
* refactor flow
* sign body when necessary
* remove unnecessary wrapper
* remove newline
* Apply suggestions from code review
* PR fixes
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-08 10:03:20 +02:00
Marcus Andersson
ab33e46789
Bugfix: improved the way of checking if browser supports Intl.DateTimeFormat ( #28086 )
2020-10-08 09:47:08 +02:00
Arve Knudsen
c064c16e83
Drone: Fix test-release pipeline ( #28102 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-08 09:21:27 +02:00
Arve Knudsen
4751923442
Drone: Fix release pipelines ( #28100 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-08 07:39:00 +02:00
Arve Knudsen
c2059e8f0c
Drone: Fix release pipelines ( #28098 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-08 06:51:31 +02:00
Steven Vachon
7a65b1e8bb
@grafana/toolkit: fix plugin test errors with react-testing-library ( #28092 )
2020-10-07 15:29:59 -07:00
Diana Payton
54c503dcc3
Docs: Update stat-panel.md ( #28088 )
2020-10-07 11:21:28 -07:00
Darryl
21fc3e702b
Cloudwatch: Adding support for additional Amazon CloudFront. ( #27891 ) ( #28069 )
...
* Cloudwatch: Adding support for additional Amazon CloudFront metrics.
2020-10-07 19:03:05 +02:00
Darryl
2b312d24c4
Docs: Remove and update vague link text #27824 ( #28055 )
2020-10-07 09:31:16 -07:00
Arve Knudsen
98b94d3824
Drone: Fix release pipelines ( #28084 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-07 16:22:41 +02:00
Marcus Olsson
a2e676f675
Automation: Update bot comments ( #28079 )
...
* Update bot comments
* Fix review comments
2020-10-07 14:25:46 +02:00
Arve Knudsen
d2b957b726
Drone: Add release pipelines ( #28083 )
...
* Drone: Implement release pipeline
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Drone: Implement test-release pipeline
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-07 14:22:15 +02:00
garanews
61749dee23
Fix typos ( #28074 )
...
Parsed all repo with a regexp of common misspelled words and fixed.
2020-10-07 11:29:30 +01:00
Alex Khomenko
9c112cd785
Grafana-UI: Form elements fixes ( #27858 )
...
* Fix inline label tooltip position
* Allow resetting max-width
* Fix label alignment and props
* Fix label line height
2020-10-07 13:20:32 +03:00
Giordano Ricci
09574547b8
Elasticsearch: Fix ad-hoc filter support for Raw Data query and new table panel ( #28064 )
2020-10-07 09:37:31 +01:00
Torkel Ödegaard
f46694479f
GithubCommands: Updated the issue link
2020-10-07 09:41:38 +02:00
Torkel Ödegaard
253c183430
GithubActions: Fixed workflow
2020-10-07 09:35:40 +02:00