Claudiu Dragalina-Paraipan
499a31df53
update usage of ReadGprcServerConfig()
2024-09-03 15:59:09 +03:00
Claudiu Dragalina-Paraipan
f5d383644d
make update-workspace
2024-09-03 15:44:09 +03:00
gamab
755485751e
Fix trace
2024-09-03 14:43:22 +02:00
Claudiu Dragalina-Paraipan
d09e14c26a
removed WithIDTokenExtractorOption, and other PR feedback
2024-09-03 15:42:50 +03:00
gamab
21220c2cca
Else statement
2024-09-03 14:36:59 +02:00
gamab
6cf1efdcc4
Mod update
2024-09-03 14:35:02 +02:00
gamab
4b73a93883
Add Auth func overrides
2024-09-03 14:32:20 +02:00
gamab
6032ab3ae1
Use NamespaceAuthorizer
2024-09-03 14:26:18 +02:00
gamab
601beb5327
Update authlib
2024-09-03 14:20:47 +02:00
gamab
a1b6408127
Merge remote-tracking branch 'origin/main' into drclau/unistor/replace-authenticators-3
2024-09-03 14:18:49 +02:00
Konrad Lalik
1128c417d8
Alerting: Fix cloud rules edit url ( #92853 )
...
Update cloud rule edit page url after successful update
2024-09-03 14:18:02 +02:00
Claudiu Dragalina-Paraipan
0d70225c1a
Update pkg/services/authn/grpcutils/grpc_authenticator.go
...
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
2024-09-03 15:15:54 +03:00
Ashley Harrison
d9385d8a76
add missing await
2024-09-03 14:02:27 +03:00
oscarkilhed
aa2175822e
Fix bad mock in unittest
2024-09-03 14:02:27 +03:00
renovate[bot]
6c968f90ae
Update dependency @grafana/scenes to v5.11.2
2024-09-03 14:02:27 +03:00
Jack Westbrook
e7d7ed5406
Chore: Remove side-effect import from app ( #92650 )
...
* chore(frontend): remove stray side-effect features import that brings the whole jungle
* chore(app): delete features/all.ts and its friends
* chore(codeowners): remove public/app/features/all.ts from file
2024-09-03 13:43:13 +03:00
Ieva
46e81e98cf
RBAC: Always store action sets ( #92833 )
...
always store action sets, even if FT is disabled
2024-09-03 11:30:47 +01:00
Alexa V
9dc333dfa7
Dashboard Scene: Add close visualization button in panel edit ( #92848 )
2024-09-03 12:11:09 +02:00
Piotr Jamróz
d7d22bbbb8
TraceView: Display event names of a span ( #91382 )
...
* Display event name of a span
* Clean up
* Retrigger the build
* Show colon only when there are fields to display
* Rollback
* Use event name when exporting to OTLP
* Allow filtering spans by event name
* Show duration as a key/value pair
* Update betterer report (we do not translate panels that are planned to be externalized)
* Fix tests after changing how duration is rendered
* Handle long names
* Test handling long names
* Make parenthesis gray
* Fix a test
* Fix linting
* Fix tests
* Update label
2024-09-03 11:18:50 +02:00
Alexander Akhmetov
1df622641c
Alerting: Update documentation about alert instance limit ( #92668 )
2024-09-03 11:02:20 +02:00
Tom Ratcliffe
13ea3d85ae
Alerting: Fix preview of silences when label name contains spaces ( #92802 )
2024-09-03 09:14:11 +01:00
Claudiu Dragalina-Paraipan
62f165f6f9
refactoring NamespaceAccessChecker usage and use CloudNamespaceFormatter in Cloud
...
Co-Authored-By: Gabriel MABILLE <gamab@users.noreply.github.com>
2024-09-03 10:55:45 +03:00
Claudiu Dragalina-Paraipan
bb5ee88d4f
added stackIdExtractor for cloud mode
...
Co-Authored-By: Gabriel MABILLE <gamab@users.noreply.github.com>
2024-09-03 10:39:11 +03:00
Claudiu Dragalina-Paraipan
84866a8a51
authz client cfg changes
...
- removed ModeCloud, relying on ModeGrpc and stackID instead to discover if we're running in Cloud
- reusing settings from "grpc_client_authentication", instead of duplicating in "authorization" section
Co-Authored-By: Gabriel MABILLE <gamab@users.noreply.github.com>
2024-09-03 10:38:19 +03:00
Pepe Cano
15de549093
Alerting docs: HA - configure alertmanager to prevent duplicated notifications ( #92611 )
...
* Alerting docs: HA - configure shared alertmanager
* Update docs/sources/alerting/set-up/configure-high-availability/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/set-up/configure-high-availability/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Apply minor content suggestion
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2024-09-03 06:31:09 +02:00
Claudiu Dragalina-Paraipan
14a1021605
make update-workspace
2024-09-02 21:44:35 +03:00
Claudiu Dragalina-Paraipan
84f8c9be94
cleanup: refactoring leftover
2024-09-02 21:36:10 +03:00
Claudiu Dragalina-Paraipan
7fe8d62304
update authlib version (small fix)
2024-09-02 19:30:51 +03:00
Claudiu Dragalina-Paraipan
7c2353ae25
cleanup: remove unused GrpcServerConfig.Mode
2024-09-02 19:17:11 +03:00
Claudiu Dragalina-Paraipan
52b7cf8550
make update-workspace
2024-09-02 19:06:59 +03:00
Laura Benz
cdf035f813
Scenes/RestoreDashboards: Adjust DeleteDashboardModal and Toast message ( #92601 )
...
* refactor: replace soft delete method
* refactor: adjust test to new naming
* refactor: clean up unused functions
* refactor: replace delete modal
* refactor: use new delete modal outside of scenes
2024-09-02 18:04:02 +02:00
Claudiu Dragalina-Paraipan
14ddfbd8fb
finalize authlib grpc interceptors usage
2024-09-02 19:02:40 +03:00
Claudiu Dragalina-Paraipan
884c4a8c24
Merge branch 'main' into drclau/unistor/replace-authenticators-3
2024-09-02 19:00:07 +03:00
Josh Hunt
a1190b165b
Revert "Update dependency msw to v2.4.1" ( #92829 )
...
Revert "Update dependency msw to v2.4.1 (#92648 )"
This reverts commit acab4c9438
.
2024-09-02 15:51:12 +00:00
Sven Grossmann
5ad7c47816
Plugin Instrumentation: Add target
property to request logs ( #91946 )
...
* Plugin Instrumentation: Add `target` property to request logs
* remove comment
* remove error
2024-09-02 17:41:26 +02:00
Timur Olzhabayev
564d09c9be
Chore: fixing triage link ( #92828 )
...
fixing triage link
2024-09-02 18:24:04 +03:00
grafana-pr-automation[bot]
71e7d37727
I18n: Download translations from Crowdin ( #92827 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-02 18:21:53 +03:00
piyushfs
a038d4136e
NodeGraph: Allow to add datalinks ( #90163 )
...
* NodeGraph: allow to add datalinks
* chore: filter list
2024-09-02 16:06:56 +01:00
Andreas Christou
9459626372
AzureMonitor: Update logs workspaces ( #92809 )
...
Update logs workspaces and code to retrieve
2024-09-02 16:03:13 +01:00
Alex Khomenko
6ecc9b1d21
Announcement banner: Update docs ( #92820 )
2024-09-02 17:59:01 +03:00
Alexa V
f8cd448441
Dashboard: Fix Annotation runtime error when a data source does not support annotations ( #92504 )
...
When data source does not support annotations, shows an inline Error in Annotation Settings page
2024-09-02 16:46:20 +02:00
antonio
0df5a6aefc
alerting: docs / highlight tutorial in landing page ( #92805 )
2024-09-02 16:40:16 +02:00
Esteban Beltran
045c57af23
Chore: Update auto triager github action to use private repository ( #92819 )
...
* Update auto triager to use private repository
* Check for other secrets too
2024-09-02 16:39:22 +02:00
Tom Ratcliffe
d1dc595692
Alerting: Fix target rule group for moving alert rule group ( #92816 )
2024-09-02 15:28:12 +01:00
Arati R.
f26f655615
Provisioning: Fix admin reloading of dashboard configuration ( #92462 )
...
* Set dashboard provisioner before provisioning dashboards
* Test provisioner instantiation during dashboard provisioning
2024-09-02 15:48:13 +02:00
grafana-pr-automation[bot]
401658e650
I18n: Download translations from Crowdin ( #92810 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-02 16:39:54 +03:00
Esteban Beltran
a3e7e3dbfa
Chore: Add auto-triager github action ( #92807 )
...
* Chore: Add auto-triager github action
* Add codeowners
* Add link
* Update .github/workflows/auto-triager.yml
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
---------
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
2024-09-02 15:23:04 +02:00
renovate[bot]
1395cd89da
Update dependency @types/node to v20.16.3
2024-09-02 13:05:54 +00:00
Joey
bd5bd52a2c
TraceView: Update feedback link style ( #91845 )
...
Update feedback link style
2024-09-02 14:02:00 +01:00
Tobias Skarhed
220215c9ca
New Select: Create custom value ( #92652 )
...
* Display custom value in option list
* Ignore create new value when there is an exact match
* Support displaying custom value
* Add i18n string
* Update failing test
2024-09-02 14:42:42 +02:00