Skip to content

Commit

Permalink
Merge pull request #2436 from threefoldtech/development_314_remove_un…
Browse files Browse the repository at this point in the history
…used_packages

Remove Old Dashboard, Stats, Weblets & their workflows
  • Loading branch information
zaelgohary authored Mar 19, 2024
2 parents 9c162e4 + 7fae154 commit ef68995
Show file tree
Hide file tree
Showing 560 changed files with 297 additions and 91,808 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"**/dist/**",
"**/docs/**",
"/packages/rmb_direct_client/lib/types/lib/**",
"packages/weblets/playground/public/build/elements/*",
"packages/stats/public/build/*",
"packages/UI/*.config.js",
"packages/UI/src/index.css",
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/dashboard_build.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/dashboard_cypress.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/dashboard_docker.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/dashboard_selenium.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/weblets_build.yaml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/weblets_cd.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/weblets_cypress.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/weblets_docker.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ yarn-error.log
packages/grid_client/docs/tests/
packages/grid_client/docs/api/

packages/weblets/public/build/
packages/weblets/playground/public/build/
packages/stats/public/build/
packages/playground/dist/

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ This repo contains the typescript clients and projects for Threefold grid.

## Packages

- [dashboard](./packages/dashboard/README.md)
- [weblets](./packages/weblets/README.md)
- [stats](./packages/stats/README.md)
- [grid client](./packages/grid_client/README.md)
- [grid http server](./packages/grid_http_server/README.md)
Expand Down
2 changes: 0 additions & 2 deletions docs/editor_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
We recommend [Visual Studio Code](https://code.visualstudio.com/) as it has many extensions that will help, there are some of them:

- [Vue Language Features](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
- [Svelte for VS Code](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode)
- [Svelte 3 Snippets](https://marketplace.visualstudio.com/items?itemName=fivethree.vscode-svelte-snippets)
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)

Configuration files:
Expand Down
Loading

0 comments on commit ef68995

Please sign in to comment.