sourcefuse / backstage

3 stars 0 forks source link

Validate All Existing Template #48

Open jamescrowley321 opened 12 months ago

jamescrowley321 commented 12 months ago

Go through all the existing and templates and test to make sure they still work. Create bugs for any templates that do not work.

Pushpak562 commented 11 months ago
    - type: url
  target: https://github.com/backstage/software-templates/blob/main/scaffolder-templates/react-ssr-template/template.yaml
  rules:
    - allow: [ Template ]

- type: url
  target: https://github.com/backstage/software-templates/blob/main/scaffolder-templates/docs-template/template.yaml
  rules:
    - allow: [ Template ]

- type: url
  target: https://github.com/backstage/software-templates/blob/main/scaffolder-templates/create-react-app/template.yaml
  rules:
    - allow: [ Template ]

- type: url
  target: https://github.com/sourcefuse/sf-software-templates/blob/main/scaffolder-templates/react-boilerplate/template.yaml
  rules:
    - allow: [ Template ]

- type: url
  target: https://github.com/sourcefuse/sf-software-templates/blob/main/scaffolder-templates/terraform-aws-ref-arch-bootstrap/template.yaml
  rules:
    - allow: [ Template ]

- type: url
  target: https://github.com/sourcefuse/sf-software-templates/blob/main/scaffolder-templates/microservice-repo-bootstrap/template.yaml
  rules:
    - allow: [ Template ]

- type: url
  target: https://github.com/sourcefuse/typescript-lambda-boilerplate/blob/main/templates/api-gw-lambda.yaml
  rules:
    - allow: [ Template ]

- type: url
  target: https://github.com/sourcefuse/arc-mono-repo-infra-template/blob/main/templates/template.yaml
  rules:
    - allow: [ Template ]

- type: url
  target: https://github.com/sourcefuse/terraform-aws-refarch-cloudfront/blob/main/catalog-info.yaml
  rules:
    - allow: [ Component ]
  tags: [ Backend ]

- type: url
  target: https://github.com/sourcefuse/terraform-k8s-app/blob/main/catalog-info.yaml
  rules:
    - allow: [ Component ]
  tags: [ Backend ]

- type: url
  target: https://github.com/sourcefuse/terraform-aws-ref-arch-bootstrap/blob/main/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/terraform-aws-ref-arch-db/blob/main/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/terraform-aws-refarch-tags/blob/main/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/terraform-sourceloop-apps/blob/main/catalog-info.yml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/terraform-aws-refarch-cloudfront/blob/main/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/terraform-aws-refarch-ecs/blob/main/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/terraform-aws-ref-arch-network/blob/main/catalog-info.yml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/terraform-aws-ref-arch-eks/blob/main/catalog-info.yml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/terraform-module-aws-bootstrap/blob/main/catalog-info.yml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/terraform-aws-cloud-custodian/blob/main/catalog-info.yml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/terraform-aws-refarch-opensearch/blob/main/catalog-info.yml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/loopback4-vault/blob/master/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/loopback4-s3/blob/master/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/loopback4-audit-log/blob/master/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/loopback4-notifications/blob/master/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/loopback4-helmet/blob/master/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/loopback4-soft-delete/blob/master/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/loopback4-kafka-client/blob/master/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/loopback4-ratelimiter/blob/master/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/loopback4-authorization/blob/master/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/loopback4-authentication/blob/master/catalog-info.yaml
  rules:
    - allow: [ Component ]

- type: url
  target: https://github.com/sourcefuse/telemed-app-ui/blob/main/template.yaml
  rules:
    - allow: [ Template ]
- type: url
  target: https://github.com/sourcefuse/telemed-app-api/blob/main/template.yaml
  rules:
    - allow: [ Template ]
shraddhab14 commented 11 months ago

Report : https://docs.google.com/document/d/17Dm_KKccYxUQ1G4vOTjkKJS2KRr1d0XDkL2JlaDL61Q/edit?usp=sharing

Pushpak562 commented 11 months ago

Link to the Templates not working