tonypowa
eb813f2a19
changes to #84476 ( #84638 )
...
* removed note shortcode
* prettyfied
2024-03-18 11:24:18 +01:00
Karl Persson
8714b7cd8c
RolePicker: Don't try to fetch roles for new form ( #84630 )
2024-03-18 11:15:49 +01:00
Polina Boneva
fce78aea2c
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 <alexa1866@gmail.com>
Co-authored-by: Alexa V <239999+axelavargas@users.noreply.github.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2024-03-18 10:30:27 +01:00
Joey
f5e83d07a7
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
2024-03-18 09:17:10 +00:00
Jack Westbrook
1de4187a6e
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
2024-03-18 09:48:19 +01:00
Andres Martinez Gotor
6204f1e847
Chore: Use SigV4 middleware from aws-sdk ( #84462 )
2024-03-18 09:33:22 +01:00
Alex Khomenko
39b32524e2
AnnotationsEditor: Remove deprecated components ( #84538 )
...
* AnnotationEditorForm: Remove deprecated components
* AnnotationEditor2: Remove deprecated components
2024-03-16 09:48:17 +02:00
Alex Khomenko
1714d52f17
Chore: Replace deprecated Form imports ( #84537 )
...
* SignupInvited: replace Form
* Chore: replace Form import
* Chore: replace HorizontalGroup
* Replace the component in OrgProfile
2024-03-16 09:48:05 +02:00
Alex Khomenko
5fa627e207
Playlist: Remove deprecated components ( #84536 )
2024-03-16 09:47:39 +02:00
Dan Cech
89f3b70e17
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 <diegoaugustomolina@gmail.com>
* properly handle special characters in json label matcher
* tidy up
---------
Co-authored-by: Diego Augusto Molina <diegoaugustomolina@gmail.com>
2024-03-15 19:17:54 -04:00
Chris Bedwell
9c7a5ed506
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
2024-03-15 22:57:31 +00:00
ismail simsek
d0885ffdaa
Chore: Bump the promlib version to v0.0.2 ( #84616 )
...
bump the promlib version
2024-03-15 22:35:07 +01:00
Darren Janeczek
59baa7a4a4
fix: data trails ignore usage syntax ( #84610 )
2024-03-15 21:27:31 +02:00
Josh Hunt
08f4aeded1
E2C: Change permissions for navigating to Cloud Migration ( #84594 )
...
* allow org admins / settings writers to access e2c
* test for org admin specifically
2024-03-15 17:22:39 +00:00
William Wernert
97f37b2e6f
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
2024-03-15 18:59:45 +02:00
Josh Hunt
f2628bfad4
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
2024-03-15 18:39:13 +02:00
Gilles De Mey
1ce2ae427f
Alerting: Query and conditions improvements ( #83426 )
2024-03-15 18:37:11 +02:00
Drew Slobodnjak
f273681956
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 <nathanielmarrs@gmail.com>
2024-03-15 09:35:07 -07:00
github-actions[bot]
6d74553653
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>
2024-03-15 16:22:27 +00:00
Matias Chomicki
bba1b12448
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
2024-03-15 17:24:41 +02:00
Pepe Cano
200ff7f9b4
Alerting docs: fix broken link ( #84572 )
2024-03-15 16:23:52 +01:00
Laura Benz
7e5ce8fc20
I18n: Add milestone automatically to Crowdin PRs ( #84253 )
...
* refactor: add milestone automatically
* refactor: remove step for extracting pr number
* refactor: milestone step
2024-03-15 16:14:11 +01:00
Torkel Ödegaard
d4b3877eb8
Table: Fixes migration for hidden columns in angular table ( #84579 )
...
* Table: Fixes migration for hidden columns in angular table
* update
2024-03-15 16:05:34 +01:00
Torkel Ödegaard
4dcbf4e5bb
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
2024-03-15 16:00:58 +01:00
Darren Janeczek
e93ba13f7a
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
2024-03-15 11:00:05 -04:00
Gilles De Mey
85bd116a10
Alerting: Fix optional fields requiring validation rule ( #84584 )
...
fixes #84296
2024-03-15 15:49:05 +01:00
Sonia Aguilar
1f13a14815
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
2024-03-15 15:48:16 +01:00
Torkel Ödegaard
4753948262
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
2024-03-15 15:39:04 +01:00
Karl Persson
d4e802dd47
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
2024-03-15 15:08:15 +01:00
renovate[bot]
ced09883d3
Update dependency react-hook-form to v7.51.0 ( #84582 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 14:08:06 +00:00
Eric Leijonmarck
6c8895e349
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
2024-03-15 15:00:25 +01:00
Isabella Siu
a0b68deae4
Cloudwatch: Remove cloudWatchWildCardDimensionValues feature toggle ( #84329 )
2024-03-15 09:49:53 -04:00
Jack Westbrook
06723b9647
Chore: Pin version of playwright ( #84558 )
...
chore(playwright): pin version of playwright to prevent CI failures
2024-03-15 15:14:25 +02:00
Sonia Aguilar
fa9f692707
Alerting: Fix AlertsFolderView not showing rules when using nested folders ( #84465 )
...
* Fix AlertsFolderView not showing rules when using nested folders
* Fix tests
2024-03-15 14:08:09 +01:00
Isabel Matwawana
d06e73ac28
Docs: add alt text ( #84532 )
...
Added alt text
2024-03-15 09:04:46 -04:00
renovate[bot]
7a28ce7795
Update dependency eslint-webpack-plugin to v4.1.0 ( #84571 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 13:04:38 +00:00
Matias Chomicki
15a641a509
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
2024-03-15 13:52:55 +01:00
ismail simsek
eae9bfe4bc
Chore: Promlib allows extendOptions to be nil ( #84463 )
...
* use logger from service
* allow extendOptions to be nil
* Update logger
2024-03-15 13:37:29 +01:00
Isabel Matwawana
94a9aeaccc
Docs: fix broken links ( #84531 )
...
Fixed broken links
2024-03-15 08:36:07 -04:00
renovate[bot]
25ed621aa3
Update dependency date-fns to v3.5.0 ( #84557 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 12:10:17 +00:00
Sofia Papagiannaki
1208888bb6
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
2024-03-15 14:05:27 +02:00
Sonia Aguilar
39232a0776
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
2024-03-15 12:36:34 +01:00
Jack Westbrook
0acb400248
Chore: Remove unused rollup plugin dependencies ( #84492 )
...
* chore(runtime): remove unused rollup-plugin-terser dependency
* chore(packages): remove more unused rollup plugins
2024-03-15 12:02:27 +01:00
renovate[bot]
a8432aad3d
Update dependency @types/node to v20.11.28
2024-03-15 10:28:53 +00:00
tonypowa
500840ab77
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 <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* amended links
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* couple of minor corrections
* fixing link
* ran prettier
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2024-03-15 11:27:11 +01:00
Fabrizio
458d694d78
Update GitHub Actions to add datasource/Parca
label ( #84455 )
2024-03-15 03:11:12 -07:00
kay delaney
6e6d6e368e
Scenes: Restrict panel menu options when in edit mode ( #84509 )
2024-03-15 12:06:05 +02:00
Will Browne
9d453d0dcc
Plugins: Remove direct featuremgmt.FeatureToggles dependency from plugins config ( #84482 )
2024-03-15 10:58:51 +01:00
kay delaney
c13e248384
Scenes: Fix issue with discarding unsaved changes modal in new dashboards ( #84369 )
2024-03-15 09:58:08 +00:00
Fabrizio
78d7ebd499
Fix GitHub action to add datasource/Jaeger
label ( #84448 )
2024-03-15 10:54:00 +01:00