Skip to content

Commit

Permalink
chore: remove datasource code (#1892)
Browse files Browse the repository at this point in the history
  • Loading branch information
eh-am authored Mar 14, 2023
1 parent 1fa6dbe commit bdcaeed
Show file tree
Hide file tree
Showing 29 changed files with 0 additions and 2,585 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/cypress-datasource.yml

This file was deleted.

17 changes: 0 additions & 17 deletions cypress/integration/datasource/basic.ts

This file was deleted.

6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@
"postinstall": "yarn run web-postinstall",
"dev": "yarn run dev:webapp",
"dev:panel": "NODE_ENV=development webpack --config scripts/webpack/webpack.panel.ts --watch",
"dev:datasource": "NODE_ENV=development webpack --config scripts/webpack/webpack.datasource.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:datasource": "lerna run build --scope=@pyroscope/datasource-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 Down Expand Up @@ -57,10 +55,6 @@
"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",
"cy:datasource:open": "cypress open --config-file packages/pyroscope-datasource-plugin/cypress.json",
"cy:datasource:ci": "cypress run --config-file packages/pyroscope-datasource-plugin/cypress.json",
"cy:datasource:ss": "./scripts/cypress-screenshots.sh --config-file packages/pyroscope-datasource-plugin/cypress.json",
"cy:datasource:ss-check": "CYPRESS_updateSnapshots=false ./scripts/cypress-screenshots.sh --config-file packages/pyroscope-datasource-plugin/cypress.json",
"lint-staged": "lint-staged",
"size": "size-limit",
"storybook": "start-storybook -p 6006",
Expand Down
9 changes: 0 additions & 9 deletions packages/pyroscope-datasource-plugin/.eslintrc.js

This file was deleted.

63 changes: 0 additions & 63 deletions packages/pyroscope-datasource-plugin/CHANGELOG.md

This file was deleted.

30 changes: 0 additions & 30 deletions packages/pyroscope-datasource-plugin/CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit bdcaeed

Please sign in to comment.