Skip to content

Commit

Permalink
chore: remove panel, since it was moved to a different repo (grafana#…
Browse files Browse the repository at this point in the history
…1902)

* chore: remove panel, since it was moved to a different repo

* remove custom alias resolve

* add emotion
  • Loading branch information
eh-am authored Mar 29, 2023
1 parent 7a56df4 commit d0cb5ad
Show file tree
Hide file tree
Showing 28 changed files with 105 additions and 5,217 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/cypress-panel.yml

This file was deleted.

13 changes: 0 additions & 13 deletions cypress/integration/panel/basic.ts

This file was deleted.

10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
"web-postinstall": "scripts/web-postinstall.js",
"postinstall": "yarn run web-postinstall",
"dev": "yarn run dev:webapp",
"dev:panel": "NODE_ENV=development webpack --config scripts/webpack/webpack.panel.ts --watch",
"dev:standalone": "webpack --config scripts/webpack/webpack.standalone.ts --watch",
"dev:flamegraph": "yarn run lerna run dev --scope=@pyroscope/flamegraph",
"dev:webapp": "yarn run lerna run dev --scope=@pyroscope/webapp",
"build": "yarn run build:webapp",
"build:webapp": "lerna run build --scope=@pyroscope/webapp --include-dependencies",
"build:panel": "lerna run build --scope=@pyroscope/panel-plugin --include-dependencies",
"build:standalone": "webpack --config scripts/webpack/webpack.standalone.ts",
"build:size-limit": "NODE_ENV=production NOHASH=true webpack --config scripts/webpack/webpack.size-limit.ts && yarn build:flamegraph",
"build:flamegraph": "lerna run build --scope=@pyroscope/flamegraph",
Expand All @@ -51,10 +49,6 @@
"cy:webapp-base-url:open": "cypress open --config-file cypress/base-url/cypress.json",
"cy:webapp-base-url:ci": "cypress run --config-file cypress/base-url/cypress.json",
"cy:webapp-base-url:ss-check": "CYPRESS_updateSnapshots=false ./scripts/cypress-screenshots.sh --config-file cypress/base-url/cypress.json",
"cy:panel:open": "cypress open --config-file grafana-plugin/panel/cypress.json",
"cy:panel:ci": "cypress run --config-file packages/pyroscope-panel-plugin/cypress.json",
"cy:panel:ss": "./scripts/cypress-screenshots.sh --config-file packages/pyroscope-panel-plugin/cypress.json",
"cy:panel:ss-check": "CYPRESS_updateSnapshots=false ./scripts/cypress-screenshots.sh --config-file packages/pyroscope-panel-plugin/cypress.json",
"lint-staged": "lint-staged",
"size": "size-limit",
"storybook": "start-storybook -p 6006",
Expand Down Expand Up @@ -161,8 +155,8 @@
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "7.8.3",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-free": "~5.14.0",
"@fortawesome/fontawesome-svg-core": "~1.2.30",
"@fortawesome/free-brands-svg-icons": "~5.15.1",
Expand Down
9 changes: 0 additions & 9 deletions packages/pyroscope-panel-plugin/.eslintrc.js

This file was deleted.

Loading

0 comments on commit d0cb5ad

Please sign in to comment.