Skip to content

[PRMP-939] Wrong version#1071

Open
PedroSoaresNHS wants to merge 47 commits intomainfrom
PRMP-939
Open

[PRMP-939] Wrong version#1071
PedroSoaresNHS wants to merge 47 commits intomainfrom
PRMP-939

Conversation

@PedroSoaresNHS
Copy link
Contributor

@PedroSoaresNHS PedroSoaresNHS commented Feb 10, 2026

Something went wrong with Git, so this is the new branch
#1102

Comment on lines +437 to +450
deploy_s3_data_collection_lambda:
name: Deploy S3 data collection lambda
uses: ./.github/workflows/base-lambdas-reusable-deploy.yml
with:
environment: ${{ inputs.environment}}
python_version: ${{ inputs.python_version }}
build_branch: ${{ inputs.build_branch}}
sandbox: ${{ inputs.sandbox }}
lambda_handler_name: data_collection_handler
lambda_aws_name: ReportS3Content
lambda_layer_names: "core_lambda_layer,data_lambda_layer"
secrets:
AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undo as lambda no longer required

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

deploy_s3_data_collection:
name: Deploy S3 Data Collection
needs: [ "tag_and_release" ]
uses: ./.github/workflows/s3-base-data-collection.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: ./.github/workflows/s3-base-data-collection.yml
uses: ./.github/workflows/base-s3-data-collection.yml


deploy_s3_data_collection:
name: Deploy S3 Data Collection
uses: ./.github/workflows/s3_base-data-collection.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: ./.github/workflows/s3_base-data-collection.yml
uses: ./.github/workflows/base-s3-data-collection.yml

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

deploy_s3_data_collection:
name: Deploy S3 Data Collection
needs: [ "run_tests" ]
uses: ./.github/workflows/s3-base-data-collection.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: ./.github/workflows/s3-base-data-collection.yml
uses: ./.github/workflows/base-s3-data-collection.yml

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename to base-s3-data-collection.yml to match other workflow naming conventions

jobs:
push_image:
name: Push Image
uses: ./.github/workflows/s3-base-data-collection.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: ./.github/workflows/s3-base-data-collection.yml
uses: ./.github/workflows/base-s3-data-collection.yml

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Comment on lines +20 to +23
logging.getLogger(__name__).info("Starting Report S3 content ECS task")

service = ReportS3ContentService()
service.process_s3_content()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should stick with one name throughout all files, either ReportS3Content or S3DataCollection ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but Ods are the name will change later on.
On a conversation with Kris he stated that the name right now is too narrow

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lambda no longer needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
77.3% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

# Conflicts:
#	app/src/helpers/utils/documentUpload.test.ts
#	app/src/helpers/utils/documentUpload.ts
#	lambdas/services/upload_document_reference_service.py
#	lambdas/tests/unit/utils/test_file_utils.py
@github-actions
Copy link

Code security issues found

View full details here.

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

Successfully merging this pull request may close these issues.

2 participants