Austin Covrig
Austin Covrig
## Description of change Add `trackedItems` to the claims/v2 endpoint. * Adds a trackedItems cassette to VCR (BGS) * Adds trackedItems to the v2 schema ## Original issue(s) [API-17640](https://vajira.max.gov/browse/API-17640) ##...
## Description of change Add `SPACE FORCE` to the 2122a endpoint and update the PDF to match. ## Original issue(s) [API-17275](https://vajira.max.gov/browse/API-17275) ## Things to know about this PR * I...
## Summary - Require rep registrationNumber ## Related issue(s) - [API-33483](https://jira.devops.va.gov/browse/API-33483) ## Testing done - [x] *New code is covered by unit tests* - Postman - POST v2 POA validate...
How do I remove a key from the keychain (or purge the keychain)? My current flow is: User enters password in rails UI, the sidekiq worker does something like `GPGME::Key.import(File.open("#{user_id}.ppk"))`....
## Summary - Use hard-coded WSDL namespaces instead of doing a lookup - Gracefully fallback to doing a lookup when there isn't a hardcoded value ## Related issue(s) - [API-37289](https://jira.devops.va.gov/browse/API-37289)...
**Describe the bug** When trying the vue3 example in the Readme: ``` import { onMounted } from 'vue'; export default defineComponent({ channels: { ChatChannel: { connected() { console.log('connected'); }, rejected()...