mikkancso
88cdc38afa
Connections: Redirect from outdated URLs ( #73278 )
...
Connections: redirect from outdated URLs
2023-08-21 15:58:02 +02:00
Ieva
ec9c35fae5
Chore: clean up access control for data sources ( #73010 )
...
* move DS guardian interfaces to OSS, move allow guardian to OSS
* update codeowner file
2023-08-21 14:26:49 +01:00
Matias Chomicki
f7355668e7
Query splitting: combine nanos attribute con time fields ( #73505 )
2023-08-21 14:19:20 +02:00
Matias Chomicki
4c37ba494e
Elasticsearch: Add missing tooltips to the configuration page ( #73552 )
...
* Add missing tooltips
* Update X-Pack tooltip
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
---------
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
2023-08-21 14:13:23 +02:00
Karl Persson
618daf0518
Login: remove login.Service ( #73542 )
2023-08-21 13:15:31 +02:00
Ihor Yeromin
ab587b6884
A11y: Fix resource cards accessibility ( #73487 )
...
fix(a11y): resource cards
2023-08-21 12:26:12 +02:00
David Harris
56f4def666
docs: update cloudflare and plotly angular guide ( #73554 )
...
* docs: update cloudflare and plotly angular guide
* fix typo
2023-08-21 11:06:05 +01:00
Bruno Melo
5e50580d06
Docs: Fix URL encoding @ Keycloak logout example ( #71970 )
2023-08-21 09:48:26 +01:00
github-actions[bot]
88d3f27b6b
Update make docs
procedure ( #73540 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2023-08-21 08:56:54 +01:00
Horst Gutmann
220ea869be
CI: Improve error handling in gcloud copy operations ( #73474 )
2023-08-21 08:05:24 +02:00
Ryan McKinley
e605c686f8
Transforms: Catch errors while running transforms ( #73451 )
2023-08-18 13:55:42 -07:00
lucychen-grafana
ca64d919ad
PublicDashboard: Remove Github Disucssion link ( #73517 )
...
* remove github disucssion link
* remove unused cx import
2023-08-18 15:59:45 -04:00
Ricky Whitaker
4047cdb213
Sync-mirror GHA updates ( #73504 )
...
fixing sync-mirror run-name and altering concurrency to use branch name
2023-08-18 12:01:43 -05:00
Andrew Hackmann
42f4306251
Google Cloud Monitor: Prom query editor ( #73503 )
...
* revert
* works but needs clean up and tests
* clean up
* remove any
* change confusing query var to expr
* oops
* add test
* lint
* cleanup
* update docs
* Update public/app/plugins/datasource/cloud-monitoring/components/PromQLEditor.tsx
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
* nit
* lint fix?
* remove comment from cue
* go linter
* removing parsing stuff parseresponse func
---------
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
2023-08-18 11:14:43 -05:00
Sriram
23ae1127a7
Docs: update dataplane portal links ( #73481 )
...
update dataplane portal links
2023-08-18 16:07:45 +01:00
Isabel
ac98f469a4
Docs: Add Grafana Cloud to PDF sharing ( #73492 )
...
Added Grafana Cloud to PDF sharing
2023-08-18 11:07:26 -04:00
Natalia Bernarte Oses
3812059b97
Recreate feature requests template and remove link to discussions ( #73459 )
...
* recreate feature requests template and remove link to discussions
* update feature request template
* change order or template questions
2023-08-18 16:48:31 +02:00
Joao Silva
3bb23d6be7
Whitelabeling: Add a config option to hide the Grafana edition from the footer ( #73412 )
2023-08-18 15:09:36 +01:00
Karl Persson
1976ac0695
LDAP: use authn.IdentitySynchronizer to perform user sync ( #73471 )
...
* LDAP: use authn.IdentitySynchronizer to perform sync instaed of login.Service
* use user id as lookup param
2023-08-18 15:36:44 +02:00
Josh Hunt
ffc231147f
Chore: Remove colours from old husky cleanup pre-commit hook ( #73395 )
...
* test
* remove colours from old husky hook instructions
2023-08-18 13:10:18 +00:00
Sarah Zinger
bab9186370
Cloudwatch: Upgrade aws sdk ( #73416 )
...
Upgrade aws sdk
2023-08-18 09:05:58 -04:00
Ezequiel Victorero
993f5491a2
DataSourcePicker: remove default property from data source variable selection ( #73314 )
2023-08-18 07:42:55 -05:00
Andrej Ocenas
3aae7b089e
Tempo: Fix [object Object] shown as an Event message in Trace view ( #73473 )
...
Remove the wrapper json value
2023-08-18 14:26:35 +02:00
Alex Khomenko
dd21584961
Dashboard: Fix version restore ( #72866 )
...
* Dashboard: Fix version restore
* Update comment
2023-08-18 15:17:45 +03:00
Andreas Christou
b0ed67a306
AzureMonitor: ConfigEditor
updates ( #73402 )
...
Update config editor
- Use Field instead of InlineField
- Make use of new ConfigSection structural components
- Add DataSourceDescription component
- Add secureSocksProxy to types
2023-08-18 13:11:10 +01:00
Polina Boneva
f091e8f84a
Dashboard: Set descending z-index of panels in a dashboard ( #73401 )
...
* set panel z-index to a descending number once they are ordered before they are rendered
* set styling inside grid item
* fix unresponsive RGL when style is overwritten entirely
2023-08-18 14:53:51 +03:00
Kyle Brandt
720d716e45
SSE: Group data source node execution by data source ( #72935 )
...
Execute all queries to the same datasource in a single request.
Uses the query index and the graph node ID index, and then a stable dependency graph sort based on node input index number in attempt to keep the original query order intact.
2023-08-18 07:49:59 -04:00
Sven Grossmann
5e61b54fa3
Logs: Fix permalinks not scrolling into view ( #73464 )
...
* fix log line scrolling
* add scrolling tests
* fix `LogRow` tests
2023-08-18 12:54:08 +02:00
Jo
26339f978b
Auth: Move access control API to SignedInUser interface ( #73144 )
...
* move access control api to SignedInUser interface
* remove unused code
* add logic for reading perms from a specific org
* move the specific org logic to org_user.go
* add a comment
---------
Co-authored-by: IevaVasiljeva <ieva.vasiljeva@grafana.com>
2023-08-18 11:42:18 +01:00
Sven Grossmann
4c9469fc9e
Elastic: Add id
field to Elastic responses to allow permalinking ( #73382 )
...
* add `id` field to elasticsearch
* add comment
* slightly better perf
* only add `id` to logs frames
* only add `id` for logs responses
* concat `index` and `id`
* change snapshot generation to false
* use better loop
* fix tests
* moved up
2023-08-18 11:39:58 +02:00
Karl Persson
124e0efe1f
Authn: external identity sync ( #73461 )
...
* Authn: Add interface for external identity sync
This interface is implemented by authnimpl.Service and just triggers PostAuthHooks and skipping last seen update by default
* Authn: Add SyncIdentity to fake and add a new mock
2023-08-18 11:11:44 +02:00
Agnès Toulet
878e94ae25
Rendering: Use image for server timeout errors ( #73462 )
2023-08-18 11:50:49 +03:00
George Robinson
7a9a869d86
Alerting: ScreenshotOptions From and To should be optional ( #73325 )
...
This commit updates the screenshot package to make From and To
optional. It also updates the docs for ScreenshotOptions so
this behavior is well documented.
2023-08-18 09:26:51 +01:00
Joey
ab94c9d730
Tempo: Only add option to values dropdown if there is a value ( #72524 )
...
Only add option to list if there is a values
2023-08-18 08:17:56 +01:00
Ihor Yeromin
f169151143
A11y: Fix canvas setting button accessibility ( #73413 )
...
* fix(a11y): canvas setting button
2023-08-18 09:07:48 +02:00
grafana-delivery-bot[bot]
069afedcf5
Changelog: Updated changelog for 9.5.8 ( #73421 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2023-08-17 13:05:47 -05:00
Juan Cabanas
214f46be1f
Dashboards: Widget plugins removed from suggestions tab ( #73331 )
2023-08-17 15:02:32 -03:00
Ezequiel Victorero
bb3a2d31d7
Docs: Update dashboards api create/update ( #73345 )
2023-08-17 12:20:00 -05:00
linoman
2e050f25bf
Auth: Allow to auto-assign empty role ( #73326 )
...
Allow to auto-assign empty role
2023-08-17 18:32:58 +02:00
Galen Kistler
f33f3a55a0
Loki: Label browser sticky footer ( #73243 )
...
* Create sticky footer section in loki metrics browser for query preview and action buttons
2023-08-17 11:01:30 -05:00
Matias Chomicki
48c3dc7203
Logs: Hide filters in log details if the data source doesn't support them ( #73230 )
...
* Logs: Hide filters in log details if the data source doesn't support them
* Logs Container: use logsQueries prop
* Log details: add filters visibility test
2023-08-17 17:53:11 +02:00
Isabel
5988da1aa8
Docs: Data source picker everywhere updates (v10.1) ( #73347 )
...
* Added text about the updated data source picker
* Reformatted and reworded new language and removed from Correlations
2023-08-17 11:46:51 -04:00
Horst Gutmann
c86a73c794
CI: Move npm token to Vault ( #73407 )
2023-08-17 17:43:26 +03:00
Dominik Prokop
30393459df
DashboardsLoader: Enable cursor sync in scenes based dashboard ( #73383 )
...
* Bump scenes
* Enable cursor sync in scene dashboard
2023-08-17 07:03:26 -07:00
Torkel Ödegaard
3245e25273
SqlDataSources: Update metricFindQuery to pass on scopedVars to templateSrv ( #73333 )
2023-08-17 14:58:54 +02:00
Matias Chomicki
c8a9adf52a
Config editor: add url placeholder ( #73391 )
2023-08-17 14:43:59 +02:00
mikkancso
6bc7c70c02
Datasources: Cleanup unused code from datasources ( #73360 )
...
* remove unused datasource pages
* move useDataSourceSettingsNav from datasources to connections
without any modification in the code yet
The reason for this is that its only usage is in this file, so we are
going to merge it with the other useDataSourceSettingsNav hook in the
next commit.
* merge two useDataSourceSettingsNav's
and rename consts and remove duplicated calls
* simplify useDataSourceSettingsNav
2023-08-17 14:37:39 +02:00
Sven Grossmann
7ee13c4c8c
CI: Bump code-coverage in Explore workflow to use go v1.20.x ( #73384 )
...
bump code-coverage on explore workflow
2023-08-17 14:21:47 +02:00
github-actions[bot]
355917e755
Update make docs
procedure ( #73359 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2023-08-17 13:12:28 +01:00
Piotr Jamróz
ab451d76ac
Explore: Improve parsing ranges from URL ( #72498 )
...
* Fix parsing absolute range
* Silence warning issued by moment js
* Introduce URLRangeValue to enforce better type-checking
* Fix unit tests
* Allow not passing range to generate ExploreUrl
* Use updated time range format in a test
* Allow empty object to be passed as a data link for backward compatibility
* Update mocks
* Post-merge fixes
* Simplify checking if range is passed as an empty object
* Update docs
2023-08-17 12:06:52 +02:00