Gabriel MABILLE
7512b1a519
RBAC: Search fix userID filter ( #81337 )
2024-01-26 12:23:48 +02:00
renovate[bot]
cd443b24db
Update dependency @floating-ui/react to v0.26.7 ( #81334 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-26 10:13:55 +00:00
renovate[bot]
c886a5804d
Update dependency eslint-plugin-import to v2.29.1 ( #81302 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-26 12:02:53 +02:00
renovate[bot]
b4d490883e
Update dependency yaml to v2.3.4 ( #81292 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-26 09:47:09 +00:00
Aaron Godin
d86eac6ce0
fix: Upgrade ts-node to work with latest typescript ( #81322 )
...
fix: plugins-bundled/internal/input-datasource build regression from ts-node version
2024-01-26 09:44:11 +00:00
Fabrizio
8761dfcc97
Add custom alert component ( #81012 )
...
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Co-authored-by: Matias Chomicki <matyax@gmail.com>
2024-01-26 10:32:20 +01:00
Gabriel MABILLE
19194ea122
RBAC: Remove redundant search endpoint ( #81331 )
2024-01-26 11:11:41 +02:00
Timur Olzhabayev
802012385d
Chore: fixing PanelDataTransformationsTab Test ( #81329 )
...
* fixing An update to Input inside a test was not wrapped in act(...).
* no need to await twice
* looks like we do need to await twice
2024-01-26 09:51:15 +01:00
Gábor Farkas
7230ec88a1
postgres: test: remove unused code ( #81330 )
2024-01-26 10:45:17 +02:00
Gabriel MABILLE
722b78f3e0
RBAC: Add userLogin filter to the permission search endpoint ( #81137 )
...
* RBAC: Search add user login filter
* Switch to a userService resolving instead
* Remove unused error
* Fallback to use the cache
* account for userID filter
* Account for the error
* snake case
* Add test cases
* Add api tests
* Fix return on error
* Re-order imports
2024-01-26 09:43:16 +01:00
Julien Duchesne
2e352ba4d6
Docs(alerting): Document the disable_provenance
attribute ( #81290 )
...
We no longer need to pass a http header
2024-01-26 09:16:45 +01:00
Gábor Farkas
b1d1aa667a
postgres: refactor code that is called by tests ( #81279 )
...
* postgres: refactor code that is called by tests too
* removed debug log
2024-01-26 09:11:25 +01:00
Alex Khomenko
a10c577f52
AddPermission: Prevent page reload ( #81324 )
2024-01-26 09:38:12 +02:00
Alex Khomenko
0f3606f3f5
Chore: Remove Form usage in ForgottenPassword ( #81263 )
...
* Chore: Remove Form usage in ChangePassword.tsx
* Chore: Remove Form usage in ForgottenPassword.tsx
2024-01-26 09:12:54 +02:00
Alexander Weaver
ae2e1aeee4
Alerting: Upgrade feature toggle stages for jitterAlertRules and jitterAlertRulesWithinGroups ( #81314 )
...
Upgrade jitter toggle stages
2024-01-25 16:46:22 -06:00
Fabrizio
366dc8db1b
Tempo: Rewrite style using object ( #81278 )
2024-01-25 23:41:23 +01:00
Haris Rozajac
7ab710daa7
Dashboard-Scenes: JSON Model and Version tabs don't hide edit mode on refresh ( #81219 )
...
* Add NavToolbarActions to fix the bug
* Update public/app/features/dashboard-scene/settings/VersionsEditView.tsx
Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com>
* Fix compared view
---------
Co-authored-by: Victor Marin <36818606+mdvictor@users.noreply.github.com>
2024-01-25 21:27:11 +00:00
Sofia Papagiannaki
b1eec36df3
Alerting: Fix authorisation to use namespace UIDs for scope ( #81231 )
2024-01-25 15:19:51 -05:00
Andre Pereira
2c7e95a680
Data Trails: Cleanup and explore+share buttons ( #81062 )
...
* Share button works now. Removed add to dashboard button for now
* WIP explore link
* Remove settings dropdown for now
* Use getExploreUrl to generate explore link
* Fix conflicts
* Update betterer
* Navigate to a new trail when the recent trails list is empty
* Address PR comments
2024-01-25 20:06:22 +00:00
Charandas
9167d67c05
K8s: update hack codegen script ( #81216 )
2024-01-25 12:01:09 -08:00
Ihor Yeromin
1595551a4a
Units: Watt-hour fix ( #81299 )
...
fix(units): watt-hour
2024-01-25 20:47:25 +01:00
Isabel
c696b5e1dd
Docs: restructure Configure value mappings page ( #80103 )
...
* Consolidated four add mappings tasks into one
* Moved images from tasks to types of value mappings section
* Removed edit value mappings section
* Moved sentence about reordering mappings to intro section
* Docs: Add to and update Configure value mappings page (#80104 )
* Added to do notes
* Updated intro text and screenshot
* More intro edits
* Updated Types of value mappings section
Replaced bullet list items with headings
Updated text and screenshots of section
* Updated Add a value mapping task
* Recast sentence to remove passive voice
* Replaced local image files with images on admin
2024-01-25 14:36:00 -05:00
William Wernert
2af8158f99
Remove Loki annotation toggle ( #81296 )
2024-01-25 12:56:09 -05:00
renovate[bot]
f101d9df27
Update babel monorepo to v7.23.9
2024-01-25 17:41:50 +00:00
Jara Suárez de Puga García
b821e1621c
Alerting Provisioning API: documentation Update. ( #80388 )
...
* Update alerting_provisioning.md
* Introduction and references
* UID variable consistency formatting
* Folder and Group variables consistency formatting
* Delete Note from Contact Point section
* api/v1/provisioning/folder/:folderUid/rule-groups/:group clarifications and extension. Request #8218
* Prettier format document
* {name} to :name and format
* Comma
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
---------
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
2024-01-25 09:40:20 -08:00
Isabel
a9731846cc
Docs: fix broken link ( #81285 )
...
Fixed broken link
2024-01-25 12:03:44 -05:00
renovate[bot]
18b762bdca
Update dependency @types/node-forge to v1.3.11 ( #81281 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 18:42:55 +02:00
renovate[bot]
709a69fd3c
Update dependency @types/react-window-infinite-loader to v1.0.9 ( #81282 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 16:28:20 +00:00
idafurjes
fb2b9f33d2
Fix method to service in metric label for FolderID ( #81283 )
2024-01-25 18:26:24 +02:00
Ieva
dc9e590b7b
RBAC: Return the underlying error instead of internal server or bad request for managed permission endpoints ( #80974 )
...
* return not found instead of an internal server error when listing/updating permissions
* openapi gen
2024-01-25 16:24:52 +00:00
Jean-Philippe Quéméner
25dd8d5ceb
Docs: add section about periodic state saving for alerting ( #81244 )
2024-01-25 17:05:58 +01:00
ismail simsek
7d0017f3f2
InfluxDB: Use grafana timeout value for flux queries ( #81252 )
...
* use grafana timeout for flux queries
* get timeout from settings
* fix test
2024-01-25 17:05:08 +01:00
Tobias Skarhed
add5a5c01e
LDAP: Use InteractiveTable and remove gf-form usage ( #80291 )
...
* Use InteractiveTable
* Remove unused return
* Fix icon alignment
* InteractiveTable in LdapUserMappingInfo
* Update no teams text
* InteractiveTable in LdapUserGroups
* Remove unused code
* Cleanup
* LdapSyncInfo to InteractiveTable
* Update more tables
* Memoize
* Fix connection status
* Update lockfile
* Refactor LdapSyncInfo
* Fix lockfile
* Remove showAttributeMapping as it is always true
2024-01-25 17:01:22 +01:00
Fabrizio
5195e5347e
Prettify tsconfig.json
files for T&P data sources ( #81262 )
2024-01-25 16:44:16 +01:00
renovate[bot]
828c2cebf0
Update dependency @types/lucene to v2.1.7 ( #81273 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 15:22:19 +00:00
renovate[bot]
343556c3c5
Update dependency @types/js-yaml to v4.0.9 ( #81272 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 17:21:27 +02:00
lean.dev
021aca256c
Fix typos ( #81270 )
2024-01-25 15:20:20 +00:00
Alex Khomenko
ab467a41c2
Chore: Remove Form usage from AddPermission ( #81261 )
2024-01-25 17:04:30 +02:00
renovate[bot]
27839fec11
Update dependency @types/diff to v5.0.9 ( #81266 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 15:02:06 +00:00
renovate[bot]
138b314a07
Update dependency @types/d3-force to v3.0.9
2024-01-25 14:51:23 +00:00
Isabella Siu
5772662cee
CloudWatch: decouple from ngalert/models and query packages ( #81210 )
2024-01-25 09:40:55 -05:00
renovate[bot]
da6614bf56
Update dependency @types/common-tags to v1.8.4 ( #81250 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 14:28:29 +00:00
renovate[bot]
4dfc18e628
Update dependency @types/chance to v1.1.6 ( #81243 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 14:28:07 +00:00
Adela Almasan
22561e8690
Annotations: Prevent creating a new range in unsaved dashboards ( #81256 )
2024-01-25 14:14:46 +00:00
Sergej-Vlasov
9ba13dd309
Dashboards: Remove emptyDashboardPage feature flag ( #81188 )
...
* remove emptyDashboardPage feature toggle from DashNav
* remove emptyDashboardPage feature toggle from NewDashboardWithDS
* remove emptyDashboardPage feature toggle from DashboardGrid
* remove emptyDashboardPage feature toggle from DashboardModel
* remove emptyDashboardPage feature toggle from initDashboard
* remove unused AddPanelWidged component
* remove add-panel type from test
* remove emptyDashboardPage feature flag from registry.go
2024-01-25 14:04:29 +00:00
Hugo Kiyodi Oshiro
d66d7a9642
Plugins: Change managedPluginsInstall to public preview ( #81053 )
2024-01-25 14:32:31 +01:00
Ida Štambuk
9b4c78dbc9
Cloudwatch: Import httpClient from grafana-plugin-sdk-go instead of grafana/infra ( #81187 )
2024-01-25 13:33:31 +01:00
Alexander Zobnin
3094531b63
Folders: Optimize shared folders listing ( #81245 )
...
* Folders: Expose function for getting all org folders with specific UIDs
* lint
* Fix test
* fixup
* Apply suggestion from code review
* Remove changes in alerting scheduler
* fixup
* fixup after merge with main
* Add batching
* Use strings.Builder
* Return all org folders if UIDs is empty
* Filter out not accessible folders by the user
* Remove comment
* Fix batching when count is zero
* Do not include dashboard permissions
* Add some tests
* fix test
* Use batch request for folders
* Use batch request to deduplicate folders
* Refactor
* Fix after merging main
* Refactor
---------
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
2024-01-25 13:02:32 +01:00
Alexa V
2774e0d023
Dashboard: Migration - EditVariable Settings: Implement DataSource Variable ( #80885 )
...
* Extract DatasourceVariableForm logic and use it in core grafana
* Implement DataSourceVariable editor in scenes
* Refactor VariableSelect and add unit test for DataSourceVariableEditor
* Refactor old unit test to use userEvent and mock getDataSourceSrv
2024-01-25 12:56:37 +01:00
idafurjes
0880a239f8
Add leftover metrics for FolderID ( #81246 )
2024-01-25 12:14:18 +01:00