Marcus Efraimsson
cb965ce177
Docs: Data source provisioning and sigV4 ( #28593 )
...
Document the sigv4 properties for data source provisioning.
2020-10-28 11:27:48 +01:00
Marcus Efraimsson
aabd3bdf72
Docs: Additional 7.3 upgrade notes ( #28592 )
...
Adds a couple upgrade notes for v7.3 regarding database migrations for
user invites and snapshots.
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
2020-10-28 11:27:15 +01:00
Arve Knudsen
0684d89c0e
CI: Add GCC to Windows Docker image ( #28562 )
...
* CI: Add GCC to Windows Docker image
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* CI: Upgrade golangci-lint in Windows Docker image
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-28 11:00:33 +01:00
kay delaney
c4c5b2dc61
CloudWatch Logs queue and websocket support ( #28176 )
...
CloudWatch Logs queue and websocket support
2020-10-28 08:36:57 +00:00
Ivana Huckova
e94b37c656
Explore/Loki: Update docs and cheatsheet ( #28541 )
...
* Add updated histogram docs
* Add to cheatsheet
* Update
* Update docs/sources/explore/index.md
* Update docs/sources/explore/index.md
2020-10-28 09:16:10 +01:00
Alex Khomenko
c96ef2676e
Grafana-UI: Add Card component ( #28216 )
...
* Base card
* Add disabled state
* Expand knobs
* Add card actions
* Add meta data
* Allow custom tags
* Extend container props
* Add inner link
* Add docs
* Add missing keys
* Update margins
* Add description
* Add full card example
* Tweak disabld state
* Export Card
* title => heading
* Filter out empty content
* Add disableEvents
* Move tooltip to container
* Use new Card for AlertRuleItem
* Cleanup
* Update snapshot
* Rename props
* Rename props[2]
* Disable hover is onClick is missing
* Fix alert rule item
* Update snapshot
* Export CardProps
* Replace logo
* Remove tag prop
* Remove extra div
* Add @public
* Update AlertRuleItem
* Simplify disabled logic
* Export Card styles
* Remove AlertRuleItem tooltips
* Revert to old button design
* Make component internal
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-10-28 09:23:22 +02:00
Ryan McKinley
33ef71d81e
AddDatasource: Improve plugin categories ( #28584 )
...
* add IoT category to datasources
* add more enterprise plugins
* add more enterprise plugins
2020-10-28 08:15:32 +01:00
Hugo Häggmark
0d803613d6
StatPanel: Fixes BizChart error max: yyy should not be less than min zzz ( #28587 )
2020-10-28 08:04:30 +01:00
Anthony D'Atri
5cded1d2cd
docs: a few tweaks for clarity and readability ( #28579 )
...
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
2020-10-27 15:57:29 -04:00
Torkel Ödegaard
283fd4c247
API: Reducing some api docs errors ( #28575 )
2020-10-27 17:54:02 +01:00
Alex Khomenko
75ebf3f15c
Grafana-UI: ContextMenu docs ( #28508 )
...
* Add story
* Add docs
* Get rid of selectThemeVariant
* Minor tweaks
2020-10-27 17:18:45 +02:00
Marcus Efraimsson
60d40fa99b
Short URL: Update last seen at when visiting a short URL ( #28565 )
...
Ref #28248
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
2020-10-27 16:16:06 +01:00
Arve Knudsen
aa9134b3b4
Fix backend build on Windows ( #28557 )
...
* Fix backend build on Windows
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Fix remaining build.go issues on Windows
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-27 13:57:12 +01:00
Scott Lepper
b3ac4eb899
add value prop ( #28561 )
2020-10-27 08:18:10 -04:00
Dominik Prokop
4468d41417
Plugin signing: UI information ( #28469 )
...
* first pass
* return list
* types and cleanup
* add to plugin page and add styles
* update comment
* update comment
* fix component path
* simplify error component
* simplify error struct
* fix tests
* don't export and fix string()
* update naming
* remove frontend
* introduce phantom loader
* track single error
* remove error from base
* remove unused struct
* remove unnecessary filter
* add errors endpoint
* Update set log to use id field
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* skip adding BE plugins
* remove errs from plugin + ds list
* remove unnecessary fields
* add signature state to panels
* Fetch plugins errors
* grafana/ui component tweaks
* DS Picker - add unsigned badge
* VizPicker - add unsigned badge
* PluginSignatureBadge tweaks
* Plugins list - add signatures info box
* New datasource page - add signatures info box
* Plugin page - add signatures info box
* Fix test
* Do not show Core label in viz picker
* Update public/app/features/plugins/PluginsErrorsInfo.tsx
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
* Update public/app/features/plugins/PluginListPage.test.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update public/app/features/plugins/PluginListPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update public/app/features/datasources/NewDataSourcePage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Review comments 1
* Review comments 2
* Update public/app/features/plugins/PluginsErrorsInfo.tsx
* Update public/app/features/plugins/PluginPage.tsx
* Prettier fix
* remove stale backend code
* Docs issues fix
Co-authored-by: Will Browne <will.browne@grafana.com>
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2020-10-27 13:08:08 +01:00
Dominik Prokop
d1ed163fc6
Use fetch API in InfluxDB data source ( #28555 )
...
* Use fetch API in InfluxDB data source
* Review comments
2020-10-27 11:35:59 +01:00
Peter Holmberg
f13c267f1c
PanelEdit: Prevent the preview pane to be resized further than window height ( #28370 )
...
* use percentage on topPanel, limit resize
* add relative size to rightPanel, resize split panes on resize
* lock min size of options pane to min 300px, adding debounce
* sorting imports
* assigning the ref, remove debounce
* set default uistate to number instead of string
* revert go.sum and go.mod
* fix go.mod
2020-10-27 11:18:37 +01:00
Ryan Mendoza
ecaa041ec0
Docs: Update generic-oauth.md ( #28517 )
...
Callback URI fragment should be suffixed, not a prefix.
2020-10-26 12:36:37 -07:00
Arve Knudsen
70c7724b65
GCS image uploader: Add tests ( #28521 )
...
* GCS uploader: Add tests
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Use go generate
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-26 20:35:12 +01:00
Torkel Ödegaard
3b9523fad7
Move metrics collector queries to config ( #28549 )
2020-10-26 19:43:58 +01:00
Arve Knudsen
069e2b0ced
Plugins: Fix plugin URL paths on Windows ( #28548 )
...
* Plugins: Fix plugin URL paths on Windows
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Plugins: Fix plugin URL paths on Windows
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-26 18:31:27 +01:00
Agnès Toulet
65b5086a59
API: add login username in SendLoginLogCommand ( #28544 )
...
* API: add login username in Login actions
* LoginUser -> LoginUsername
* fix test
2020-10-26 15:47:01 +01:00
Kyle Brandt
96e6524a7d
AzureMonitor: Support decimal (as float64) type in analytics/logs ( #28480 )
...
loss of precision but will make the response work instead of erroring
follows work already done in the ADX plugin
fixes #28278
2020-10-26 08:27:16 -04:00
Will Browne
4d2b20f727
Auth: Fix SigV4 request verification step for Amazon Elasticsearch Service ( #28481 )
...
* remove forward header and add extra steps for encoding
* add comment
* re-use forwarded header
* fix service param
* Make SDK the default auth option in UI
* use SDK code instead
* propagate err
* refactor flow
* fix prom service namespace
2020-10-26 12:36:11 +01:00
Jack Westbrook
a8a3686785
Grafana/ui: auto focus threshold editor input ( #28360 )
...
* feat(grafana-ui): autofocus threshold editor input
* refactor(grafana-ui): remove commented out css
* feat(grafana-ui): use ref for autofocus new thresholds editor input
* refactor(grafana-ui): conditionally set input ref for latest threshold
* refactor(grafana-ui): put back createRef for input ref
2020-10-26 12:21:41 +01:00
Will Browne
0cdb23a069
Docs: SigV4 What's New and AWS Elasticsearch documentation ( #28506 )
...
* add what's new entry and elastic docs
* update docs
* remove caps
* fix image path
* fix md link
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
* fix link case
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
* fix md link
* docs fixes
* update config ref
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-10-26 11:50:39 +01:00
Arve Knudsen
1571579c1d
Drone: Upgrade build pipeline tool ( #28533 )
...
* Drone: Upgrade grabpl
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-26 10:47:42 +01:00
Arve Knudsen
31c9c81f5b
Drone: Refactor version branch pipeline logic ( #28531 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-26 09:47:51 +01:00
Arve Knudsen
c3917e6525
Drone: Upgrade build-pipeline tool ( #28520 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-26 09:27:54 +01:00
Torkel Ödegaard
7c7a4a05ed
Docs: Update field color scheme docs and 7.3 what's new ( #28496 )
...
* Docs: Update field color scheme docs and 7.3 what's new
* update
* Updated
* Added image cell display mode to table docs
2020-10-26 08:40:45 +01:00
Darryl
0f97925c1a
Templating: Custom variable edit UI, change text input into textarea ( #28312 ) ( #28322 )
2020-10-26 08:38:39 +01:00
Muhammad Hendri
3abd9957aa
Currency: Adds Indonesian IDR currency ( #28363 )
2020-10-26 08:17:53 +01:00
Emil Hessman
9a241a2a4f
Chore: Fix flaky sqlstore annotation test ( #28527 )
2020-10-26 07:45:30 +01:00
Dênis Volpato Martins
639460a789
Checkbox: Fix component sample typo ( #28518 )
2020-10-26 06:26:34 +01:00
gastonqiu
1646de4540
Image uploader: Fix uploading of images to GCS ( #26493 )
...
* GCS image uploader: Re-implement with Google SDK
Signed-off-by: gaston.qiu <gaston.qiu@umbocv.com>
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-24 13:00:36 +02:00
Bill Oley
b3a868169b
OAuth: Support Forward OAuth Identity for backend data source plugins ( #27055 )
...
Adds support for the Forward OAuth Identity feature in backend data source plugins.
Earlier this feature has only been supported for non-backend data source plugins.
Fixes #26023
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-10-24 01:34:38 +02:00
achatterjee-grafana
b6bb069e08
Updated documentation style guide ( #28488 )
...
* Added node_exporter to the list of words to use in Grafana documentation style guide
* Update contribute/style-guides/documentation-style-guide.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-10-23 11:35:12 -04:00
Sofia Papagiannaki
8327dd500f
Cloud Monitoring: Fix help section for aliases ( #28499 )
2020-10-23 18:24:50 +03:00
Leonard Gram
3a6c20036c
Docs: what's new in enterprise 7.3 ( #28472 )
...
* Docs: what's new in enterprise 7.3
* feedback
* feedback
* Update docs/sources/whatsnew/whats-new-in-v7-3.md
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
* link to auditing
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
2020-10-23 17:08:13 +02:00
Will Browne
1bee9f4168
Plugins: Track plugin signing errors and expose them to the frontend ( #28219 )
...
* first pass
* return list
* types and cleanup
* add to plugin page and add styles
* update comment
* update comment
* fix component path
* simplify error component
* simplify error struct
* fix tests
* don't export and fix string()
* update naming
* remove frontend
* introduce phantom loader
* track single error
* remove error from base
* remove unused struct
* remove unnecessary filter
* add errors endpoint
* Update set log to use id field
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* skip adding BE plugins
* remove errs from plugin + ds list
* remove unnecessary fields
* add signature state to panels
* remove unused code
* apply PR feedback
* update comment
* merge dto with model
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-23 16:45:43 +02:00
Marcus Efraimsson
c8b7ccc66c
Elasticsearch: Fix handling of errors when testing data source ( #28498 )
...
#24999 changed the error response payload, but the test data source
was not adapted to this change and broke the feature of displaying
any errors to the user in the UI. This change should resolve this
problem.
Ref #24999
Ref #28481
2020-10-23 16:44:21 +02:00
Marcus Efraimsson
3be82ecd4e
Auth: Should redirect to login when anonymous enabled and URL with different org than anonymous specified ( #28158 )
...
If anonymous access is enabled for an org and there are multiple
orgs. When requesting a page that requires user to be logged in
and orgId query string is set in the request url to an org not
equal the anonymous org, if the user is not logged in should
be redirected to the login page.
Fixes #26120
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
2020-10-23 16:34:35 +02:00
Arve Knudsen
090c683fea
Drone: Don't build Windows installer for version branches ( #28494 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-23 12:14:24 +02:00
Agnès Toulet
a378374c24
Docs: Grafana Enterprise auditing feature ( #28356 )
...
* Docs: add auditing documentation
* Docs: improve wording
* Update docs/sources/enterprise/_index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/enterprise/auditing.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Docs: apply PR feedback
* Docs: add auditing in menu
* Docs: auditing PR feedback
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-10-23 10:22:14 +02:00
Arve Knudsen
07897c7e1e
Drone: Add version branch pipeline ( #28490 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-10-23 10:16:17 +02:00
achatterjee-grafana
de35d76fd5
Getting Started section rehaul ( #28090 )
...
* Updated Getting Started topic, based on feedback from Diana and Daniel. Added 2 entries to Glassry.
* Added new topic Getting Started with Grafana and Prometheus
* Corrected image path. A couple of other minor changes.
* Updated image link based on Marcus's suggestion.
* Updated topics based on feedback.
* Update docs/sources/getting-started/getting-started.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/getting-started/getting-started.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Added Diana's latest changes.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-10-22 18:14:30 -04:00
Diana Payton
5254a7ec5d
Docs: Add survey content ( #28446 )
...
* Update change-home-dashboard.md
* added survey code
Added survey blurb.
* Update whats-new-in-v7-3.md
* minor edits
2020-10-22 13:22:34 -07:00
Diana Payton
69847350d3
Docs: Update prometheus.md ( #28483 )
2020-10-22 11:30:34 -07:00
Diana Payton
f72fd8921e
Docs: Add view settings and view stats ( #28155 )
...
* Added view-server-stats.md
* added view-server-settings
* Update docs/sources/administration/view-server-settings.md
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
* Update view-server-stats.md
* Update view-server-stats.md
* Update view-server-stats.md
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
2020-10-22 09:47:00 -07:00
Sofia Papagiannaki
6752271b06
Remove entry from 7.3.0-beta2 Changelog ( #28478 )
...
This entry is already present in 7.2.2 Changelog
2020-10-22 17:57:23 +03:00