Skip to content

Commit

Permalink
Removing the custom Grafana plugins in the favour of the core plugins (
Browse files Browse the repository at this point in the history
…parca-dev#4567)

* Remove grafana plugins

* Added the missing packages

* Remove unused imports

* [pre-commit.ci lite] apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
  • Loading branch information
manojVivek and pre-commit-ci-lite[bot] authored Apr 30, 2024
1 parent fae3601 commit bf06f54
Show file tree
Hide file tree
Showing 40 changed files with 838 additions and 7,985 deletions.
2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ ui/packages/shared/client

ui/packages/shared/**/dist/
ui/packages/shared/**/benchmarks/
ui/packages/app/grafana-datasource-plugin/
ui/packages/app/grafana-panel-plugin/
ui/packages/app/web/build/

# Exclude generated changelogs
Expand Down
14 changes: 1 addition & 13 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,5 @@
"importOrderMergeDuplicateImports": true,
"importOrderBuiltinModulesToTop": true,
"importOrderCombineTypeAndValueImports": true,
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
"overrides": [
{
"files": "ui/packages/app/grafana**/**/*",
"options": {
"trailingComma": "es5",
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "always",
"printWidth": 120
}
}
]
"plugins": ["@ianvs/prettier-plugin-sort-imports"]
}
2 changes: 0 additions & 2 deletions ui/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ packages/shared/client/src/grpc
packages/shared/parser/src/selector.js
packages/shared/profile/src/TopTable/benchmarks
packages/shared/profile/src/ProfileIcicleGraph/benchmarks
packages/app/grafana-datasource-plugin
packages/app/grafana-panel-plugin
6 changes: 2 additions & 4 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"fix": "eslint --fix --ext .ts,.tsx,.js packages/*",
"type-check": "tsc --noEmit",
"test": "jest --coverage --config jest.config.cjs",
"build": "lerna run build --ignore @parca/grafana*",
"build-with-grafana-plugins": "lerna run build",
"build": "lerna run build",
"build-swc-lerna": "lerna run build-swc",
"watch": "lerna run --parallel watch",
"watch-parca-dev": "lerna run --parallel --include-dependencies --scope @parca/web watch",
Expand All @@ -27,8 +26,7 @@
],
"nohoist": [
"**/d3",
"**/jest",
"**/@grafana/toolkit"
"**/jest"
]
},
"dependencies": {
Expand Down
75 changes: 0 additions & 75 deletions ui/packages/app/grafana-datasource-plugin/.github/workflows/ci.yml

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions ui/packages/app/grafana-datasource-plugin/.gitignore

This file was deleted.

Loading

0 comments on commit bf06f54

Please sign in to comment.