Skip to content

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

vets-api/v0.0.518

19 Dec 20:01
Compare
Choose a tag to compare

Release 0.0.518 ami-e8306a89

7c81591 Bump rubocop-junit-formatter from 0.1.3 to 0.1.4 (#3658)

8c58ad0 Bump shrine from 2.16.0 to 2.19.3 (#3662)

9802a19 exclude swagger from codeclimate similar code (#3650)

f06f8d7 [Security] Bump rack from 2.0.7 to 2.0.8 (#3666)

415b215 Bump dry-types from 1.1.0 to 1.2.2 (#3660)

vets-api/v0.0.517

18 Dec 20:01
Compare
Choose a tag to compare

Release 0.0.517 ami-47f6ad26

6f721a6 [1781] Higher Level Review show & intake_status Endpoints (#3426)

  • added stubs

  • updating swagger docs

  • added columns to migration

  • updated controller methods to conform to DecisionReview service methods

  • added uuid for higher_level_review, removed hlr serializer

  • more swagger updates

  • more swagger updates

  • add higher_level_review schema and spec test for higher_level_review valid GET

  • remove model

  • remove model file

  • simplified controller logic

  • update tests, include intake status test

  • rollback schema

  • add intake_status schema

  • add swagger docs for intake_status

  • rubocop issue fixes

  • remove whitespace

  • remove hlr controller spec

  • lint fixes

  • documentation fixes

  • lint fixes

  • lint fixes

  • appeals api fixes

  • fixes

  • test and lint fixes

  • missing newline

  • readd missing appeals route

  • test fixes

  • whitespace

  • fix uuid

  • test

  • controller issues fix

  • update spec

  • swagger doc fixes

  • test fixes

  • lint fixes

  • test

  • test fixes

  • rubocop fixes

  • test fixes

  • whitespace fix

  • fix

  • intake_statuses test fix

  • documentation fix

  • test

  • test

  • error code test

  • added decision review not found error

  • more fixes

  • hlr schema fixes

  • 500 error fix

  • 303 fix

  • swagger test fixes

  • bunch of fixes

  • x

  • whitespace

  • fix

  • test

  • bug squishing

  • almost there

  • fix review schema

9fbdae6 Rt/create veteran confirmation api (#3638)

  • Add Rails Engine for Veteran Confirmation API
  • Add placeholder request spec for coverage

aabc2aa Bump iconv from 1.0.4 to 1.0.8 (#3653)

Bumps iconv from 1.0.4 to 1.0.8.

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

e0fda50 Add vbms and bgs to healthcheck (#3648)

  • merge conflict

  • VBMS and BGS healthchecks

  • Add more healthcheck tests

  • Update spec to mock at a lower level

c112add Bump aasm from 4.12.0 to 5.0.6 (#3659)

3020181 Rename initializer to AppInfo (#3657)

a8c2716 Dont actually healthcheck vbms and bgs yet (#3665)

  • merge conflict

  • Dont actually use bgs and vbms healthchecks yet

  • update the specs for bgs and vbms health check

  • Doesnt make sense to track the health checker for coverage until vbms and bgs are live in prod

vets-api/v0.0.516

17 Dec 20:17
Compare
Choose a tag to compare

Release 0.0.516 ami-ddd289bc

1968b59 3976 integrate hlr legacy issues endpoint (#3644)

  • Add legacy and contestable issues endpoint integrations to service class

6fa93ec 1880 notifications v1.5 permission bio (#3434)

  • adding updates for permission-bio additions for notifications version 1.5

  • fixed test so it passed - had a call to build that was undefined for Permission

  • updating person factory to register telephone and permission factory bots

  • fixed cut and paste errors in the permission post section of this spec file

  • cleaned up code to remove strip_effective_end_date from permission controller and marked permission VCR cassette dependent specs as pending until they are recorded

  • [no review needed]1880 notifications v1.5 permission bio on staging staging (#3508)

  • unskip tests

  • recording some VCR

  • rename server

  • AsyncTransaction::Vet360::PermissionTransaction

  • fix date

  • fixup tests

  • transaction status id

  • re-record vcr_cassettes/vet360/contact_information/person_full.yml

  • update spec id

  • update delete spec

  • delete permission sepc time

  • fix typo

  • vet360 user factory

  • more working tests

  • re-recording cassettes with a new Vet360Id

  • fixing tests

  • fixing tests adding error code for permission

  • adding error code for permissions -fix typo

  • fixing tests - attempting to get permssion error codes

  • fixing tests - working on permssion error codes

  • fixing 403 error test for permissions

  • fixing more permission bio tests

  • fixing permission transaction status error rspec

  • fixing permission delete

  • fixing permission delete

  • fixed typo in failing error test

  • fixing service spec permission tests - vet360Id value

  • adding PermissionTranscation to refresh transactions in base class

  • fixing https uri after cassettes recorded, replaced with proxy address

  • fixing linting issues blocking a build in PR#3434

  • lint fix for build of PR #3434 - lint passes locally but not in PR???

  • another lint correction for PR# 3434 build - passes local lint

  • more lint fixes for PR3434

  • adding a space to pass linting PR 3434

  • fixing last two failing tests in Jenkins

  • re-recorded cassette attempting to fix test in jenkins

  • updated new cassette txAuditId to the original post - and changed the async_transaction/vet360.rb entries so they might pass codeclimate checks in PR 3434

651aa05 upgrade pg (#3635)

a3f9640 upgrade rack-attack gem (#3636)

vets-api/v0.0.515

16 Dec 22:35
Compare
Choose a tag to compare

Release 0.0.515 ami-819bc0e0

444ab89 Add post appt req message (#3631)

80b98fa VAOS - GET CC Eligibility (#3640)

vets-api/v0.0.514

16 Dec 20:01
Compare
Choose a tag to compare

Release 0.0.514 ami-35663d54

537c331 naming our base controller to avoid potential conflict with it resolving dependencies (#3643)

d64cd3a Create Forms route consumable for www.va.gov (#3616)

  • [WIP] Create va_forms route consumable for www.va.gov

  • Rename setting to lighthouse

  • Rename to just Forms

  • Change STATSD_KEY_PREFIX

  • Remove unneeded method

  • Add the healthcheck route

  • Rename service to client

  • Update service name

  • lint

  • Implement a response

  • Add query param for filtering

  • Separate lighthouse from forms settings

  • Add some monitoring (attempt)

  • Rm line

  • Add exception

  • Add spec w/cassettes

  • Rm unneeded line from spec

  • Blindly attempt controller spec

  • lint

  • Add error-handling spec

  • Remove unneeded

  • Add another test

  • Remove unused

  • Replace api_key with fake_key

  • Add some comments

  • Lint

  • Clean up params

  • Rm unused route

  • Rename query to search_term

  • Clean up tests

  • Correct var name

  • Fix test

  • Fix test (again)

  • Lint

b0679a7 use only candidate api for address validation api (#3642)

  • add validation address model

  • add validation addres factory

  • update cassettes

  • lint

  • lint

  • dry base address validations

  • update address valid swagger

  • require address pou only in address request

  • just use candidate in address_suggestions method

  • remove validate vcr from av controller spec

  • format hash

  • fix hashes

vets-api/v0.0.513

13 Dec 20:01
Compare
Choose a tag to compare

Release 0.0.513 ami-7d005b1c

6203e7c send addressPOU with address validation requests (#3620)

  • add validation address model

  • add validation addres factory

  • update cassettes

  • lint

  • lint

  • dry base address validations

  • update address valid swagger

  • require address pou only in address request

  • format hash

  • fix hashes

2439b76 [Search] Apply page limit based on search.gov offset limit (#3593)

  • [Search] Apply page limit based on search.gov offset limit

  • lint

  • Fix current_page instead

2b33147 update holidays gem (#3634)

4d61223 Set httpi adapter (#3641)

  • merge conflict

  • Force HTTPI to use net_http as an adapter

  • remove ca_cert setting for vbms

vets-api/v0.0.512

12 Dec 20:01
Compare
Choose a tag to compare

Release 0.0.512 ami-feedb59f

980dced VAOS systems pact endpoint (#3619)

1753765 Fixing wrong accessor types claims (#3629)

  • merge conflict

  • Fixing hash access issue

aee9069 Update vbms uploader to properly handle s3 (#3630)

  • merge conflict

  • support both S3 and filesystem for vbms upload

  • update the test coverage

44b0fbc Fix vbms uploader hash accessor (#3633)

  • merge conflict

  • Fixing vbms hash accessor

  • fixing broken spec and bad merge

d7cd692 updated Swagger documentation (#3611)

  • updated Swagger documentation

  • updated Swagger documentation updated linting issues

  • updated property attributes

  • fixed descriptions

  • fixed descriptions

  • fixed conflicts

  • troubleshooting

  • troubleshooting

  • added VCR Cassette

  • fixed va_bah changed back to number data type

  • fixed va_bah changed back to number data type

  • troubleshooting

  • troubleshooting linting

  • added vcr tape back

  • updated va_bah example

  • Revert "added vcr tape back"

This reverts commit 3d9c054.

  • added correct VCR Cassette

  • removed unwanted VCR cassette file

57976d5 Kr/fix expired token error (#3612)

  • WIP raise JWT expired token error as a 401

  • Update code for expired token

  • Make error handling a little better

  • Have more style

  • Handle jwt decode errors

  • Move JWT rescues,refactor more

  • Move token logic to its own class, refactor

  • Update other auth controllers

  • Refactor error raising

  • More refactor

  • Make more stylish

vets-api/v0.0.511

11 Dec 20:01
Compare
Choose a tag to compare

Release 0.0.511 ami-78bde519

27300d8 Add bgs ssl verify mode settings (#3627)

  • merge conflict

  • Add BGS SSL verify mode setting and update the BGS gem

  • update lighthouse bgs version

560dd3b limit retries in pager_duty/poll_maintenance_windows (#3623)

  • limit retries in pager_duty/poll_maintenance_windows

and rename the files to be consistent with the class name

  • reduce to 1 retry

f0e87cb Add Breakers to VAOS (#3610)

24f52f9 VAOS facility visits endpoint (#3613)

bc60b49 Update cems.xml (#3626)

e20ebf4 rexax the time on these tests (#3625)

baed22b Update documentation (#3464)

  • update documentation

  • update native install instructions

  • swagger doc update

700dcfc removing api docs that are no longer needed as they have been replaced with swagger docs (#3628)

vets-api/v0.0.510

10 Dec 20:01
Compare
Choose a tag to compare

Release 0.0.510 ami-9b9ac2fa

abb152f add elwood gary to flipper allowed list (#3621)

d73fb30 [2454] - EVSS Test Fixes (#3592)

  • readd auth headers test

  • remove whitespace

  • test fix

  • test

  • test

  • test fixes

  • test

  • lint fixes

  • test

  • disability compensation request test fixes

  • test

  • test fixes

  • fix matcher

  • readd create evss user test

  • lint fix

  • lint test

  • line length fix

  • remove whitespace

  • add erb

  • createuseraccountjob fix

  • insert transaction_id via erb into claims.yml template

  • test fixes

  • more test fixes

  • missing comma

  • fix claims spec

  • match everything

  • one more time

  • remove whitespace

  • more misc fixes

  • method call fix

  • quick fix

  • final touches

  • remove whitespace

  • error middleware fix

  • remove whitespace

  • test

  • test

vets-api/v0.0.509

09 Dec 20:01
Compare
Choose a tag to compare

Release 0.0.509 ami-535f0732

c89a55e speed up VAOS specs 3x by loading rsa key instead of generating new one (#3602)

eb535c6 introduce mvi rake task to fetch mvi attributes given csv (#3607)