stevenjcumming
stevenjcumming
## Summary - removed `bin/deps` and updated documentation mentioning it - Create a binstub for starting the rails server (locally) - Use foreman & Procfile to start the processes required...
## Summary The purpose of the PR is to reduce the noise in the CI Run Specs job. - By default ignores skipped/pending tests - add PENDING environment variable to...
## 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 - Add more test examples for missing attributes - Update the spec to test against the JSON:API specifications ## Related issue(s) - https://github.com/department-of-veterans-affairs/va.gov-team/issues/83613 ## Testing done - [x]...
## Summary - Add Codeowners Check to bin/lint - use `.github/scripts/check_codeowners.sh` - Allow it to be skipped if running with --only-(rubocop|brakeman) ## Related issue(s) - https://github.com/department-of-veterans-affairs/va.gov-team/issues/74660 ## Testing done -...
## Summary - Add more test examples for missing attributes/specs ## Related issue(s) - https://github.com/department-of-veterans-affairs/va.gov-team/issues/83639 ## Testing done - [x] Add more test examples for missing attributes ## Screenshots ##...
## Summary - Add more test examples for missing attributes - correspondences on `AskVAApi::Inquiries::Serializer` ## Related issue(s) - https://github.com/department-of-veterans-affairs/va.gov-team/issues/83638 ## Testing done - [x] Add more test examples for missing...
## Summary - Replace ActiveModelSerializers (AMS) with JSON:API Serializers in `modules/veteran`. ## Related issue(s) - https://github.com/department-of-veterans-affairs/va.gov-team/issues/87045 ## Testing done - [x] updated serializers spec for jsonapi-serializer ## Acceptance Criteria -...
## Summary - Original PR: https://github.com/department-of-veterans-affairs/vets-api/pull/19050 ## Related issue(s) - n/a ## Acceptance criteria - [x] googleauth is 1.11.2
## Summary - Virtus is discontinued and needs to be removed. - Replace Virtus models with `Vets::Model` - `Vets::Model` needed a minor update to handle the base case and AVS...