Kevin Minehart
3afc20fae9
CI: Update and rename pr-patch-mirror-and-apply.yml to sync-mirror.yml ( #71608 )
...
* CI: Update and rename pr-patch-mirror-and-apply.yml to sync-mirror.yml
* update CODEOWNERS
2023-07-13 19:15:07 -03:00
Nathan Marrs and Isabel
c91f340579
Docs: Add disconnect value feature documentation ( #71519 )
...
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com >
2023-07-13 14:54:00 -07:00
Bruno
1b56a9ccd8
ci: add ephemeral instances action ( #71604 )
...
* ci: add ephemeral instances action
* add operator experience squad to CODEOWNERS
* only run action steps for a specific user
2023-07-13 18:02:35 -03:00
Ludovic Viaud
9b143a5043
Fix e2e ( #71594 )
2023-07-13 19:58:22 +02:00
e36a9a7b9d
new go mod ( #71378 )
...
* new go mod
* fix
* remove golang.org/x/mod from go.sum
* restore go.sum for x/mod
* bring back x/mod into go.mod as it is used by build pkg
* Assign oauth2 to authnz
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
* Assign go-kit log to backend platform
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
* Assign kindsys to as-code
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
* Update go.mod
Co-authored-by: Artur Wierzbicki <artur.wierzbicki@grafana.com >
* Update go.mod
Co-authored-by: Artur Wierzbicki <artur.wierzbicki@grafana.com >
* Update go.mod
Co-authored-by: Artur Wierzbicki <artur.wierzbicki@grafana.com >
* implement sofia's suggestions, change ownership to BEP for some imports
* Update go.mod
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
* Update go.mod
Co-authored-by: sam boyer <sdboyer@grafana.com >
* Update go.mod
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
* assign grpc to plugins platform
---------
Co-authored-by: Serge Zaitsev <serge.zaitsev@grafana.com >
Co-authored-by: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com >
Co-authored-by: sam boyer <sdboyer@grafana.com >
Co-authored-by: Artur Wierzbicki <artur.wierzbicki@grafana.com >
2023-07-13 13:52:37 -04:00
Yuri Tseretyan
541bfe636d
SSE: Support for ML query node ( #69963 )
...
* introduce a new node-type ML and implement a command outlier that uses ML plugin as a source of data.
* add feature flag mlExpressions that guards the feature
2023-07-13 20:37:50 +03:00
Jack Baldry
e8b4228f89
Update make docs procedure and related workflows ( #71537 )
...
* Add myself as CODEOWNER for `make docs` procedure and related workflows
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Update `make docs` procedure
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Add workflow to update `make docs` procedure
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Update doc-validator workflow
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Fix team handle
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Clean up CODEOWNERS
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2023-07-13 18:24:23 +01:00
David Harris
c4fff1c5f2
docs: update references to deprecated plugins ( #71569 )
...
* docs: update plugin management
2 of the 3 panels were deprecated and should no longer be referenced. Picked two recently updated panels to replace.
* docs: update create app
Remove reference to deprecated worldmap panel
2023-07-13 09:17:50 -07:00
Kyle Brandt
6493e92932
Chore: update dataplane/examples lib ( #71591 )
...
Includes fix that should resolve tests using this library failing on windows
2023-07-13 18:56:59 +03:00
renovate[bot] and Ashley Harrison
cbc44751b2
Update dependency immer to v10 ( #71583 )
...
* Update dependency immer to v10
* use named export now that the default has been removed
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2023-07-13 18:52:59 +03:00
renovate[bot]
4c31672536
Update dependency rudder-sdk-js to v2.37.0 ( #71572 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 16:27:52 +01:00
renovate[bot]
94d3fa7087
Update dependency selecto to v1.26.0 ( #71581 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 18:13:19 +03:00
Ivan Ortega Alba
18b4f72c7a
DS Picker: Use trigger width as min width ( #71501 )
2023-07-13 17:10:38 +02:00
renovate[bot]
320478760f
Update dependency @rollup/plugin-commonjs to v25 ( #71576 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 18:03:05 +03:00
Sonia Aguilar and Virginia Cepeda
718401d250
Alerting: Add smart type selection when creating a new alert rule ( #71071 )
...
* Add smart type selection when creating a new alert rule
* Auto switch when switch button has not been clicked yet
* remove unnecessay code after the last refacgtor
* Refactor
* Remove unneeded prop
* Move SmartAlertTypeDetector to its own file
* Fix tests
* Refactor: new useSetExpressionAndDataSource hook
* Fix expressions not been propagated when switching from one type to another
* Change texts
* Update tests
* Update text in switch button
* Update texts and tests
* Refactor: move code to getCanSwitch new method
* Move smart alert after queries and remove auto-switch
* Remove expressions and restore them when switching between grafana and cloud type
* Rename previous expression state
* Fix tests
* Add data source name for data source-managed alert selection
* Update reducer when changing cloud data source
* PR review suggestions
* PR review suggestions 2nd part
* PR review suggestions 3th part
* Fix canSwitch
* Update texts on smart alert
---------
Co-authored-by: Virginia Cepeda <virginia.cepeda@grafana.com >
2023-07-13 17:02:47 +02:00
Laura Benz
bb48417ba0
refactor: remove cta for users with reading rights ( #71380 )
...
* refactor: remove cta for users with reading rights
* feat: add tests
* refactor: replace folder uid
* refactor: replace folder uid
2023-07-13 17:00:28 +02:00
renovate[bot]
3a21061dbb
Update dependency css-minimizer-webpack-plugin to v5 ( #71578 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 14:58:36 +00:00
renovate[bot]
17a93e7b2e
Update dependency @grafana/eslint-config to v6 ( #71575 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 14:53:25 +00:00
renovate[bot]
0149df741b
Update dependency @rollup/plugin-json to v6 ( #71577 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 14:48:28 +00:00
renovate[bot]
d4a8bb6958
Update emotion monorepo ( #71573 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 15:32:15 +01:00
Selene
e9e2d9ff83
Core: Update thema, cuetsy and cue fork ( #71527 )
...
* Update cue fork
* Update dashboard schema
* Fix lint
2023-07-13 17:29:38 +03:00
renovate[bot]
4e57726e96
Update dependency jest-junit to v16 ( #71555 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 15:12:48 +01:00
renovate[bot] and Ashley Harrison
95620cdd34
Update dependency glob to v10 ( #71554 )
...
* Update dependency glob to v10
* use named import
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2023-07-13 17:07:10 +03:00
Gilles De Mey
0be9658064
Alerting: Adds support for toggling common labels ( #71497 )
2023-07-13 17:00:49 +03:00
renovate[bot]
58689f17cc
Update dependency eslint-plugin-jsdoc to v46 ( #71553 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 14:59:56 +01:00
renovate[bot]
d98496bffb
Update dependency yargs to v17.7.2 ( #71551 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 16:56:42 +03:00
Esteban Beltran
0db1d16c09
Plugins: Make datasource instances live targets for the sandbox ( #71472 )
2023-07-13 15:44:52 +02:00
Michael Mandrus
a42bab9c97
Docs: Fix minor errors in query caching documentation ( #71513 )
...
merge over changes from Larissa
2023-07-13 14:37:08 +01:00
Ludovic Viaud
a762f94b87
Fix e2e ( #71562 )
...
Fix e2e
2023-07-13 15:23:59 +02:00
Esteban Beltran
78efef4ac0
Plugins: App plugins running inside a sandbox div will have height 100% ( #71453 )
2023-07-13 14:59:20 +02:00
renovate[bot]
98921c072a
Update dependency yaml to v2.3.1 ( #71550 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 13:56:51 +01:00
renovate[bot]
04c66d7597
Update dependency webpack-bundle-analyzer to v4.9.0 ( #71541 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 13:46:12 +01:00
Andrej Ocenas
7ccd73c9ef
DataLinks: Fix bug where links which use built in variables could be hidden ( #71372 )
2023-07-13 14:38:07 +02:00
renovate[bot]
ceb702b96a
Update dependency d3 to v7.8.5 ( #71549 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 12:34:34 +00:00
renovate[bot]
4d283c1f92
Update dependency webpack-cli to v5.1.4 ( #71542 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 15:28:41 +03:00
Gilles De Mey
bd9b0d6d82
Alerting: Support spaces in alert names for creating silence links ( #71280 )
2023-07-13 14:24:25 +02:00
Gábor Farkas
98f4bbf7fa
logs: context small improvements ( #71546 )
...
adjusted page size
normalize logrow refid
add tracking
2023-07-13 12:18:26 +00:00
renovate[bot]
5fcb7ba10a
Update dependency webpack to v5.88.1 ( #71540 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 12:12:19 +00:00
Ezequiel Victorero
290deca2eb
Dashboards: Save tags on dashboard creation ( #71394 )
...
Dashboards: save tags on dashboard creation
2023-07-13 09:10:46 -03:00
Kristina
0083b2e346
Explore: Support display of multiple tables ( #70935 )
...
* Explore: Display multiple tables
* Fix tests
* Add multi table test
* Use refID and not weird custom key
* Remove tempo changes
* Consolidate/clean up some table frame logic
* clean up some code, have meta text in panel
2023-07-13 06:44:42 -05:00
renovate[bot]
ec9366b300
Update dependency webpack-merge to v5.9.0 ( #71544 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 10:48:35 +00:00
renovate[bot]
cbb00bfa75
Update dependency webpack-dev-server to v4.15.1 ( #71543 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 13:44:38 +03:00
renovate[bot]
c5ee22672b
Update dependency rimraf to v5 ( #71545 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 13:37:16 +03:00
renovate[bot]
1d32ae60a7
Update dependency @kusto/monaco-kusto to v7.7.0 ( #71538 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 13:26:09 +03:00
renovate[bot]
731a21be2e
Update dependency ol to v7.4.0 ( #71416 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-13 10:55:42 +01:00
Joey
76a83dd540
Traces: Add inline validation and greater precision to duration fields in span filters ( #71404 )
...
* Add inline validation to span filters
* Update filter spans by duration precision
* Update IntervalInput props
* Update validation
* Update span filters
* Update props
* Update test
* Update defaults and duration aria labels
2023-07-13 10:48:31 +01:00
Levente Balogh
324b33146a
Datasources: Pass down the edit-form errors ( #69830 )
...
feat: pass the error to the event handler
2023-07-13 11:31:02 +02:00
Sofia Papagiannaki
32ff712e98
Swagger: Fix response for the search users endpoint ( #71272 )
...
* Regenerate OpenAPI specs for fetching the latest changes
* Fix swagger annotations for search users API
2023-07-13 11:35:03 +03:00
Dimitris Sotirakis
fd90737884
CI: Fix broken env vars in publish-artifacts step ( #71471 )
...
Fix env vars
(cherry picked from commit 64d2ff03c80c807c03390f63ba1834c5605fc96d)
# Conflicts:
# .drone.yml
2023-07-13 11:12:15 +03:00
Gábor Farkas
e045860fbf
loki: generate dataplane-compliant logs dataframes (behind feature flag) ( #69909 )
...
* add feature flag
* prepare tests
* enable dataplane-format in loki-backend
2023-07-13 09:58:00 +02:00