Joey
adcebcaf8c
Flame graph: Add context menu ( #62705 )
...
* Context menu
* Flame graph context menu improvements
* Move context menu state into flame graph
* Simplify logic
* Add test and rename to ContextMenuData
2023-03-02 09:47:56 +00:00
Leon Sorokin
9314fe1056
BarChart: Only apply radius to topmost bar segment when stacking ( #63906 )
2023-03-01 17:17:55 -06:00
Victor Marin
a91e0a49c9
Migrate table to cue model ( #61852 )
...
* WIP table cue model
* WIP table types migration
* refactor
* WIP table cue
* docs
* veneer fix, docs
* docs
2023-03-01 17:48:36 +02:00
Victor Marin
e1bc3fad83
Heatmap: Migrate to CUE ( #62173 )
...
* IP migrate heatmap to cue
* WIP
* refactor
* change usages and refactor panelcfg
* CR modifications and docs
* refactor, enable heatmap cue generation, overwrite enum values in types.ts
* small refactor
* refactor types.ts
* cr modifications
* docs
2023-03-01 17:47:21 +02:00
Andrej Ocenas
78b39bb282
NodeGraph: Support icons for nodes ( #60989 )
2023-03-01 16:02:33 +01:00
Joey
fbd049a094
Profiling: Enable flame graph & Phlare/Parca data sources for all users ( #63488 )
...
* Remove flame graph toggle
* Remove beta badge from panel
* Update expectedListResp.json
* Update flame graph container to only show if there is data
2023-03-01 11:32:39 +00:00
Leon Sorokin
b2c0175777
TimeSeries: Fix legend and tooltip colors changing after data refreshes ( #63823 )
2023-02-28 08:16:27 -06:00
Cyril Tovena
dde9b22113
Phlare: Switch to the new Pprof endpoint ( #61505 )
...
Co-authored-by: Joey Tawadrous <joey.tawadrous@grafana.com>
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
2023-02-28 11:28:45 +01:00
Sonia Aguilar
a41e9b2dc7
Alerting: Create alert link from dashboard alerting panel ( #63648 )
...
* WIP
* feat: update CSS for long names
also adds broken href, to fix later
* Create correct link using CombinedRules
* Use link instead of button for alert link
* Updates from PR review
* Handle loading,haveResults and dispatched state for both promRules and rulerRules
---------
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
2023-02-27 15:24:58 +01:00
Hamas Shafiq
eca0a9f487
Chore: Remove the beta badge for Node Graph and Traces ( #62566 )
...
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
2023-02-27 15:16:01 +01:00
Konrad Lalik
5f35995cd4
Alerting: Fix available labels in the alert panel groupby dropdown ( #63573 )
2023-02-27 14:48:05 +01:00
Brendan O'Handley
79c9ab1952
Dataplane: Support timeSeriesLong without transform ( #62732 )
...
* support timeSeriesLong without transform
* move timeserieslong transform to the right spot
* add review suggestions for using types and moving options inline
* handle frames with different field names
* remove extra options
2023-02-27 08:37:19 -05:00
Alex Khomenko
5ad074ff2c
Logs Panel: Generate types from schema ( #63716 )
2023-02-27 13:56:35 +02:00
kay delaney
36e474d109
PanelHeaderMenu: Use UI/Menu component ( #63040 )
2023-02-24 04:23:56 +00:00
Josh Hunt
0c36b247af
Chore: Refactor Search/Folder view types into DashboardViewItem ( #63162 )
...
* Chore: Refactor Search/Folder view types into DashboardViewItem
* uid is not optional in api
* rename queryResultToNestedFolderItem function
* Fix error from locationInfo being empty
* change queryResultToViewItem to take view instead
* Fix sortMeta fields not showing on search cards
* Show correct parent for panel search results
2023-02-23 15:52:54 +00:00
Ashley Harrison
4a2695349d
Chore: more ts test fixes ( #63438 )
...
* replace anys in tests
* more test fixes
* clean up any's in tests
2023-02-23 10:07:44 +00:00
Jev Forsberg
f94b957333
Stat panel: Update out-of-date README ( #63160 )
...
* baldm0mma/chore/updateREADME/ update the readme for the statpanel
* baldm0mma/chore/updateREADME/ annos
* baldm0mma/chore/updateREADME/ update info with copy from docs
* baldm0mma/chore/updateREADME/ update caps
* baldm0mma/chore/updateREADME/ rem letter
* baldm0mma/chore/updateREADME/ update language
* baldm0mma/chore/updateREADME/ update spelling
2023-02-22 14:12:00 -07:00
Adela Almasan
05a9946b18
Geomap: Improve tooltip url for photos layer ( #63487 )
2023-02-22 20:00:06 +02:00
Adela Almasan
3949706182
Geomap: Release night / day layer ( #63435 )
2023-02-22 07:39:39 +02:00
Adela Almasan
2240484935
Geomap: Fix default opacity for layers ( #63426 )
2023-02-21 20:55:07 +02:00
Ashley Harrison
f8d89eff56
Chore: fix type errors in tests ( #63270 )
...
* fix any's in tests
* fix more any's in tests
* more test type fixes
* fixing any's in tests part 3
* more test type fixes
* fixing test any's p5
* some tidy up
* fix template_srv
2023-02-14 16:46:42 +01:00
Konrad Lalik
53a8998c85
Alerting: a11y improvements ( #63072 )
2023-02-10 10:23:40 +01:00
Alex Khomenko
d660e3acb9
Geomap: Update to panelcfg ( #63169 )
...
* Geomap: Update to panelcfg
* Generate geomappanelcfg docs
---------
Co-authored-by: Tania B <yalyna.ts@gmail.com>
2023-02-09 14:38:06 +02:00
Josh Hunt
58f3f00bd5
Dashboards: Star dashboards by UID ( #63134 )
...
* Dashboards: Star dashboards by UID
* undo async
2023-02-09 10:24:46 +00:00
Ashley Harrison
2a34293689
Chore: more type fixes ( #62952 )
...
* fix some more any/type assertions
* more any/type assertion fixes
* implement review comments
2023-02-09 09:03:13 +00:00
Ryan McKinley
5343255de8
Chore: Timeseries cleanup avoid React.FC ( #62984 )
...
timeseries FC
2023-02-06 13:53:56 -08:00
Drew Slobodnjak
bbb572e73f
Canvas: Improve anchor UX ( #62409 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2023-02-03 12:02:37 -05:00
Drew Slobodnjak
db953c9a9c
Canvas: Support color themes for arrows ( #62829 )
2023-02-03 08:50:36 -08:00
Jev Forsberg
2e98f5063b
Table: Add row number column option ( #62256 )
...
* baldm0mma/addRowNumbers/ add showRowNums to panel cue
* baldm0mma/addRowNumbers/ add panel option for sowing row numbers
* baldm0mma/addRowNumbers/ update typing for showRowNums
* baldm0mma/addRowNumbers/ add buildFieldsForOptionalRowNums
* baldm0mma/addRowNumbers/ update addOptionalNumbersRowToTable
* baldm0mma/addRowNumbers/ adjust display method to return numeric and text values
* baldm0mma/ chaneg prop name to match
* baldm0mma/addRowNumbers/ update boolean swicth path
* baldm0mma/addRowNumbers/ move function
* baldm0mma/addRowNumbers/ add getToggleHiddenProps
* baldm0mma/addRowNumbers/ remove addNumbersRowToTable second arg
* baldm0mma/addRowNumbers/ add updateInitialState
* baldm0mma/addRowNumbers/ update getInitialState reducer with initialShowRowNumbers arg
* baldm0mma/addRowNumbers/ add useEffect for RowNumberColumn toggling
* baldm0mma/addRowNums/ bootleg fix
* baldm0mma/addRowNumbers/ export OPTIONAL_ROW_NUMBER_COLUMN_WIDTH
* baldm0mma/addRowNumbers/ add annos for readability
* baldm0mma/addRowNumbers/ remove superfluous annos
* baldm0mma/addRowNumbers/ add a few logs
* baldm0mma/addRowNumbers/ update annos
* baldm0mma/addRowNumbers/ update which footer row displays reducer type
* baldm0mma/addRowNumbers/ abstract away defaultRowNumberColumnFieldData
* baldm0mma/addRowNumbers/ update annos in utils.tsx
* baldm0mma/addRowNumbers/ update annos for defaultRowNumberColumnFieldData
* baldm0mma/addRowNumbers/ mark unused args with underscore
* baldm0mma/addRowNumbers/ add annos to addRowNumbersFieldToData
* baldm0mma/addRowNumbers/ update utils file type
* baldm0mma/addRowNumbers/ remove console.logs
* baldm0mma/addRowNumbers/ update file type
* baldm0mma/addRowNumbers/ update annos in utils
* baldm0mma/addRowNumbers/ remove superfluous footerGroups object
* baldm0mma/addRowNumbers/ add annos for tests
* baldm0mma/addRowNumbers/ add annos for self
* baldm0mma/addRowNumbers/ add tests to table.test.tsx
* baldm0mma/addRowNumbers/ update tests in utils.test
* baldm0mma/addRowNumbers/ update annos and tests
* baldm0mma/addRowNumbers/ remove console.logs
* baldm0mma/addRowNumbers/ update utils file ext
* baldm0mma/addRowNumbers/ update anno in table.tsx
* baldm0mma/addRowNumbers/ update annos in table.tsx
* baldm0mma/addRowNumbers/ rem error annos
* baldm0mma/addRowNumbers/ revert footerCell
* baldm0mma/addRowNumbers/ revert tests
* baldm0mma/addRowNumbers/ skip tests
* baldm0mma/addRowNumbers/ revert table isCountRowSet
* baldm0mma/addRowNumbers/ remove cloneDeep
* baldm0mma/addRowNumbers/ update filterFields
* baldm0mma/addRowNumbers/ skip tests
* Refactor count rows
* baldm0mma/addRowNumbers/ rem test skips
* baldm0mma/addRowNumbers/ update with annos
* baldm0mma/addRowNumbers/ skip timeing out test
* baldm0mma/addRowNumbers/ static row numbering and test updates
* baldm0mma/addRowNumbers/ remove dupe
---------
Co-authored-by: Victor Marin <victor.marin@grafana.com>
2023-02-03 07:00:29 -07:00
Jack Westbrook
5815a37f47
Debug Panel: Introduce schema types ( #62094 )
...
* feat(debugpanel): schematizing debug panel plugin
* delete old types and update imports to new generated schema
* update to experimental
* derived counters, fix options key name
* num to int
* chore(debugpanel): update ts imports post type rename
* chore(kindsys): refresh report.json
* migrate UpdateCounters back to runtime
* merge with main
---------
Co-authored-by: Will Browne <will.browne@grafana.com>
Co-authored-by: sam boyer <sdboyer@grafana.com>
2023-02-03 11:57:04 +01:00
Leon Sorokin
4d564f8b0a
Chore: uFuzzy 1.0.2 ( #62276 )
...
Co-authored-by: joshhunt <josh@trtr.co>
2023-02-02 09:09:48 -06:00
Ryan McKinley
4a8763d7b6
Heatmap: Support heatmap rows with non-timeseries X axis ( #60929 )
...
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2023-02-01 15:16:34 -08:00
Ashley Harrison
b6aedaa57d
Chore: improve some types ( #62363 )
...
* improve some types
* more tidy up
* better error message handling + update tests
* undo store changes
2023-02-01 10:50:34 +00:00
Drew Slobodnjak
cf6952a963
Geomap: Ensure options work while in table view ( #62632 )
2023-01-31 12:24:13 -08:00
Adela Almasan
58c9618160
Canvas: Update connection info on element rename ( #62532 )
2023-01-30 22:36:57 -06:00
Adela Almasan
a92c081a33
Canvas: Connections positioning ux improvements ( #62516 )
2023-01-30 15:50:10 -06:00
Drew Slobodnjak
bf2cf76cad
Geomap: Maintain consistent control styling ( #62518 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2023-01-30 13:11:58 -08:00
Jev Forsberg
c6f4eb4282
chore: remove unused css prop ( #62350 )
...
balm0mma/remUnusedCss/ remove unused css prop
2023-01-30 11:33:20 -07:00
Joey Tawadrous
780f43a33d
Flame graph: Add metadata above flame graph ( #61921 )
...
* Remove percentTitle
* Flame graph metadata
* Remove comment
* Update test
* Update metadata
2023-01-30 14:02:26 +00:00
Drew Slobodnjak
07dc994765
Canvas: Anchor highlight persistance ( #62364 )
...
* Canvas: Anchor highlight persistance
* Update public/app/plugins/panel/canvas/ConnectionAnchors.tsx
Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com>
* Fix CONNECTION_ANCHOR_ALT dependencies
* Simplify anchor type assertion logic
* Ensure that anchor highlight is reset when anchors are hidden
* Add helpful comment on return bool of function
---------
Co-authored-by: Nathan Marrs <nathanielmarrs@gmail.com>
2023-01-27 11:35:57 -08:00
Andre Pereira
afd39c18ba
Explore: Refactor trace view and move to core ( #61938 )
...
* Move TraceView to core grafana
* Remove unused code
* yarn install
* Remove jaeger-ui-components from CODEOWNERS and other tools
* Type fixes
* yarn install
* Remove mock that we no longer need
* Fix merge conflicts
* Re-add Apache license for trace view components
* Use an exclamation-circle instead of triangle to denote errors
* Remove eslint disables and update betterer results instead
2023-01-27 14:13:17 +00:00
Victor Marin
1464dd4095
Re-add RowHeight option to StatusHistory ( #62293 )
2023-01-27 12:52:32 +02:00
Andrej Ocenas
039b30b1ea
NodeGraph: Schema for panel options ( #62121 )
2023-01-26 18:02:41 +01:00
Victor Marin
ab7a4e5f28
Fix Barchart legend calcs when stacking is percent ( #61449 )
...
* Fix Barchart legend calcs when stacking is percent
* doc change
* Refactor + tests
2023-01-26 11:34:57 +02:00
Victor Marin
6a93c77082
Refactor state timeline/status history to cue model and refactor TimelineChart
component ( #61631 )
...
* Adapt state timeline to scuemata
* Refactor status history to cue model
* Refactor
* Refactor TimelineChart as a core component
* wip
* Change as per CR
Co-authored-by: sam boyer <sdboyer@grafana.com>
2023-01-26 07:03:59 +00:00
Nathan Marrs
6c9174a766
Canvas: Fix connection anchors for svg elements ( #61895 )
2023-01-25 16:32:04 -08:00
Oscar Kilhed
f3aa058886
XY Panel: Add and use schema for XY Panel configuration ( #62148 )
...
* Add schema for XYChart
* Minor cleanup
* remove unessecary fields from ScatterFieldConfigVeneer, and cleaning up more
* Fix counts
Co-authored-by: sam boyer <sdboyer@grafana.com>
2023-01-25 22:29:07 +00:00
Nathan Marrs
8b574e22b5
SVG: Add dompurify preprocessor step ( #62143 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2023-01-25 10:37:29 -08:00
Adela Almasan
6bf1d06dba
Canvas: Update scene and panel when entering panel view mode ( #62043 )
2023-01-24 18:41:08 -06:00
Alex Khomenko
18e0a060e6
AlertGroups: Generate models.gen.ts from models.cue ( #61227 )
...
* AlertGroups: Generate models.gen.ts from models.cue
* Update structure
* Update report
* Fix filenames
* Add missing file
2023-01-24 13:46:35 +02:00