Skip to content

vets-api/v0.0.533

Compare
Choose a tag to compare
@va-bot va-bot released this 16 Jan 20:21
· 3714 commits to 0d055b39f83972b413d6120d4bb056a8cf9cf4a9 since this release

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