Marcus Efraimsson
c8af659f02
Plugins: Enhanced plugin instrumentation ( #90199 )
...
* Plugins: Enhanced plugin instrumentation
* use backend.CallResourceResponseSenderFunc
* sdk v0.237.0
* support admission control
* cover all handlers in log and metrics middlewares
* fix after review
2024-07-09 15:03:46 +02:00
ismail simsek
2a4a73e03d
Explore Metrics: Save and restore the breakdown layout view from LocalStorage ( #90202 )
...
* save and restore the breakdown layout view from localstorage
* Update public/app/features/trails/MetricScene.tsx
Co-authored-by: Darren Janeczek <38694490+darrenjaneczek@users.noreply.github.com>
* add type guard
* remove unused import
---------
Co-authored-by: Darren Janeczek <38694490+darrenjaneczek@users.noreply.github.com>
2024-07-09 14:22:11 +02:00
Arati R
ecadd99456
SearchV2: Support soft deletion ( #90217 )
...
* soft delete
* Fix bench test
Co-authored-by: Bruno Abrantes <bruno@brunoabrantes.com>
* Add integration test for soft deletion
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2024-07-09 14:17:27 +02:00
Galen Kistler
20181425e4
Table: Prevent runtime error when resizing columns with onColumnResize ( #89862 )
...
fix: prevent runtime error when resizing columns
2024-07-09 07:08:35 -05:00
Ashley Harrison
8444c7760c
Chore: Remove deprecated SCSS styles ( #90187 )
...
clean up infobox styles
2024-07-09 12:53:43 +01:00
ismail simsek
7f020dce05
Chore: Fix scrolling issue after selecting a metric with a lot of labels ( #90195 )
...
remove minHeight
2024-07-09 13:32:32 +02:00
Gilles De Mey
b7910ade97
Alerting: Allow future relative time ( #89405 )
2024-07-09 13:18:24 +02:00
Jack Westbrook
d8137083d9
Grafana/data: Remove barrel files part 3 ( #90001 )
...
* chore(grafana-data): remove monac and theme barrel files, clean up imports and exports
* chore(grafana-data): remove query barrel file and update imports / exports
* chore(grafana-data): remove text and events barrel files, update imports n exports
* chore(alerting): fix grafana/data imports pointing to nested barrel files
* chore(grafana-data): delete unused text/index.ts
* chore(grafana-data): fix broken text import paths
2024-07-09 10:07:33 +02:00
linoman
82d8ca03b3
Update SAML UI docs to set up Azure AD ( #90193 )
...
* Update SAML UI docs to set up Azure AD
2024-07-09 09:43:43 +02:00
Charandas
3eef9b3397
Requester/authn: check the interface for nil value to avoid false positives ( #90210 )
2024-07-09 02:30:03 +03:00
Yuri Tseretyan
5ae5fa3a7a
Alerting: Support field selectors in time interval API ( #90022 )
...
* fix kind of TimeInterval
* register custom fields for selectors
* support field selectors in legacy storage
* support selectors in storage
===== Misc
* refactor conversions to build in one place
* hide implementation of provenance status behind accessors to use the key in selectors
* fix provenance error
2024-07-08 22:45:30 +03:00
Kevin Minehart
63e715f6a9
CI: Sync branch and tag after release ( #89967 )
...
* Added `workflow_call` event to allow other workflows to invoke the "Create or update GitHub release"
* Added `dry_run` to `github-release.yml`
* Added `latest` to `release-pr.yml` which will cause the release PR to add a `release/latest` label.
* Removed unnecessary github app creation from github-release workflow and just used permissions.
2024-07-08 14:32:28 -05:00
Charandas
c210617735
K8s: use contexthandler in standalone handler chain ( #90102 )
2024-07-08 12:22:10 -07:00
Alexander Weaver
3b6a8775bb
Alerting: Fix stale values associated with states that have gone to NoData, unify values calculation ( #89807 )
...
* Unify values
* Fix with latest changes on main
* Fix up NaN test
* Keep refIDs with -1 as value
* Test that refIDs are preserved on Normal to Error transition
* Alerting to err test too
* Add a blurb to docs about this behavior
2024-07-08 12:30:23 -05:00
Timur Olzhabayev
f763f2085b
Feat: Extending report interaction with static context that can be appended to all interaction events ( #88927 )
...
* Extending report interaction with static context that can be appended to all requests
2024-07-08 16:37:45 +02:00
Will Browne
cff9ecbd6d
Plugins: Ensure plugin dependency field in plugin.json does not require version ( #90142 )
...
non required + pattern
2024-07-08 15:28:52 +01:00
Kristin Laemmert
77a4869fca
accesscontrol service read replica ( #89963 )
...
* accesscontrol service read replica
* now using the ReplDB interface
* ReadReplica for GetUser
2024-07-08 10:00:13 -04:00
Serge Zaitsev
e9876749d4
Chore: Add retry option to curl ( #90179 )
...
add retry option to curl
2024-07-08 15:47:31 +02:00
Fabrizio
c42dd6e920
Tempo: Run go get
( #89335 )
...
* Run `go get`
* Run `go work sync`
* Update go.work.sum
---------
Co-authored-by: André Pereira <adrapereira@gmail.com>
2024-07-08 14:01:38 +01:00
Pepe Cano
1398f905af
Alerting UX: update descriptions for alerting notification fields ( #89187 )
...
* Change a bit existing descriptions for Notification fields
aligning them with the updated documentation
* revert `betterrer.results`
* Update public/app/features/alerting/unified/components/notification-policies/EditDefaultPolicyForm.tsx
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update public/app/features/alerting/unified/components/notification-policies/EditDefaultPolicyForm.tsx
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update public/app/features/alerting/unified/components/notification-policies/EditNotificationPolicyForm.tsx
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update public/app/features/alerting/unified/components/notification-policies/routeTimingsFields.ts
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update public/app/features/alerting/unified/components/notification-policies/routeTimingsFields.ts
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update public/app/features/alerting/unified/components/notification-policies/routeTimingsFields.ts
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update public/app/features/alerting/unified/components/rule-editor/NotificationsStep.tsx
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update public/app/features/alerting/unified/components/rule-editor/NotificationsStep.tsx
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update public/app/features/alerting/unified/components/rule-editor/alert-rule-form/simplifiedRouting/route-settings/RouteSettings.tsx
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* update betterer
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
2024-07-08 13:14:19 +02:00
Andres Martinez Gotor
2b7338f8b6
Add optional APIVersion to DatasourceRef ( #90076 )
2024-07-08 13:12:56 +02:00
Alex Khomenko
96cdce7f72
FilterList: Separate ItemRenderer ( #90112 )
...
* FilterList: Separate ItemRenderer
* Extend props
* Codeformat
2024-07-08 14:05:43 +03:00
Andres Martinez Gotor
61b95783d5
UpdateDatasource: Add apiVersion if enabled ( #90038 )
2024-07-08 13:02:48 +02:00
Josh Hunt
06de37e6cd
GrafanaUI: Allow wrap prop on Stack to be a boolean ( #90145 )
2024-07-08 11:50:51 +01:00
Sarah Zinger
2a80ec9104
Docs: Add line about installing corepack in developer guide ( #89250 )
...
Add line about installing corepack
2024-07-08 12:38:41 +02:00
Alex Khomenko
c1ec327b74
FilterList: Improve "No values" display ( #90032 )
...
* FilterList: Improve "No values" display
* Switch to ternary
2024-07-08 13:27:34 +03:00
Ashley Harrison
675457fb10
Select: Better styling for virtualized group separators ( #90127 )
...
* better styling for group separators
* update comment
* revert back to 37
2024-07-08 10:32:15 +01:00
Santiago
aaf23c64c3
Alerting: Allow remote Alertmanager integration tests to fail ( #88664 )
...
* Alerting: Allow remote Alertmanager integration tests to fail
* format drone
* rebase from main
* the wait-for container needs canFail more than the acutal integration-tests container
---------
Co-authored-by: Charandas Batra <charandas.batra@grafana.com>
2024-07-06 18:39:45 +02:00
antonio
e061f2886f
alerting/integrations:opsgenie ( #90133 )
...
* alerting/integrations:opsgenie
* Update _index.md
* new line
* all pretty no pity
* numbering
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-opsgenie.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-opsgenie.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update configure-opsgenie.md
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2024-07-06 11:38:25 +02:00
Kim Nylander
863c9fc34e
[DOC] Update the Pyroscope data source config doc ( #89648 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2024-07-05 14:37:02 -04:00
Todd Treece
5f9ce12542
K8s: Generic watch tests ( #90023 )
2024-07-05 21:17:20 +03:00
Steve Simpson
e9fd191065
Alerting: Fix some status codes returned from provisioning API. ( #90117 )
...
The contact point deletion API was returning 500 when it should have been
returning a 4xx error, when the contact point is in use:
- When in use by a notificiation policy, we were missing
the `.Errorf("")` to convert `errutil.Base` into `errutil.Error`.
- When in use by an alert rule, an regular error was returned.
2024-07-05 19:06:37 +02:00
Gilles De Mey
650616a404
Alerting: Support utf8_strict_mode: false
in Mimir ( #90092 )
2024-07-05 17:17:45 +02:00
Victor Marin
f88bf474bd
Fix panel paste button in nav toolbar ( #90143 )
...
fix panel paste button in nav toolbar
2024-07-05 17:58:55 +03:00
Alex Khomenko
22df2d9b06
BrowseDashboards: Fix starred toggle ( #90138 )
2024-07-05 17:11:03 +03:00
Ashley Harrison
680f5ed2cc
Chore: More SCSS cleanup ( #90132 )
...
* convert TagBadge to a functional component
* migrate label and label-tag styles to TagBadge
* migrate filter-table to emotion globals
* migrate query-part styles to emotion globals
* move tag color to be an inline style
2024-07-05 14:33:43 +01:00
Oscar Kilhed
1f90784a83
Dashboard scene: Ignore repeat row process for non multi variables. ( #90107 )
...
* Ignore row repeat process for non multi value variables
* Reverse if statement to avoid non needed negation
2024-07-05 15:12:06 +02:00
Alex Khomenko
7111c52e4c
Nav: Add items to saved ( #89908 )
...
* App events: Add info notification type
* Revert state
* Use info alert
* Nav: Enable saving items
* Use local state
* Use RTK query
* Revert go.work
* Revert
* User-specific queries
* Add memo
* Fix base URL
* Switch to ids
* Fix memo
* Add codeowners
* Generate API
* Separate user prefs API
* Remove tag
* Update export
* Use feature toggle
2024-07-05 16:01:10 +03:00
Alexander Zobnin
7bf8375b02
Zanzana: Add basic metrics for evaluation time and status ( #90125 )
...
* Zanzana: Add basic metrics for evaluation time and status
* only init when feature enabled
* add todo
2024-07-05 14:53:40 +02:00
Leonor Oliveira
ec6a939815
Compare results when reading/writing between unified_storage and legacy ( #89773 )
...
* Compare results when reading/writing between unified_storage and legacy
* Always use name when comparing objects
* Compare on get method
* Update pkg/apiserver/rest/dualwriter.go
Co-authored-by: Dan Cech <dcech@grafana.com>
* Add new metric to count how many times we read from legacy in mode 2
* Move counter
* Add name in mode1
---------
Co-authored-by: Dan Cech <dcech@grafana.com>
2024-07-05 14:01:05 +02:00
Josh Hunt
1b3597d795
E2C: Empty and Loading snapshot states ( #90043 )
...
* E2C: Empty and Loading snapshot states
* fix responsive
2024-07-05 12:32:45 +01:00
Ieva
e9ebb6eaa4
Folders: Fix folder pagination for cloud instances with many folders ( #90008 )
...
* filter the k6 folder out in the SQL queries rather than during post processing to ensure that the correct number of results is always returned
* linting
2024-07-05 11:19:03 +01:00
Misi
4f06568f8a
Auth: Add support for escaping colon characters in org_mapping ( #89951 )
...
* Split org_mapping correctly if it contains multiple colons
* Improve tests
* Use backslash as an escape character for colons
* Cleanup, address feedback
* Change test to use double quotes as an example
2024-07-05 13:06:25 +03:00
Karl Persson
7a78ad3893
Authn: Remove response writer from auth req ( #90110 )
...
Authn: Remove response writer from request
2024-07-05 11:42:12 +02:00
Alexander Zobnin
87d86e81ce
Zanzana: Evaluate permissions alongside with RBAC engine ( #90064 )
...
* Zanzana: Evaluate permissions if feature flag enabled
* Fix tests
* adjust logs
* fix spelling
* remove unused
* only evaluate implemented resources
* refactor
2024-07-05 11:31:23 +02:00
Mihai Doarna
48e6e9a36c
LDAP: Compute values when reloading LDAP settings ( #90059 )
...
* compute values when reloading LDAP settings
* remove grafana-cli/logger dependency
* export defaultTimeout from ldap package
* add server host to logs
2024-07-05 11:58:50 +03:00
Mihai Doarna
dfabc878f3
LDAP: Remove duplicate code ( #90066 )
...
remove duplicate readConfig() function from LDAP
2024-07-05 11:18:37 +03:00
antonio
8bc8b4b31f
alerting/integrations:telegram-update ( #90105 )
...
* alerting/integrations:telegram-update
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-telegram.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-telegram.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2024-07-05 10:18:15 +02:00
Mihai Doarna
e299621766
LDAP: Fix LDAP config cache ( #89998 )
...
* initialize LDAP config cache
* check err is nil
* return the config from cache only if the config file has not been modified
* rename var from test
2024-07-05 11:10:52 +03:00
Mihai Doarna
e7780c9c9c
SSO: Add more LDAP config validations for SSO settings ( #90036 )
...
add more LDAP config validations for SSO settings
2024-07-05 10:48:34 +03:00