-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jaeger: Fix flaky test #84441
Merged
Merged
Jaeger: Fix flaky test #84441
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adrapereira
approved these changes
Mar 14, 2024
Adrian-LSY
added a commit
to ADFTech/grafana
that referenced
this pull request
Mar 19, 2024
commit d3571c399ac854e5ccbf8ec5cce78c0d00312efb Author: Tim Levett <[email protected]> Date: Mon Mar 18 16:40:46 2024 -0500 substring should be lowercase (#84682) commit 0606a8e413d4253df7f5a6d0edaecc13c0dedd5a Author: Isabella Siu <[email protected]> Date: Mon Mar 18 17:30:59 2024 -0400 CloudWatch: Static labels should use label name (#84611) CloudWatch: static labels should use label name commit 2d1cd82a98e2e38376008529fe704e04cd67cf7a Author: Charandas <[email protected]> Date: Mon Mar 18 10:25:30 2024 -0700 K8s: standalone: use Grafana's logger to stream all logs (#84530) --- Co-authored-by: Marcus Efraimsson <[email protected]> commit 3ea5c08c88ba13885746fd2289476cdd5a604951 Author: Matthew Jacobson <[email protected]> Date: Mon Mar 18 13:04:57 2024 -0400 Alerting: External AM fix parsing basic auth with escape characters (#84681) commit 494d1699805ab603ccd9ef2f6ba7d28caa975088 Author: Ivana Huckova <[email protected]> Date: Mon Mar 18 18:01:33 2024 +0100 Elasticsearch: Fix legend for alerting, expressions and previously frontend queries (#84485) * Elasticsearch: Fix legend for alerting, expressions and previously frontend queries * Add comment * Update comment commit 296f4219f81a118f505ada7c23864bc913bbad3f Author: Tom Ratcliffe <[email protected]> Date: Mon Mar 18 11:08:18 2024 +0000 Add missing `external` link for TextLink commit 8f50ccbb7cdc2f18109dd558b9bb4fda18dd872e Author: Tom Ratcliffe <[email protected]> Date: Mon Mar 18 11:07:55 2024 +0000 Fix display of Alert diagram in Safari commit b3e9a6d0b3882746f79a010766f85ef4e4cea90b Author: Tom Ratcliffe <[email protected]> Date: Thu Mar 7 16:37:57 2024 +0000 Use Text component more consistently in GettingStarted commit fb2ba574c60ebe56e924db236bc2ec465370e571 Author: Tom Ratcliffe <[email protected]> Date: Thu Mar 7 16:17:46 2024 +0000 Convert getting started styles to object syntax commit 30a791d77a3966cc1971cf78403c6f89a8242304 Author: Tom Ratcliffe <[email protected]> Date: Thu Mar 7 15:11:09 2024 +0000 Tidy up styling for Getting Started page and use @grafana/ui components commit 2e2a5bca116b109c8d8ad1353e352ad5d7ffdef8 Author: Tom Ratcliffe <[email protected]> Date: Thu Mar 7 15:10:29 2024 +0000 Remove unused `showWelcomeHeader` prop commit 83464781bea51e5682d9e6d167d788e9389f95bd Author: Tom Ratcliffe <[email protected]> Date: Thu Mar 7 14:33:25 2024 +0000 Remove video from Alert Getting Started page commit 2e6bb6416d8abf61c3099229953c95650c7ef4f2 Author: Leon Sorokin <[email protected]> Date: Mon Mar 18 11:20:43 2024 -0500 VizTooltips: Fix position during bottom or right edge initial hover (#84623) commit 818c94f067f2a266a3f7bea41ff476acabe91206 Author: Kyle Brandt <[email protected]> Date: Mon Mar 18 12:16:53 2024 -0400 Scopes: (Chore) Fix ScopeDashboard by adding spec (#84675) commit 63e8753aa0ebfc1b3d700dbf560147887c16feca Author: Darren Janeczek <[email protected]> Date: Mon Mar 18 12:16:38 2024 -0400 datatrails: integrate dashboard panels with metrics explore (#84521) * feat: integrate dashboard panels with metrics explore - add dashboard panel menu items (in non-scenes dashboard) to open `metric{filters}` entries detected from queries to launch "metrics explorer" drawers for the selected `metric{filter}` * fix: remove OpenEmbeddedTrailEvent * fix: use modal manager dismiss capabilities instead commit b1b65faf0277bf8647d30bb5133096d5ca1763ca Author: Ashley Harrison <[email protected]> Date: Mon Mar 18 16:12:00 2024 +0000 Variables: Support static keys in AdHocFiltersVariable (#83157) * initial start * don't use getTagKeysProvider * some cleanup * undo kinds adjustment * simplify * remove async declaration * add description and a couple of unit tests * add transformSaveModelToScene test * add tests for AdHocVariableForm * add tests for AdHocFiltersVariableEditor * update to defaultKeys * fix snapshots * update to 3.13.3 commit 677b765dab286d14eabbf6a5992cdf459f6f4347 Author: Rob <[email protected]> Date: Mon Mar 18 10:26:22 2024 -0500 NodeGraph: Edge color and stroke-dasharray support (#83855) * Adds color and stroke-dasharray support for node graph edges Adds support for providing color, highlighted color, and visual display of node graph edges as dashed lines via stroke-dasharray. * Updates node graph documentation * Updates documentation Adds default for `highlightedColor` * Update docs/sources/panels-visualizations/visualizations/node-graph/index.md Co-authored-by: Fabrizio <[email protected]> * Update packages/grafana-data/src/utils/nodeGraph.ts Co-authored-by: Fabrizio <[email protected]> * Update docs/sources/panels-visualizations/visualizations/node-graph/index.md Co-authored-by: Isabel Matwawana <[email protected]> * Removes highlightedColor; deprecates highlighted Per [request](https://github.com/grafana/grafana/pull/83855#issuecomment-1999810826), deprecates `highlighted` in code and documentation, and removes `highlightedColor` as an additional property. `highlighted` will continue to be supported in its original state (makes the edge red), but is superseded if `color` is provided. * Update types.ts Missed a file in my last commit. Removes `highlightedColor` and deprecates `highlighted`. * Add test scenario in test data source --------- Co-authored-by: Fabrizio <[email protected]> Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Andrej Ocenas <[email protected]> commit e96836d19eb52f0b764cd50f484976b40a3fb40e Author: Darren Janeczek <[email protected]> Date: Mon Mar 18 11:00:31 2024 -0400 datatrails: Remove prefix filter (#84661) * fix: use cascader's clear button * fix: remove the prefix filter from metric select * fix: remove supporting code in metric select scene - For the removed prefix filter * fix: spacing commit 259d4eb6ec1fd1393da43cccf00ecaa6a73de77f Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon Mar 18 14:45:34 2024 +0000 I18n: Download translations from Crowdin (#84664) New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> commit 767608f3a60a898062feff86ae9dd0df57bb357e Author: Darren Janeczek <[email protected]> Date: Mon Mar 18 10:23:19 2024 -0400 Data trails: use description of data source to shorten label (#84665) fix: use description of data source to shorten label commit aec2ef727a421542873db8d6e7a3573ad721ab76 Author: Kyle Brandt <[email protected]> Date: Mon Mar 18 09:49:26 2024 -0400 Prometheus/Scopes: Update to use scopespec type from app (#84593) commit cc6459deaf13e06682e4054ef17dc41b49eea224 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon Mar 18 13:39:05 2024 +0000 I18n: Download translations from Crowdin (#84660) New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> commit ebcca970521886668d5613105f0ba5800d45519b Author: Erik Sundell <[email protected]> Date: Mon Mar 18 14:26:56 2024 +0100 Annotation query: Render query result in alert box (#83230) * add alert to annotation result * cleanup * add tests * more refactoring * apply pr feedback * change severity * use toHaveAlert matcher commit 5b085976bfc15686c3d4a56057b7f489d0a956c5 Author: Andrej Ocenas <[email protected]> Date: Mon Mar 18 14:25:47 2024 +0100 Pyroscope: Fix template variable support (#84477) commit aac2cf0aa5dd21175c7ac1c4bf5fe3df0d5c8c1f Author: Kyle Brandt <[email protected]> Date: Mon Mar 18 09:22:28 2024 -0400 Scopes: Update BE API to include object for linking scope to dashboards (#84608) * Add ScopeDashboard --------- Co-authored-by: Todd Treece <[email protected]> commit 155e38edfe7aa553e1822297bb41309c35a1a2bf Author: Levente Balogh <[email protected]> Date: Mon Mar 18 14:14:51 2024 +0100 Plugin Extensions: Add prop types to component extensions (#84295) * feat: make it possible to specify prop types for component extensions * Update packages/grafana-runtime/src/services/pluginExtensions/getPluginExtensions.ts * chore: adapted test case * chore: update betterer * feat: update types for configureComponentExtension() * fix: remove type specifics for `configureExtensionComponent` * Update betterer config --------- Co-authored-by: Darren Janeczek <[email protected]> Co-authored-by: Darren Janeczek <[email protected]> commit fbb6ae35e79d3497207eb2076f8b09dd9680001b Author: Josh Hunt <[email protected]> Date: Mon Mar 18 13:00:18 2024 +0000 E2C: Use cloudMigrationIsTarget config (#84654) Use cloudMigrationIsTarget config commit 00f16cd01851196f4029ec1b212d816e3050760d Author: Isabella Siu <[email protected]> Date: Mon Mar 18 08:56:57 2024 -0400 CloudWatch Logs: Remove toggle for cloudWatchLogsMonacoEditor (#84414) commit 7aa0ba8c59b449009789348fc30efcb1d51305df Author: Ieva <[email protected]> Date: Mon Mar 18 12:52:01 2024 +0000 Teams: Display teams page to team reader if they also have the access to list team permissions (#84650) * display teams to team reader if they also have the access to list team permissions * fix a typo in the docs commit 4ca68925a1ff3d022acbf6260fd9d11fe1573812 Author: Jack Westbrook <[email protected]> Date: Mon Mar 18 13:28:24 2024 +0100 Backend: Delete bundled plugin tests (#84646) commit 3e97999ac5a3270798a4fe330557ca49b5eba654 Author: Matias Chomicki <[email protected]> Date: Mon Mar 18 13:24:06 2024 +0100 LogRowMessageDisplayedFields: increase rendering performance (#84407) * getAllFields: refactor for improved performance * LogRowMessageDisplayedFields: refactor line construction for performance * AsyncIconButton: refactor to prevent infinite loops commit a7c7a1ffed7c49c38bcc493dee7d221e7bf5cdfe Author: Pepe Cano <[email protected]> Date: Mon Mar 18 13:18:57 2024 +0100 Alerting docs: Fix format issues in recent Slack tutorial (#84651) * Alerting docs: Fix format issues in Slack tutorial * Alerting docs: Include link to Slack docs * Alerting docs: fix Slack `nested-policy` link commit 3297d589c06cfa44e202c4e14790026330404704 Author: Ashley Harrison <[email protected]> Date: Mon Mar 18 12:04:43 2024 +0000 ConfirmButton: Stop pointerEvents on the correct element (#84648) stop pointerEvents on the correct element commit 26e1a5887ac4116a5e9c50d35e0132dc81a706d9 Author: Sergej-Vlasov <[email protected]> Date: Mon Mar 18 14:02:12 2024 +0200 DashboardScene: Reset editIndex on variable delete (#84589) * reset edit index on variable delete * adjust delete variable test * adjust test to be more in line with user flow commit 6241386a96597866ad3adad1a5066b0a5998709f Author: Andre Pereira <[email protected]> Date: Mon Mar 18 11:38:17 2024 +0000 Data Trails: Sticky main metric graph (#84389) * WIP * Refactor code a bit so we can sticky the main graph and tabs * Make sure it works in Firefox. Avoid annoying warnings in breakdown tab. Update pin metrics graph label * Small copy change Co-authored-by: Darren Janeczek <[email protected]> --------- Co-authored-by: Darren Janeczek <[email protected]> commit e394110f446436d2d189caaca5cd60e32558e13f Author: Andres Martinez Gotor <[email protected]> Date: Mon Mar 18 12:08:49 2024 +0100 Fix api_plugins_test locally (#84484) commit ed3bdf5502aa21819046d5677847fdd340c31b3b Author: Josh Hunt <[email protected]> Date: Mon Mar 18 11:00:43 2024 +0000 I18n: Expose current UI language in @grafana/runtime config (#84457) * I18n: Expose current UI language in Grafana config * fix commit aa03b4393f27af3dae1220365fb9f14a9b668f21 Author: Serge Zaitsev <[email protected]> Date: Mon Mar 18 11:45:25 2024 +0100 Chore: Clean up CHANGELOG for 10.4.0 (#84551) clean up changelog for 10.4.0 to remove the items that did not make it into the release commit eb813f2a19bb585486c4cddf390aaf0d316a4620 Author: tonypowa <[email protected]> Date: Mon Mar 18 11:24:18 2024 +0100 changes to #84476 (#84638) * removed note shortcode * prettyfied commit 8714b7cd8c9231894681d8221f64c8607648e573 Author: Karl Persson <[email protected]> Date: Mon Mar 18 11:15:49 2024 +0100 RolePicker: Don't try to fetch roles for new form (#84630) commit fce78aea2cd7085d1609da306ce0bf775d7aea5c Author: Polina Boneva <[email protected]> Date: Mon Mar 18 11:30:27 2024 +0200 Variables: Multi-select DataSource variables are inconsistently displayed in the Data source picker (#76039) Always show multi-select DataSource(DS) variables in the DS picker, and display a warning in the panel when a DataSource variable holds multiple values and is not being repeated. --------- Co-authored-by: Alexandra Vargas <[email protected]> Co-authored-by: Alexa V <[email protected]> Co-authored-by: Torkel Ödegaard <[email protected]> commit f5e83d07a7852039fc9b208c1ce7ff9f92d2c734 Author: Joey <[email protected]> Date: Mon Mar 18 09:17:10 2024 +0000 Tempo: Deprecate old search (#84498) * Add logic to update query from old search to new search i.e. nativeSearch to traceqlSearch * Remove nativeSearch query and transform * Update tracking * Remove nativeSearch from query field * Udpdate gen comment * Fix tests * Add tests * Remove comments * Remove log * Remove log * Update comment * Update ids etc for migratedQuery * Remove old nativeSearch folder * Fix tests, manual testing commit 1de4187a6e0ef3532f9f092327db4e724def8eca Author: Jack Westbrook <[email protected]> Date: Mon Mar 18 09:48:19 2024 +0100 Chore: Delete Input Datasource (#83163) * chore(input-datasource): delete bundled plugin for grafana 11 * chore(betterer): refresh results file * chore(yarn): run dedupe to clean up deps * chore(yarn): pin playwright to 1.41.2 to see if CI passes * chore(yarn): pin playwright to 1.42.1 commit 6204f1e847088d3283507985ff4d031fc67f7cc4 Author: Andres Martinez Gotor <[email protected]> Date: Mon Mar 18 09:33:22 2024 +0100 Chore: Use SigV4 middleware from aws-sdk (#84462) commit 39b32524e2f6e08512a78d8efa98042d6b048cee Author: Alex Khomenko <[email protected]> Date: Sat Mar 16 08:48:17 2024 +0100 AnnotationsEditor: Remove deprecated components (#84538) * AnnotationEditorForm: Remove deprecated components * AnnotationEditor2: Remove deprecated components commit 1714d52f17dc00f12af200bc21e95ba91d601102 Author: Alex Khomenko <[email protected]> Date: Sat Mar 16 08:48:05 2024 +0100 Chore: Replace deprecated Form imports (#84537) * SignupInvited: replace Form * Chore: replace Form import * Chore: replace HorizontalGroup * Replace the component in OrgProfile commit 5fa627e207a8cf30c27e885281fc6d73244bb907 Author: Alex Khomenko <[email protected]> Date: Sat Mar 16 08:47:39 2024 +0100 Playlist: Remove deprecated components (#84536) commit 89f3b70e174867fed413f66e0262589d1634fe6d Author: Dan Cech <[email protected]> Date: Fri Mar 15 19:17:54 2024 -0400 Storage: Add support for listing resource history (#84331) * add support for listing resource history * make watch handle custom label selectors properly * fix tests * Apply suggestions from code review Co-authored-by: Diego Augusto Molina <[email protected]> * properly handle special characters in json label matcher * tidy up --------- Co-authored-by: Diego Augusto Molina <[email protected]> commit 9c7a5ed506478d444804b15bcd1f99d226880f74 Author: Chris Bedwell <[email protected]> Date: Fri Mar 15 22:57:31 2024 +0000 Alerting: Fix infinite re-render when linking to alert redirect page (#84305) fix: move where the fallback array is initialized so not to create an infinite re-render commit d0885ffdaa3b568081f850d40d94d536bab05935 Author: ismail simsek <[email protected]> Date: Fri Mar 15 22:35:07 2024 +0100 Chore: Bump the promlib version to v0.0.2 (#84616) bump the promlib version commit 59baa7a4a4ec5a07800d10ad4ad3a2fe7e69da34 Author: Darren Janeczek <[email protected]> Date: Fri Mar 15 15:27:31 2024 -0400 fix: data trails ignore usage syntax (#84610) commit 08f4aeded18a2d51ad0ce20337bbfa206d8ec1c9 Author: Josh Hunt <[email protected]> Date: Fri Mar 15 17:22:39 2024 +0000 E2C: Change permissions for navigating to Cloud Migration (#84594) * allow org admins / settings writers to access e2c * test for org admin specifically commit 97f37b2e6fea4512fc5e77bb298da17788e792dd Author: William Wernert <[email protected]> Date: Fri Mar 15 12:59:45 2024 -0400 Alerting: Clamp Loki ASH range query to configured max_query_length (#83986) * Clamp range in loki http client to configured max_query_length Defaults to 721h to match Loki default commit f2628bfad4d62ef6086d0e35bc3dc0ac402ac572 Author: Josh Hunt <[email protected]> Date: Fri Mar 15 16:39:13 2024 +0000 Whitelabelling: Override version in UI from config (#84392) * Unify how the version is shown in the UI * use versionString in dashboard help bundles * fix lint * remove comment * fix test types * make test less flakey commit 1ce2ae427fdf11159d37a93be6e09b13735df2e7 Author: Gilles De Mey <[email protected]> Date: Fri Mar 15 17:37:11 2024 +0100 Alerting: Query and conditions improvements (#83426) commit f27368195637cf4a557bd17a9ff0f6ac6e4edfdd Author: Drew Slobodnjak <[email protected]> Date: Fri Mar 15 09:35:07 2024 -0700 Canvas: Add vertex control to connections (#83653) * Canvas: Add vertex control to connections * Add function for vertex conversion * Add vertex interface * Add future vertex handling * Only show vertices when connection selected * Add vertices to save model * Apply select constraint to first midpoint * Add some infrastructure for vertex edit * Render vertex edit and capture events * Save vertex edit on button release * Handle adding new vertices * Limit number of vertices to 10 * Handle zoom for vertex edit and creation * Rename future to add * Remove more references to future * Remove unsued console log * Clean up styles * Add some clarity for path generation * Add clarity to connections event handling --------- Co-authored-by: nmarrs <[email protected]> commit 6d74553653979ccc8838d1168d3a88c7d2a5b211 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri Mar 15 16:22:27 2024 +0000 I18n: Download translations from Crowdin (#84601) New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> commit bba1b124483dd557bdc3fa5efe47bc512803552c Author: Matias Chomicki <[email protected]> Date: Fri Mar 15 16:24:41 2024 +0100 Logs popover: allow click listeners to run before closing the menu (#84583) * Logs popover: allow click listeners to run before closing the menu * Decrease buffer time commit 200ff7f9b4febfcd7c76e0fefb074648ef16ab3b Author: Pepe Cano <[email protected]> Date: Fri Mar 15 16:23:52 2024 +0100 Alerting docs: fix broken link (#84572) commit 7e5ce8fc200965170f0c5231264874b178dd59b4 Author: Laura Benz <[email protected]> Date: Fri Mar 15 16:14:11 2024 +0100 I18n: Add milestone automatically to Crowdin PRs (#84253) * refactor: add milestone automatically * refactor: remove step for extracting pr number * refactor: milestone step commit d4b3877eb87b2ce81dd008f434d4afef93205868 Author: Torkel Ödegaard <[email protected]> Date: Fri Mar 15 16:05:34 2024 +0100 Table: Fixes migration for hidden columns in angular table (#84579) * Table: Fixes migration for hidden columns in angular table * update commit 4dcbf4e5bb9a540250b9d8aa85c49d16c5bcd67f Author: Torkel Ödegaard <[email protected]> Date: Fri Mar 15 16:00:58 2024 +0100 Select: Fixes virtualized select showing empty space above selected value (#84544) * Select: Virtualized select bug replication * Update with fix * remove story * Pin version * Update * Update commit e93ba13f7ab6f083794d9ff5dcf36eef65045629 Author: Darren Janeczek <[email protected]> Date: Fri Mar 15 11:00:05 2024 -0400 datatrails: style: update buttons to secondary solid format (#84526) * fix: secondary solid buttons for selecting metrics * fix: secondary solid buttons for selecting labels * fix: secondary solid buttons for adding filters commit 85bd116a1071b71d290487112e5532487f256781 Author: Gilles De Mey <[email protected]> Date: Fri Mar 15 15:49:05 2024 +0100 Alerting: Fix optional fields requiring validation rule (#84584) fixes #84296 commit 1f13a1481525b40857f31c61320fe4b6edf29d5d Author: Sonia Aguilar <[email protected]> Date: Fri Mar 15 15:48:16 2024 +0100 Alerting: Fix wrong use of empty list in times field in the UI (#84179) * Fix wrong use of empty list in times field in the UI * Add tooltip for disable switch * Show disabled badge in mute timings * Disable time ranges when disabling time interval in the UI * PR review comments * remove tooltip for the field as it does not register it correctly * remove wrong code line * Add comment * Address PR review comments commit 4753948262bc77af992409c63ba00d53b638f425 Author: Torkel Ödegaard <[email protected]> Date: Fri Mar 15 15:39:04 2024 +0100 DashboardScene: Don't show switch to old dashboard architecture toggle unless you are in dev mode (#84444) * DashboardScene: Don't show switch to old architecture toggle unless you are in dev mode * Update commit d4e802dd4792c9013cf60a1c3b72c737e31eb364 Author: Karl Persson <[email protected]> Date: Fri Mar 15 15:08:15 2024 +0100 Authn: Add function to resolve identity from org and namespace id (#84555) * Add function to get the namespaced id * Add function to resolve an identity through authn.Service from org and namespace id * Switch to resolve identity for re-authenticate in another org commit ced09883d378c05a4d06621afa979076cb77b80e Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Fri Mar 15 14:08:06 2024 +0000 Update dependency react-hook-form to v7.51.0 (#84582) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 6c8895e349d3726826c4e0a3849bce7a030b89cb Author: Eric Leijonmarck <[email protected]> Date: Fri Mar 15 15:00:25 2024 +0100 Service accounts: Same Org fix migration to account for duplicate entries (#84349) * bug: fix migration to account for duplicate entries * refactoring to create test folder for user migrations * fix migration log * added the migration * additional tests * added extSrv tests commit a0b68deae44cd2593a1add38fde09cbcafcb1272 Author: Isabella Siu <[email protected]> Date: Fri Mar 15 09:49:53 2024 -0400 Cloudwatch: Remove cloudWatchWildCardDimensionValues feature toggle (#84329) commit 06723b9647f0a1820f87a2a6e923a027f5b721e5 Author: Jack Westbrook <[email protected]> Date: Fri Mar 15 14:14:25 2024 +0100 Chore: Pin version of playwright (#84558) chore(playwright): pin version of playwright to prevent CI failures commit fa9f69270736af61f1bd973e269bf54aaef61638 Author: Sonia Aguilar <[email protected]> Date: Fri Mar 15 14:08:09 2024 +0100 Alerting: Fix AlertsFolderView not showing rules when using nested folders (#84465) * Fix AlertsFolderView not showing rules when using nested folders * Fix tests commit d06e73ac2891279d8802848124f1a5652abc9b9a Author: Isabel Matwawana <[email protected]> Date: Fri Mar 15 09:04:46 2024 -0400 Docs: add alt text (#84532) Added alt text commit 7a28ce7795a4dbd3c281b2a928b07e7b93550f5c Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Fri Mar 15 13:04:38 2024 +0000 Update dependency eslint-webpack-plugin to v4.1.0 (#84571) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 15a641a509c033862100bee263de670861841c7c Author: Matias Chomicki <[email protected]> Date: Fri Mar 15 13:52:55 2024 +0100 Infinite Scroll: wait for users to reach the top before triggering new requests (#84318) * Infinite Scroll: wait for users to reach the top before triggering new requests * Prettier * Infinite Scroll: control top scrolling via prop * Prettier commit eae9bfe4bc0c6450c93200aa4b16f2bb3847c07d Author: ismail simsek <[email protected]> Date: Fri Mar 15 13:37:29 2024 +0100 Chore: Promlib allows extendOptions to be nil (#84463) * use logger from service * allow extendOptions to be nil * Update logger commit 94a9aeaccc8ab65c451688c968b783a433eabc63 Author: Isabel Matwawana <[email protected]> Date: Fri Mar 15 08:36:07 2024 -0400 Docs: fix broken links (#84531) Fixed broken links commit 25ed621aa3d982a245101d2f2ae55a7dbb5717b9 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Fri Mar 15 12:10:17 2024 +0000 Update dependency date-fns to v3.5.0 (#84557) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 1208888bb618774228aefe65884e06316a06e714 Author: Sofia Papagiannaki <[email protected]> Date: Fri Mar 15 14:05:27 2024 +0200 Folders: Allow listing folders with write permission (#83527) * Folders: Allow listing folders with write permission * Check for subfolder access if parent does not have * Add test * GetFolders: fix ordering * Apply suggestion from code review commit 39232a07761f862bed150faa85d6169c95493a77 Author: Sonia Aguilar <[email protected]> Date: Fri Mar 15 12:36:34 2024 +0100 Alerting: Show error message when error is thrown after clicking create alert f… (#84367) Show error message when error is thrown after clicking create alert from panel commit 0acb400248dc66d697b83e89e27d3c22c4c033da Author: Jack Westbrook <[email protected]> Date: Fri Mar 15 12:02:27 2024 +0100 Chore: Remove unused rollup plugin dependencies (#84492) * chore(runtime): remove unused rollup-plugin-terser dependency * chore(packages): remove more unused rollup plugins commit a8432aad3dd6830d75b9dcbe9737edfdf21da9e6 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Fri Mar 15 10:01:07 2024 +0000 Update dependency @types/node to v20.11.28 commit 500840ab77a0a752c16f5fce97d84686b18db245 Author: tonypowa <[email protected]> Date: Fri Mar 15 11:27:11 2024 +0100 alerting docs: slack integration (#84476) * alerting docs: slack integration * added links * removed aliases and formated notes * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * amended links * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * couple of minor corrections * fixing link * ran prettier --------- Co-authored-by: Jack Baldry <[email protected]> Co-authored-by: brendamuir <[email protected]> commit 458d694d78f72a2ffe382af757ce8b3b5681aa73 Author: Fabrizio <[email protected]> Date: Fri Mar 15 11:11:12 2024 +0100 Update GitHub Actions to add `datasource/Parca` label (#84455) commit 6e6d6e368eebaf828bc540f29b742c20f38203fa Author: kay delaney <[email protected]> Date: Fri Mar 15 10:06:05 2024 +0000 Scenes: Restrict panel menu options when in edit mode (#84509) commit 9d453d0dcc5b7e57de3238c370cd470d0b78cd4a Author: Will Browne <[email protected]> Date: Fri Mar 15 10:58:51 2024 +0100 Plugins: Remove direct featuremgmt.FeatureToggles dependency from plugins config (#84482) commit c13e2483840438f4d4bd9a9921a090be7c8668b8 Author: kay delaney <[email protected]> Date: Fri Mar 15 09:58:08 2024 +0000 Scenes: Fix issue with discarding unsaved changes modal in new dashboards (#84369) commit 78d7ebd499ae86529cb51c47a0325ef298ef0f0e Author: Fabrizio <[email protected]> Date: Fri Mar 15 10:54:00 2024 +0100 Fix GitHub action to add `datasource/Jaeger` label (#84448) commit cc6439d9898295c71bc8ee2d8375f5154dcfa1bd Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Fri Mar 15 09:30:39 2024 +0000 Update dependency @manypkg/get-packages to v2.2.1 commit e5faeb324da3b0cb9ce336f7c7e013883e649d9d Author: kay delaney <[email protected]> Date: Fri Mar 15 09:48:29 2024 +0000 Scenes: Make repeat panels respect maxPerRow (#84497) commit ebf455d1072f05bc8c89cdd81842d9c73478d300 Author: Karl Persson <[email protected]> Date: Fri Mar 15 10:36:16 2024 +0100 RBAC: Don't refetch permissions when searching for users in authenticated org (#84546) Don't refetch permissions when searching for users in authenticated org commit 25631fd107fecd42c8817ead10a512cdcca2d13d Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Fri Mar 15 09:05:19 2024 +0000 Update dependency @grafana/scenes to v3.13.2 commit 05f737b712961ac7171f1d9cc2773460fa81f303 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu Mar 14 16:05:19 2024 +0000 Update dependency @types/react to v18.2.66 commit 06b8eb627937c032402a7df05920209cab447a49 Author: Pepe Cano <[email protected]> Date: Fri Mar 15 10:00:51 2024 +0100 Alerting docs: update `Supported data sources` (#84495) * Alerting docs: update `Supported data sources` * Update docs/sources/alerting/fundamentals/alert-rules/_index.md Co-authored-by: brendamuir <[email protected]> --------- Co-authored-by: brendamuir <[email protected]> commit ff03cb33f1671a716ad197e85dfe479646c64bfa Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Mar 15 08:40:46 2024 +0000 Bump actions/upload-artifact from 3 to 4 (#84527) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 759cefd94c135c0bfc34ec4320f9538b2682889d Author: Charandas <[email protected]> Date: Fri Mar 15 00:18:11 2024 -0700 ExtSvcAccounts: FIX tests that accidently depended on enterprise (#84535) * ExtSvcAccounts: FIX tests that accidently depended on enterprise * fix commit 9d4504da081ca0d72de41ecfe79c80b3b30a9755 Author: Lucy Chen <[email protected]> Date: Fri Mar 15 14:46:53 2024 +0900 Reporting: Update api doc for deprecated old schedule (#84072) update api doc commit 8389ce386255c561117a67981dde2dceb33d8ad2 Author: Nick Richmond <[email protected]> Date: Thu Mar 14 20:49:13 2024 -0400 Prometheus: Fix incorrect baseline in classic histogram (#83863) Co-authored-by: Leon Sorokin <[email protected]> commit 34b5303daf699651a4ef2fae83774234f1bf199b Author: Charandas <[email protected]> Date: Thu Mar 14 16:33:41 2024 -0700 K8s: file-storage: provide empty for resourceVersion initially (#84523) commit 0fa0cede7515c8a886734b0cae046bab31de9fc7 Author: Dan Cech <[email protected]> Date: Thu Mar 14 17:12:20 2024 -0400 Storage: streamline context handling (#84319) streamline context handling commit 2795f9827a8a6e41e6fb6484e999e654fbaa4ea6 Author: Gabriel MABILLE <[email protected]> Date: Thu Mar 14 19:11:02 2024 +0100 ExtSvcAccounts: FIX prevent service account deletion (#84502) * ExtSvcAccounts: Fix External Service Accounts Login check Co-authored-by: Karl Persson <[email protected]> * Remove service accounts assignments and permissions on delete * Fix first set of tests * Fix second batch of tests * Fix third batch of tests --------- Co-authored-by: Karl Persson <[email protected]> commit 827860d4595ac372b0e3ce1058c04cc33978fbe0 Author: Yuri Tseretyan <[email protected]> Date: Thu Mar 14 14:03:53 2024 -0400 Alerting: Alerting accesscontrol utilities (#84508) * create fake for accesscontrol.RuleService * make errAuthorizationGeneric public commit 6bc662e53b341504b95564beb74c5361ba8edbee Author: Timur Olzhabayev <[email protected]> Date: Thu Mar 14 18:15:36 2024 +0100 Chore: Removing error object from tracking (#84500) Removing error object from tracking commit f727e2187362bb707fc23853f199446de759e6d6 Author: Larissa Wandzura <[email protected]> Date: Thu Mar 14 11:10:35 2024 -0500 Docs: Fixed a typo in the Azure config page (#84475) fixed typo, cleaned up some language commit f7d836feedbb78e9df29ae1f24670c98dee6eaa2 Author: Yuri Tseretyan <[email protected]> Date: Thu Mar 14 12:04:10 2024 -0400 Alerting: Update rule provisioning service to accept user (#84480) commit 6d19894a7d6c2b30586d3ca0baa5274a0d84adf4 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu Mar 14 16:01:58 2024 +0000 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> commit ec42b2a361fda0fb5fe317c5641c37deca2342bb Author: Pepe Cano <[email protected]> Date: Thu Mar 14 16:58:18 2024 +0100 Alerting docs: restructure `Introduction` (#84248) * Rename `Data sources` title * Relocate and rename `Introduction/Notification templates` * Rename `alert-rules/alert-instances` to `alert-rules/multi-dimensional-alerts` * Move `fundamentals/high-availability` to `setup/enable-ha` * Fix 404 high-availability alerting link on Setup HA Grafana docs * Move alert manager/contact poitns/notification templates within Notifications * Remove `Alerting on numeric data` * Restructure Introduction v2 * Continue Intro restructuring * Update docs/sources/alerting/fundamentals/alert-rules/_index.md Co-authored-by: brendamuir <[email protected]> * Complete contact point TODO * Alias: alertManager * Aliases `annotation-label` + content changes * Aliases to `templating-labels-annotations` * Aliases to `queries-conditions` * Rename `rule-evaluation.md` file * Aliases: `contact points` * Aliases to `message-templating` * Aliases to `alert-rules` * Update links to new URL slugs * Remove duplicated alias * Remove trailing slash for external heading links * Remove trailing slash in heading links to other grafana pages * Change URL directory slug `fundamentals/notifications` * rename title `Configure High Availability` * Content changes * Update docs/sources/alerting/fundamentals/alert-rules/_index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/set-up/configure-alert-state-history/index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/set-up/configure-high-availability/_index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/set-up/configure-alert-state-history/index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/set-up/configure-high-availability/_index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/set-up/configure-high-availability/_index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/set-up/configure-high-availability/_index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/alert-rules/_index.md Co-authored-by: Jack Baldry <[email protected]> * Fix broken link reference * Fix `queries-and-conditions` * Fix `alert-rule-evaluation` ref link * Fix aliases + inline doc comments * Fix broken link --------- Co-authored-by: brendamuir <[email protected]> Co-authored-by: Jack Baldry <[email protected]> commit 321148511bf01d4c52f963fd7044954a31b9e397 Author: Ashley Harrison <[email protected]> Date: Thu Mar 14 15:50:44 2024 +0000 Chore: Rewrite `ConfirmButton` (#84402) * convert to function component, clean up + fix a11y * use position: fixed; * fix commit 81a63efab25ed70d9011a947926ed02b1a58975c Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu Mar 14 17:39:28 2024 +0200 Update dependency rc-cascader to v3.24.0 (#84453) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit fe15bb5f481eca89618d1679c588407999a277c8 Author: Gilles De Mey <[email protected]> Date: Thu Mar 14 16:20:23 2024 +0100 Alerting: Update composable_kind.go (#84479) update composable_kind.go commit f36ad469d03ff6c930e049b3d13165048b0705a9 Author: Alexander Zobnin <[email protected]> Date: Thu Mar 14 16:17:24 2024 +0100 Access Control: Get global role from request params (#84469) commit da66f560a521d08ebda681ba94d616263ab41121 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu Mar 14 14:59:32 2024 +0000 Update dependency rc-tooltip to v6.2.0 (#84454) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 0b033106b07d1574c406d7f432242f2bb0590564 Author: Joao Silva <[email protected]> Date: Thu Mar 14 14:41:54 2024 +0000 Cascader: Add clear button (#84449) commit 73d96b6d1f71aeb97c9ec742df86ba145cc6da9f Author: Darren Janeczek <[email protected]> Date: Thu Mar 14 10:39:01 2024 -0400 datatrails: fix: clearly identify unspecified label values (#84474) fix: clearly identify unspecified label values commit 8765c4838990b441f7856c61eca1fb3587c067ea Author: Gilles De Mey <[email protected]> Date: Thu Mar 14 15:36:35 2024 +0100 Alerting: Remove legacy alerting (#83671) Removes legacy alerting, so long and thanks for all the fish! 🐟 --------- Co-authored-by: Matthew Jacobson <[email protected]> Co-authored-by: Sonia Aguilar <[email protected]> Co-authored-by: Armand Grillet <[email protected]> Co-authored-by: William Wernert <[email protected]> Co-authored-by: Yuri Tseretyan <[email protected]> commit f26344e17696b90214e3ee5c2d89d89718281eb0 Author: Alex Khomenko <[email protected]> Date: Thu Mar 14 15:26:15 2024 +0100 Share modal: Remove deprecated Form components (#84173) * EmailSharingConfiguration: Remove deprecated component * CreatePublicDashboard: Remove deprecated component * Update imports * Update imports[2] * Fix import commit 9de3d75bea2ca47520508d08a85f1a95e193da79 Author: Yulia Shanyrova <[email protected]> Date: Thu Mar 14 15:25:59 2024 +0100 Plugins: Add reportInteraction into plugin search (#84283) add reportInteraction into plugin search commit 336acaf0bf468f0327d2e51f54497f7bd0d86a3f Author: Gilles De Mey <[email protected]> Date: Thu Mar 14 15:18:01 2024 +0100 Alerting: Promote new alerting detail view (#84277) commit 8690a42e331cbf0f8b1bb3a162ebeedd474323d7 Author: William Wernert <[email protected]> Date: Thu Mar 14 09:58:25 2024 -0400 Alerting: Disallow invalid rule namespace UIDs in provisioning API (#83938) * Disallow invalid rule namespace UIDs in provisioning Reject requests with rules that reference a nonexistent folder or have an empty folder uid commit 8e90e02db2bf9de26766a5c640f8717bfb103fdb Author: Timur Olzhabayev <[email protected]> Date: Thu Mar 14 14:49:07 2024 +0100 Chore: Adding log also for cases where datasource UID length is invalid (#84443) * Adding log also for datasource length commit 660fe64bc6c6182c64433dde3df4b36e63d528bf Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu Mar 14 14:37:33 2024 +0200 I18n: Download translations from Crowdin (#84458) New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> commit 8d9521fb6d657fd9429edadb611842f3da112145 Author: Karl Persson <[email protected]> Date: Thu Mar 14 13:25:28 2024 +0100 Refactor: Email verification (#84393) * Update template names * Add verifier that we can use to start verify process * Use userVerifier when verifying email on update * Add tests --------- Co-authored-by: Ieva <[email protected]> commit 38a8bf10f34ac1367fa9aa0301836cb50e735283 Author: Laura Fernández <[email protected]> Date: Thu Mar 14 13:06:34 2024 +0100 TimeRangePicker: Show `UTC+00:00` instead of just `UTC` (#84395) commit ec5e18cd93c122f896be2b242f355ebc7fd74f9e Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu Mar 14 11:45:51 2024 +0000 I18n: Download translations from Crowdin (#84435) New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> commit 97521ef988f46f9eae5ea1040b706ce5d234229f Author: Gábor Farkas <[email protected]> Date: Thu Mar 14 12:37:04 2024 +0100 postgres: improve snapshot-tests for long/wide situations (#84387) commit 0c4e0d0f707ff0d9bdc02d8e1bc466519845498b Author: Piotr Jamróz <[email protected]> Date: Thu Mar 14 12:27:18 2024 +0100 Explore: Reorganize useStateSync code (#84281) * Reorganize the code * Simplify syncToURL * Introduce InitState type commit 831ee9ee1696c0aa7a6e4ca022ddfc0ab28b86dc Author: linoman <[email protected]> Date: Thu Mar 14 05:04:45 2024 -0600 samlsettings: add sso settings saml feature flag (#84433) * add feature flag for ssosettings saml configuration * add generated files commit 391d14d091e91301f95d6ce01ba8ca4dd4170b52 Author: Andreas Christou <[email protected]> Date: Thu Mar 14 11:00:26 2024 +0000 Chore: Bump update checker interval to 1 day (#84404) * Bump interval to 1hr * 2 hours is better than 1 * Bump further to 1 day commit 917b66bb7a22e59a89000302efc0d879d000c31f Author: Fabrizio <[email protected]> Date: Thu Mar 14 11:54:04 2024 +0100 Jaeger: Fix flaky test (#84441) commit 3692af05f8fc74de81438e8afb7e9ae804323a9a Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu Mar 14 10:46:12 2024 +0000 Update dependency i18next-parser to v8.13.0 (#84437) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 3dc7c4a2e33b4d5cb35d7d639fe4b7d5cfece69d Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu Mar 14 10:45:38 2024 +0000 Update dependency i18next to v23.10.1 (#84436) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 187d1afb9cb05f814a76bce857d4eb18233399b3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Mar 14 11:25:36 2024 +0100 Bump peter-murray/workflow-application-token-action from 2 to 3 (#84236) Bumps [peter-murray/workflow-application-token-action](https://github.com/peter-murray/workflow-application-token-action) from 2 to 3. - [Release notes](https://github.com/peter-murray/workflow-application-token-action/releases) - [Commits](https://github.com/peter-murray/workflow-application-token-action/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-murray/workflow-application-token-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 33154abcd976365f2f94ef62be971814a25c4a6d Author: Dmitry Filimonov <[email protected]> Date: Thu Mar 14 03:00:30 2024 -0700 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 <[email protected]> commit 40c2c2d6b8959672bdc087adae61736d9fafcd32 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu Mar 14 09:34:32 2024 +0000 Update dependency @grafana/scenes to v3.13.1 commit e6949d98381404b5a4eb48448d81e14e95064ce8 Author: Josh Hunt <[email protected]> Date: Thu Mar 14 09:46:18 2024 +0000 E2C: Resources table (#84317) * first pass at mock api and table * finish up resources table * i18n * centre icon: commit 5d23bc48b4cbbbd1d3771cc0b96c06c64d502bae Author: Torkel Ödegaard <[email protected]> Date: Thu Mar 14 10:37:26 2024 +0100 DashboardScene: Fixes panel editor padding (#84426) commit 0c472ff00d39a0dda3737b5fb10d4145574b7a4f Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu Mar 14 11:34:14 2024 +0200 Update dependency eslint-plugin-jsdoc to v48.2.1 (#84427) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 84cbd5fe5cf5ffd2125adc0632feef58e0ead6ff Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu Mar 14 11:30:50 2024 +0200 Update dependency eslint-plugin-react to v7.34.0 (#84428) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 5cc92b6202a48be6772379a6c18fa9457b558f92 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Mar 14 10:20:24 2024 +0100 Bump frabert/replace-string-action from 2.0 to 2.5 (#84235) Bumps [frabert/replace-string-action](https://github.com/frabert/replace-string-action) from 2.0 to 2.5. - [Release notes](https://github.com/frabert/replace-string-action/releases) - [Commits](https://github.com/frabert/replace-string-action/compare/v2.0...v2.5) --- updated-dependencies: - dependency-name: frabert/replace-string-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 0b806597c316c4a33aca7621043ea68e030d3846 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu Mar 14 09:10:59 2024 +0000 Update dependency date-fns to v3.4.0 (#84390) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 1d967072953e760da5b4328c69cc29273ae3333e Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu Mar 14 10:56:05 2024 +0200 Update dependency eslint-plugin-jest to v27.9.0 (#84425) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit b3f28205a1129945df6f8fcf78f915a73184fdaa Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Thu Mar 14 08:35:41 2024 +0000 Update dependency @grafana/scenes to v3.13.0 (#84405) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit e1d9aa5a7b37113f6ba649d777aeba9331b83ce3 Author: Pepe Cano <[email protected]> Date: Thu Mar 14 09:01:13 2024 +0100 Alerting docs: document HTTP API to create templates (#84055) commit b6a020148b1189dccf061d332c23a88b0e0031c8 Author: Charandas <[email protected]> Date: Wed Mar 13 16:54:30 2024 -0700 K8s: disallow MT storage functionality for Aggregator builders (#84408) commit 3696eca280bb239556d9f3ea3ef40188ccd8c5e7 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Mar 13 17:45:47 2024 +0000 Update dependency diff to v5.2.0 (#84391) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 9573c13223a208bd0be670a64d9c612999c5144d Author: Nathan Marrs <[email protected]> Date: Wed Mar 13 11:30:12 2024 -0600 Canvas: Add universal data link support (#84142) commit 0fe5b62fa5ab8a29f4db52b18ed4044950e97cc2 Author: Oscar Kilhed <[email protected]> Date: Wed Mar 13 18:22:22 2024 +0100 Dashboard scenes: Unlink library panel inside edit mode (#84355) Unlink library panel inside edit mode commit cf6bed7ae54e6976cb14f3f54b275027922753fc Author: Kevin Minehart <[email protected]> Date: Wed Mar 13 12:21:08 2024 -0500 Trigger downstream from grafana and not the mirror (#84381) commit 34f9bff9e031cde4e7817611c373dcd9e19b4d75 Author: Sven Grossmann <[email protected]> Date: Wed Mar 13 18:14:21 2024 +0100 Loki: Fix null pointer exception in case request returned an error (#84398) Loki: Fix nullpointer in case query returned an error commit d3ef762cb99b0c31e7de1c8056729c1d41dfaf5e Author: David Harris <[email protected]> Date: Wed Mar 13 16:42:48 2024 +0000 docs: update angular guidance (#84363) * docs: update angular guidance * Update docs/sources/developers/angular_deprecation/_index.md Co-authored-by: Jack Baldry <[email protected]> * Update docs/sources/developers/angular_deprecation/_index.md Co-authored-by: Jack Baldry <[email protected]> * update --------- Co-authored-by: Jack Baldry <[email protected]> commit 3a2c7d8a99b729949a184bb6069c4e799e08e98d Author: mschaul <[email protected]> Date: Wed Mar 13 17:28:29 2024 +0100 Transformations: Fix series to rows to work with only one series (#84232) commit f554bc822415844c78917ed05308a09bac713be1 Author: Giuseppe Guerra <[email protected]> Date: Wed Mar 13 17:27:44 2024 +0100 Chore: Remove go mod replace directives for otel dependencies (#81628) * Chore: Remove go mod replace directives for otel dependencies * go mod tidy commit 90e0f8cab6c27b535320fd17a55c55e6476ef9dc Author: Victor Marin <[email protected]> Date: Wed Mar 13 18:24:26 2024 +0200 Allows re-entering edit mode after version restore (#84298) * Allows re-entering edit mode after version restore * refactor * revert to previous commit commit 5c7849417b0c626a6cd2c6b6b0dd4b1bc2420c1c Author: Selene <[email protected]> Date: Wed Mar 13 17:05:21 2024 +0100 Schemas: Replace registry generation and github workflow (#83490) * Create small registries for core and composable kinds * Update workflow with new registries * Fix imports in plugin schemas and deleted old registry generation files * Remove verification and maturity * Modify registries and add missing composable information to make schemas in kind-registry work * Add missing aliases * Remove unused templates * Remove kinds verification * Format generated code * Add gen header * Delete unused code and clean path in composable template * Delete kind-registry loader * Delete unused code * Update License link * Update codeowners path * Sort imports * More cleanup * Remove verify-kinds.yml from codeowners * Fix lint * Update composable_kidns * Fix cue extension * Restore verify-kinds to avoid to push outdated kind's registry * Fix composable format * Restore code owners for verify-kinds * Remove verify check commit fd9031ca37adcf10213dd9d3be9217af639b50f4 Author: Alexander Zobnin <[email protected]> Date: Wed Mar 13 17:05:03 2024 +0100 Access Control: Get org from request data for authorization (#84359) * Access Control: Get org from request data for authorization * move type to models * Update pkg/services/accesscontrol/middleware.go Co-authored-by: Ieva <[email protected]> * refactor * refactor * Fix linter --------- Co-authored-by: Ieva <[email protected]> commit d480d3296c20d44aa5268b157c3c02b1787d2785 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Mar 13 15:42:18 2024 +0000 Update d3 (#84383) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 6cc51b21d1d74dd1a6d37109acd22d5d5fac4353 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Mar 13 17:36:04 2024 +0200 Update dependency @grafana/scenes to v3.12.0 (#84385) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit eca1bba01e1ce9777f6dbdf076750878aa96835e Author: Gábor Farkas <[email protected]> Date: Wed Mar 13 16:23:50 2024 +0100 postgres: add more tests (to handle zero-rows queries) (#84384) commit 2420c5aa4dc196da9339a0cb575d00b12c447229 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Mar 13 14:20:28 2024 +0000 Update dependency @types/node to v20.11.27 commit 8c7e65f6f48966b40389b40d9be56ea24d6fcc82 Author: Dominik Prokop <[email protected]> Date: Wed Mar 13 16:15:40 2024 +0100 Dashboard settings: Allow saving dashboard from JSON model view (#84343) * Dashboard settings: Allow saving dashboard from JSON model view * Dashboard settings: Allow saving dashboard from JSON model view * Review fix commit 447e72fe43b5f65fa32dc21da131dc4f6814163b Author: Ivana Huckova <[email protected]> Date: Wed Mar 13 16:03:20 2024 +0100 Docs: Add information about supported Loki versions by Loki data source (#84376) * Docs: Add Loki supported versions * Update commit bc2d7cf8e10277e5bb2d8391cc98bda71dc9f2e1 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Mar 13 15:02:06 2024 +0000 Update dependency xss to v1.0.15 (#84379) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 1e02c831adddc3ec7b01792c4f8ce53bc3c07958 Author: kay delaney <[email protected]> Date: Wed Mar 13 14:39:30 2024 +0000 Chore: Bump esbuild and esbuild-loader (#84164) Chore: Bump esbuild and related dependencies commit 2f0784186b6d8600cc64de52f8ebf8db998ff3d3 Author: Joey <[email protected]> Date: Wed Mar 13 14:22:57 2024 +0000 Tempo: Minor update to fix Tempo dev env as new vParquet used (#84348) * Minor update to fix Tempo dev env as new vParquet used * Remove vParquet version commit 1f2e9a544d20f45f42e69499a591e46e6ac2309c Author: Joey <[email protected]> Date: Wed Mar 13 14:22:20 2024 +0000 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 commit 06b7f6befa14d757dd9659150d4cf380bc6be0a9 Author: Georges Chaudy <[email protected]> Date: Wed Mar 13 15:17:26 2024 +0100 k8s: ensure unified storage address is populated from config ini (#84373) fix: ensure unified storage address is populated from config ini commit f2567f5100a81c1f2a8fdca70a39cde62542c4eb Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Mar 13 13:31:39 2024 +0000 Update dependency webpackbar to v6.0.1 commit f5c78e0ad97ce9ecb657cc9ef4d4b7b1885787da Author: Misi <[email protected]> Date: Wed Mar 13 14:48:13 2024 +0100 RBAC: Add ActionSettingsRead action to general.auth.config writer (#84366) Add ActionSettingsRead action to general.auth.config writer commit c0d0f13a8d12f3cbf35c8bde4a33521adfe52026 Author: Sergej-Vlasov <[email protected]> Date: Wed Mar 13 15:41:03 2024 +0200 DashboardScene: Reset query variable query and definition on datasource change (#84347) reset query variable query and definition on datasource change commit c0933fa6bb4038c519466d12bd2e61693e32a4e1 Author: Erik Sundell <[email protected]> Date: Wed Mar 13 14:37:28 2024 +0100 Chore: Bump to latest version of plugin-e2e (#84370) bump plugin-e2e and update tests commit 0604ddac13b4f0f313407e6a990647602a9aba96 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Mar 13 15:28:29 2024 +0200 Update dependency nanoid to v5.0.6 (#84372) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 0981403373dba3b8554b06d1c9fb62d8ca0cf233 Author: Gábor Farkas <[email protected]> Date: Wed Mar 13 14:23:17 2024 +0100 PostgreSQL: Display correct initial value for tls mode (#84356) commit cd545ecb71816260ef26ccf1085b16b0c994e812 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Mar 13 13:10:37 2024 +0000 Update dependency dompurify to v3.0.9 (#84371) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit d6acb474cfaee5f1ee953b0d082d2ee34700f88c Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Mar 13 12:29:03 2024 +0000 Update dependency @types/react-dom to v18.2.22 commit 13f597ef637d4d7e8078621e47f3f16a10b87706 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Mar 13 12:25:28 2024 +0000 Update dependency @glideapps/glide-data-grid to v6.0.3 (#84361) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 7feeb7ce4e6a2003e64fe496c8579ecbc2961409 Author: Alex Khomenko <[email protected]> Date: Wed Mar 13 13:01:24 2024 +0100 Cascader: Add id prop (#84240) * Cascader: Add id prop * Remove placeholder commit a89f1c22003b1f68aaf02e4313cd4ac7c9645cf5 Author: Matias Chomicki <[email protected]> Date: Wed Mar 13 12:41:18 2024 +0100 Popover Menu: fix issue hiding menu behind scrollable container (#84311) * PopoverMenu: change position to fixed * PopoverMenu: close on empty selectionchange * Popover Menu: do not let menu overflow the window dimensions * Prettier commit 6599fa805d4c33305eb7faa0ed572f927916fee2 Author: Jack Westbrook <[email protected]> Date: Wed Mar 13 12:40:09 2024 +0100 Plugins: Always load decoup…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes a flaky test that is using
toBe
instead oftoBeCloseTo
by mistake. It also performs a minor refactoring.