-
Notifications
You must be signed in to change notification settings - Fork 66
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
Merge master #16576
Merge master #16576
Conversation
* use clamav container for local development and review instances * rubocop formatting & CODEOWNERS * fix Dockerfile * update CODEOWNERS and docker-compose version for review instances * change docker-compose verions for review * fix review ports * update github workflows to match k8s * update github workflows * update code_checks for docker compose for tests * add bundle exec to setup db step in audit service tags * reset db in docker compose review & update audit service tag docker services * remove clamd and freshclam from procfile * add sidekiq enterprise license to test env var * set sidekiq license to docker build args * update makefile to work with new docker services * add clamav host & port to settings * add restart services to docker-compose review * Added virus scan to uploads spec (#16393) * Added virus scan to uploads spec * Fixing Virus scan spec * resolve merge conflict * change directory from /app to /srv/vets-api/src * use previous master version for RI + clam containers * add USER_ID to RI docker-compose * set working directory back to app * minor clean up with new line EOF & remove k8s deploy related code * update makefile up command with foreman * fix docker-compose clamav new line * more cleanup and rubocop formatting * remove redis ports from docker-compose test * update redis port * revert docker-compose test to original master * update api service name to web * rubocop formatting * add Procfile to CODEOWNERS * update CODEOWNERS * add secret and pki volumes back to RI * add some settings in review docker-compose * fix merge conflict mistake in Dockerfile * update dockerfile ruby version * add working directory to test docker-compose * update volumes in docker test * update shared volume in review docker compose * revert review docker compose changes * update srv/vets-api/* dir to app/* * update clamav to use sockets * remove working_dir from docker-compose test --------- Co-authored-by: Rachal Cassity <[email protected]>
Generated by 🚫 Danger |
Error: A file (or its parent directories) was deleted but its reference still exists in CODEOWNERS. Please update the .github/CODEOWNERS file and delete the entry for the Offending file: |
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: |
0623661
to
dbc6398
Compare
Error: A file (or its parent directories) was deleted but its reference still exists in CODEOWNERS. Please update the .github/CODEOWNERS file and delete the entry for the Offending file: |
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: |
dbc6398
to
be7a8b4
Compare
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: |
Error: A file (or its parent directories) was deleted but its reference still exists in CODEOWNERS. Please update the .github/CODEOWNERS file and delete the entry for the Offending file: |
Closed in favor of: #16577 |
use clamav container for local development and review instances
rubocop formatting & CODEOWNERS
fix Dockerfile
update CODEOWNERS and docker-compose version for review instances
change docker-compose verions for review
fix review ports
update github workflows to match k8s
update github workflows
update code_checks for docker compose for tests
add bundle exec to setup db step in audit service tags
reset db in docker compose review & update audit service tag docker services
remove clamd and freshclam from procfile
add sidekiq enterprise license to test env var
set sidekiq license to docker build args
update makefile to work with new docker services
add clamav host & port to settings
add restart services to docker-compose review
Added virus scan to uploads spec (Added virus scan to uploads spec #16393)
Added virus scan to uploads spec
Fixing Virus scan spec
resolve merge conflict
change directory from /app to /srv/vets-api/src
use previous master version for RI + clam containers
add USER_ID to RI docker-compose
set working directory back to app
minor clean up with new line EOF & remove k8s deploy related code
update makefile up command with foreman
fix docker-compose clamav new line
more cleanup and rubocop formatting
remove redis ports from docker-compose test
update redis port
revert docker-compose test to original master
update api service name to web
rubocop formatting
add Procfile to CODEOWNERS
update CODEOWNERS
add secret and pki volumes back to RI
add some settings in review docker-compose
fix merge conflict mistake in Dockerfile
update dockerfile ruby version
add working directory to test docker-compose
update volumes in docker test
update shared volume in review docker compose
revert review docker compose changes
update srv/vets-api/* dir to app/*
update clamav to use sockets
remove working_dir from docker-compose test
Co-authored-by: Rachal Cassity [email protected]
Note: Delete the description statements, complete each step. None are optional, but can be justified as to why they cannot be completed as written. Provide known gaps to testing that may raise the risk of merging to production.
Summary
Related issue(s)
Testing done
Screenshots
Note: Optional
What areas of the site does it impact?
(Describe what parts of the site are impacted andifcode touched other areas)
Acceptance criteria
Requested Feedback
(OPTIONAL)What should the reviewers know in addition to the above. Is there anything specific you wish the reviewer to assist with. Do you have any concerns with this PR, why?