Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

FDS-671 dashboard code removed #275

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
"@ollion/flow-core-config":"packages/flow-core-config/CHANGELOG.md",
"@ollion/flow-form-builder":"packages/flow-form-builder/CHANGELOG.md",
"@ollion/flow-lineage":"packages/flow-lineage/CHANGELOG.md",
"@ollion/flow-dashboard":"packages/flow-dashboard/CHANGELOG.md",
"@ollion/custom-elements-manifest-to-types":"packages/custom-elements-manifest-to-types/CHANGELOG.md"
}

Expand Down
3 changes: 1 addition & 2 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const alias = [
"flow-lineage",
"flow-log",
"flow-md-editor",
"flow-table",
"flow-dashboard"
"flow-table"
].map(pkg => ({
find: `@ollion/${pkg}`,
replacement: path.resolve(__dirname, "../packages", pkg, "src")
Expand Down
7 changes: 0 additions & 7 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import "@ollion/flow-table";
import "@ollion/flow-md-editor";
import "@ollion/flow-form-builder";
import "@ollion/flow-lineage";
import "@ollion/flow-dashboard";

import { setCustomElementsManifest, setCustomElements } from "@storybook/web-components";
import { themes } from "@storybook/theming";
Expand Down Expand Up @@ -126,10 +125,6 @@ async function run() {
const tableCustomElements = await (
await fetch(new URL("../packages/flow-table/custom-elements.json", import.meta.url))
).json();
const dashboardCustomElements = await (
await fetch(new URL("../packages/flow-dashboard/custom-elements.json", import.meta.url))
).json();

const mdEditorCustomElements = await (
await fetch(new URL("../packages/flow-md-editor/custom-elements.json", import.meta.url))
).json();
Expand All @@ -146,8 +141,6 @@ async function run() {

setCustomElementsManifest(mdEditorCustomElements);
setCustomElements(mdEditorCustomElements);
setCustomElementsManifest(dashboardCustomElements);
setCustomElements(dashboardCustomElements);
}

run();
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"@ollion/flow-aws-icon": "latest",
"@ollion/flow-code-editor": "workspace:*",
"@ollion/flow-core": "workspace:*",
"@ollion/flow-dashboard": "workspace:*",
"@ollion/flow-form-builder": "workspace:*",
"@ollion/flow-gcp-icon": "latest",
"@ollion/flow-lineage": "workspace:*",
Expand Down
8 changes: 0 additions & 8 deletions packages/flow-dashboard/.npmignore

This file was deleted.

13 changes: 0 additions & 13 deletions packages/flow-dashboard/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/flow-dashboard/LICENSE

This file was deleted.

60 changes: 0 additions & 60 deletions packages/flow-dashboard/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions packages/flow-dashboard/compile.sh

This file was deleted.

67 changes: 0 additions & 67 deletions packages/flow-dashboard/package.json

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading