Skip to content

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

vets-api/v0.0.498

19 Nov 20:05
Compare
Choose a tag to compare

Release 0.0.498 ami-013a6560

3268fd8 VAOS get preferences endpoint (#3558)

09b3c7c Return empty result when nutrition and podiatry are provided (#3561)

f6e8dd4 Add va forms doc controllers (#3557)

  • Add VaForms swagger routes and controllers

  • use style closer to vba_documents over claims style

  • code cleanup and removing unneccessary file

  • Add healthcheck

  • remove servers block

  • updating metadata specs for va_forms

  • adding magic comment

f65c3d6 Cancel appointment (#3552)

Introduces the ability to cancel appointments using VA Online Scheduling APIs

4f31522 config key/certificate onboarding instruction updates (#3226)

  • key/certificate onboarding instruction updates

vets-api/v0.0.497

18 Nov 20:01
Compare
Choose a tag to compare

Release 0.0.497 ami-89f1ade8

6f1ceb9 [2454] Add Transaction ID (#3541)

  • add transaction_id to evss service

  • initialize transaction_id within the auth_headers

  • add transaction id to vcr cassette for evss dependents service

  • test matching fix

  • test

  • remove whitespace

  • spec test fixes

  • remove unnecessary word

  • added base_headers class

  • missing newline

  • fix code climate issues

  • add test for transaction header

  • add auth headers

  • make @transaction_id available to disability_compensation_form service

  • remove empty line

2d785e0 Upgrade Security Vulnerabilities (#3560)

940db7a Add additional admins for VAOS (#3556)

  • Update settings.yml

  • Update settings.yml

vets-api/v0.0.496

15 Nov 20:01
Compare
Choose a tag to compare

Release 0.0.496 ami-6f712d0e

8cb1c8b VAOS service error middleware (#3540)

da544eb add missing clinic fields (#3550)

d7f0028 Update narin's email for flipper admin (#3549)

cf453d1 accidentally broke dates here (#3548)

68d7047 Working to reduce db migration noise (#3553)

vets-api/v0.0.495

14 Nov 20:01
Compare
Choose a tag to compare

Release 0.0.495 ami-26267a47

ea244e4 fix faker issue (#3546)

2235159 Increase VAOS timeout (#3531)

e6b2f19 Create v2 of eMIS payment service to get pay grade history data (#3499)

  • Create v2 of eMIS payment service to get pay grade history data
  • Change settings file to split apart payment service v1 and v2 config

vets-api/v0.0.494

13 Nov 20:01
Compare
Choose a tag to compare

Release 0.0.494 ami-9ce3befd

af6028d Add VAOS feature flags and admin accounts (#3537)

12ec226 VAOS cancel reasons endpoint (#3535)

  • added get_cancel_reasons to systems service

  • update routes and facilities request spec

  • add cancel reasons controller and serializer

8ce78ea Messages service and controller (#3536)

af340a3 Update fuubar gem to fix pry-refresh bug (#3496)

  • Update fuubar gem to fix pry-refresh bug
  • Remove rails_helper patch

1ef66ae Update min/max_time type (#3542)

40d1b30 break ci out into multiple jenkins stages (#3485)

99179c7 Add Coverage, YARD docs badge (#3539)

  • Add YARD docs badge

  • Add swagger link and validator badge

  • Add coverage badge

  • Add CC0 badge

vets-api/v0.0.493

12 Nov 20:01
Compare
Choose a tag to compare

Release 0.0.493 ami-e0d58881

29ce8fc Update README.yml (#3529)

24e0457 improve unauthenticated experience for feature toggles (#3504)

  • improve unauthenticated experince for feature toggles

  • clear if nil

  • fix spelling

  • more help text in UI

  • upgrade Flipper gems

  • Fix custom Flipper ActionPatch to work with new Flipper version

  • Add authentication tests to Flipper request spec

  • spec text tweak

  • use pessimistic operator for Flipper gems in Gemfile

  • add Flipper request spec that tests presence of route constraints

  • rspec namespace fix

  • fix url

ae244fe make requests and appointments a bit more consistent and fix params (#3532)

ba295f0 Exclude app/swagger from danger-bot (#3522)

df83352 Quick update to enum for service branch (#3530)

  • Quick update to enum

  • Fix enum in test

45fa29e remove Flipper feature: mvi_id_parser (#3528)

7460b88 JSON Schema Updates and Support (#3521)

  • Update to new json schema gem
    restructure json api error to fit new gem
    update all schemas to draft7 and refactor/reuse

  • Forgot to add gemfile

  • Empty line

  • Update json schema with conditional required fields

  • Add tests for new validation

  • Discovered a bug in the new gem

  • this test is used in multiple ways

  • make that one test 4 places cool cool

ed83f5b First Adding database changes before code (#3538)

128f7d9 Validating 526 for no claims (#3471)

  • Validating 526 for no claims

  • rubocop fix

  • validating initial claim

  • fixing validation error

  • fixing EVSSError

  • V1 test spec

  • last fix

  • reducing complexity

  • rubocop fix

vets-api/v0.0.492

08 Nov 20:01
Compare
Choose a tag to compare

Release 0.0.492 ami-2b34694a

547b3ab Danger-bot: More meaningful maximum PR size message (#3517)

1337871 New Drivetime Band Query (#3512)

  • Change NearbyFacilitySerializer to be drivetime band-centric
  • Return new DrivetimeBand schema
  • Add Geocoding service
  • Allow querying by services when searching for nearby facilities

2e90148 Lower the VAOS JWT session TTL to 15 min (#3523)

9ded362 Typos are the worst (#3478)

e06761a Vaos requests (#3514)

  • good stopping point for commit

  • adding schema specs

  • fix the specs

  • rubocop related fixes

  • fix

  • fix

  • fixes up the specs

c964fad Fix cc appointments endpoint and handle no icn (#3524)

  • update to use the correct host for CC appointments

  • add special 403 case for MVI not available to better aid debugging

  • fix for when VAMF returns inconsistent JSON

  • include SentryLogging

802bd7b VAOS facility clinics (#3525)

  • add get facility clinics to systems service and specs

  • update brakeman gem to 4.7.1

a5876e1 Move nearby endpoint to v0 after schema changes (#3526)

  • Move nearby endpoint to v0 after schema changes

vets-api/v0.0.491

07 Nov 20:01
Compare
Choose a tag to compare

Release 0.0.491 ami-431f4222

fdbd76a Remove danger from CI rake task (#3510)

530c7c2 Add migration to index polygon on drivetime_bands table (#3518)

  • Add migration to index polygon on drivetime_bands table

e7863b3 create unique config for vaos user service (#3515)

  • create unique config for vaos user service

  • check that vaos user service response is not blank

fb09ec7 VAOS get facilities endpoint (#3520)

  • add GET /v0/vaos/facilities

  • update vaos systems service to fetch facilities list

  • create unique config for vaos user service

  • stub vaos user token

  • vaos single symbol for index only route

e9a67ca first pass at dockerfile refactoring (#3511)

This refactors the Dockerfile into a multistage build useful for dev as well as production running. It also changes the USER from root to vets-api and cleans up the Makefile a bit to clarify ci tasks from non ci-tasks

vets-api/v0.0.490

06 Nov 20:01
Compare
Choose a tag to compare

Release 0.0.490 ami-ffd4869e

c4dd4ed fix headers arg location in vaos perform calls (#3513)

vets-api/v0.0.489

05 Nov 20:01
Compare
Choose a tag to compare

Release 0.0.489 ami-9d6436fc

85845d2 Vaos appointments controller (#3476)

  • introducing vaos appointment controller logic and authorization policy with feature flipper

  • change VAOS mount point to /v0/vaos