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

VI print police copy and submit #173

Merged
merged 35 commits into from
Oct 10, 2023
Merged

Conversation

JustinMacaulay
Copy link
Contributor

This adds in the functionality to view police copy of the VI form, and submission of the VI form. Saves the event data and creates a PDF drom the form image and saves it to the Minio bucket as an encrypted file.

@github-actions
Copy link

github-actions bot commented Oct 5, 2023

rsbc-roadside-forms-form-handler:latest (redhat 8.8) - Trivy Report - 2023-10-05 19:31:37.410630718 +0000 UTC m=+0.334749802

redhat
No Vulnerabilities found
No Misconfigurations found
python-pkg
No Vulnerabilities found
No Misconfigurations found

@github-actions
Copy link

github-actions bot commented Oct 5, 2023

rsbc-roadside-forms-backend-api:latest (redhat 8.8) - Trivy Report - 2023-10-05 19:32:02.961849183 +0000 UTC m=+0.407515543

redhat
No Vulnerabilities found
No Misconfigurations found
python-pkg
No Vulnerabilities found
No Misconfigurations found

@github-actions
Copy link

github-actions bot commented Oct 5, 2023

rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2023-10-05 19:35:14.384949576 +0000 UTC m=+0.380378450

redhat
No Vulnerabilities found
No Misconfigurations found

Copy link
Contributor

@amlanc1 amlanc1 left a comment

Choose a reason for hiding this comment

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

Updated comments

form_id_vi=event.vi_form.form_id,
event_id=event.event_id,
form_type='VI',
storage_key=f'test/{encoded_file_name}',
Copy link
Contributor

Choose a reason for hiding this comment

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

the folder name should be read from an env variable. There is already an env variable passed on line 160. Thats the folder name (bucket name)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed to be the same as the config bucket

@github-actions
Copy link

rsbc-roadside-forms-backend-api:latest (redhat 8.8) - Trivy Report - 2023-10-10 16:23:29.442154489 +0000 UTC m=+0.360700154

redhat
No Vulnerabilities found
No Misconfigurations found
python-pkg
No Vulnerabilities found
No Misconfigurations found

@github-actions
Copy link

rsbc-roadside-forms-form-handler:latest (redhat 8.8) - Trivy Report - 2023-10-10 16:23:54.834423199 +0000 UTC m=+0.452385875

redhat
No Vulnerabilities found
No Misconfigurations found
python-pkg
No Vulnerabilities found
No Misconfigurations found

@github-actions
Copy link

rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2023-10-10 16:25:27.927454241 +0000 UTC m=+0.267077876

redhat
No Vulnerabilities found
No Misconfigurations found

@github-actions
Copy link

rsbc-roadside-forms-form-handler:latest (redhat 8.8) - Trivy Report - 2023-10-10 18:31:08.670200019 +0000 UTC m=+0.364427050

redhat
No Vulnerabilities found
No Misconfigurations found
python-pkg
No Vulnerabilities found
No Misconfigurations found

@github-actions
Copy link

rsbc-roadside-forms-backend-api:latest (redhat 8.8) - Trivy Report - 2023-10-10 18:31:19.291522767 +0000 UTC m=+0.368862143

redhat
No Vulnerabilities found
No Misconfigurations found
python-pkg
No Vulnerabilities found
No Misconfigurations found

@github-actions
Copy link

rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2023-10-10 18:33:10.171324648 +0000 UTC m=+0.286046260

redhat
No Vulnerabilities found
No Misconfigurations found

Copy link
Contributor

@amlanc1 amlanc1 left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions
Copy link

rsbc-roadside-forms-backend-api:latest (redhat 8.8) - Trivy Report - 2023-10-10 21:41:07.238359466 +0000 UTC m=+0.353637346

redhat
No Vulnerabilities found
No Misconfigurations found
python-pkg
No Vulnerabilities found
No Misconfigurations found

@github-actions
Copy link

rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2023-10-10 21:43:00.28834962 +0000 UTC m=+0.303708713

redhat
No Vulnerabilities found
No Misconfigurations found

@github-actions
Copy link

rsbc-roadside-forms-backend-api:latest (redhat 8.8) - Trivy Report - 2023-10-10 21:56:59.094456631 +0000 UTC m=+0.533744371

redhat
No Vulnerabilities found
No Misconfigurations found
python-pkg
No Vulnerabilities found
No Misconfigurations found

@github-actions
Copy link

rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2023-10-10 21:58:16.838576089 +0000 UTC m=+0.280437935

redhat
No Vulnerabilities found
No Misconfigurations found

@github-actions
Copy link

rsbc-roadside-forms-backend-api:latest (redhat 8.8) - Trivy Report - 2023-10-10 22:13:04.189703825 +0000 UTC m=+0.472205642

redhat
No Vulnerabilities found
No Misconfigurations found
python-pkg
No Vulnerabilities found
No Misconfigurations found

@github-actions
Copy link

rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2023-10-10 22:14:37.816644103 +0000 UTC m=+0.315492379

redhat
No Vulnerabilities found
No Misconfigurations found

@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 1 Bug
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 15 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@JustinMacaulay JustinMacaulay merged commit 8701279 into release/1.0 Oct 10, 2023
6 of 10 checks passed
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.

3 participants