renovate[bot]
6d19894a7d
Replace dependency rollup-plugin-terser with @rollup/plugin-terser 0.1.0 ( #84487 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 16:01:58 +00:00
Ashley Harrison
321148511b
Chore: Rewrite ConfirmButton ( #84402 )
...
* convert to function component, clean up + fix a11y
* use position: fixed;
* fix
2024-03-14 15:50:44 +00:00
renovate[bot]
81a63efab2
Update dependency rc-cascader to v3.24.0 ( #84453 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 17:39:28 +02:00
renovate[bot]
da66f560a5
Update dependency rc-tooltip to v6.2.0 ( #84454 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 14:59:32 +00:00
Joao Silva
0b033106b0
Cascader: Add clear button ( #84449 )
2024-03-14 14:41:54 +00:00
Gilles De Mey
8765c48389
Alerting: Remove legacy alerting ( #83671 )
...
Removes legacy alerting, so long and thanks for all the fish! 🐟
---------
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com >
Co-authored-by: Sonia Aguilar <soniaAguilarPeiron@users.noreply.github.com >
Co-authored-by: Armand Grillet <armandgrillet@users.noreply.github.com >
Co-authored-by: William Wernert <rwwiv@users.noreply.github.com >
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com >
2024-03-14 15:36:35 +01:00
Gilles De Mey
336acaf0bf
Alerting: Promote new alerting detail view ( #84277 )
2024-03-14 15:18:01 +01:00
Laura Fernández
38a8bf10f3
TimeRangePicker: Show UTC+00:00 instead of just UTC ( #84395 )
2024-03-14 13:06:34 +01:00
linoman
831ee9ee16
samlsettings: add sso settings saml feature flag ( #84433 )
...
* add feature flag for ssosettings saml configuration
* add generated files
2024-03-14 12:04:45 +01:00
Dmitry Filimonov
33154abcd9
FlameGraph: adds ability to add context menu items ( #81675 )
...
* pyroscope: adds ability to add context menu items
* moves things around
* removes console.log
* improvements
* Change the extra context button API shape
* Add test
* lint
---------
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com >
2024-03-14 11:00:30 +01:00
renovate[bot]
0c472ff00d
Update dependency eslint-plugin-jsdoc to v48.2.1 ( #84427 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 11:34:14 +02:00
renovate[bot]
84cbd5fe5c
Update dependency eslint-plugin-react to v7.34.0 ( #84428 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 11:30:50 +02:00
renovate[bot]
0b806597c3
Update dependency date-fns to v3.4.0 ( #84390 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 09:10:59 +00:00
renovate[bot]
1d96707295
Update dependency eslint-plugin-jest to v27.9.0 ( #84425 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 10:56:05 +02:00
mschaul
3a2c7d8a99
Transformations: Fix series to rows to work with only one series ( #84232 )
2024-03-13 10:28:29 -06:00
renovate[bot]
d480d3296c
Update d3 ( #84383 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-13 15:42:18 +00:00
renovate[bot]
2420c5aa4d
Update dependency @types/node to v20.11.27
2024-03-13 15:17:45 +00:00
kay delaney
1e02c831ad
Chore: Bump esbuild and esbuild-loader ( #84164 )
...
Chore: Bump esbuild and related dependencies
2024-03-13 14:39:30 +00:00
Joey
1f2e9a544d
Tempo: Remove Loki tab ( #84346 )
...
* Update docs
* Remove loki tab from config settings
* Remove loki query field
* Remove loki search from ds, resultTransformer, tracking and tests
* Cleanup removal of loki search
* Remove loki section from query editor docs
* Remove search type
2024-03-13 14:22:20 +00:00
renovate[bot]
d6acb474cf
Update dependency @types/react-dom to v18.2.22
2024-03-13 12:47:58 +00:00
Alex Khomenko
7feeb7ce4e
Cascader: Add id prop ( #84240 )
...
* Cascader: Add id prop
* Remove placeholder
2024-03-13 14:01:24 +02:00
Jack Westbrook
6599fa805d
Plugins: Always load decoupled frontend assets from builds ( #81873 )
...
* Wip
* Wip
* Adapt to load external module
* build: remove cloudmonitoring from built_in_plugins, clean up webpack output
* chore(plugins): remove decoupled plugins from package.json deps
* chore(codeowners): update file for nx.json
* revert(webpack): put back path in config
* build(frontend): use nx to run prod builds of decoupled plugins with yarn build
* style(prometheus): run prettier-write to fix tsconfig.json
* style(backend): remove unused subFile.isDistDir
* revert(locales): remove formatting changes adding new line at end of files
* chore(webpack): clean up dev output
* build(nx): make grafana an nx project, bump lerna and nx
* build(plugin-configs): move cache directory to node_modules
* style(datasource-plugins): add eslint ignore for .gen.ts files
* chore(codeowners): add frontend-ops as owner of project.json
* build(webpack): add getDecoupledPlugins to automatically ignore when watching
* ci(drone): skip nx cache when building frontend packages
* style(ci): fix missing trailing comma
* Revert "style(ci): fix missing trailing comma"
This reverts commit 7520d41576 .
* Revert "ci(drone): skip nx cache when building frontend packages"
This reverts commit 46938883ac .
* feat(zipkin): remove from grafana core bundle
* chore(npm): bump nx package to latest 18.0.8
* docs(dev-guide): add a note about what yarn start now builds
---------
Co-authored-by: Andres Martinez <andres.martinez@grafana.com >
2024-03-13 12:40:09 +01:00
Leon Sorokin
608b40b2a8
Transforms: Fix field matching in Format time, and add tpl var interpolation ( #84239 )
2024-03-12 17:55:23 -05:00
Leon Sorokin
220fea966b
CursorSync: Extract EventBus logic into shared plugin ( #84111 )
2024-03-12 17:15:38 -05:00
renovate[bot]
46a35775ae
Update dependency @types/lodash to v4.17.0 ( #84299 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-12 17:13:14 +02:00
Joao Silva
6080a9c094
Cascader: Don't lose input value when typing ( #84274 )
2024-03-12 15:00:51 +00:00
Matias Chomicki
fb172b1b33
Explore logs: remove exploreScrollableLogsContainer and track scroll to top ( #84291 )
...
* exploreScrollableLogsContainer: remove
* LogsNavigation: track scroll to top clicks
* Add missing dependency to the effect
2024-03-12 15:53:13 +01:00
Sergey Kostrukov
fe1ed0a9e1
Azure: Add list of clouds in frontend AzureSettings ( #84039 )
...
Add list of supported clouds in AzureSettings
2024-03-12 13:49:30 +00:00
renovate[bot]
ff62474f9b
Update dependency @grafana/faro-web-sdk to v1.4.2 ( #84278 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-12 13:03:21 +00:00
Gilles De Mey
388e0c27f2
Alerting: Allow inserting before or after existing policy ( #83704 )
2024-03-12 13:28:37 +01:00
renovate[bot]
a883df633e
Update dependency @types/react to v18.2.65
2024-03-12 11:30:56 +00:00
Alex Khomenko
59fed9278b
Switch: Remove "transparent" prop ( #83705 )
...
* Switch: Remove transparent prop
* Cleanup
* Remove redundant prop
2024-03-12 12:51:58 +02:00
renovate[bot]
3085d53802
Update dependency @types/node to v20.11.26
2024-03-12 09:32:25 +00:00
renovate[bot]
6e661fa770
Update babel monorepo to v7.24.0 ( #84206 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-12 08:46:11 +00:00
Erik Sundell
8c06c0dea7
Panel edit: Add e2e selectors to input fields ( #83246 )
...
add selectors for input fields
2024-03-12 09:17:41 +01:00
renovate[bot]
3449a43ff2
Update react monorepo
2024-03-11 16:24:00 +00:00
Giordano Ricci
0c6b0188c8
Explore: Remove deprecated query option from splitOpen ( #83973 )
...
* Chore: remove deplrecated queries option from splitOpen
* make queries option required
* use left pane queries when splitting an existing pane
2024-03-11 15:17:07 +00:00
renovate[bot]
dd01743de7
Update dependency react-virtualized-auto-sizer to v1.0.24
2024-03-11 16:50:20 +02:00
Jack Westbrook
d4b43640f3
Revert "Update dependency @swc/core to v1.4.6" ( #84186 )
...
* Revert "Update dependency @swc/core to v1.4.6"
This reverts commit 4d7220dbdf .
* chore(renovate): ignore swc/core for time being due to bugs in versions ~1.4.5
2024-03-11 16:33:37 +02:00
Karl Persson
0b55d72fb5
FeatureToggles: Add feature toggle for sso email verification ( #84184 )
...
* FeatureToggles: Add feature toggle for sso email verification
* Rename toggle
* Fix json
2024-03-11 15:09:44 +01:00
Ivan Ortega Alba
4a81a0388b
Playlist: run on Scenes ( #83551 )
...
* DashboardScene: Implement playlist controls
* Mock the runtime config properly
* PlaylistSrv: with state you can subscribe to (#83828 )
---------
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2024-03-11 13:33:32 +01:00
Josh Hunt
1ab8857e48
E2C: Add cloud migration is_target server config option ( #83419 )
2024-03-11 14:29:44 +02:00
renovate[bot]
fa888af212
Update dependency marked to v12.0.1
2024-03-11 12:25:02 +00:00
Giordano Ricci
c950b716ff
Chore: Remove deprecated ExploreQueryFieldProps ( #83972 )
2024-03-11 12:10:06 +00:00
Giordano Ricci
937390b91c
Chore: Remove deprecated exploreId from QueryEditorProps ( #83971 )
2024-03-11 12:09:43 +00:00
Selene
275ccf994b
Schemas: Reduce duplicated jenny code ( #84061 )
...
* Remove jenny_ts_resources and use jenny_ts_types for all cases
* Unify TS generated files into one jenny
* Add missing imports to versioned files
* Update Parca plugin
* Fix loki
* Use LokiQuery
* Fix pyroscope tests
* Fix prettier
* 😒 fix default pyroscope value name
* Set the LokiQuery
* Update Elasticsearch and TestData
* Missed files from testdata
* Order imports
2024-03-11 12:51:44 +01:00
Ashley Harrison
0280fac0e3
DatePickerWithInput: Set zIndex for popover correctly ( #84154 )
...
set zIndex for popover correctly
2024-03-11 11:35:59 +00:00
renovate[bot]
534855d086
Update dependency @types/node to v20.11.25
2024-03-11 10:39:32 +00:00
Joey
e8ecbaffc2
UX: Update trace to logs tooltip to improve clarity ( #83508 )
...
* Update tooltip to improve clarity
* Update packages/grafana-o11y-ds-frontend/src/TraceToLogs/TraceToLogsSettings.tsx
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
---------
Co-authored-by: Sven Grossmann <sven.grossmann@grafana.com >
2024-03-11 10:26:59 +00:00
renovate[bot]
c5080ca135
Update dependency @types/eslint to v8.56.5
2024-03-11 10:20:02 +00:00