renovate[bot]
909d0f4ced
Update Monthly patch updates ( #58002 )
...
* Update Monthly patch updates
* update typescript sdk, add ignore for emotion css prop
* fix unit tests
* type fixes
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2022-11-02 12:05:32 +00:00
Sriram
c58542348d
chore: updated plugin-ci go dependency to 1.19.3 ( #58035 )
2022-11-02 11:11:29 +00:00
renovate[bot]
9e25cf7e12
Update dependency rc-slider to v10 ( #49242 )
...
* Update dependency rc-slider to v10
* start migrating to rc-slider 10
* rc-slider 10 changes
* fix
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: joshhunt <josh@trtr.co >
2022-11-02 07:00:49 -04:00
kay delaney
30dc0f56a4
Chore: Migrate more usage of v1 themes to v2 ( #57680 )
...
* Chore: Migrate more usage of v1 themes to v2
* Implement suggested changes
2022-11-02 10:25:08 +00:00
Ashley Harrison
f1f0a6f88b
Revert "Update React Aria ( #57975 )" ( #58001 )
...
This reverts commit 44069b64cd .
2022-11-02 09:39:32 +00:00
renovate[bot]
02f9853c4f
Update dependency mocha to v10.1.0 ( #58004 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-01 16:28:29 +00:00
renovate[bot]
0ed71dbdd4
Update dependency marked to v4.2.0 ( #58000 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-01 16:02:49 +00:00
Ashley Harrison
e5c68f40c2
Accessibility: enable rule jsx-a11y/label-has-associated-control ( #57964 )
...
* use labels correctly
* fix opentsdb labels
* fix unit tests
* use aria-label instead of data-testid
2022-11-01 14:37:58 +00:00
renovate[bot]
44069b64cd
Update React Aria ( #57975 )
...
* Update React Aria
* fix unit tests
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2022-11-01 13:36:00 +00:00
renovate[bot]
9fa2da2724
Update dependency core-js to v3.26.0 ( #57981 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-01 13:25:26 +00:00
Josh Hunt
2de6cd0692
Chore: Stories for Select performance ( #57965 )
...
* user essentials mob! 🔱
* user essentials mob! 🔱
lastFile:packages/grafana-ui/src/components/Select/SelectPerf.story.internal.tsx
* user essentials mob! 🔱
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2022-11-01 11:51:53 +00:00
Leon Sorokin
45234e76eb
TimeSeries: Render null-bounded points at data edges ( #57798 )
2022-10-31 17:50:43 -05:00
juanicabanas
48120f2594
PublicDashboards: Delete public dashboard in public dashboard table ( #57766 )
...
PublicDashboards: delete button added in public dashboard table in order to delete a public dashboard.
Co-authored-by: Jeff Levin <jeff@levinology.com >
2022-10-31 17:16:07 -04:00
renovate[bot]
96c3a8339e
Update dependency @leeoniya/ufuzzy to v0.8.0 ( #57894 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-31 09:45:46 -06:00
Torkel Ödegaard
f0ab4bea8c
Scene: SceneObject and SceneObjectBase refinements and stricter typing ( #57851 )
2022-10-31 15:16:16 +01:00
renovate[bot]
2417b9151c
Update dependency @cypress/webpack-preprocessor to v5.15.0 ( #57873 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-31 11:28:39 +00:00
Torkel Ödegaard
19b961465c
TopNav: Make it possible to to have sections without children ( #57815 )
2022-10-31 11:01:34 +01:00
renovate[bot]
656f159ae9
Update babel monorepo ( #57665 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-31 09:25:01 +00:00
Esteban Beltran
4abf4d90b4
Toolkit: Deprecate plugin:github-publish command ( #57726 )
...
* Toolkit: Deprecate `plugin:github-publish` command
* Remove wrong console log message
* Update link to recommended workflows
2022-10-28 19:44:59 +02:00
Victor Marin
953fdfe76f
TimeseriesPanel: Fill below to override works with name override ( #57728 )
2022-10-28 09:27:54 +03:00
Esteban Beltran
91ee5fec14
Toolkit: Deprecate plugin:update-circleci command ( #57743 )
2022-10-27 15:05:32 +02:00
Esteban Beltran
b4633fc516
Toolkit: Deprecate plugin:bundle-managed command and move its functionality to a bash script. ( #57719 )
...
* Toolkit: Deprecate `plugin:bundle-managed` command
* Replace yarn script with bash command
2022-10-27 13:15:45 +02:00
Ryan McKinley
7346280316
LibraryPanels: Load library panels in the frontend rather than the backend ( #50560 )
...
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2022-10-26 15:38:20 -07:00
Kristin Laemmert
b346ae0310
feat: add new Folder table migration & define nested folder interfaces ( #56882 )
...
* feat: add new Folder table migration
Add a new folder table to support the Nested Folders feature.
https://github.com/grafana/grafana/issues/56880
* register nested folders feature flag (unused)
* feat: nested folder service (experiment)
This commit adds a NestedFolderSvc interface and stubbed out implementation as an alternative to the existing folder service. This is an experimental feature to try out different methods for backwards compatibility and parallelization, so that Grafana can continue to store folders in the existing (non-nested) manner while also using the new nested folder service.
Eventually the new service will (hopefully) become _the_ service, at which point the legacy service can be deprecated (or remain, with the new service methods replacing the original. whatever makes sense at the time).
* nested folders: don't run the new migration
This commit removes the nested folder migration from the list of active migrations so we can merge this branch and continue development without impacting Grafana instances built off main.
2022-10-26 10:15:14 -04:00
kay delaney
05ceff5188
Chore: Migrate usage of v1 themes to v2 ( #57617 )
2022-10-26 13:28:12 +01:00
Esteban Beltran
987d4fd459
Toolkit: Deprecate and replace toolkit:build with plain yarn scripts ( #57620 )
...
* Toolkit: Deprecate and replace toolkit:build with plain yarn scripts
* Remove "generated" from copied files in the script
2022-10-26 10:11:15 +02:00
Esteban Beltran
cbe7fe3d8d
Toolkit: Deprecate searchTestData command ( #57589 )
2022-10-26 08:54:51 +02:00
Ryan McKinley
a3acfb1a48
Chore: Register a feature flag for "newDBLibrary" ( #57468 )
2022-10-25 18:20:41 -07:00
Beto Muniz
069a4cb21b
Fix orderFieldsTransformer sorting ( #57635 )
2022-10-25 17:48:14 -03:00
Virginia Cepeda
9eae793b5d
Alerting: Remove the alert manager selection from the data source configuration ( #57369 )
...
* Remove alertmanager dropdown from datasource config
* Avoid sending alertmanagers from loki/prom config editors
* Add test
* Remove unneeded param
2022-10-25 10:53:20 -03:00
Esteban Beltran
8d42e1b169
Toolkit: Deprecate node-version-check command ( #57591 )
...
* Toolkit: Deprecate node-version-check command
* Do not check for nodejs version on frontend-test
2022-10-25 14:53:53 +02:00
Jack Westbrook
588e64d9f5
Chore: Fix vulnerabilities in webpack loader-utils ( #57533 )
...
* chore: remove unused webpack loaders from core and toolkit
* chore: refresh yarn.lock file
* chore(yarn): refresh lock file for loader-utils update to 2.0.3
* chore: force ngtemplate-loader to use loader-utils@2.0.3
* chore(e2e): bump ts-loader@8.4.0 for loader-utils@2.0.3
* chore(yarn): remove unused packageExtensions
* chore(storybook): force unused webpack deps to v5. force plugins and loaders for loader-utils@2.0.3
* chore(storybook): update config for type changes from webpack v4 to v5
2022-10-25 11:37:41 +02:00
Ashley Harrison
d2a70bc42d
Chore: more any/type assertion improvements ( #57450 )
...
* more friday any/type assertion improvements
* Apply suggestions from code review
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com >
* Update public/app/angular/promiseToDigest.test.ts
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com >
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com >
2022-10-25 11:04:35 +02:00
Victor Marin
c30716a073
TablePanel: Fix updating footer values on data change ( #57518 )
...
* TablePanel: Fix updating footer values on data change
* tests
2022-10-25 08:32:16 +03:00
Zoltán Bedi
c0b778134e
Revert: Query editor components from grafana-ui ( #57436 )
...
* Revert: QueryEditor components from grafana-ui
* Use local version of experimental
* Use experimental for query editor components
* Fix type issues in MSSQL
* point to actual version of experimental package
* point to latest version of experimental
Co-authored-by: Erik Sundell <erik.sundell87@gmail.com >
2022-10-24 17:12:36 +02:00
Leon Sorokin
0640eeef0a
Number formatting: only 0-trim decimals in y axis ticks. omit currency, locale units. ( #57386 )
2022-10-21 21:35:29 -06:00
Leon Sorokin
45707ccf99
TimeSeries: fix negative stacked percent y-axis range ( #57470 )
2022-10-21 15:45:00 -06:00
owensmallwood
0b8fb543fc
Public Dashboards: Can toggle annotations in modal ( #57312 )
...
adds toggle for pubdash annotations
2022-10-21 13:42:14 -06:00
Zoltán Bedi
7f3b567657
TimeSeries: Fix stacking when first value is negative zero ( #57257 )
...
* TimeSeries: Fix stacking when first value is negative zero
* More test + refactor
2022-10-21 20:58:23 +02:00
Hamas Shafiq
07ac388e8b
Tempo: Update the query whenever the value of the TraceQL editor changes ( #57199 )
2022-10-21 16:01:53 +01:00
Ashley Harrison
7e631e7239
A11y: Enable jsx-a11y/interactive-supports-focus ( #57391 )
...
* first batch of fixes for interactive-supports-focus
* remove role and aria attributes since this won't be focusable to a screenreader anyway
2022-10-21 13:52:46 +01:00
Laura Fernández
e402a8f27d
A11y: enable rule jsx-a11y/anchor-is-valid ( #56690 )
2022-10-21 09:13:32 +02:00
Leon Sorokin
7eac79b5f8
Number formatting: Strip trailing zeros after decimal point when decimals=auto ( #57373 )
2022-10-20 17:56:21 -05:00
Leon Sorokin
883d61d191
Transformers: PartitionByValues ( #56767 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2022-10-20 17:22:02 -05:00
Sriram
8b2d35bdb9
updated plugin-ci go dependency to 1.19.2 ( #57200 )
2022-10-20 14:50:22 +01:00
Ryan McKinley
e3c2859e83
Geomap: Upgrade to openlayers 7.x ( #57317 )
2022-10-19 17:03:44 -07:00
Gabriel MABILLE
717bd4a6c0
RBAC: Add a feature toggle for primitives we provide to OnCall ( #57289 )
2022-10-19 18:10:09 +02:00
Ashley Harrison
96660992f4
Navigation: Ignore null children in ToolbarButtonRow ( #57201 )
...
* filter out any null buttons to prevent padding being added for them
* ignore null children in toolbarbuttonrow
2022-10-19 10:00:57 +01:00
owensmallwood
b2408dd7c5
Publicdasboards: Add annotations support ( #56413 )
...
adds annotations support for public dashboards
2022-10-18 19:48:20 -06:00
Torkel Ödegaard
69bfd923be
RefreshPicker: Fix issue clearing auto refresh ( #57215 )
2022-10-18 21:41:37 +02:00