Skip to content

Commit

Permalink
Removed GitHub Pages scaffolder module
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Wanlin <[email protected]>
  • Loading branch information
awanlin committed Oct 29, 2024
1 parent 0216ffe commit 814003c
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 254 deletions.
2 changes: 1 addition & 1 deletion demo-template/template/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
description: Repository Created by Demo Template
- id: enable-pages
name: Enable Pages
action: github:pages
action: github:pages:enable
input:
repoUrl: ${{ parameters.repoUrl }}
buildType: 'workflow'
Expand Down
1 change: 0 additions & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@frontside/backstage-plugin-graphql-backend": "^0.1.2",
"@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.3.0",
"@internal/plugin-catalog-backend-module-backstage": "workspace:^",
"@internal/plugin-scaffolder-backend-module-github-pages": "workspace:^",
"app": "^0.0.0",
"better-sqlite3": "^11.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ backend.add(import('@backstage/plugin-kubernetes-backend/alpha'));
backend.add(import('@backstage/plugin-proxy-backend/alpha'));
backend.add(import('@backstage/plugin-scaffolder-backend/alpha'));
backend.add(import('@backstage/plugin-scaffolder-backend-module-github'));
backend.add(import('@internal/plugin-scaffolder-backend-module-github-pages'));
backend.add(import('@backstage/plugin-search-backend/alpha'));
backend.add(import('@backstage/plugin-search-backend-module-catalog/alpha'));
backend.add(import('@backstage/plugin-search-backend-module-explore/alpha'));
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions plugins/scaffolder-backend-module-github-pages/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions plugins/scaffolder-backend-module-github-pages/package.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions plugins/scaffolder-backend-module-github-pages/src/index.ts

This file was deleted.

39 changes: 0 additions & 39 deletions plugins/scaffolder-backend-module-github-pages/src/module.ts

This file was deleted.

20 changes: 2 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6169,7 +6169,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-scaffolder-node@npm:0.5.1-next.0, @backstage/plugin-scaffolder-node@npm:^0.5.1-next.0":
"@backstage/plugin-scaffolder-node@npm:0.5.1-next.0":
version: 0.5.1-next.0
resolution: "@backstage/plugin-scaffolder-node@npm:0.5.1-next.0"
dependencies:
Expand Down Expand Up @@ -8592,21 +8592,6 @@ __metadata:
languageName: unknown
linkType: soft

"@internal/plugin-scaffolder-backend-module-github-pages@workspace:^, @internal/plugin-scaffolder-backend-module-github-pages@workspace:plugins/scaffolder-backend-module-github-pages":
version: 0.0.0-use.local
resolution: "@internal/plugin-scaffolder-backend-module-github-pages@workspace:plugins/scaffolder-backend-module-github-pages"
dependencies:
"@backstage/backend-plugin-api": "npm:^1.0.2-next.0"
"@backstage/cli": "npm:^0.29.0-next.0"
"@backstage/errors": "npm:^1.2.4"
"@backstage/integration": "npm:^1.15.1"
"@backstage/plugin-scaffolder-backend-module-github": "npm:^0.5.2-next.0"
"@backstage/plugin-scaffolder-node": "npm:^0.5.1-next.0"
octokit: "npm:^3.1.2"
yaml: "npm:^2.0.0"
languageName: unknown
linkType: soft

"@ioredis/commands@npm:^1.1.1":
version: 1.2.0
resolution: "@ioredis/commands@npm:1.2.0"
Expand Down Expand Up @@ -16282,7 +16267,6 @@ __metadata:
"@frontside/backstage-plugin-graphql-backend": "npm:^0.1.2"
"@frontside/backstage-plugin-graphql-backend-module-catalog": "npm:^0.3.0"
"@internal/plugin-catalog-backend-module-backstage": "workspace:^"
"@internal/plugin-scaffolder-backend-module-github-pages": "workspace:^"
app: "npm:^0.0.0"
better-sqlite3: "npm:^11.0.0"
languageName: unknown
Expand Down Expand Up @@ -27772,7 +27756,7 @@ __metadata:
languageName: node
linkType: hard

"octokit@npm:^3.0.0, octokit@npm:^3.1.2":
"octokit@npm:^3.0.0":
version: 3.2.1
resolution: "octokit@npm:3.2.1"
dependencies:
Expand Down

0 comments on commit 814003c

Please sign in to comment.