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

Update the blueprint list #330

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions blueprints.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This is a list of blueprint solutions to common problems which are referenced wi

Where possible this will be a set of fully working components / solutions you can use. Where that's not possible, it will be instructions.

| Topic | Type of blueprint | Classification | Status |
| :--------------------------------------------------------------------------------------- | :---------------- | :------------- | :--------- |
| [Creating GitHub repositories](https://github.com/nhs-england-tools/repository-template) | Full solution | Recommended | Published |
| [Purging commits on GitHub](practices/guides/commit-purge.md) | Instructions | Mandatory | Published |
| [Signing commits on GitHub](practices/guides/commit-signing.md) | Instructions | Recommended | Published |
| [Automating performance-test decisions using APDEX](practices/performance-testing.md) | Instructions | Recommended | Published |
| [Scanning source code for secrets](tools/nhsd-git-secrets/README.md) | Full solution | Recommended | Published |
| Cross-account backups on AWS | Instructions | In progress | Draft |
| Topic | Type | Classification | Status |
|:--------------------------------------------------------------------------------------------------------|:--------------|:---------------|:----------|
| [Creating GitHub repositories](https://github.com/nhs-england-tools/repository-template) | Full solution | Recommended | Published |
| [Purging commits on GitHub](practices/guides/commit-purge.md) | Instructions | Mandatory | Published |
| [Signing commits on GitHub](practices/guides/commit-signing.md) | Instructions | Recommended | Published |
| [Automating performance-test decisions using APDEX](practices/performance-testing.md) | Instructions | Recommended | Published |
| [Scanning source code for secrets](tools/nhsd-git-secrets/README.md) | Full solution | Recommended | Published |
| [Cross-account backups on AWS](https://github.com/nhs-england-tools/terraform-aws-cross-account-backup) | Full solution | In progress | Draft |
Loading