Ashley Harrison
10db618204
FileUpload: associate the label with the input ( #48766 )
...
* FileUpload: associate the label with the input
* generate a unique id and set the correct role
* add a test to prevent regressions
2022-05-05 17:07:27 +01:00
sam boyer
ea96c42545
schemas: Update to cuetsy v0.0.1 ( #48753 )
...
* Add explicit cuetsy annotations to all models.cue
* Update to first cuetsy release
* Clean up cuetsify a bit; remove unification
* Update changes to news codegen output
2022-05-05 11:56:53 -04:00
Ieva
a5672758d8
Access control: further reduce access control feature toggle checks ( #48171 )
...
* reduce the usage of access control flag further by removing it from SQL store methods
* fixing tests
* fix another test
* linting
* remove AC feature toggle use from API keys
* remove unneeded function
2022-05-05 17:31:14 +02:00
Torkel Ödegaard
fca52a1c83
CommandPalette: Make dashboard nav work when under grafana is under sub path ( #48744 )
2022-05-05 17:15:59 +02:00
Todd Treece
ec666f8785
Converter: Add result type to frame meta ( #48769 )
2022-05-05 16:57:24 +02:00
Ivana Huckova
250b72cc1b
Elasticsearch: Remove support for versions after their end of the life (<7.10.0) ( #48715 )
...
* Elasticsearch: Remove support for versions after their EOL
* Update docs
* Remove old versions from config
* Update pkg/tsdb/elasticsearch/elasticsearch.go
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
* Fix tests
* Fix typecheck errors
Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
2022-05-05 16:16:34 +02:00
Josh Hunt
b04fb8522d
QueryEditor: Set data source type in mixed query data source ref ( #48734 )
2022-05-05 15:09:00 +01:00
L-M-K-B
a98fae32fc
Laura/chore/refactor test of secondary actions ( #48745 )
...
* Chore: transfer three tests to testing-library
* Chore: transfer last test to testing-library
* chore: add suggestion from code review
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
2022-05-05 15:55:59 +02:00
Josh Hunt
32a26d87a4
Chore: Generate JSON theme files ( #48762 )
2022-05-05 15:35:08 +02:00
Josh Hunt
af57804513
Tooltip: Make tooltip use secondary background color for legible links ( #48748 )
2022-05-05 14:28:45 +01:00
Connor Lindsey
08bee1e682
Trace to logs: Only show loki and splunk datasources in settings ( #48723 )
2022-05-05 06:28:28 -06:00
Shirley
b35ca8c08d
CloudWatch: Pass label in GetMetricData API request when dynamic label feature toggle is enabled ( #48574 )
2022-05-05 13:59:23 +02:00
Sofia Papagiannaki
610247d52a
Alerting: modify ruler endpoints for proxying using the datasource UID ( #48046 )
...
* Modify ruler endpoints to expect the data source UID
* Update frontend
* Apply suggestion from code review
2022-05-05 14:58:32 +03:00
Konrad Lalik
65d7d466d7
Alerting: Improved RBAC for Alert managers ( #48344 )
...
* Initial support for grafana or cloud only alert managers
* Handle missing alert manager
* Refactor code, fix tests
* Fix redirect url
* Bring back the test
* Improve missing alert manager warning, add useAlertManagerSourceName tests
* Fix lint errors
* Rename alert manager hook
* Refactor alert manager label creation
* Improve warnings' messages
* Fix linter
* Fix warning condition in RuleEditor
2022-05-05 13:34:58 +02:00
Dimitris Sotirakis
696405ba7b
Remove folder ( #48617 )
2022-05-05 12:19:35 +01:00
Gábor Farkas
da74dba7c8
Loki: backend: use streaming JSON parser, try2 ( #48752 )
...
* converter: remove __name__ customization because Loki does not do that
Loki does not handle __name__ in a special way.
for Prometheus, the caller can implement the formatting
by themselves
* converter: change labels-formatting
the labels.String() method does not handle strange values well
* loki: backend: use streaming-json parser
* more idiomatic code
Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com>
* simpler row-length check
* simpler code
* fixed converter/prom tests
Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com>
2022-05-05 13:09:01 +02:00
Jguer
8ed3fb1f2d
AccessControl: don't pull builtin role assignments when refactor is enabled ( #48675 )
2022-05-05 13:02:34 +02:00
Gábor Farkas
02aa1cd1c5
loki backend mode forward-oauth ( #48401 )
...
* loki: backend: add forward oauth credentials functionality
* removed obsolete comment
2022-05-05 12:42:50 +02:00
Alex Khomenko
9b8cdab123
TagsInput: Do not trigger submit on Enter ( #48743 )
...
* TagsInput: Do not trigger submit on Enter
* Comment
2022-05-05 12:37:04 +02:00
Gábor Farkas
3cade2f669
Revert "Loki: backend: use streaming JSON parser ( #47656 )" ( #48747 )
...
This reverts commit 46b40b6e82
.
2022-05-05 12:02:53 +02:00
Marcus Efraimsson
7e332d6f97
Chore: Add PR Check action enforcing changelog decision ( #48728 )
2022-05-05 11:38:46 +02:00
Giordano Ricci
143810bb95
Explore: simplify support for multiple query editors ( #48701 )
...
* Explore: simplify support for multiple query editors
* CloudWatch: remove usage of deprecated plugin methods
* Apply suggestions from code review
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com>
* run prettier
Co-authored-by: JitaC <70489351+achatterjee-grafana@users.noreply.github.com>
2022-05-05 10:36:50 +01:00
Josh Hunt
1cd9175075
PanelEdit: Add gap between variables, like in Dashboard view ( #48718 )
2022-05-05 09:42:39 +01:00
idafurjes
abb1618291
Add OTLP exporter for OpenTelemetry ( #47987 )
...
* Add OTLP exporter for OpenTelemtry
* Fix lint
* Refactore parse settings
* Add configuration for propagation + fix tests
* Fix tests and lint
* Fix alerting tests
* Add coments to config
* Add propagation to custom.ini
2022-05-05 10:37:26 +02:00
Javier López
3372cb7897
make @grafana/ui run properly in SSR environments ( #46288 )
...
* allow SSR
* fix rollup commonjs default flag changed breaking in SSR
* revert wrong change
* avoid using dynamic imports
* fix test
* allow icon load in packaged version
* fix SelectBase to run on SSR
* add extra check for fixing tests
* revert wrong change
* allow SSR
* revert wrong change
* don't include emotion in the bundle
* fix wrong merge changes
* remove unneeded icon change
* use forked version of uplot
* remove unneeded bundle exceptions
* fix typescript issues
* update to latest uplot
2022-05-05 10:06:21 +02:00
ying-jeanne
0d14c27eb9
Chore: add Folderuid into panel-library API ( #48577 )
...
* add folderuid into interface
* panellibrary id/uid things
* modify doc
* update doc
* correct some comments
2022-05-05 10:04:54 +02:00
Gábor Farkas
60cabaea0a
loki: use metadataRequest in testDatasource ( #48431 )
2022-05-05 09:43:36 +02:00
Gábor Farkas
46b40b6e82
Loki: backend: use streaming JSON parser ( #47656 )
...
* converter: remove __name__ customization because Loki does not do that
Loki does not handle __name__ in a special way.
for Prometheus, the caller can implement the formatting
by themselves
* converter: change labels-formatting
the labels.String() method does not handle strange values well
* loki: backend: use streaming-json parser
* more idiomatic code
Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com>
* simpler row-length check
* simpler code
Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com>
2022-05-05 08:47:40 +02:00
L-M-K-B
83a5ca95c7
Chore: transfer LiveLogs.test to testing-library ( #48678 )
...
* Chore: transfer LiveLogs.test to testing-library
* Chore: improve readability and third test
* Chore: improve test and component after code review
2022-05-05 08:40:21 +02:00
Todd Treece
9529c35efa
Converter: Add support for parsing prometheus string ( #48727 )
2022-05-04 20:26:32 -04:00
Ryan McKinley
2d574f352c
Search: add actions row header to new search layout ( #48735 )
2022-05-05 01:25:27 +02:00
Todd Treece
35300a816a
Prometheus: Add support for streaming scalar parsing ( #48725 )
2022-05-04 16:03:48 -04:00
Adela Almasan
5df91bdcf1
Canvas: Inline edit ( #48222 )
...
Canvas inline edit panel
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2022-05-04 14:15:07 -05:00
Todd Treece
6e6f6e3cce
Converter: Add support for parsing error & warning from prometheus results ( #48721 )
2022-05-04 12:01:18 -07:00
Josiah (Jay) Goodson
570ff074f6
Transformations: Add an All Unique Values Reducer ( #48653 )
2022-05-04 11:58:46 -07:00
Jeff Levin
dac8abfc2c
chore: update contribution docs ( #46942 )
...
* add bus deprecation note in contribution docs
2022-05-04 10:38:04 -08:00
Maria Alexandra
6e530d45bc
grafana/ui: Add default type="button" to <Button> ( #48183 )
2022-05-04 18:36:14 +02:00
Josh Hunt
2f1d404949
Switch PanelEditor to v2 theme ( #48717 )
2022-05-04 16:55:49 +01:00
Adela Almasan
efe09d6a8b
Geomap: Legend and scale overlapping ( #47594 )
...
Updated legend bottom left custom style when scale is shown
2022-05-04 10:14:19 -05:00
gotjosh
7313310080
Alerting: Fix & Cut the changelog ( #48714 )
2022-05-04 16:05:48 +01:00
renovate[bot]
3da6878f58
Update dependency @react-types/shared to v3.12.0 ( #48708 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-04 15:25:53 +01:00
JitaC
5bc91187f1
Hide what's new topic ( #48704 )
2022-05-04 10:16:00 -04:00
Ashley Harrison
06d3c27bc1
Select: Portal menu by default ( #48176 )
...
* Remove menuShouldPortal from all <Select /> components
* fix unit tests
* leave menuShouldPortal as an escape hatch
* Fix import order
2022-05-04 15:12:59 +01:00
Karl Persson
2738d1c557
Access Control: Move dashboard actions and create scope provider ( #48618 )
...
* Move dashboard actions and create scope provider
2022-05-04 16:12:09 +02:00
renovate[bot]
00dbea91ea
Update dependency lru-cache to v7.9.0 ( #47480 )
...
* Update dependency lru-cache to v7.9.0
* update snapshot
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-05-04 15:07:27 +01:00
Adam Simpson
b2644de6c8
AzureMonitor: add feature toggle azureMonitorExperimentalUI for migrating to experimental UI ( #48658 )
...
* feat: add feature toggle azureMonitorExperimentalUI
Add QueryHeader which adds an experimental header to AzureMonitor. This work is documented in #44432 .
2022-05-04 13:54:09 +00:00
Yuriy Tseretyan
f85e758972
unhide alert rule's data sources during migraiton ( #48559 )
2022-05-04 09:31:05 -04:00
renovate[bot]
7b4bc3eda6
Update dependency @react-aria/utils to v3.12.0 ( #48674 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-04 14:28:06 +01:00
Joao Silva
2e5f797666
Variables: Fixes issue with null variables breaking the dropdown ( #48644 )
2022-05-04 14:27:22 +01:00
Ashley Harrison
8fcae1ef3c
Navigation: change Search Dashboards
back to sentence case (Search dashboards
) ( #48272 )
...
* revert search dashboards to sentence case
* Saved Items -> Saved items
2022-05-04 14:24:10 +01:00