Releases: department-of-veterans-affairs/vets-api
vets-api/v0.0.548
Release 0.0.548 ami-97567bf6
716f6a3 Add index to In progress forms (#3863)
a887681 [5337] Added MDOT Prefill Form (#3853)
-
added MDOT prefill form
-
refactor and dry up
-
further simplification
-
decision review fix
-
appeasing codeclimate
-
further refactoring
-
lint fix
-
test fix
-
added DOB
-
lint fix
-
form_profile tests
-
test
-
add missing paramter
-
set vets-json-schema branch to master
-
retry
-
one more time
-
version bump
-
una vez mas
-
add missing suffix
-
reverted back to master
8ffb5aa Add vssc_extract_date column to drivetime_bands (#3864)
-
Add migration for vssc_extract_date
-
Add migration to fill new column
-
Update db schema with new drivetime_bands column
2f0afdd Contact info endpoint change (#3803)
-
update contact info paths
-
record new episodes
-
new episodes for everything
-
error spec is sending same request
-
update cassettes for reference data service spec
-
bad vet360 id for unsuccessful get person spec
-
record new episodes
-
update post_permission_w_id_error spec
-
update contact info cassettes
-
fix person full cassette
-
fix person error spec
-
fix post email specs
-
new episode for put_email_success
-
put email success spec
-
post addr success spec
-
fix post_address_w_id_error spec
-
dont use new episodes anymore
-
new episode for put_address_success
-
put_address_success spec
-
put_telephone_success new episode
-
put_telephone_success spec
-
post_telephone_success spec
-
post_telephone_w_id_error spec
-
put_permission_success spec
-
post_permission_success spec
-
get_telephone_transaction_status new episode
-
telephone_transaction_status spec
-
update permission_transaction_status_error
-
fix telephone_transaction_status_error
-
fix address_transaction_status_error
-
fix address_transaction_addr_not_found
-
fix permission_transaction_status
-
fix person_transaction_status_error
-
fix vet360 error log spec
-
use address_transaction_addr_not_found for address transaction spec
-
fix email_transaction_status_error
-
new episode for telephone_transaction_status
-
fix telephone_transaction_status
-
update person_transaction_status
-
new episode for email_transaction_status
-
update email_transaction_status
-
fix email_transaction_status statds spec
-
rerecord address_transaction_status
-
address_transaction_status fix
-
fix address failure pii log spec
-
fix async base spec
-
update put_telephone_ignore_eed
-
new episodes for person spec
-
fix person service spec
-
fix post_telephone_status_403
-
fix delete telephone success
-
fix override address req spec
-
fix put_email_ignore_eed
-
fix post_email_status_403
-
fix email trans spec and address trans spec
-
fix swagger spec
-
fix trans req spec
-
fix permission req spec
-
fix swagger address trans spec
-
fix address req spec
-
lint
-
add reference data error specs
-
fix person_status_503
-
delete email_transaction_status_w_message
vets-api/v0.0.547
Release 0.0.547 ami-9399bbf2
2312d11 Increase read timeout to 60 seconds for problem endpoints (#3857)
-
a few endpoints have had problems returning responses in less than 15, temporary fix
-
lower from 60 to 55 since fwd proxy has 60 second timeout too
1a0b06d Preload app and setup db conns on puma boot (#3819)
- Preload app and setup db conns on puma boot
- Reopen semantic_logger files per instructions at http://rocketjob.github.io/semantic_logger/forking.html
- Add PUMA_PRELOAD flag and default for testing
vets-api/v0.0.546
vets-api/v0.0.545
Release 0.0.545 ami-43f6d422
524ba50 Ruby 2.5.7 upgrade (#3497)
-
Upgrade to Ruby 2.5 by changing Dockerfile base image
-
fix Ruby 2.5 Rubocop violations
d4687c9 Exposing proper EVSS errors when query is made for claim status. (#3760)
-
Adding EVSS response migration first
-
adding frozen literal
-
adding schema change
-
persisting error
-
fixing spec
-
fixing spec
-
rubocop fix
-
more rubocop fix
-
last rubocop fix
-
last spec fix
-
Responding with proper error formatting
-
adding to the worker
-
updating spec
-
rubocop fix
-
rubocop and tests pass
-
failing test
-
fixing rubocop changes
-
tests finally passing
-
removing from establisher
-
updated v1 errors as well
890be29 Revert "Exposing proper EVSS errors when query is made for claim status. (#3760)" (#3852)
This reverts commit d4687c9.
vets-api/v0.0.544
Release 0.0.544 ami-b4496bd5
92b29c8 updated vets json schema commit hash and incremented version number (#3825)
-
updated vets jspn schema commit hash and incremented version number
-
updated vets jspn schema commit hash and incremented version number
-
updated commit hash
fcd4af8 Remove Preneeds::SubmissionReport (#3831)
- Remove Preneeds::SubmissionReport job and associated mailer. Remove configuration that logged requests.
The report is no longer needed.
cbce90b Require fields on veteran rep search (#3824)
-
merge conflict
-
require first and last name of VSO search
-
style updates
-
update error message to detail
-
Update error hash for missing first or last name
-
Fixing grammer issue in error message
vets-api/v0.0.543
Release 0.0.543 ami-7898bb19
fcfcb85 Update lighthouse-bgs gem version (#3816)
-
update lighthouse-bgs gem version
-
update bundler
-
bundle version
Co-authored-by: Jonathan Julian [email protected]
436f006 Changing error report emails (#3827)
8e8cc83 Veteran Confirmation API Documentation Updates (#3826)
- Include information about test users in the Veteran Confirmation API docs
e2bf0f4 4129 Facility Locator Urgent Care Service Type Splits (Data) (#3772)
- Extending Comunity Care to make finding a pharmacy easier
Extracting radius calculations from build params
reformatting the hash to make it easier to read
renaming build_params to provider_locator_params to be more descriptive
creating pharmacy_locator_params
ppms/client
- extract radius calculations from build params
- rename build params to provider_locator_params
- reformatting the hash to make it easier to read
- creating pos_locator_params
- updating VCR tapes
- creating a pos_locator to handle the new Place of Service API
v0/ccp_controller.rb
- moving the community care search logic to the community care provider controller
- adding in support to search for providers, pharmacies, walk-ins, and urgent_care
- updating the test suite to use stubbed ppms/client responses
Adding a route for ccp/index
Following the ruby style guide
- No Explicit return
- case vs if-else
- Moving the controller spec to a request spec
moving some of the ugly helper methods to a shared context
moved the va_request_spec to a directory matching its web path
- The Swagger docs state that a provider must have the following
ProviderIdentifier
Name
ProviderGender
moving these into the base factory
-
Updating to use the new provider traits
-
Adding name and phone number to the VCR tapes
-
Several minor tweaks around factories and providers
using a new shared context so the VA and CCP controller can access what the serializer should look like.
- Using static data instead of random fake data
- Casting total_pages to always be an Integer
- moving the allow from a before to the only
it
block in the context
Co-authored-by: John Paul Ashenfelter [email protected]
bc724ec review instance docker-compose file for vets-api (#3830)
0662a0a Fixing Forms API swagger 3 UI output (#3828)
-
Fixing Forms API swagger output
-
linting error
-
wrongly worded dependency
-
adding vaforms test
-
removing error model
-
last fix
vets-api/v0.0.542
Release 0.0.542 ami-98aa89f9
f3ee2ae Api 526 validate claimdate verification (#3823)
-
merge conflict
-
fix issue where if claim date is missing on validate a 500 is thrown
-
Respect time zones
Co-authored-by: Michael Bastos [email protected]
7a514a6 2122 ft validate (#3822)
-
merge conflict
-
Validate that uploads are PDF's
-
revert accidental commit
vets-api/v0.0.541
Release 0.0.541 ami-d7f9dab6
7b86f55 Creating Active end point for exposing current POA code (#3786)
-
Creating Active end point for exposing current poa code
-
updating source_data
-
added header_md5 for searching
-
everything working except current_poa
-
returning current_poa
-
removed current poa from V0
-
checking for active poa
-
fixed tests
-
updating swagger doc
-
last test
-
moving from old_poa to previous_poa
-
refactored submit
94f6f18 Update websites.csv (#3821)
Co-authored-by: Jeff Dunn [email protected]
vets-api/v0.0.540
Release 0.0.540 ami-1486a675
a09766a Address validation api endpoint change (#3818)
-
update to v2 endpoint
-
new episodes for av
-
update cassettes
-
fix candidate_no_match spec
-
rm validate cassettes
-
rm validate method
-
candidate takes address
-
fix multiple match spec
-
add handle error spec
5e9f816 1803 create prefill form profile for hlr (#3817)
- Update vets json schema version
- Add prefill option to decision review settings profile
- Add form profile mapping for form 0996
vets-api/v0.0.539
Release 0.0.539 ami-3cdefe5d
4abc990 [4889] HLR Moved out of Appeals Module (#3795)
-
moved everything to appeals controller in main app
-
remove whitespace
-
swagger test fixes
-
add headers
-
whitespace
-
remove duplicated swagger
-
syntax fix
-
refactor work
-
add missing newline
-
missing render
-
controller fixes
5f4423d 3545 swagger blocks for community care endpoints (supported_sites and eligibility) (#3812)
-
initial commit, not finished
-
swagger blocks for community care eligibility and supported site endpoints
-
updated class name
-
rubocopped
-
reordered responses
6df2739 Use puma executable to start web application instead of bin/rai (#3814)