Oliver Frye
ff421ef63b
Explore: Logs: Show ANSI colors when highlighting matched words ( #40971 )
...
* Explore: Show ANSI colors when highlighting matched words
* only highlight ANSI text if needsHighlighter is true
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
* fix lint error
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
2021-11-16 13:48:42 +01:00
Hugo Häggmark
0dcea161fa
Variables: Exclude adhoc variables from the impacted by logic ( #41717 )
2021-11-16 13:48:07 +01:00
Alexander Kubyshkin
e4cc41dd5b
Fix button "Run query" width ( #32655 ) ( #39081 )
...
* Fix button "Run query" width (#32655 )
* Minor refactoring for simpler fix
* Removed new prop
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2021-11-16 13:22:33 +01:00
Uchechukwu Obasi
0da6ac2efa
AnnoListPanel: Redirect to correct time on click ( #41738 )
2021-11-16 12:58:58 +01:00
Ashley Harrison
0e76f347c3
Overrides: Pass searchQuery to overrides section to highlight correctly ( #41684 )
2021-11-16 11:41:53 +00:00
Joan López de la Franca Beltran
d3e19b1b3b
Encryption: Improve the DX of encryption operations within database transactions ( #41654 )
...
* Move user oauth info encryption away from db transaction
* Add encryption methods with support for db session reusability
2021-11-16 11:51:13 +01:00
Dimitris Sotirakis
86d79e4625
Add grabpl step only if platform=linux ( #41732 )
2021-11-16 11:46:44 +01:00
George Robinson
d363e19517
Alerting: Add datasource_uid label to DatasourceNoData alerts ( #41621 )
2021-11-16 10:03:18 +00:00
Katarina Yang
f49e08cb11
API: Fix dashboard quota limit for imports ( #41495 )
...
* API: Fix dashboard quota limit for imports
* fix: refactor TestDashboardQuota to check if dashboard saved
* Refactor: incorporate Sofia suggestions into tests
* refactor: add fields to TestDashboard struct
* write import test
2021-11-16 11:26:46 +02:00
Ryan McKinley
1aac13e5d0
MarketTrend: rename to candlestick panel ( #41582 )
2021-11-15 23:09:59 +01:00
Andrew Hackmann
53905f2d4a
recorded queries/enable recorded queries option ( #41670 )
2021-11-15 15:04:45 -06:00
Alexander Emelin
4cd2575ad0
Live: generate ts definitions for pipeline configs ( #41544 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2021-11-15 22:45:35 +03:00
Ryan McKinley
466eaeb4f0
Geomap: use name as UID ( #41668 )
2021-11-15 11:18:08 -08:00
Torkel Ödegaard
1f07d32666
AngularMigration: Add migration button to old graph panel ( #41600 )
...
* GraphOld: Mark old graph panel as deprecated so that it can no longer be picked in the UI
* Add migration button
* remove deprecation
* add timeseries to graph query
* update language
* Slight tweak
* Update public/app/plugins/panel/graph/tab_display.html
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2021-11-15 19:31:03 +01:00
Torkel Ödegaard
51ef770c2b
UpdateQueries: Fixes issues setting datasource on queries after changing type ( #41702 )
2021-11-15 18:15:13 +01:00
Dimitris Sotirakis
99900cbdd8
CI: Make grabpl
and lint-drone
standalone steps ( #41644 )
...
* Extract grabpl download as separate step
* Change image to alpine
* Change image to curlimage
* Change image to alpine-curl
* Extract lint-drone step
* Add lint-drone to release and main pipelines
* Rename lint_drone to lint_drone_step
* Sign drone
2021-11-15 17:14:33 +00:00
gotjosh
b39859bdfe
Alerting: HA documentation formatting fixes ( #41682 )
...
* Alerting: HA documentation formatting fixes
* don't change that line
2021-11-15 16:15:59 +00:00
Ivana Huckova
32e02ba857
Prometheus: Fix applying of ad-hoc variables after backend migration ( #41596 )
...
* Prometheus: Fix adding of ad-hoc variables
* Fix spelling
2021-11-15 17:11:21 +01:00
Marcus Andersson
487baf5a25
PluginsCatalog: hiding version history tab and install controls for plugins not published to grafana-com ( #41634 )
...
* will hide the version tab for core plugins.
* will not try to fetch the version list if plugin is local.
* added the concept wheter or not a plugin is published or not.
* Update public/app/features/plugins/admin/pages/PluginDetails.test.tsx
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
* Update public/app/features/plugins/admin/types.ts
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
* removed unused api functions.
* fix(plugins/admin): fix a tiny linter issue
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
2021-11-15 16:58:15 +01:00
Ryan McKinley
c780854a18
Live: remove hardcoded frontend channel support ( #41584 )
2021-11-15 07:54:14 -08:00
Josh Hunt
bfec79a7dc
Chore: Improve wording of 'Now delay' option ( #41368 )
...
* Chore: Improve wording of 'Now delay' option
* Feedback
2021-11-15 16:08:28 +01:00
Levente Balogh
4219e4f107
Plugins Catalog: hide plugins based on the Grafana config ( #41679 )
...
* refactor(pkg/api/frontendsettings): group plugin catalog settings
* feat(plugins/admin): add a default config value for `pluginCatalogHiddenPlugins`
* chore(grafana/config): add type for `pluginCatalogHiddenPlugins`
* feat(plugins/admin): hide plugins from the catalog based on the grafana config
* fix(plugins/admin): fix a rebase typo
* fix(plugins/admin): remove unnecessary filtering
2021-11-15 15:51:16 +01:00
Dimitris Sotirakis
2c8ac1f58f
Security Fix: Fine-grained access control enables organization admins to create/modify/delete user roles in other organization ( #41694 )
...
* 8.2.4: Fine-grained access control enables organization admins to create/modify/delete user roles in other organization
* Revert back calls with ScopeOrgID
Co-authored-by: gamab <gabi.mabs@gmail.com>
2021-11-15 15:35:09 +01:00
Dimitris Sotirakis
a076a4170c
Release Notes: Update Release Notes and Changelog for 8.2.4 security fix ( #41691 )
...
* 8.2.4: Update CHANGELOG.md and release-notes-8-2-4.md
* Update blog post link
2021-11-15 15:28:22 +01:00
Torkel Ödegaard
dfd9813d70
Suggestions: Adds logs suggestions and sorting by score to suggestions ( #41613 )
...
* Suggestions: Adds logs suggestions for sorting by score to suggestions
* Introduced an enum
* review feedback
2021-11-15 15:13:01 +01:00
Torkel Ödegaard
dbcefb70f6
Angular: More isolation and removing of unused components ( #41630 )
...
* Angular: More isolation and removing of unused components
* Moved some more and fixed a test
2021-11-15 15:12:45 +01:00
Will Browne
8ea75c9401
Plugins: Add SDK stream handler support to plugin.Client ( #41650 )
...
* add stream handler support to plugin.Client
* nil instead of empty resp
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
* nil instead of empty resp #2
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2021-11-15 14:25:13 +01:00
Marcus Efraimsson
a840e9612e
Chore: Upgrade grafana-plugin-sdk-go to v0.116.0 ( #41652 )
2021-11-15 13:22:10 +01:00
Alexander Emelin
d5ffff21ac
Live: comments for pipeline channel rule ( #41639 )
2021-11-15 15:02:27 +03:00
Marcus Efraimsson
b88d21a6cb
PluginsCatalog: Add backend support for hiding plugins in plugins catalog ( #41563 )
...
Add backend support for hiding plugins in plugins catalog.
Ref #41074
2021-11-15 10:53:35 +01:00
Alexander Emelin
1700b2c2f3
live: add ws endpoint to push into pipeline ( #41534 )
2021-11-15 12:43:18 +03:00
Hugo Häggmark
f3f441f4ec
Chore: removes vulnarabilities from echo ( #41671 )
2021-11-15 10:24:17 +01:00
Marcus Andersson
95e0eea86c
Docs: Adding details about how to enable dynamic imports in plugins ( #41648 )
...
* added dynamic import to the readme.
* Update packages/grafana-toolkit/README.md
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
* Update README.md
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
2021-11-15 10:20:55 +01:00
Gábor Farkas
5c40865547
prometheus: query field: better handle label-values with unusual characters ( #41457 )
2021-11-15 09:51:28 +01:00
Hugo Häggmark
16578b0af0
Chore: Fix broken pa11y-ci ( #41597 )
...
* Chore: Fix broken pa11y-ci
* Chore: using npx instead
* Chore: testing with prebuilt image
* Chore: testing bin path
* Chore: trying
* Chore: another try
* Update puppeteer image
* Chore: updating image
* Chore: removes yarn version printout
* Chore: removes yarn version printout
Co-authored-by: dsotirakis <sotirakis.dim@gmail.com>
2021-11-15 08:49:39 +01:00
Leon Sorokin
a50b6947ce
GraphNG: uPlot 1.6.17 ( #41663 )
2021-11-14 15:46:15 -06:00
Leon Sorokin
0d9911937d
Chore: add graph-ng tags to gdev test dashboards backed by uPlot ( #41662 )
2021-11-14 10:33:26 -06:00
Alexander Emelin
e0b59fe8ce
live: move back to ojg ( #41642 )
2021-11-13 15:14:13 +03:00
Jesse Weaver
8338f01467
Add detailed info on audit log contents ( #40905 )
...
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
2021-11-13 00:27:36 +01:00
Peter Holmberg
b2d7162168
Alerting: Add external Alertmanagers ( #39183 )
...
* building ui
* saving alertmanager urls
* add actions and api call to get external ams
* add list to add modal
* add validation and edit/delete
* work on merging results
* merging results
* get color for status heart
* adding tests
* tests added
* rename
* add pollin and status
* fix list sync
* fix polling
* add info icon with actual tooltip
* fix test
* Accessibility things
* fix strict error
* delete public/dist files
* Add API tests for invalid URL
* start redo admin test
* Fix for empty configuration and test
* remove admin test
* text updates after review
* suppress appevent error
* fix tests
* update description
Co-authored-by: gotjosh <josue@grafana.com>
* fix text plus go lint
* updates after pr review
* Adding docs
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com>
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com>
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com>
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com>
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com>
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com>
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com>
* prettier
* updates after docs feedback
Co-authored-by: gotjosh <josue.abreu@gmail.com>
Co-authored-by: gotjosh <josue@grafana.com>
2021-11-12 22:19:16 +01:00
Ryan McKinley
862054918d
Geomap: styleConfig cleanup and symbol caching ( #41622 )
...
Co-authored-by: nikki-kiga <42276368+nikki-kiga@users.noreply.github.com>
2021-11-12 11:24:35 -08:00
gotjosh
dfa14e9500
Alerting: Document Grafana 8 High Availability setup ( #41503 )
...
* Alerting: Document Grafana 8 High Availability setup
* Apply suggestions from code review
Co-authored-by: Yuriy Tseretyan <tceretian@gmail.com>
* Wordsmithing
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Address review feedback
* Apply suggestions from code review
Co-authored-by: George Robinson <george.robinson@grafana.com>
* Update docs/sources/alerting/unified-alerting/high-availability.md
Co-authored-by: George Robinson <george.robinson@grafana.com>
* address review feedback
* Prettier
Co-authored-by: Yuriy Tseretyan <tceretian@gmail.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: George Robinson <george.robinson@grafana.com>
2021-11-12 18:47:39 +00:00
renovate[bot]
bcc46990aa
Update dependency symbol-observable to v4 ( #41626 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-12 16:13:55 +00:00
Dimitris Sotirakis
2b2c0b8b5e
Remove check for local drone version ( #41535 )
2021-11-12 14:08:43 +00:00
Oscar Kilhed
6fe29dda33
Barchart docs and styling fix ( #41362 )
...
* Barchart docs and styling fix
* Fix name of max length
* rename valueRotation -> xTickLabelRotation
also limits slider padding on sliders without marks
2021-11-12 15:03:19 +01:00
idafurjes
d72e389d3d
Add context for GetAlertNotificationUidQuery ( #41633 )
2021-11-12 14:35:38 +01:00
Ivana Huckova
47aab9adfa
Tracing: Fix upload JSON functionality ( #41455 )
...
* Tracing: Fix upload JSON
* Tracing: Add processes for each span
* Revert "Tracing: Add processes for each span"
This reverts commit 7c0558be83
.
* Tracing: Add processes for each span
* Revert "Tracing: Add processes for each span"
This reverts commit 7c0558be83
.
2021-11-12 14:33:30 +01:00
Ieva
ba7d65edf5
Revert "allow using targetOrgId parameter to set organisation ID for a request ( #41561 )" ( #41643 )
...
This reverts commit 08276225c1
.
2021-11-12 14:23:16 +01:00
Uchechukwu Obasi
d91e2ff632
TimePickerSettings: make label appropriately link to input when clicked ( #41638 )
2021-11-12 14:00:51 +01:00
Ivana Huckova
9b9e41e036
Prometheus: Disable exemplar queries for alerting ( #41607 )
...
* Prometheus: Dont include empty exempalr frame in results
* Prometheus: Never run exemplar queries for alerting
* Remove exemplar field from alerting and set exemplar to false
* Add tests for frontend
* Add test for backend
2021-11-12 12:49:06 +01:00