vets-api/v0.0.1447
Release 0.0.1447 ami-0f61c25d162e20474
a8945d1 Move limiter logic to child job for copay notifications (#12932)
-
Add limiter for batch processing
-
Adjust limit numbers
-
Move to concurrent approach
-
Break out from batch
-
Decrease concurrent thread count
-
Revert past decrease
-
Move throttle to class method
-
Make static limiter
-
Lint
-
Lint pt 2
-
Restrict copay notifications to 1000/minute
-
Move throttle to child job
-
Limit new statement job
-
Initialize constants after throttle
-
Move class throttle method to top of class
fb7c24f - remove payment and debt section feature toggle (#12923)
ed97e30 VaNotify - Re-enable 1990 confirmation emails to authenticated users (#12925)
e827b1e [12929] Properly adding idme_uuid as a field when user model is reloaded (#12930)
Co-authored-by: Trevor Bosaw [email protected]
dec516d Update demographics policy to match business rules (#12890)
-
Update demographics_policy.rb
-
updated doc wording to be accurate
-
Update tests to be compatible with updated policy
-
Copy master index.html to branch
-
rerender docs
Co-authored-by: Tonksthebear [email protected]
a52cbef update Form526Submission.form w/ classificationCode before submitting to eVSS (#12905)
-
fix missing request param
-
log submission id before classification
-
write update_form_classification() to actually update the form for eVSS
-
WIP - troubleshooting method not getting called
-
wip endponit
-
still WIP testing form update functionality
-
fix logic for updating form, test against changed outputs
-
remove comment
-
fix rubocop issues
-
remove safeguards for handling legacy vro code
-
simplify form update function
-
update spec mock request to resemble current api response
-
address rubocop
-
change logging statement to work better w/ datadog
-
switch to form.to_json
-
move nil check up
-
update settings for local vro testing
-
add additional test case for handling null response
-
address rubocop issues
-
address rubocop issue
-
update spec to reflect latest vro api response
Co-authored-by: verdanceluke [email protected]