Christopher Moyer
0f93548ac4
Docs: corrects broken link to v9.0 docs ( #62035 )
...
corrects broken link to v9.0 docs
2023-01-24 14:32:14 -06:00
sam boyer
af1a264f85
dashboards: Mark dashboards team as kind owner ( #62013 )
...
* dashboards: Mark dashboards team as kind owner
* Update .github/CODEOWNERS
Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com>
Co-authored-by: Ivan Ortega Alba <ivanortegaalba@gmail.com>
2023-01-24 15:07:17 -05:00
Hamas Shafiq
76e1946bd7
Tempo: [TraceQL] Do not override the status
tag name ( #62030 )
2023-01-24 19:21:48 +00:00
Ivana Huckova
a0921f2e88
Explore: Implement logs sample in Explore ( #61864 )
...
* Implement log samples
* Explore: Implement logs sample panel
* Log samples: Add documentation
* Update docs
* Add info for log sample
* Fix label
* Update
* Default to true
* Fix copy in test
* Update public/app/features/explore/LogsSamplePanel.tsx
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
* Use timeZone from grafana/schema
* Rename data props to queryResponse
* Unify name to logs sample
* Remove redundant optional parameters in LogsSamplePanel
* Make intervalMs parameter optional in dataFrameToLogsModel and remove undefined argument when not needed
* Fix incorrect position of copy log line button
* Update public/app/core/logsModel.ts
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com>
2023-01-24 19:10:27 +01:00
Santiago
e5920c211e
Chore: Fix random indices for slices in test files ( #61884 )
...
* Fix random indices for slices in test files
* Empty commit
2023-01-24 15:07:37 -03:00
Kristina
6ab79c4fba
Explore: Be sure time range key bindings are mounted after clear ( #61892 )
...
* Add list of bindings for updating on change
* Revert "Add list of bindings for updating on change"
This reverts commit 092707371d
.
* Clear keybindings before component render
2023-01-24 11:12:09 -06:00
Tania
3324be6fda
Docs: Fix schema attributes formatting in schema docs ( #62016 )
...
Docs: Fix schema attributes formatting
2023-01-24 17:53:22 +01:00
Alex Khomenko
8e94eab9ff
Schema: Move known shared types into the common ( #61875 )
...
* Setup shared types
* Expand field types
* Fix array type
* Add QueryResultMeta
* Add QueryResultBase
* Add DataFrameJSON
* Add DataSourcePluginMeta
* Update QueryResultMetaStat
* Add plugin cue and veneers
* Rexport dupliate types to fix errors
* Fix export
* Update types
* Remove data frame/plugin types
* Cleanup types
* Remove redundant type
* Remove data frame related types
2023-01-24 16:45:28 +00:00
Chris Marchbanks
f85d072c17
Datasources: Fix Proxy by UID Failing for UIDs with a Hyphen ( #61723 )
...
Fix Proxy by UID Failing for UIDs with a Hyphen
Hyphens are allowed in short IDs but not picked up by the
proxyPathRegexp. This caused the end of the uid to be proxied as part of
the path to the backing datasource which would usually cause a 404.
2023-01-24 17:15:52 +01:00
George Robinson
239d94205a
Alerting: Return chan <-error for #61811 ( #61858 )
2023-01-24 15:41:38 +00:00
Levente Balogh
cc502bbfbd
Connections: update the style of the cards ( #61989 )
2023-01-24 16:22:46 +01:00
Will Browne
958eea2f78
Plugins: Add backend target to instrumentation ( #61980 )
...
* add target
* fix test
2023-01-24 16:18:34 +01:00
Joan López de la Franca Beltran
6e126596e0
Kindsys: Include CODEOWNERS to Kinds report ( #61978 )
...
* Kindsys: Include CODEOWNERS to Kinds report
* Sort CODEOWNERS for the sake of reproducibility
* Fix linter complains
2023-01-24 15:53:01 +01:00
Josh Hunt
32ff95bde3
CommandPalette: Fix feature flag ( #62000 )
2023-01-24 15:52:12 +01:00
Andres Martinez Gotor
3e73ba5460
Azure Monitor: Adapt Advanced component to multiple resources ( #61981 )
2023-01-24 15:44:48 +01:00
Christopher Moyer
12a4a83c77
Docs: prose and format updates ( #61720 )
...
* wording and format updates
* corrects typo
2023-01-24 08:15:09 -06:00
Isabella Siu
814e485dd3
CloudWatch: Prevent log groups from being removed on query change ( #61891 )
2023-01-24 09:05:41 -05:00
Andres Martinez Gotor
d54cda62a3
Add debug option for Golang tests in vscode ( #61983 )
2023-01-24 14:44:44 +01:00
Josh Hunt
88347caf5f
Navigation: Open command palette from search box ( #61667 )
...
* Reduce size of topnav search 'input' to 1/5th of the width, min width 200px
* Open command palette on topnav search box click
* Rename component
* fix comment
* feature flag the change
* update feature flag description
2023-01-24 12:41:09 +00:00
ying-jeanne
ec171bcad5
[xorm] Clean up xorm dialect & cascade ( #61969 )
...
clean up xorm dialect
2023-01-24 19:57:33 +08:00
Alex Khomenko
18e0a060e6
AlertGroups: Generate models.gen.ts from models.cue ( #61227 )
...
* AlertGroups: Generate models.gen.ts from models.cue
* Update structure
* Update report
* Fix filenames
* Add missing file
2023-01-24 13:46:35 +02:00
Oscar Kilhed
6c9d9a2db5
Table panel: Use link elements instead of div elements with on click events to aid with keyboard accessibility ( #59393 )
...
* TablePanel: fix image of image cell overflowing table cell when a data link is added
2023-01-24 12:42:40 +01:00
Andre Pereira
81c35560a8
Chore: Update the tempo devenv with the latest Tempo config changes ( #61622 )
...
* Update the tempo devenv with the latest Tempo config changes
* Remove some settings to instead use the default values
* Pin the Tempo image to the current latest version
Co-authored-by: Hamas Shafiq <hamas.shafiq@grafana.com>
2023-01-24 11:08:40 +00:00
Zoltán Bedi
4167214e35
Panel edit: Add feature to drag & drop spreadsheet files to the grafana datasource ( #60586 )
...
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
2023-01-24 10:43:44 +01:00
Ashley Harrison
92a750a732
Chore: convert last test to RTL and remove Enzyme references ( #61918 )
...
convert last test to RTL and remove enzyme references
2023-01-24 09:20:47 +00:00
Joan López de la Franca Beltran
479da46a9e
Kindsys: Include @grafanamaturity counts to Kinds report ( #61911 )
...
* Kindsys: Include @grafanamaturity counts to Kinds report
* Replace reflect.DeepEqual with regular (in)equality op
* Move reference check to its use (inline)
* Fix linter complains
2023-01-24 09:37:32 +01:00
Torkel Ödegaard
7c786c11e3
Home: Fixes breadcrumb for custom home dashboard ( #61499 )
...
* Home: Fixes breadcrumb for custom home dashboard
* restore using home page cfg setting
2023-01-24 09:33:12 +01:00
Torkel Ödegaard
38d3d1c02b
Profile: Rename profile page from preferences to profile ( #61777 )
...
* Rename preferences to Profile
* Fixed tests and ran i18 extract
2023-01-24 09:32:49 +01:00
Sofia Papagiannaki
e5e8bb4dea
Chore: Use same JSON tag casing everywhere for parent UID ( #61935 )
...
Chore: Use same JSON tag casing everywhere for parent UID
2023-01-24 10:20:28 +02:00
Sonia Aguilar
3b73b16245
Alerting: Add maxdatapoints in alert rule form ( #61904 )
...
Add maxdatapoints in alert rule form
2023-01-24 09:16:21 +01:00
Timur Olzhabayev
7ebbd01688
Linking criteria and adding file and env variables access ( #61830 )
...
* Linking criteria and adding file and env variables access
* Formatting
* Update docs/sources/developers/plugins/publish-a-plugin.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2023-01-24 07:37:56 +00:00
Joan López de la Franca Beltran
c621693db0
Kindsys: Include generated-code links to Kinds report ( #61910 )
...
* Kindsys: Include generated-code links to Kinds report
* Apply feedback suggestions
2023-01-24 01:47:42 +00:00
Selene
6f26333e96
Chore: Add cuefix hook ( #61941 )
...
* Add cue
* Add fix-cue target
* Add pre-commit hook
* fixup! Add fix-cue target
* Update the cue version
* Add datasources and panels folders
* Update cue files
Co-authored-by: Tania B <yalyna.ts@gmail.com>
2023-01-23 20:36:46 -05:00
Adela Almasan
f5743ea9ac
Canvas: Improve arrow positioning when border is present ( #61961 )
2023-01-23 18:38:04 -06:00
Brendan O'Handley
1181d06b1b
Graphite: Have metric name type query variable use metric render endpoint ( #61730 )
...
* have metric name query var use metric render endpoint
* add documentation for new query types
2023-01-23 18:13:22 -05:00
Alex Khomenko
3006a457f2
Geomap panel: Generate types ( #61636 )
2023-01-23 15:12:56 -08:00
Alexander Weaver
7ccc845187
Alerting: Push state history entries to Loki ( #61724 )
...
* Implement push endpoint
* Drop duplicated struct
* Genericize auth/tenant headers and improve logging in error case
* Flesh out the data model
* Drop dead code
* Drop log line entirely
* Drop unused arg
* Rename a few type manipulation functions
* Extract label keys as constants
* Improve logs when loki responds with error
* Inline lokiRepresentation function
2023-01-23 16:31:03 -06:00
jeremybanzhaf
3146740d82
Docs: Update index.md to not escape dollar sign ( #61694 )
...
Update index.md to not escape dollar sign
the backslash is useful in json files, but not where most users will see it
2023-01-23 15:57:11 -06:00
juanicabanas
949857f3b1
PublicDashboards: Footer position fix ( #61954 )
2023-01-23 17:30:20 -03:00
juanicabanas
9b5e396be2
PublicDashboards: Checkboxes list refactor ( #61947 )
2023-01-23 17:23:23 -03:00
Kristin Laemmert
fe27acc3a9
chore: move validations model into the validations service ( #61953 )
2023-01-23 15:10:14 -05:00
sam boyer
17aaf9f0d3
panels: Remove redundant import package from cue defs ( #61949 )
2023-01-23 14:28:44 -05:00
sam boyer
856abe1281
Kindsys: Add Ptr func ( #61948 )
2023-01-23 14:27:33 -05:00
Kristin Laemmert
6e9eb0d931
chore: move plugins models into pluginsettings svc ( #61944 )
2023-01-23 13:56:20 -05:00
sam boyer
48b620231e
Kindsys: Unique names for composable kind TS types ( #61928 )
...
* Kindsys: Unique names for composable kind TS types
* Update all TS imports
2023-01-23 18:03:44 +00:00
juanicabanas
7875fadd31
GrafanaUI: Checkbox description fix ( #61929 )
2023-01-23 14:50:19 -03:00
Ashley Harrison
6b53f927b2
Navigation: truncate landing page descriptions to 3 lines ( #61925 )
...
* truncate landing page descriptions to 3 lines
* use correct css prop names
2023-01-23 17:07:36 +00:00
Joe Elliott
3eb065339f
Tempo Datasource: Correct TraceQL docs link ( #61931 )
...
* correct link
Signed-off-by: Joe Elliott <number101010@gmail.com>
* lint
Signed-off-by: Joe Elliott <number101010@gmail.com>
Signed-off-by: Joe Elliott <number101010@gmail.com>
2023-01-23 16:59:55 +00:00
Kristin Laemmert
857649e30b
chore: move models/licensing into licensing service ( #61878 )
2023-01-23 11:53:43 -05:00
Adela Almasan
50faeba07e
Canvas: Connection heads not rendering consistently ( #61887 )
2023-01-23 10:51:55 -06:00