Skip to content

vets-api/v0.0.1439

Compare
Choose a tag to compare
@va-bot va-bot released this 30 May 17:01
· 11193 commits to 21769b3a18bb46ac25f52ae9cab8860d95c56382 since this release

Release 0.0.1439 ami-0b6bfcbfd76f81899

9c2cea3 Mobile: Update demographics policy and update all associated controllers and (#12813)

  • Update demographics policy and update all associated controllers and service to use policy

  • Rubocop

  • Make swagger test pass

e51084b Mobile LH claims - contention list field fix (#12807)

b1ec211 Bump google-protobuf from 3.22.2 to 3.23.1 (#12716)

Bumps google-protobuf from 3.22.2 to 3.23.1.


updated-dependencies:

  • dependency-name: google-protobuf
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNeil [email protected]

b103958 [58320] Exposing sign in service public key for access token decoding (#12814)

Co-authored-by: Trevor Bosaw [email protected]

fefebbe Bump statsd-instrument from 3.5.6 to 3.5.9 (#12815)

Bumps statsd-instrument from 3.5.6 to 3.5.9.


updated-dependencies:

  • dependency-name: statsd-instrument
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNeil [email protected]

8c1069d Bump puma from 6.1.1 to 6.2.2 (#12817)

Bumps puma from 6.1.1 to 6.2.2.


updated-dependencies:

  • dependency-name: puma
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNeil [email protected]

1382465 set tag with form_id on active traces (#12823)

9bd9358 Hotfix to allow edit action even if user can't update (#12826)

d7192ab Bdex/57064 migrate post intent to file to lighthouse (#12753)

  • implement GET request for Lighthouse intent-to-file

  • modify BenefitsClaims::Service to request intent to file data

  • extend BenefitsService::Configuration to handle different consumer/client needs

  • modify existing BenefitsClaims index and show operations to handle new configuration

  • implement GET request for Lighthouse intent-to-file

  • modify BenefitsClaims::Service to request intent to file data

  • extend BenefitsService::Configuration to handle different consumer/client needs

  • modify existing BenefitsClaims index and show operations to handle new configuration

  • add parameters to fix evss method, move transform to private method, rm unneeded comment

  • add error handling and request specs

  • fix a few request specs

  • fix some tests to accommodate provider pattern

  • fix rubocop errors, add tests to lighthouse itf provider

  • Merge branch 'bdex/57063/migrate-get-intent_to_file-to-lighthouse' of https://github.com/department-of-veterans-affairs/vets-api into bdex/57063/migrate-get-intent_to_file-to-lighthouse

  • Implement service ITF post

  • Add TODO for swagger spec

  • implement GET request for Lighthouse intent-to-file

  • modify BenefitsClaims::Service to request intent to file data

  • extend BenefitsService::Configuration to handle different consumer/client needs

  • modify existing BenefitsClaims index and show operations to handle new configuration

  • add parameters to fix evss method, move transform to private method, rm unneeded comment

  • add error handling and request specs

  • fix a few request specs

  • fix some tests to accommodate provider pattern

  • fix rubocop errors, add tests to lighthouse itf provider

  • a little cleanup, fixing errors in lighthouse service, config, and spec

  • Revert "Add TODO for swagger spec"

This reverts commit ca98b3c.

  • minor tweak for Rubocop and require needed files

  • Correct stomped swagger_spec

  • Remove committed debug statements; Update TODOs to be more indexable

  • Update parameters of evss provider

  • Add template automated tests

  • Correct improper identifier in EVSS ITF provider

  • Correct LH provider parameters and tests

  • Update evss itf spec

  • Update LH ITF specs; Attempt VCR continuous integration; Add mock responses

  • Remove some TODOs

  • Add missing param to service spec

  • Some cleanup and missed comments

  • Change create to supply ssn on function call instead of initialize; Simpliy current_user interface

  • Regenerate VCR cassettes

  • Add some future TODO considerations; Fix expects to match data structure

  • Fix missed parameter update

  • Linting auto-fixes

  • Revert changes to benefits_claims_controller

  • Commit removing credentials from intent_to_files_controller

  • Remove missed comments and unused var assignment


Co-authored-by: Eddie Glenn [email protected]

d47ce64 remove unused mobile code (#12822)

Only removing unused code. Large diff acceptable.

8ba8416 change span to trace to put tag at highest level (#12831)

4305394 updates production swagger for sandbox docs (#12803)

21769b3 Api 24833 526 v2 section 6 service info validation part 1 v2 (#12789)

  • Service Information validation - Part 1
    API-24833 - Part 1 AC points 1 - 12

  • Adds RSpec tests for validating service information elements for AC points 1 - 12

  • Adds methods in validation file for validating service information elements

  • Updates 526 schema, and related JSON files, for the updated type for confinements
    Changes to be committed:
    modified: modules/claims_api/app/controllers/concerns/claims_api/v2/disability_compensation_validation.rb
    modified: modules/claims_api/app/swagger/claims_api/v2/dev/swagger.json
    modified: modules/claims_api/config/schemas/v2/526.json
    modified: modules/claims_api/config/schemas/v2/request_bodies/disability_compensation/example.json
    modified: modules/claims_api/config/schemas/v2/request_bodies/disability_compensation/request.json
    modified: modules/claims_api/spec/fixtures/v2/veterans/disability_compensation/form_526_json_api.json
    modified: modules/claims_api/spec/requests/v2/veterans/disability_compensation_request_spec.rb
    modified: spec/support/schemas/claims_api/v2/forms/disability/submission.json

  • Service Information validation - Part 1
    API-24833 - Part 1 AC points 1 - 12
    Alters the AC points covered, now part 1 covers 1 - 9 and adjusts RSpec and validation file in line with that.
    Changes to be committed:
    modified: modules/claims_api/app/controllers/concerns/claims_api/v2/disability_compensation_validation.rb
    modified: modules/claims_api/spec/requests/v2/veterans/disability_compensation_request_spec.rb

  • Removes RSpec tests that moved over to part 2

  • Fixes my misunderstood structure for confinements

  • Removes a log out and gets the brakeman update