Releases: department-of-veterans-affairs/vets-api
vets-api/v0.0.558
vets-api/v0.0.557
Release 0.0.557 ami-36a48b57
3d2c2d9 Ruby 2.6.5 upgrade (#3906)
- Update Ruby version to 2.6.5 in .ruby-version, Gemfile, Dockerfile
- Update
upsert
gem for Ruby 2.6 compatibility
fbbf28e Add Swagger docs for v0/forms (#3890)
-
[Forms] Add Swagger docs for v0/forms
-
Fix type
-
Add a forms request spec
-
Fix up test
-
Attempt to fix test
-
Add Forms tests
-
Delete old test
-
Rm query
-
Fix test
-
Fix test
0b94c61 Logic for display of Community Care name (#3902)
- Trimming the responses from PPMS
we are now going to take an optional param trim
trim will make the ppms responses more consistant in terms of whitespace
department-of-veterans-affairs/va.gov-team#4762
- Set the provider name based on the provider type
We need to display the correct name based on the provider type
it was always using ProviderName but thats only applicable to Individuals
Adding in the ability to trim all the fields we get from ppms
this will make it so there arent any leading or trailing whitespaces
and it will remove extra spaces inside the value
a a - b
should look like a a - b
-
Fixing the failure in the swagger spec
-
Using Flipper for the caresite name and attribute trimming
42cbccf Adding my ID.me account to the flipper admin list (#3914)
also alphabetizing the list of admins because thats how I roll.
5e7de38 filter okta uuids from statsd (#3913)
if we look at http://grafana.vfs.va.gov/d/000000022/breakers?orgId=1&fullscreen&panelId=3&var-data_source=Prometheus%20(Production)&var-service=OKTA&var-endpoint=All we see that not all okta id's start with /api/v1/users/00u2 Some have another digit, so loosen thcriteria to things that start with '00u'+ 17 digits
5e4a517 [5338] DLC Service Integration (#3887)
-
renamed to mdot
-
add schemas
-
added tests
-
appeasing codeclimate
-
refactor
-
refactor
-
work
-
trailing white space
-
work
-
test
-
test fix
-
move subject def
-
require the monitoring lib
-
added http timeout tests
-
added more tests
-
line too long fix
-
added submit_order_500 VCR cassette
-
added 400 error
-
make the all might linter happy
-
work
-
trailing white space
-
include monitoring
-
var fix
-
add statsd constant
-
breakers implement first
-
lint
-
dealing with codeclimates annoyances
-
work
-
work
-
list of reqs
-
fix base path issue
-
fix url
-
here goes
-
test
-
codeclimate
-
test
-
test
-
stuff
-
tests passing now
-
faraday fix
-
misc fixes
-
exempt service_exception
-
adjustments
-
test
3daa4a7 require country_code_iso3 instead of country_name in contact info endpoint (#3911)
-
validate presence of country code iso3, dont validate presence of country name
-
ignore country name and country iso2 in addresses controller
-
update delete_address_success
-
update put_address_override
-
dont need put_address_ignore_eed vcr
-
fix country_code_iso3 presence spec
-
fix put address spec
-
add address variable back
-
lint
-
lint
-
lint
-
remove country name and country code iso2 from swagger
-
delete unnecessary attributes in DELETE /v0/profile/addresses spec
vets-api/v0.0.556
Release 0.0.556 ami-abc9e6ca
6053778 fix overcommit to work with rubocop-thread_safety (#3870)
9b2358a Bump foreman from 0.86.0 to 0.87.0 (#3848)
a97fede Update gems used in testing (#3912)
-
Update simplecov gems
-
Update webmock gem
-
Update byebug/pry gems
-
Update webrick gem
-
Update simplecov gems
-
Update vcr gem
-
Update database_cleaner gem
dd015dd Fixing Form Urls and checking for valid_pdf (#3909)
-
Adding valid_pdf boolean to Forms
-
rubocop fix
-
rubocop final fix
-
Fixing urls and adding valid_pdf check
-
last form fix
-
rubocop fix
-
last rubocop fix
-
fixing tests
-
fixed update_sha256
-
resetting starts_with? and rescue
-
fixed tests
-
rubocop fix
-
fixed vcrs
-
fixing test coverage
-
adding failure test
7e39bda Lighthouse Appeals API - switch to ssn field (#3889)
-
change veteranId and fileNumberOrSsn to ssn in accordance with changes in caseflow. update documentation
-
switch to X-VA style headers
-
fix documentation
Co-authored-by: Michael Bastos [email protected]
d5da58c Deduping the array responses from PPMS (#3907)
- Deduping the array responses from ppms
PPMS currently responds with a large number of duplicates.
vets-api/v0.0.555
Release 0.0.555 ami-60092601
8e5d1f9 5674 vaos empty appointments (#3879)
- handle vaos missing appointment list
2ec5e17 5806 vaos direct scheduling require parent code (#3898)
- make parent-code param required in DirectSchedulingFacilitiesController
f826baa use latest version of lighthouse bgs gem (#3894)
33fe53f Adding github_stats.rake that will only be called in Jenkins (#3910)
vets-api/v0.0.554
Release 0.0.554 ami-3bb19d5a
34eafe0 cc_urgent_care needs to get posCode 17 and 20 (#3895)
- Urgent care subtypes #5713
This is a quick change to get posCode 17 and 20
Since we want the backend to combine the results from both pos searches this looked like a quick way to get it done.
This needs more testing around
Urgent Care | Walk In | Results |
---|---|---|
yes | yes | Urgent Care and Walk in |
yes | no | only Urgent Care |
no | yes | only Walk In |
no | no | Empty Array |
since the client class is handeling the merge the controller just needs to keep doing what its doing.
department-of-veterans-affairs/va.gov-team#5713
trying to fix the lint errors
Moving a few more things around.
some of these linters are a little over the top
- Calling sort once.
Co-authored-by: Johnny Holton [email protected]
3ec7e19 Adding new endpoint for BGS find dependents (#3838)
-
merge conflict
-
new endpoint for bgs find dependents
-
new endpoint for bgs find dependents
-
adding specs
-
adding bgs specs
-
adding specs
-
updating specs
-
testing specs
-
testing specs
-
updating tests
-
testing bgs settings
-
adding error handling
-
updating specs
-
updating test settings
-
adding spec coverage
-
updating specs
-
testing specs
-
testing specs
-
adding error handling
-
updating specs
-
repolicate the raised error for BGS
-
Adding debugging information
-
specify the ssn for the dc user in test
-
fix spec with bad user type
-
use a different ssn for the show test
-
change the test bgs flag to false becuase CI doesnt write out the mockdata
-
removing debugging
-
swagger naming consistency
Co-authored-by: Charley Stran [email protected]
Co-authored-by: John Paul Ashenfelter [email protected]
4ba95da 2032 implement add person mvi (#3632)
-
Add search_token to the profile parsing attributes for the find profile response
-
Add add person service end point call to mvi service
-
Add json schema template for add_person call request
-
Add an add person method to the mvi model
-
Separate orchestrated search into a separate service
c97c36d Bump byebug from 11.0.1 to 11.1.1 (#3844)
3bf97fd Bump fakeredis from 0.5.0 to 0.7.0 (#3845)
11b660c Add a long timeout when downloading clamav db. (#3892)
freshclam will fail (timeout) after 30 seconds when downloading
database updates. This causes docker builds to fail when building
over low bandwidth connections. This sets the default timeout to
10 minutes instead.
vets-api/v0.0.553
Release 0.0.553 ami-2cc1ed4d
00441b9 Allows SSOe session controller to uplevel successfully (#3878)
Updates v1 sessions controller to trigger upleveling correctly based
on initial response from SSOe, and introduces a different LOA3 authnContext
value preferred by SSOe.
Maintains the existing authnContext value for the v0 sessions controller.
27533b3 add --parallel to rubocop cmd (#3882)
Co-authored-by: John Paul Ashenfelter [email protected]
dd9dc83 Adding valid_pdf boolean to Forms (#3900)
-
Adding valid_pdf boolean to Forms
-
rubocop fix
-
rubocop final fix
vets-api/v0.0.552
vets-api/v0.0.551
Release 0.0.551 ami-312e0250
b058180 Tag burial claims metrics with claimant relationship type (#3883)
-
tag burial claims metrics with claimant relationship type
-
linting
9006821 add documentation to address validation code (#3880)
-
address validation service documentation
-
add service class description
-
address_validation_req docs
-
build_from_address_suggestion docs
-
AddressSuggestionsResponse docs
-
lint
d601b55 Add NewRelic gem and config (#3888)
- Add newrelic gem
- Add NewRelic config
862f199 Use postgresql v11 in CI (#3836)
- Use Postgresql v11 in CI
- Use alpine release to save size
- Use postgis 11 for review instances
- Use postgis 11 for local instances
vets-api/v0.0.550
vets-api/v0.0.549
Release 0.0.549 ami-a51934c4
0dcd3d9 Filter additional attributes from Sentry (#3861)
-
reformatting only
-
add additional PII fields
f9c9f76 change ca cert loading in docker image for non-prod environments (#3856)
ae344fd add review slug back to saml relay state (#3833)
-
add review slug back to saml relay state
-
specs & new strategy