Skip to content

Commit

Permalink
Merge pull request #28 from grafana/revert-21
Browse files Browse the repository at this point in the history
Revert "Merge pull request #21 from grafana/long-running-queries"
  • Loading branch information
kevinwcyu authored Nov 4, 2022
2 parents ce0695d + 8863ea4 commit 63bcbbd
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 501 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,5 @@
"rollup-plugin-typescript2": "^0.29.0",
"rollup-plugin-visualizer": "3.3.1",
"sinon": "8.1.1"
},
"resolutions": {
"rxjs": "^6.6.3"
}
}
2 changes: 1 addition & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const buildCjsPackage = ({ env }) => {
},
},
],
external: ['react', '@grafana/data', '@grafana/ui', '@grafana/runtime', 'lodash', 'rxjs'],
external: ['react', '@grafana/data', '@grafana/ui', 'lodash'],
plugins: [
typescript({
rollupCommonJSResolveHack: false,
Expand Down
197 changes: 0 additions & 197 deletions src/DatasourceWithAsyncBackend.ts

This file was deleted.

61 changes: 0 additions & 61 deletions src/RunQueryButtons.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
export { ConnectionConfig, ConnectionConfigProps } from './ConnectionConfig';
export { SIGV4ConnectionConfig } from './SIGV4ConnectionConfig';
export { DatasourceWithAsyncBackend } from './DatasourceWithAsyncBackend';
export { RunQueryButtons } from './RunQueryButtons';
export { ConfigSelect, InlineInput } from './sql/ConfigEditor';
export { ResourceSelector, ResourceSelectorProps } from './sql/ResourceSelector';
export { SQLQuery } from './sql/types';
Expand Down
93 changes: 0 additions & 93 deletions src/requestLooper.test.ts

This file was deleted.

Loading

0 comments on commit 63bcbbd

Please sign in to comment.