vets-api/v0.0.1357
Release 0.0.1357 ami-00f76b048a360438b
1b28cdd Inline parsing of form data (#11752)
180377b [51835] Log UserAcceptableVerifiedCredential counts for Datadog consumption (#11715)
-
Add user_acceptable_credential_counts_job
Add sidekiq job
Update UserAccount has_many :user_verification to has_many :user_verifications
Uddate and add specs
Remove dump.rdb -
Add schedule
-
cleanup
-
update specs
-
update log data fields, remove scopes
1dfb10e Rake tasks for appeals CCG auth (#11743)
Adds new rake tasks for fetching and validating Client Credentials
Grant (CCG) tokens for appeals APIs that use OAuth
4432bba API-21503: Store Additional VBADocuments File Checksums (#11747)
-
API-21503: Remove checksum comparison (failed experiment)
-
API-21503: Remove supporting code for checksum comparison feature; feature was removed
-
API-21503: Fix Tempfile parsing after reverting changes to MultipartParser
-
API-21503: Use different fixture file for this spec
-
API-21503: Store MD5 original file checksum since it's included in response from the PUT upload endpoint
-
API-21503: Store SHA-256 checksum for content and attachment documents
-
API-21503: Add more specs
-
API-21503: Small rename
-
API-21503: Use described_class instead
99a91c1 Api 23200 move a bgs service (#11710)
-
Move a BGS service (needs testing)
-
Fix tests
-
Set up pe cleanup script
-
Test script
-
remove all test code
-
Add explicit fail condition
Co-authored-by: Curt Bonade cbonade@Curts-MacBook-Pro.local
900cc20 Distinguish between LGY documents using documentType
(#11616)
In #11335 and #11338, I started adding an ATTACHMENT tag to the description of vet-uploaded documents, to distinguish between vet-uploaded documents and notification letters. It was a hacky solution permissible at the time (and arguably still permissible). But since then, LGY has started setting the documentType
of vet-uploaded documents to Veteran Correspondence
. Given that, I'd like to retire our hacky solution and rely on documentType
instead.
d9b45e5 API-23726-remove-leading-space-contentions (#11735)
-
Adds method to handle contentions, and a new test.
-
Fixes docs
-
Adds logic to handle string properly
-
Removes catch for array based on PR comments
-
Refactors & adds OAS docs