Nathan Marrs
1a1531ca5e
Chore: Remove isEqual mock from field state test ( #81019 )
2024-01-27 01:49:14 +02:00
Leon Sorokin
0530021396
Field: Fix perf regression in getUniqueFieldName() ( #81323 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-01-27 00:32:12 +02:00
Ashley Harrison
cca3bb0917
Chore: Expose icons and add icon documentation ( #81371 )
...
* expose icons and initial draft documentation
* expose archive-alt not archive
* doc tweak
* update docs
* remove some width/heights from icons
2024-01-26 15:48:06 +00:00
Ashley Harrison
04396c001a
Navigation: Move asserts app to root, add asserts icon ( #81362 )
...
* move asserts app to root, add asserts icon
* remove width/height/fill from asserts icon
2024-01-26 15:30:36 +00:00
Ashley Harrison
1a6105be8d
Datasource: Add optional queries
parameter to getTagKeysOptions
( #81071 )
...
add optional queries parameter to getTagKeysOptions
2024-01-26 13:59:28 +00:00
renovate[bot]
2febbec758
Update dependency @types/node to v20.11.7
2024-01-26 10:36:43 +00:00
Ihor Yeromin
1595551a4a
Units: Watt-hour fix ( #81299 )
...
fix(units): watt-hour
2024-01-25 20:47:25 +01:00
William Wernert
2af8158f99
Remove Loki annotation toggle ( #81296 )
2024-01-25 12:56:09 -05: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
renovate[bot]
12e19d5364
Update dependency @braintree/sanitize-url to v7 ( #81186 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-25 09:22:31 +00:00
Matías González
bbe74e4b03
Currency: Added Paraguayan Guaraní (PYG) currency ( #81007 )
2024-01-24 16:08:03 +00:00
renovate[bot]
7dd89134dc
Update dependency typescript to v5.3.3 ( #81096 )
...
* Update dependency typescript to v5.3.3
* update ApiKeysPage
* fix remaining conflict in lockfile
* update sdk
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-24 15:33:54 +00:00
renovate[bot]
d528d93b02
Update dependency @testing-library/jest-dom to v6.3.0 ( #81154 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-24 16:10:39 +02:00
Ida Štambuk
7218e11e23
Cloudwatch: Move getNextRefIdChar util from app/core/utils to @grafana/data ( #80471 )
...
---------
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2024-01-24 14:51:51 +01:00
renovate[bot]
3656657afc
Update dependency @types/node to v20.11.6 ( #81133 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-24 13:27:02 +00:00
Nathan Marrs
cd2abce914
Table: Fix case where undefined data crashes the visualization ( #80498 )
2024-01-23 13:59:22 -08:00
Ryan McKinley
2b355ff280
K8s: Remove grafanaAPIServer feature toggle ( #81030 )
2024-01-23 08:27:28 -08:00
Jean-Philippe Quéméner
aa25776f81
Alerting: Add a feature flag to periodically save states ( #80987 )
2024-01-23 17:03:30 +01:00
Gilles De Mey
d84d0c8889
Alerting: Detail v2 part 2 ( #80577 )
2024-01-23 15:04:12 +01:00
renovate[bot]
f6ff24fce1
Update dependency react-use to v17.5.0 ( #81070 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 13:23:30 +00:00
Andrej Ocenas
59595c7318
Table: Keep expanded rows persistent when data changes if it has unique ID ( #80031 )
2024-01-23 14:14:57 +01:00
renovate[bot]
86cb412b1d
Update dependency prettier to v3.2.4 ( #81047 )
...
* Update dependency prettier to v3.2.4
* update sdk + run prettier
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-23 11:41:24 +00:00
renovate[bot]
d4d257db67
Update dependency @testing-library/jest-dom to v6.2.1
2024-01-23 10:17:25 +00:00
renovate[bot]
84e6dc6368
Update dependency moment to v2.30.1 ( #81004 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 09:53:50 +00:00
Juan Cabanas
ef3aa55e3c
Reporting: Add usedInRepeat property in BaseVariableModel ( #79855 )
...
property added in interface
2024-01-23 10:02:49 +01:00
Michael Mandrus
cf13cb9f70
Cloud Migrations: Create new service for cloud migrations ( #80949 )
...
* introduce feature toggle
* create base service structure
* fix sample metric
* register metrics
* add to codeowners
* separate api dtos from service models
* remove leading newline
2024-01-22 11:09:08 -05:00
Joey
f3c64a7337
Tempo: Remove profiling toggles ( #80792 )
...
* Remove traceToProfiles toggle
* Remove tracesEmbeddedFlameGraph toggle
* Remove superfluous import
* Update ConfigDescriptionLink
* Update getting of profiles from standalone build PR
2024-01-22 14:21:14 +00:00
renovate[bot]
5c7d97cbe0
Update react monorepo ( #80736 )
...
* Update react monorepo
* type fixes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-22 10:02:57 +00:00
fowindee
d7af7d01c8
Stat: Support no value in spark line ( #78986 )
2024-01-19 17:40:43 -08:00
Alexander Weaver
00a260effa
Alerting: Add setting to distribute rule group evaluations over time ( #80766 )
...
* Simple, per-base-interval jitter
* Add log just for test purposes
* Add strategy approach, allow choosing between group or rule
* Add flag to jitter rules
* Add second toggle for jittering within a group
* Wire up toggles to strategy
* Slightly improve comment ordering
* Add tests for offset generation
* Rename JitterStrategyFrom
* Improve debug log message
* Use grafana SDK labels rather than prometheus labels
2024-01-18 12:48:11 -06:00
Andrej Ocenas
5b122a25b3
DataFrame: Add optional unique row id definition as frame.meta.uniqueRowIdFields ( #80428 )
...
* Define an unique id for a row in dataframe
* Update comment
* Rename attribute
* Add comment about plugin sdk
* Fix comment
2024-01-18 18:51:25 +01:00
Laura Fernández
5800e40fba
ReturnToPrevious: create feature toggle ( #80831 )
2024-01-18 18:12:14 +01:00
renovate[bot]
3903d3eb94
Update dependency @types/node to v20.11.5 ( #80813 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 14:33:36 +00:00
renovate[bot]
6eb51f6367
Update dependency @testing-library/react to v14.1.2 ( #80802 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:40:41 +00:00
renovate[bot]
83c4caebda
Update dependency @testing-library/jest-dom to v6.2.0 ( #80799 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:05:24 +00:00
renovate[bot]
d888358a95
Update dependency @rollup/plugin-json to v6.1.0 ( #80798 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:04:19 +00:00
Ryan McKinley
41e523bde7
K8s/FeatureFlags: Add an apiserver to manage feature flags (dev only) ( #80501 )
...
* add deployment registry API cloud only
* update versions
* add feature flag endpoints
* use helpers
* merge main
* update AllowSelfServie and re-run code gen
* fix package name
* add allowselfserve flag to payload
* remove config
* update list api to return the full registry including states
* change enabled check
* fix compile error
* add feature toggle and split path in frontend
* changes
* with status
* add more status/state
* add back config thing
* add back config thing
* merge main
* merge main
* now on the /current api endpoint
* now on the /current api endpoint
* drop frontend changes
* change group name to featuretoggle (singular)
* use the same settings
* now with patch
* more common refs
* more common refs
* WIP actually do the webhook
* fix comment
* fewer imports
* registe standalone
* one less file
* fix singular name
---------
Co-authored-by: Michael Mandrus <michael.mandrus@grafana.com>
2024-01-17 21:32:44 -08:00
Michael Mandrus
db83eb30a2
Caching: Remove useCachingService feature toggle ( #80695 )
...
remove useCachingService feature toggle
2024-01-17 16:53:25 -05:00
renovate[bot]
dd7259b77e
Update dependency tslib to v2.6.2
2024-01-17 13:41:12 +00:00
renovate[bot]
89089efc98
Update dependency rimraf to v5.0.5
2024-01-17 09:21:35 +00:00
renovate[bot]
ec1d4274ed
Update dependency regenerator-runtime to v0.14.1 ( #80696 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-17 09:03:21 +00:00
renovate[bot]
cd8bf4c8cb
Update dependency react-use to v17.4.3
2024-01-16 10:09:39 +00:00
renovate[bot]
693b07c0f7
Update dependency moment-timezone to v0.5.44 ( #80561 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-15 15:51:10 +00:00
Ashley Harrison
d5db67a073
Chore: type improvements ( #80464 )
...
* type improvements
* some more fixes
* add TODOs to remove type assertions
2024-01-15 14:29:39 +00:00
renovate[bot]
b23ecaa3d1
Update dependency marked-mangle to v1.1.6
2024-01-15 14:25:42 +00:00
renovate[bot]
7a3a722132
Update dependency jquery to v3.7.1
2024-01-15 13:39:06 +00:00
Ashley Harrison
ec53487c99
NestedFolderPicker: separate toggle to force enable picker without nestedFolders
( #80461 )
...
* separate nestedFolderPickerOverride toggle to force enable it without nestedFolders
* let's call it newFolderPicker
* update unit tests and keyboard handling
* reduce spacing when no folder open chevron
---------
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
2024-01-15 11:43:19 +00:00
Ashley Harrison
15af2e5053
Connections: Pass keywords from the backend to CommandPalette ( #80276 )
...
* pass keywords from the backend to CommandPalette
* add csv and json to keywords
2024-01-15 11:30:55 +00:00
renovate[bot]
cb4b9e083c
Update dependency @types/tinycolor2 to v1.4.6
2024-01-15 01:41:12 +00:00
renovate[bot]
0e04c934b7
Update dependency @types/testing-library__jest-dom to v5.14.9
2024-01-15 00:13:21 +00:00