vets-api/v0.0.1445
Release 0.0.1445 ami-0e847dfd165d8b451
9bf5b9b Modified letters generator route to be POST and updated tests (#12794)
-
modified letters generator route to be POST and updated tests
-
updated letters generator download endpoint to work with POST requests and Benefits Summary options
-
restored boolean casting and selection in letters generator controller
-
fixing option filtering
50ba261 VACMS-13184 Remove homepage modal flipper (#12908)
b3d79f4 add feature flipper for form 21-10210 (#12904)
6078929 VAOS: Migrate MFS Clinics Search Call Over to VAOS Service (#12863)
-
refactor(vaos): update MobileFacilityService to use VAOS Service instead of MFS to get clinic data
refactor(vaos): update friendly_name field to use service_name
test(vaos): updated VAOS rspec tests work with the changes -
test(mobile): update get clinic vcr cassettes due to change from mfs to vaos service endpoints
68f0a0d mobile - lighthouse claims request decision (#12896)
9816aff Bump rswag-ui from 2.8.0 to 2.9.0 (#12883)
Bumps rswag-ui from 2.8.0 to 2.9.0.
updated-dependencies:
- dependency-name: rswag-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNeil [email protected]
0d31029 Bump combine_pdf from 1.0.22 to 1.0.23 (#12884)
Bumps combine_pdf from 1.0.22 to 1.0.23.
updated-dependencies:
- dependency-name: combine_pdf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNeil [email protected]
a3ca6ec Bump aws-sdk-s3 from 1.119.1 to 1.123.1 (#12885)
Bumps aws-sdk-s3 from 1.119.1 to 1.123.1.
updated-dependencies:
- dependency-name: aws-sdk-s3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNeil [email protected]
98fd19f Bump connect_vbms from 43654a0
to 98b1f9f
(#12886)
Bumps connect_vbms from 43654a0
to 98b1f9f
.
updated-dependencies:
- dependency-name: connect_vbms
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNeil [email protected]
3b5861d Updating PR template description to negate 'specs run' as an acceptable testing option (#12912)
Co-authored-by: Trevor Bosaw [email protected]
1fb8e34 Bump rails from bc2f390
to 1ae51e3
(#12900)
Bumps rails from bc2f390
to 1ae51e3
.
updated-dependencies:
- dependency-name: rails
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNeil [email protected]
42922ec Add limiter for copay batch processing (#12910)
-
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
e9ee241 VAOS Delete Feature Toggle 'va_online_scheduling_convert_utc_to_local' (#12915)
- chore(features.yml): The feature toggle va_online_scheduling_convert_utc_to_local was removed as it is no longer needed.
fd2714e API-26837 Reorganize appeals schemas (#12835)
- Reorganize appeals schemas
Reorganizes the schemas for forms and headers in the Decision Reviews
API and the segmented appeals APIs in a way that makes it clearer which
schemas belong to which API
-
Remove SCHEMA_VERSION constant in appeals API controllers
-
Minimize FORM_NUMBER constant in appeals API controllers
Adjusts the use of FORM_NUMBER
so that it only refers to numbers of
forms (e.g. 200995, 200996, etc.), not names of general schemas
- Move schema updates into a dedicated concern