Alexander Akhmetov
d0481bb568
Alerting: Refactor state manager Warm method to accept instance store as an argument ( #95098 )
2024-10-22 09:45:50 +02:00
Kristina
cfc40b23d7
Transformations: Autofocus on search when drawer opens ( #95001 )
2024-10-21 20:17:51 -05:00
owensmallwood
bda27ec8c6
Unified Storage: Add watch latency metric ( #93509 )
...
* adds metric for watch latency
* registers storage metrics when creating a new ResourceServer
* defines the latency (in milliseconds) as the diff between now and the RV. Still need to wait until PR for switching RV to millisecond timestamp is rolled out.
* should be micro seconds not milli
* for watch latency, use diff between now and resource version and convert to seconds
* fix typo
2024-10-21 17:15:11 -06:00
Scott Lepper
cab4288b88
[docs] fix provisioning folder name ( #95099 )
2024-10-21 16:38:23 -04:00
Nathan Marrs
34d1a75ab0
ElasticSearch: Add playwright smoke test ( #95092 )
...
add smoke test to elastic search
2024-10-21 13:13:40 -07:00
Nathan Marrs
c94468339c
CloudWatch: Add playwright smoke test ( #95087 )
...
add smoke test to cloudwatch
2024-10-21 13:13:22 -07:00
Leon Sorokin
594e9b1b73
BarChart: Skip formatting null-valued ticks ( #94935 )
...
Co-authored-by: Ihor Yeromin <yeryomin.igor@gmail.com>
2024-10-21 22:29:51 +03:00
renovate[bot]
5c06bbf8cf
Update dependency rudder-sdk-js to v2.48.21
2024-10-21 19:22:44 +00:00
Isabel Matwawana
2614607d60
Docs: What’s new & Upgrade guide v11.3 ( #93193 )
...
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
2024-10-21 14:59:30 -04:00
renovate[bot]
8d598ba5f8
Update dependency redux-mock-store to v1.5.5
2024-10-21 18:51:44 +00:00
renovate[bot]
81a3245190
Update dependency react-hook-form to v7.53.1
2024-10-21 18:29:11 +00:00
Andrej Ocenas
c3c1f6ac27
Sidecar: Move service to runtime ( #94860 )
2024-10-21 20:26:39 +02:00
renovate[bot]
b7e658c5c3
Update dependency react-dropzone to v14.2.10
2024-10-21 18:07:01 +00:00
renovate[bot]
53a0c3488e
Update dependency react-dropzone to v14.2.10
2024-10-21 17:34:30 +00:00
Matias Chomicki
89c215a9ff
Loki query editor: update CompletionDataProvider time range when it changes ( #94905 )
...
* Loki query editor: update CompletionDataProvider time range when it changes
* CompletionDataProvider: update test and add regression
* Formatting
* Completion Data Provider: clear cache when the time range changes
* Completion Data Provider: specifically test for undefined values vs empty string
2024-10-21 20:14:27 +03:00
Arati R.
f3a93a0303
K8s/Folders: Enhance k8s folder update ( #95033 )
...
* Put folder update behind feature toggle
* Set more fields when doing k8s update
* Check update in folder tests
* Uncomment remaining k8s handler methods
2024-10-21 19:08:03 +02:00
renovate[bot]
ce917e97f7
Update dependency ol-ext to v4.0.24
2024-10-21 17:06:41 +00:00
Adela Almasan
07df148400
Chore: Update tests for Heatmap tooltip utils ( #94933 )
2024-10-21 11:40:40 -05:00
renovate[bot]
53142aed07
Update dependency msw to v2.4.12
2024-10-21 16:25:18 +00:00
Syerikjan Kh
20a33632bf
feat: pass orgrole when adding rs event ( #94890 )
...
* chore: pass orgRole, orgId for RS event report
* chore: track panel plugin search
* ref: extract interaction const to separate file
2024-10-21 12:22:51 -04:00
Arati R.
8abfcdbb78
Ks8/Folders: Fix status codes returned on create ( #95055 )
...
* Fix status codes returned by k8s folder handler
* Add test for status code when creating duplicate folder
2024-10-21 13:07:11 -03:00
renovate[bot]
9d1f8fbdb0
Update dependency html-webpack-plugin to v5.6.2
2024-10-21 16:01:05 +00:00
owensmallwood
fb9cfd0d1b
Search PoC: Indexmapping per resource and transform to intermediate IndexedResource ( #94906 )
...
* Transforms raw US resource into an intermediate IndexableResource and indexes that. Pulls index mapping code out into different file. For now, we will hardcode which spec fields are indexed, per resource.
* Fixes a few bugs with field casing and timestamps not being formatted right (or not existing).
* adds readme section for using search with US
* extracts to function to transform from search hit to IndexedResource
* get folders when building index
2024-10-21 09:34:41 -06:00
renovate[bot]
40f0a72db0
Update dependency eslint-plugin-jsx-a11y to v6.10.1
2024-10-21 15:27:56 +00:00
Santiago
4f8f82f5f1
Alerting: Fix remote Alertmanager readiness check path ( #95063 )
2024-10-21 17:24:51 +02:00
renovate[bot]
b475b8f648
Update dependency @types/papaparse to v5.3.15
2024-10-21 14:46:12 +00:00
Yuri Tseretyan
19a1d9d188
Fix: Initialize tracer in file provisioning ( #95007 )
...
initialize tracer
2024-10-21 10:03:58 -04:00
renovate[bot]
b43425b527
Update dependency @types/node to v20.16.13
2024-10-21 13:59:11 +00:00
Ashley Harrison
f5078547d2
fix types
2024-10-21 16:15:42 +03:00
renovate[bot]
2974ab634f
Update dependency @types/lodash to v4.17.12
2024-10-21 16:15:42 +03:00
Eric Leijonmarck
885eb00fc3
Chore: Update go sum, via make update-workspace
( #94980 )
...
update go sum
2024-10-21 14:12:24 +01:00
Karl Persson
b4366ebed2
Zanzana: bootstrap authz server ( #95036 )
...
Bootstrap authz extended server
2024-10-21 14:58:57 +02:00
Carl Bergquist
db06a5a5d3
scopes: test case for supporting queries using __name__ ( #94954 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2024-10-21 08:18:40 -04:00
renovate[bot]
f92fe82b24
Update dependency @rollup/plugin-typescript to v12.1.1
2024-10-21 11:40:01 +00:00
renovate[bot]
669669f093
Update dependency @playwright/test to v1.48.1
2024-10-21 11:09:25 +00:00
Ashley Harrison
324063eb3d
SingleTopNav: Fix positioning of command palette ( #95041 )
...
fix positioning of command palette when singleTopNav is enabled
2024-10-21 14:06:44 +03:00
grafana-pr-automation[bot]
cc99e7b164
I18n: Download translations from Crowdin ( #95037 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-21 13:51:47 +03:00
Alex Khomenko
180e82992b
Routing: Clean up tests ( #95018 )
...
* Update ShareDrawer.test
* Update OptionsPaneOptions.test
* Update GenAIButton.test
* Update RouterDebugger
* Update ScopesDashboardsTreeDashboardItem.tsx
* Update ConfigEditor.tsx
* Update MuteTimings.test
* Update NewReceiverView.test
2024-10-21 13:42:30 +03:00
Ashley Harrison
975e3acc68
add new yarn version
2024-10-21 13:04:13 +03:00
renovate[bot]
2ce5f78cdd
Update Yarn to v4.5.1
2024-10-21 13:04:13 +03:00
Josh Hunt
dd7f24dfbd
Chore: bump whats new to 11.4 ( #94983 )
2024-10-21 10:55:47 +01:00
Jack Westbrook
593ab4559d
MSSQL: Add playwright smoke test ( #94977 )
...
test(mssql-datasource): add smoke test to assert decoupled plugin assets are built and load
2024-10-21 11:36:18 +02:00
renovate[bot]
532cee2ee3
Update dependency @lezer/common to v1.2.3
2024-10-21 09:32:05 +00:00
linoman
640bc0de97
SSO SAML: Remove SettingProvider settings from SSO interactions ( #94900 )
...
* Remove SettingProvider settings from SSO interactions
* Mock Settings Provider for SSO Settings test
* Ignore error from SettingsProvider
* Add test for backend
2024-10-21 11:28:55 +02:00
Ashley Harrison
cbce49b163
Internationalisation: Mark up @grafana/ui
for translations ( #94951 )
...
* ensure grafana-ui is translated
* last couple
* improve name
2024-10-21 10:11:12 +01:00
grafana-pr-automation[bot]
e0446fc557
I18n: Download translations from Crowdin ( #94968 )
2024-10-21 10:59:11 +02:00
Konrad Lalik
836881b713
Alerting: Fix editing expressions refId ( #94941 )
...
Fix refId editing
2024-10-21 10:49:42 +02:00
Dana Axinte
98e5048370
CloudMigration - Display different error messages for create migration errors ( #94683 )
...
* start on tokens
* more error messages
* more handling
* rephrased with suggestions from Daniel
* separate gms parse method
* use translation
* refactor initial idea to use error obj
* use error dto result
* handle gms client
* clean logs and comments
* fix tests
* tests for gms
* test and lint
* lint
* one more handling from gms
* typing in fe
* use error interface
* use validation error
* remove unused gms error
* use errorlib and helper function in fe
* regen api
* use same error util
* one more error to handle
2024-10-21 09:45:54 +01:00
Victor Marin
d608668335
DashboardScenes: Fix missing query options in library panels ( #94808 )
...
Fix missing query options in library panels
2024-10-21 11:29:23 +03:00
Timur Olzhabayev
388023a172
Chore: Adding datasources provisioning label ( #94899 )
...
adding datasources provisioning label
2024-10-21 09:44:34 +02:00