vets-api/v0.0.1443
Release 0.0.1443 ami-0f69ff17323f5aa49
0cecb24 API-26923 Update description wording for appeals APIs (#12850)
3a80303 Add 5103 endpoint to benefits_claims controller (#12862)
- Adding 5103 endpoint to benefits_claims controller
16c3b8b Add VANotify to flipper admin (#12868)
8a448d1 Bump pg from 1.4.6 to 1.5.3 (#12871)
Bumps pg from 1.4.6 to 1.5.3.
updated-dependencies:
- dependency-name: pg
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]
57265d8 Bump yard from 0.9.28 to 0.9.34 (#12872)
Bumps yard from 0.9.28 to 0.9.34.
updated-dependencies:
- dependency-name: yard
dependency-type: direct:development
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]
d50832a Bump aws-sdk-sns from 1.60.0 to 1.61.0 (#12873)
Bumps aws-sdk-sns from 1.60.0 to 1.61.0.
updated-dependencies:
- dependency-name: aws-sdk-sns
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]
ff9a784 Bump sidekiq_alive from 2.2.1 to 2.2.2 (#12874)
Bumps sidekiq_alive from 2.2.1 to 2.2.2.
updated-dependencies:
- dependency-name: sidekiq_alive
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]
3220939 Api 24835 526 v2 section 8 direct deposit information validation (#12818)
-
RSpec stes written and validation methods added, waiting on some feedback on questions to continue
-
Updates schema for discussion in stand up
-
Updates and validation, leaving in place until standup discussion
-
Adds direct deposit validation - section 8
API-24835 -
Adds validataion for direct deposit elements
-
Updates 526.json schema file and related files to ensure correct validations
-
Updates rswag docs with update schema
-
Adds RSpec tests for validations
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 -
Fixing my Gemfile.lock include
-
Rollbacks incorrect inclusions when fixing merge conflict
-
Merges master, tests running green, ran swager compile
-
Refactors validation file, strengthens tests up
-
Fixes strings being passed into the error raised
-
Updates test value so it matches a valid account number
-
Fixes account number REGEX after latest merge test was red, tests green and in original state,updates swagger and all related json files
-
Refactoring in validation file to make check more rebust and give better name to deposit error method
0203beb API-27053 526v2 currentVAEmployee not required and defaults to false (#12856)
- Updates 526 schema and related json files
- Updates swagger
On branch API-27053-526-v2-currentVAEmployee-not-required
Changes to be committed:
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/request.json
modified: spec/support/schemas/claims_api/v2/forms/disability/submission.json
3f76843 API-26148-526-v2-pdf-gen-setup (#12663)
-
Adds to setting files the url for the pdf gen
-
REmoves unneeded changes, and changes the settings path to dvp
-
Removes line changes
-
Removes line changes
-
Changes location of evss service name
-
Changes location of variables after discussion
-
Adds dvp url to settings file
-
Corrects values to match config map in the vsp-infra-application-manifests repo.
-
Removes reference
f562975 API-26966-526-v2-req-body-updates & API-27054 (#12824)
-
Changes values in example, request body, form_526, and schema based on PM feedback.
-
Adjusts example to match form_526
-
Matches example.json to form_526_json_api.json to eliminate validation errors.
-
Adds verify access to ticket 27054, and swagger update.
-
Adjusts tests to accomodate ccg flow.
-
Adds catch for missing treatment section.
-
Adds swagger after testing with Postman; and adding tasks to new cleanup ticket.
-
Fixes test
-
Fixes test
178ba05 Add mapping and spec test (#12837)
78121ff its honest work (#12879)
f2581ef API-24836-526-v2-sec-9-map-signature (#12834)
-
Adds test for signature in request spec.
-
Rubocop