Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate All Existing Template #48

Open
jamescrowley321 opened this issue Oct 9, 2023 · 3 comments
Open

Validate All Existing Template #48

jamescrowley321 opened this issue Oct 9, 2023 · 3 comments
Assignees

Comments

@jamescrowley321
Copy link
Contributor

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
Copy link
Collaborator

    - 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 ]

@Pushpak562
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants