Will Browne
7f065c94de
Plugins: Remove pluginsCDNSyncLoader feature toggle ( #108389 )
...
* remove pluginsCDNSyncLoader feature toggle
* fix lint issues
* fix other linter issue
2025-07-22 09:33:23 +01:00
Will Browne
cd87bbbdea
Plugins: Remove externalCorePlugins feature toggle ( #108386 )
...
remove externalCorePlugins feature toggle
2025-07-21 13:55:30 +01:00
Stephanie Hingtgen
5ec3a2b758
K8s: Library panels: move to separate ff ( #108384 )
2025-07-21 12:53:46 +00:00
2dba473015
Feature/unified storage search dual reader ( #108291 )
...
* Add UnifiedStorageSearchDualReaderEnabled feature flag
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
* Refactor UniSearch Dual Reader
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
* Run make gen-feature-toggles
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
* fix: unit tests search_client
Signed-off-by: Bruno Abrantes <bruno@brunoabrantes.com >
* feat: cancels shadow search requests after 500ms
Signed-off-by: Bruno Abrantes <bruno@brunoabrantes.com >
---------
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
Signed-off-by: Bruno Abrantes <bruno@brunoabrantes.com >
Co-authored-by: Will Assis <william@williamassis.com >
Co-authored-by: Bruno Abrantes <bruno@brunoabrantes.com >
2025-07-18 14:43:56 +02:00
Will Browne
f6ed9e6ff0
Plugins: Introduce plugin asset provider ( #108063 )
...
* introduce plugin asset provider
* simply with PR feedback
* fix linter
2025-07-17 16:20:35 +01:00
Vadim Stepanov
bccc980b90
Alerting: Notifiication history ( #107644 )
...
* Add unified_alerting.notification_history to ini files
* Parse notification history settings
* Move Loki client to a separate package
* Loki client: add params for metrics and traces
* add NotificationHistorian
* rm writeDuration
* remove RangeQuery stuff
* wip
* wip
* wip
* wip
* pass notification historian in tests
* unify loki settings
* unify loki settings
* add test
* update grafana/alerting
* make update-workspace
* add feature toggle
* fix configureNotificationHistorian
* Revert "add feature toggle"
This reverts commit de7af8f7
* add feature toggle
* more tests
* RuleUID
* fix metrics test
* met.Info.Set(0)
2025-07-17 14:26:26 +01:00
Misi
a94647d5cc
Auth: Remove ssoSettingsSAML feature toggle ( #108109 )
...
* Remove ssoSettingsSAML feature toggle
* Remove from docs + align tests
* Update workspace
* revert go.mod go.sum change
* make update-workspace without enterprise linked
2025-07-16 21:13:31 +02:00
Sonia Aguilar and Gilles De Mey
9c15662cf6
Alerting: Add AI buttons in some alerting workflows ( #107754 )
...
* Add alerting ai buttons for cloud
* add tracking for ai buttons usage
* Empty commit to trigger GitHub Actions
* add FrontendOnly in ff
* update analytics folder
* prettier
* revert ff being frontend only
* review comments
* address some review comments
* refactor
* revert change and remove comment
* prettier
* update betterer
* remove unused property
* prettier
* address review comments
* prettier
* update test
* fix linter errors
* add translations
* prettier
* update workspace
---------
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com >
2025-07-16 18:42:42 +02:00
Matias Chomicki
974103c6fa
OTel: Add experimental formatting for OTel identified log lines ( #108170 )
...
* OTel: create formats service
* LogListContext: use OTel service to resolve the default displayed fields
* Create otelLogsFormatting feature flag
* LogListContext: conditionally use otel format based on feature flag
* OTel logs: reformat body and improve displayed fields
* formats: remove duplicated scope name
* Update formats.ts
* format: use regex rules to exclude fields
* Add tests
* Formatting
* LogsPanel: expose setDisplayedFields
* LogListContext: refactor otel displayed fields
* Prettier
* format: optimize identifyOTelLanguages
2025-07-16 17:42:14 +02:00
Hugo Häggmark
5b82e05697
Plugins: replaces various plugin imports with pluginImporter ( #108002 )
...
* Plugins: renames plugin_loader
* Wip
* chore: adds pluginImporter
* chore: some small refactors
* chore: better typings
* chore: merge functions
* chore: create a generic plugin cache
* chore: adds comments
* chore: change to const
* chore: remove unused change
* chore: put everything behind feature toggle
* chore: rename test file and props
* chore: adds sync cache as well
* chore: fix the typings
* chore: fix broken unit test
* chore: small rename
* chore: adds tests
* chore: updates after PR feedback
* chore: updates after PR feedback
2025-07-16 06:42:28 +02:00
Nathan Marrs and AgnesToulet
b691b3288d
Sharing: Export dashboard as image ( #104207 )
...
Co-authored-by: AgnesToulet <35176601+AgnesToulet@users.noreply.github.com >
2025-07-15 21:07:39 +00:00
da0f1d7b18
AWS Datasources: Update grafana assume role docs for GA ( #107220 )
...
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com >
Co-authored-by: Kevin Yu <kevinwcyu@users.noreply.github.com >
2025-07-15 10:59:01 -04:00
d39a47a89b
Provisioning: Begin using secrets store ( #108044 )
...
- Provisioning: Begin using secrets store
- Refactor integration with secrets store
- Add back the legacy service
- Separate concerns for encrypt and decrypt
- Handle update within Encrypt function
- Add interface for secure value service
- Add feature flag for using secrets service
- Add the dual service for temporary solution.
* Add first integration tests for encrypted tokens
* Add integration test for app platform secrets
* Validate it has the name or not
* Create wire provider
* Always save to the secret if provided secret
---------
Co-authored-by: Roberto Jimenez Sanchez <roberto.jimenez@grafana.com >
Co-authored-by: Roberto Jiménez Sánchez <jszroberto@gmail.com >
2025-07-15 15:43:17 +02:00
Piotr Jamróz
68b9a5f57c
Tempo: Add a feature toggle for Alerting ( #106891 )
...
* Add a feature toggle
* Disable alerting when the toggle is switched off
* Update tests
* Update tests
* Update tests
* Simplify ReadPluginJSON as it's used by enterprise
* Update test
* Update test
* Add the toggle check to loader.go
* Move the logic to plugins integration pipeline
2025-07-15 15:36:36 +02:00
Roberto Jiménez Sánchez
7e0848294e
Provisioning: Use Nanogit for basic git operations in Github repository type ( #107889 )
2025-07-10 09:46:38 -07:00
Gareth
84ef5bc744
Remove jaegerBackendMigration feature toggle ( #107702 )
...
* remove feature toggle if statements
* remove unused impoerts
* remove unused private functions
* prettier
* official ft removal
* fix some failing tests in datasource.test.ts
* clean up test file
* update test names
* remove tests for testDatasource
* remove describe
* tests
* fix import order
* betterer
2025-07-10 15:54:16 +01:00
xavi
2d8f751e6d
Auth: make skipTokenRotationIfRecent feature flag enabled by default ( #107676 )
2025-07-07 10:24:36 +02:00
Andrej Ocenas and Clarity-89
e76f470b44
NestedFolderPicker: Migrate to app platform API ( #106926 )
...
* Add /children endpoint
* Update folder client
* Add comment
* Add feature toggle
* Add new version of useFoldersQuery
* Error handling
* Format
* Rename feature toggle
* Remove options and move root folder constant
* Fix feature toggle merge
* Add feature toggle again
* Rename useFoldersQuery files
* Update API spec
* Fix test
* Add test
* Better typings
---------
Co-authored-by: Clarity-89 <homes89@ukr.net >
2025-07-03 16:15:23 +02:00
Gareth
185ce90a4b
Jaeger: Enable jaegerBackendMigration feature toggle by default ( #107526 )
...
* Jaeger: Enable jaegerBackendMigration feature toggle by default
* fix test
* update old-arch test
2025-07-03 14:45:22 +01:00
Misi
a7bfd8e351
Auth: Remove ssoSettingsApi feature toggle ( #107528 )
...
* Remove ssoSettingsApi feature toggle
* Clean up
* lint
* Fix tests
2025-07-03 10:53:33 +02:00
Ivana Huckova
5cd3ad76ee
Loki: Remove lokiQueryHints feature toggle ( #106620 )
...
* Loki: Remove lokiQueryHints feature toggle
* Remove unused imports
* Fix tests
2025-07-02 12:08:22 +02:00
Kristina
f460e02913
Transformations: GA the Regression transformation ( #106074 )
...
* First draft of removing flag, regenerating flags and content
* Add description to catalog entry
* fix gdev dashboard
2025-07-01 08:59:22 -05:00
Misi
2f8c1a3c48
Auth: Enable improved session handling by default for OAuth and SAML ( #107442 )
...
Enable improved session handling by default
2025-07-01 10:33:10 +02:00
Hugo Häggmark
24138bde70
Plugin Extension: improves mutation logs ( #107370 )
...
* Plugin Extension: improves mutation logs
* chore: removes feature toggle
* chore: rename function
2025-07-01 06:10:57 +02:00
Ivana Huckova
bc425a7993
Loki: Remove experimental lokiQuerySplittingConfig ( #107298 )
...
* Loki: Remove experimental lokiQuerySplittingConfig
* Remove unused imports
2025-06-30 16:41:00 +02:00
Ivana Huckova
dd5c545df9
Loki: Remove lokiStructuredMetadata feature toggle ( #107292 )
...
Loki: Remove lokiStructuredMetadata feature toggle
2025-06-30 16:09:44 +02:00
Ivana Huckova
cc542f2b91
Loki: Remove experimental predefined operations ( #107289 )
...
* Loki: Remove experimental predefined operations
* Fix lint
2025-06-30 16:08:36 +02:00
Hugo Häggmark and Marcus Andersson
15293a2ceb
Plugins: Adds AppChrome extension point ( #106623 )
...
* Plugins: adds basic PopupExtension point
* Simplify the extension point.
* Excluding the app chrome extension to be rendered on login/signup pages.
* Added feature toggle to be able to disable the app chrome extensions.
* Adding an error boundary around the extension point.
* Changed the way we use the feature toggle.
* moved to use the helper function instead of filtering.
* removed duplace info.
* chore: remove leftover useMemo
---------
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com >
2025-06-30 06:32:08 +02:00
Will Browne
43d369b51a
Plugins Remove failWrongDSUID feature toggle ( #107308 )
...
* remove failWrongDSUID FT
* undo go.mod changes
2025-06-27 14:43:58 +01:00
Will Browne
3020794b60
Plugins: Remove angularDeprecationUI feature toggle ( #107300 )
...
* remove angularDeprecationUI FT
* undo go.mod changes
2025-06-27 12:02:00 +01:00
linoman
0e89fec173
SCIM: Move feature flag to public preview ( #107239 )
...
* Move feature flag to public preview
* Auto-generate changes
2025-06-27 11:30:33 +02:00
Stephanie Hingtgen
bc231922af
Library panels: Remove libraryPanelRBAC feature flag, and enable rbac by default ( #107222 )
2025-06-27 08:09:02 +00:00
Stephanie Hingtgen
79fe8a9902
Library Panels: Modify connection api endpoint to be compatible with unified storage ( #107088 )
2025-06-25 22:21:56 +00:00
Ezequiel Victorero
d6a8470e67
Query Library: Promote query library to private preview ( #107211 )
2025-06-25 16:10:51 -03:00
Adam Yeats
3503fc209e
InfluxDB: Config page refresh ( #103060 )
2025-06-25 10:39:54 -06:00
Nathan Marrs
5abc5997ae
Feature Toggles: Update ownership of feature toggles related to features being handed off to operator experience from sharing ( #107162 )
2025-06-25 14:57:09 +00:00
Josh Hunt
bdb1891431
UI: Use tabular-numbers globally ( #107036 )
...
* UI: Use tabular-numbers globally with feature toggle
* Enable toggle by default
2025-06-24 11:52:03 +00:00
Ivana Huckova
f0fab90072
Loki: Remove lokiSendDashboardPanelNames toggle ( #106991 )
2025-06-20 10:06:15 +02:00
Gabriel MABILLE
56c9dbf6e5
AuthZ: Add a feature toggle for the k8s apis ( #106795 )
2025-06-18 09:43:01 +02:00
Roberto Jiménez Sánchez
689cafc1fa
App Platform Provisioning: Add experimental nanogit mode for Git Sync ( #106763 )
...
* Add nanogit package
* Add nanoGit feature flag
* Put logger into nanogit context
* Commit go mod and go sum updates
* Add more stuff around logging
* Nanogit also in extra one
* Add owner to dependency
2025-06-17 19:07:30 +02:00
kay delaney
2aae202f92
Library Panels: Mark library panel RBAC as GA & enable by default ( #106833 )
2025-06-17 14:50:34 +01:00
Oscar Kilhed
e90134bb6f
Dashboards: Prefer the library panel title instead of panel title set in the dashboard. ( #106810 )
...
* prefer library panel title
* Add .
* add tests
2025-06-17 13:21:21 +02:00
Andres Martinez Gotor
a125c17e79
Update grafanaAdvisor FF stage to private preview ( #106819 )
2025-06-17 12:50:00 +02:00
Eric Leijonmarck
25fe2b54fb
LBAC for data sources: Enable teamHttpHeadersMimir by default ( #106636 )
...
feat: enable mimir lbac by default
2025-06-17 09:19:02 +01:00
Juan Cabanas
c481c979f9
Reporting: Change FF to public preview ( #106748 )
2025-06-16 17:28:17 +02:00
Ida Štambuk
08f274ba73
Features: Remove xrayApplicationSignals feature toggle ( #106547 )
...
Features: Remove xrayApplicationSignals toggle
2025-06-13 20:26:14 +02:00
Josh Hunt
cbb828202a
FolderPicker: Remove old folder picker ( #105374 )
...
* Remove newFolderPicker toggle
* Remove usage of the old folder picker
* fix some tests
* remove old test
2025-06-10 16:01:48 +02:00
Alexander Akhmetov
f14ed750f5
Alerting: Add feature toggle for Alertmanager import config API ( #106424 )
2025-06-10 10:32:50 +02:00
Steve Simpson
f81031f945
Alerting: Add placeholder feature toggle for enrichment. ( #106399 )
2025-06-06 14:16:07 +02:00
Misi
f34d372bd3
Auth: Enable ssoSettingsLDAP by default ( #106310 )
2025-06-04 10:47:47 +02:00