Skip to content

Commit afec04b

Browse files
committed
Transferring DI repo from nhsd-exeter to NHSDigital org
1 parent 51d8491 commit afec04b

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/.github @nhsd-exeter/maintainers
2-
/build/automation/lib @nhsd-exeter/maintainers
3-
/build/automation/init.mk @nhsd-exeter/maintainers
4-
/.gitignore @nhsd-exeter/maintainers
5-
/project.code-workspace @nhsd-exeter/maintainers
1+
/.github @NHSDigital/maintainers
2+
/build/automation/lib @NHSDigital/maintainers
3+
/build/automation/init.mk @NHSDigital/maintainers
4+
/.gitignore @NHSDigital/maintainers
5+
/project.code-workspace @NHSDigital/maintainers

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
projectBaseDir: .
3535
args: >
3636
-Dsonar.sources=application,infrastructure,scripts,test,build/docker
37-
-Dsonar.organization=nhsd-exeter
37+
-Dsonar.organization=NHSDigital
3838
-Dsonar.projectKey=uec-dos-int
3939
-Dsonar.coverage.exclusions=tests/**,**/tests/**,infrastructure,application/dos_db_handler/**,test/**,scripts/**,application/conftest.py
4040
-Dsonar.python.coverage.reportPaths=coverage.xml

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ tag-commit-to-destroy-environment: # Tag git commit to destroy deployment - mand
272272
fi
273273

274274
get-environment-from-pr:
275-
ENVIRONMENT=$$(gh pr list -s merged --json number,mergeCommit,headRefName --repo=nhsd-exeter/dos-integration | jq --raw-output '.[] | select(.number == $(PR_NUMBER)) | .headRefName | sub( ".*:*/DS-(?<x>.[0-9]*).*"; "ds-\(.x)") ')
275+
ENVIRONMENT=$$(gh pr list -s merged --json number,mergeCommit,headRefName --repo=NHSDigital/dos-integration | jq --raw-output '.[] | select(.number == $(PR_NUMBER)) | .headRefName | sub( ".*:*/DS-(?<x>.[0-9]*).*"; "ds-\(.x)") ')
276276
echo $$ENVIRONMENT
277277

278278
is-environment-deployed:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The main components you will need for _basic_ development work, are your OS vers
108108

109109
Clone the repository
110110

111-
git clone git@github.com:nhsd-exeter/dos-integration.git
111+
git clone git@github.com:NHSDigital/dos-integration.git
112112
cd ./dos-integration
113113

114114
### AWS Authentication

build/automation/var/project.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ORG_NAME = nhsd-exeter
1+
ORG_NAME = NHSDigital
22
PROGRAMME = uec
33
PROJECT_GROUP = uec/dos
44
PROJECT_GROUP_SHORT = uec-dos
@@ -26,7 +26,7 @@ TF_VAR_environment = $(ENVIRONMENT)
2626
TF_VAR_aws_account_name = $(AWS_ACCOUNT_NAME)
2727
TF_VAR_deployment_secrets = $(DEPLOYMENT_SECRETS)
2828
PROJECT_DEPLOYMENT_SECRETS = $(DEPLOYMENT_SECRETS)
29-
TF_VAR_github_owner = nhsd-exeter
29+
TF_VAR_github_owner = NHSDigital
3030
TF_VAR_github_repo = dos-integration
3131
PARALLEL_TEST_COUNT := $(or $(PARALLEL_TEST_COUNT), auto)
3232

@@ -45,7 +45,7 @@ TF_VAR_cicd_blue_green_deployment_pipeline_name := $(PROJECT_ID)-$(ENVIRONMENT)-
4545
TF_VAR_cicd_shared_resources_deployment_pipeline_name := $(PROJECT_ID)-$(ENVIRONMENT)-cicd-shared-resources-deployment-pipeline
4646
TF_VAR_blue_green_deployment_new_version_parameter_name := $(PROJECT_ID)-$(ENVIRONMENT)-blue-green-deployment-new-version
4747
TF_VAR_development_tools_encryption_key_alias := $(PROJECT_ID)-$(ENVIRONMENT)-development-tools-encryption-key
48-
TF_VAR_github_url := https://github.com/nhsd-exeter/dos-integration.git
48+
TF_VAR_github_url := https://github.com/NHSDigital/dos-integration.git
4949
TF_VAR_pipeline_topic_name := $(PROJECT_ID)-$(ENVIRONMENT)-pipeline-topic
5050
TF_VAR_pipeline_notification_name := $(PROJECT_ID)-$(ENVIRONMENT)-pipeline-notification
5151
TF_VAR_cicd_blue_green_deployment_pipeline_nofitication_name := $(PROJECT_ID)-$(ENVIRONMENT)-blue-green-pipeline-notification

0 commit comments

Comments
 (0)