Skip to content

Commit 1de4187

Browse files
authored
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
1 parent 6204f1e commit 1de4187

19 files changed

+419
-1273
lines changed

.betterer.results

-6
Original file line numberDiff line numberDiff line change
@@ -1133,9 +1133,6 @@ exports[`better eslint`] = {
11331133
"packages/grafana-ui/src/utils/useAsyncDependency.ts:5381": [
11341134
[0, 0, 0, "Unexpected any. Specify a different type.", "0"]
11351135
],
1136-
"plugins-bundled/internal/input-datasource/src/InputDatasource.ts:5381": [
1137-
[0, 0, 0, "Unexpected any. Specify a different type.", "0"]
1138-
],
11391136
"public/app/core/TableModel.ts:5381": [
11401137
[0, 0, 0, "Unexpected any. Specify a different type.", "0"],
11411138
[0, 0, 0, "Unexpected any. Specify a different type.", "1"],
@@ -6293,9 +6290,6 @@ exports[`no gf-form usage`] = {
62936290
[0, 0, 0, "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.", "5381"],
62946291
[0, 0, 0, "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.", "5381"]
62956292
],
6296-
"plugins-bundled/internal/input-datasource/src/InputConfigEditor.tsx:5381": [
6297-
[0, 0, 0, "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.", "5381"]
6298-
],
62996293
"public/app/angular/components/code_editor/code_editor.ts:5381": [
63006294
[0, 0, 0, "gf-form usage has been deprecated. Use a component from @grafana/ui or custom CSS instead.", "5381"]
63016295
],

plugins-bundled/internal/input-datasource/.gitignore

-1
This file was deleted.

plugins-bundled/internal/input-datasource/README.md

-3
This file was deleted.

plugins-bundled/internal/input-datasource/__mocks__/d3-interpolate.ts

-1
This file was deleted.

plugins-bundled/internal/input-datasource/jest.config.js

-18
This file was deleted.

plugins-bundled/internal/input-datasource/package.json

-36
This file was deleted.

plugins-bundled/internal/input-datasource/src/InputConfigEditor.tsx

-69
This file was deleted.

plugins-bundled/internal/input-datasource/src/InputDatasource.test.ts

-58
This file was deleted.

plugins-bundled/internal/input-datasource/src/InputDatasource.ts

-124
This file was deleted.

0 commit comments

Comments
 (0)