Skip to content

Commit

Permalink
build(tools): remove both app and module sao generators
Browse files Browse the repository at this point in the history
The tools were originally created to support the Angular.js module and
its corresponding standalone application.

Since this framework has reached its end of life, it is now time to
remove these deprecated and unused tools in order to reduce project
dependencies.

Signed-off-by: Antoine Leblanc <[email protected]>
  • Loading branch information
antleblanc authored and anooparveti committed Nov 19, 2024
1 parent b132646 commit 44a0a25
Show file tree
Hide file tree
Showing 84 changed files with 66 additions and 2,772 deletions.
3 changes: 0 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
dist
node_modules
packages/manager/tools/sao-ovh-manager-module/template/apiv2/src
packages/manager/tools/sao-ovh-manager-module/template/default/src
packages/manager/tools/sao-ovh-manager-app/template
packages/manager/core/generator/app/templates
packages/components/ovh-shell
www
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
"format:js": "yarn run lint:js --fix",
"format:tsx": "yarn run lint:tsx --fix && prettier --write \"packages/{manager/apps,manager-react-components}/**/*.{tsx,ts}\"",
"format:md": "yarn run lint:md --fix",
"generate:app": "sao ./packages/manager/tools/sao-ovh-manager-app",
"generate:uapp": "yarn workspace @ovh-ux/manager-generator run start",
"generate:module": "sao ./packages/manager/tools/sao-ovh-manager-module",
"lint": "run-p lint:*",
"lint:css": "stylelint \"packages/**/*.{css,less,scss}\"",
"lint:html": "htmlhint --ignore \"**/dist/**,**/www/**,**/coverage/**,**/screenshot/**,**/docs-api/**\" \"packages/**/*.html\"",
Expand Down Expand Up @@ -121,7 +119,6 @@
"remark-lint": "^7.0.1",
"remark-preset-lint-recommended": "^4.0.1",
"rimraf": "^3.0.2",
"sao": "^1.7.0",
"stylelint": "^13.7.2",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
Expand Down
276 changes: 0 additions & 276 deletions packages/manager/tools/sao-ovh-manager-app/CHANGELOG.md

This file was deleted.

29 changes: 0 additions & 29 deletions packages/manager/tools/sao-ovh-manager-app/LICENSE

This file was deleted.

29 changes: 0 additions & 29 deletions packages/manager/tools/sao-ovh-manager-app/README.md

This file was deleted.

Loading

0 comments on commit 44a0a25

Please sign in to comment.