-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <eddieglenn@navapbc.com>
- Loading branch information
1 parent
9bd9358
commit d7192ab
Showing
10 changed files
with
264 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
85 changes: 85 additions & 0 deletions
85
..._cassettes/lighthouse/benefits_claims/intent_to_file/create_compensation_200_response.yml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
85 changes: 85 additions & 0 deletions
85
.../vcr_cassettes/lighthouse/benefits_claims/intent_to_file/create_survivor_200_response.yml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.