stevenjcumming
stevenjcumming
## Summary This is an early step to replace review instances with preview environments. This is also an early step in merging k8s into master. - replace `clam_scan` with `clamav-client`...
Reverts department-of-veterans-affairs/vets-api#15881
## Summary The introduction of binstubs, which are executable wrappers, is proposed as a solution to harmonize the development environment across different setup configurations. The primary objective of these binstubs...
## Summary - Setup replaces the existing manual setup setups by combining most of them into one command - Some setup steps must be done manually such as Postgres &...
## Summary - Replace existing testing command with a binstub `bin/test` - Options include --ci, --no-parallel, --coverage, --log - Input folders/files can be include like with rspec - Uses the...
## Summary - Add binstub for linting with command `bin/lint` - Uses rubocop, brakeman, and bundle-audit - Options include `--dry`,`--only-rubocop`,`--only-brakeman` - Inputs can include files and folder - Autocorrecting in...
## Summary - Remove `rest-client ` - Add `httprb` - Update 'oauth2' dependency to '>= 1.1'
## Summary - Remove a deprecation warning from two files - `app/models/form526_job_status.rb` - `app/models/saved_claim/disability_compensation.rb` - switched to `alias` for `Form526JobStatus` - remove `alias_attribute` for `SavedClaim::DisabilityCompensation` because isn't used anymore -...
## Summary CombinePDF logs a warning "Couldn't connect reference for..." when NULL objects have empty values. NULL objects do _not_ necessarily indicate that there is an error hence the warning....
~**Note**: Merge https://github.com/department-of-veterans-affairs/vets-api/pull/16058 first~ merged ## Summary Instead of updating the `k8s` branch and merging with `master`. This branch is updated with code from k8s and will be merged with...