Skip to content

Releases: department-of-veterans-affairs/vets-api

vets-api/v0.0.538

23 Jan 20:01
Compare
Choose a tag to compare

Release 0.0.538 ami-25032344

0a26e03 VAOS Bug fix, round 2 (#3810)

vets-api/v0.0.537

22 Jan 20:05
Compare
Choose a tag to compare

Release 0.0.537 ami-ee0d2d8f

4ac771b Add NCA websites (#3805)

  • Pull NCA websites from WebsiteUrlService

  • Handle two digit NCA StationNum in CSV

  • Instantiate NCA Facilities after url is added

  • Don't return nil when not matching regex

f2167e0 Bump config from 1.4.0 to 2.2.1 (#3758)

  • Bump config from 1.4.0 to 2.2.1

Bumps config from 1.4.0 to 2.2.1.

Signed-off-by: dependabot-preview[bot] [email protected]

  • merge master

  • Update default option for deep merge nil values to maintain current behavior

Co-authored-by: Anna Carey [email protected]
Co-authored-by: Keifer Furzland [email protected]

f574340 Update claims report email list (#3806)

  • merge conflict

  • remove emails from claims mailer

  • update test for removed email addresses

e0500dd Vaos appointments post bug fix (#3808)

  • add appointment_type to permitted

  • add appointment_type and make sure clinic is indifferent_access

vets-api/v0.0.536

21 Jan 20:01
Compare
Choose a tag to compare

Release 0.0.536 ami-cd84a5ac

f3ecf40 [4501] Contestable Issues Method & Route (#3755)

  • added route for contestable_issues

  • test

  • rerecorded vcr cassette

  • remove comment mark

  • add missing test

  • removed cr from appeals_request_spec file

  • add contestable issues class to apidocs controller

  • fix line length issue

  • test fixes

  • add missing error code, missing schema definition

  • remove schema mod

54f7931 3602 VAOS full institution data (#3773)

  • Adds /systems/:system_id/clinic_institutions

The endpoint accepts an array of clinic ids and for each returns its institution data,
specifically, the full institution code which is used to fetch the correct address
data from the facilities API.

05a2e90 get HLR info through lighthouse (HLR show) (#3792)

  • get contestable issues through lighthouse

  • push failing test example

  • tweak test and routes

  • remove lighthouse api key from headers supplied as argument to

  • remove with_okta... from test

  • wip

  • create cassette

  • make a constant for v2 path

  • add service method get_higher_level_review. add HLR controller. add tests. add routes. copy cassette.

  • rubo

  • update cassette

  • rubocop routes

  • disable BlockLength rubocop rule

cce2d3b create HLR through lighthouse (#3793)

  • get contestable issues through lighthouse

  • push failing test example

  • tweak test and routes

  • remove lighthouse api key from headers supplied as argument to

  • remove with_okta... from test

  • wip

  • create cassette

  • make a constant for v2 path

  • add service method get_higher_level_review. add HLR controller. add tests. add routes. copy cassette.

  • add service method create_higher_level_review. add create method to HLR controller. write test. copy cassette

  • rubo

  • update cassette

  • rubocop routes

  • update cassette

  • fix comment

vets-api/v0.0.535

20 Jan 20:27
Compare
Choose a tag to compare

Release 0.0.535 ami-f0bb9a91

29505b9 Use YML config file for dependabot (#3800)

  • Move our dependabot configuration into the application using config.yml file

f5dfc14 get contestable issues through lighthouse (#3775)

  • get contestable issues through lighthouse

  • push failing test example

  • tweak test and routes

  • remove lighthouse api key from headers supplied as argument to

  • remove with_okta... from test

  • wip

  • create cassette

  • make a constant for v2 path

  • update cassette using local caseflow

  • rubocop

3604c01 remove gi_vet_tec_program_provider_filters (#3788)

800684f Migration for the header_md5 that we want to use in searching POA (#3801)

  • Migration for the header_md5 that we want to use in searching POA

  • rubocop fix

28166f1 4894 add claims with docs end point (#3799)

  • Add new endpoint integration to claim services and add documentation

  • Update claim update job with new claims service endpoint

5cddfe3 get intake status through lighthouse (#3790)

  • get contestable issues through lighthouse

  • push failing test example

  • tweak test and routes

  • remove lighthouse api key from headers supplied as argument to

  • remove with_okta... from test

  • wip

  • create cassette

  • add get_intake_status service method. add intake_statuses_controller. add route for intake status. add tests. copy cassette from decision_review cassettes

  • make a constant for v2 path

  • update cassette

  • rubo

51deb17 Update VHA Mental Health Info CSV (#3802)

  • Sort phone list by ID

  • Change delimiter to | so " is allowed in values

  • Lint

36835aa filter dynamic ids from prometheus label (#3784)

vets-api/v0.0.534

17 Jan 20:25
Compare
Choose a tag to compare

Release 0.0.534 ami-0b31106a

9bbb40f Add capability of POSTing to /appointments (direct scheduling) (#3756)

Co-authored-by: steven brush [email protected]

499624f config/redis.yml (#3781)

c803d99 add class name to Sidekiq logs (#3798)

64bcf1f 4517 finalize hlr integration (#3783)

  • Remove legacy issues integration from HLR service as it DNE anymore.

  • Update exceptions file and remove unneeded exceptions and add new ones for HLR

f6c616b Update a lot of test env gems (#3797)

  • Update rspec gems
  • Update rubocop gems and rerun _todo file
  • Update guard
  • Update webmock gem
  • Manually fix some exclusions for RSpec/SubjectStub

vets-api/v0.0.533

16 Jan 20:21
Compare
Choose a tag to compare

Release 0.0.533 ami-b84b6ad9

0f061d6 Ensure that the test environment is not using a real rails log (#3774)

Tests will typically run much faster when not writing to the log file, which will reduce local file usage and avoid the error when semantic_logger falls behind as many log messages spew out.

There's an ENV var to turn logs back on in test environment when/if needed.

  • Ensure that the test environment is not using a real rails log
  • Checking each statistic counted by the MHV::AccoutStatisticsJob to fix spec that accidentally depends on logger return type instead of actual behavior
  • Allow ENV var for toggling the test log on if necessary

3688d94 Add optional fields to query Veteran Confirmation (#3787)

Add optional gender and middle_name fields to Veteran Confirmation API, which can make it more likely to return a matching entry from MVI.

251928c Update websites.csv (#3789)

  • Update websites.csv

  • Update websites.csv

  • Update websites.csv

  • Update websites.csv

  • Update websites.csv

61e8ed9 Set vbms env directly (#3791)

  • merge conflict

  • excplicitly pass vbms env

8679f23 Fix issue with optional attribute in Veteran Confirmation API (#3794)

  • Fix issue with upcasing gender attribute in the Veteran Confirmation API that was throwing an exception

0d055b3 Update Rack gem (#3796)

  • Update Rack gem to reference a specific Github commit to fix a bug while we wait for a gem release.

rack/rack#1428

vets-api/v0.0.532

15 Jan 20:01
Compare
Choose a tag to compare

Release 0.0.532 ami-11ab8d70

70dd1d8 Update body for 526+2122 (#3730)

  • Update body for 526+2122

  • Convert to request_body

  • More conversion to request_body
    Added security definition in a few places

  • Another security definition

  • Rewrite this to be more accurate

  • get rid of the \n

  • Add loa header to all v0 requests

  • rubocop stuff

  • Changes in how response content is handled

  • apparently rubocop wasn't running locally

Co-authored-by: Michael Bastos [email protected]

702fdb8 Bump mini_magick from 4.9.5 to 4.10.1 (#3765)

a9ce03d Bump typhoeus from 1.1.2 to 1.3.1 (#3779)

Bumps typhoeus from 1.1.2 to 1.3.1.

Signed-off-by: dependabot-preview[bot] [email protected]

Co-authored-by: Anna Carey [email protected]

e4893fd Bump faker from 2.9.0 to 2.10.1 (#3776)

Bumps faker from 2.9.0 to 2.10.1.

Signed-off-by: dependabot-preview[bot] [email protected]

Co-authored-by: Anna Carey [email protected]

8455946 Bump rack-cors from 1.0.6 to 1.1.1 (#3720)

Bumps rack-cors from 1.0.6 to 1.1.1.

Signed-off-by: dependabot-preview[bot] [email protected]

Co-authored-by: Anna Carey [email protected]

9796bc8 Add stuck submissions to mailer (#3785)

  • Add stuck submissions to mailer
    move views to proper location
    refactor table into partial

  • Line too long

vets-api/v0.0.531

14 Jan 20:00
Compare
Choose a tag to compare

Release 0.0.531 ami-b1cee8d0

f14816d X-Consumer-Username should not be required field (#3768)

  • X-Consumer-Username should not be required field`

  • sending sentry message if X-Consumer-Username stops being sent by Kong

  • moved to method

  • turning header validation back on

  • ensuring claims v1 wont fail without X-consumer-username

6c2ca5d Set default workers / threads (#3763)

  • Set default workers / threads

  • Change to single quotes

0c6b9b2 Use sed instead of ruby sub for memory performance (#3771)

  • Use sed instead of ruby sub for memory performance

  • parser actually expects path

0ee2e70 Bump pg from 1.1.4 to 1.2.0 (#3701)

35942a3 Bump overcommit from 0.51.0 to 0.52.1 (#3738)

c5ba2de Bump yard from 0.9.20 to 0.9.24 (#3764)

0f3c67d Bump olive_branch from 2.0.0 to 3.0.0 (#3713)

vets-api/v0.0.530

11 Jan 00:41
Compare
Choose a tag to compare

Release 0.0.530 ami-2083a441

b60293b Updates the Redis config for the test env to use inherit_socket: true (#3767)

When running specs via docker, i.e. make spec, the parallel spec runs will cause the
Redis connection will churn and throw an error that you "Tried to use a connection from
a child process without reconnecting. You need to reconnect to Redis after forking or
set :inherit_socket to true."

This should just be noise from the specs forking because the tests all use fakeredis
which is in-memory so they don't hit the test Redis service.

287ccf2 Use custom path for configuration file (#3769)

vets-api/v0.0.529

10 Jan 20:01
Compare
Choose a tag to compare

Release 0.0.529 ami-0da5826c

01392d5 CT: Update auto-complete search functionality to use REDIS #4096 (#3622)

As a developer, I need to update the auto-complete search functionality of the comparison tool to use REDIS, so that it uses cached data for search functionality to prevent performance issues when completing searches.

These changes add REDIS caching to all calls to gibct-data-service

department-of-veterans-affairs/va.gov-team#4046

9aca174 Update Veteran Confirmation documentation route (#3761)

711e5ea Validate json body payload for posts (#3729)

  • Validate json body payload for posts

  • Tests caught an edge case. thnx test

  • Store result so we don't parse again

  • Specify json:api and include link

Co-authored-by: Michael Bastos [email protected]