Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ch33 files #18054

Merged
merged 10 commits into from
Aug 28, 2024
Merged

Remove ch33 files #18054

merged 10 commits into from
Aug 28, 2024

Conversation

ryan-mcneil
Copy link
Contributor

@ryan-mcneil ryan-mcneil commented Aug 15, 2024

Summary

  • Removes ch33 files (see note+comment below) ahead of a gem bump to remove unnecessary work.

NOTE: Copying the following from a PR started by @tpharrison. I cherry-picked his commit to a branch from master instead of a stale branch of mine so that we could commit these changes separately:

@ryan-mcneil See my comments for more background on these changes.

The following are related to CH33 and have been removed (or updated):

# CH33 controller and spec...
deleted:    app/controllers/v0/profile/ch33_bank_accounts_controller.rb
deleted:    spec/controllers/v0/profile/ch33_bank_accounts_controller_spec.rb

# CH33 VCR cassettes...
deleted:    spec/support/vcr_cassettes/bgs/ddeft/find_bank_name_invalid_routing.yml
deleted:    spec/support/vcr_cassettes/bgs/ddeft/find_bank_name_valid.yml
deleted:    spec/support/vcr_cassettes/bgs/service/find_ch33_dd_eft.yml
deleted:    spec/support/vcr_cassettes/bgs/service/find_ch33_dd_eft_no_bank_info.yml
deleted:    spec/support/vcr_cassettes/bgs/service/find_ch33_dd_eft_no_icn.yml
deleted:    spec/support/vcr_cassettes/bgs/service/update_ch33_dd_eft.yml

# Removed specs that referenced the above VCR cassettes...
modified:   spec/lib/bgs/service_spec.rb
modified:   spec/models/bank_name_spec.rb
modified:   spec/requests/swagger_spec.rb

The bgs/service/find_rating_data cassette is still being referenced by the health_care_applications_controller which is owned by the 1010 team. You can reach out to them in the #1010-health-apps channel.

Most VFS teams have migrated to Lighthouse's Veteran Service History and Eligibility API for a veteran's rating data. If the 1010 team decides to migrate (recommended), then this cassette and it's dependencies can be removed as well.

Drop me a line when you get back and we can review and determine if there is anything else I can help out with.


Related issue(s)

Testing done

  • Specs passing after removing files

Acceptance criteria

  • I fixed|updated|added unit tests and integration tests for each feature (if applicable).

@ryan-mcneil ryan-mcneil requested review from a team as code owners August 15, 2024 21:42
@va-vsp-bot
Copy link
Collaborator

Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: spec/models/bank_name_spec.rb

Copy link

github-actions bot commented Aug 15, 2024

1 Error
🚫 This PR changes 602 LoC (not counting whitespace/newlines).

In order to ensure each PR receives the proper attention it deserves, those exceeding
500 will not be reviewed, nor will they be allowed to merge. Please break this PR up into
smaller ones.

If you have reason to believe that this PR should be granted an exception, please see the
Submitting pull requests for approval - FAQ.

File Summary

Files

  • .github/CODEOWNERS (+0/-7)

  • app/controllers/v0/profile/ch33_bank_accounts_controller.rb (+0/-39)

  • app/models/bank_name.rb (+0/-20)

  • app/policies/ch33_dd_policy.rb (+0/-11)

  • app/serializers/ch33_bank_account_serializer.rb (+0/-18)

  • app/services/users/profile.rb (+0/-1)

  • config/routes.rb (+0/-2)

  • lib/bgs/service.rb (+0/-50)

  • spec/controllers/v0/profile/ch33_bank_accounts_controller_spec.rb (+0/-131)

  • spec/controllers/v0/users_controller_spec.rb (+0/-2)

  • spec/factories/bank_name.rb (+0/-6)

  • spec/lib/bgs/service_spec.rb (+0/-136)

  • spec/models/bank_name_spec.rb (+0/-31)

  • spec/policies/ch33_dd_policy_spec.rb (+0/-26)

  • spec/requests/swagger_spec.rb (+0/-78)

  • spec/serializers/ch33_bank_account_serializer_spec.rb (+0/-44)

    Note: We exclude files matching the following when considering PR size:

    *.csv, *.json, *.tsv, *.txt, *.md, Gemfile.lock, app/swagger, modules/mobile/docs, spec/fixtures/, spec/support/vcr_cassettes/, modules/mobile/spec/support/vcr_cassettes/, db/seeds, modules/vaos/app/docs, modules/meb_api/app/docs, modules/appeals_api/app/swagger/, *.bru, *.pdf
    

Big PRs are difficult to review, often become stale, and cause delays.

Generated by 🚫 Danger

@ryan-mcneil ryan-mcneil requested a review from a team as a code owner August 15, 2024 22:41
@va-vsp-bot
Copy link
Collaborator

Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: spec/models/bank_name_spec.rb

@va-vfs-bot va-vfs-bot temporarily deployed to rm-remove-ch33-files/main/main August 27, 2024 16:35 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to rm-remove-ch33-files/main/main August 27, 2024 17:19 Inactive
@ryan-mcneil ryan-mcneil self-assigned this Aug 27, 2024
@ryan-mcneil ryan-mcneil marked this pull request as ready for review August 27, 2024 20:49
@ryan-mcneil ryan-mcneil requested a review from a team as a code owner August 27, 2024 20:49
Copy link

Backend-review-group approval confirmed.

@ryan-mcneil ryan-mcneil merged commit a91410f into master Aug 28, 2024
24 of 26 checks passed
@ryan-mcneil ryan-mcneil deleted the rm-remove-ch33-files branch August 28, 2024 17:04
stevenjcumming pushed a commit that referenced this pull request Aug 28, 2024
* remove CH33 related code and cassettes

* Remove ch33_bank_account_serializer

* remove ch33_bank_account routes/swagger

* codeowners for bank_name_spec

* Remove context with out examples

* Remove more ch33 files

* Remove a few more references to deleted fields/methods

* Delete a few schema refs I missed

---------

Co-authored-by: Tom Harrison <[email protected]>
stevenjcumming added a commit that referenced this pull request Aug 28, 2024
* move/rename files + update example group name with convention ClaimsApi v1 + docs

* move/rename files + update example group name with convention ClaimsApi v2

* lint

* move/rename files + update example group name with convention ClaimsApi

* linting

* Refactor PDFStamper to use instance methods (#18167)

* Refactor PDFStamper to use instance methods

* lint

* lint

* lint

* tests

* Refactor 40-10007 too

* tests

* lint

* More refactoring/linting

* lint

* lint

* Update modules/simple_forms_api/app/controllers/simple_forms_api/v1/uploads_controller.rb

Co-authored-by: Jacob Penner <[email protected]>

* remove extra method

* Fix stamping date

* lint

* booleans are hard

* tests

---------

Co-authored-by: Jacob Penner <[email protected]>

* [DBX-18202] tune 526 failure_type for performance (#18213)

* [DBX-18202] tune 526 failure_type for performance

* general save

* general save

* general save

* general save

* API 38963 Hardcode VnpPtcpntAddrsWebServiceBean (#18034)

* Hardcode VnpPtcpntAddrsWebServiceBean

* Add spec

* Alpha order and prepare for merges

* API-38964-hardcode-VnpPtcpntPhoneService  (#18023)

* Adds VnpPtcpntPhoneService to definitions.rb. Adds VnpPtcpntPhoneService to CACHED_SERVICES. Adds tests.

* Hardcode VnpPtcpntAddrsWebServiceBean

* Add spec

* Alpha order and prepare for merges

* API-38535-hardcode-manage-rep-serv (#17990)

* Adds bean & service to cached_services. Adds tests for ManageRepresentativeService.

* Linting fix

* Corrects bean/service pattern in local_bgs. Corrects spelling in find_definitions. Corrects bean name in tests.

* Corrects linting

* Get institutions from VES Oracle DB in CSVs on S3

* Create institution DB entries from S3 CSVs

* Filter out Lighthouse Facilities not in VES

* add new spec to CODEOWNERS

* exclude deactivated facilities

* rubocop fixes

* UNDO test scheduled run

* later test time

* set test time

* extract VES filtering logic to helper method

* filter facilities based on additional flag

* reset job times

* rubocop fix

* test fix

* Invert default behavior - filter without a flag

* PR feedback cleanup

* remove overly-defensive param; PR cleanup

* rubocop fix

* add StatsD monitoring for job completion

* clarify station number parsing from ID

* remove github script - moved to ves-oracle-export repo

* simplify out station_number logic, deferring to BaseFacility for the id split

* reschedule job for 4:30pm ET, since the export is at 4

* Add lighthouse_claims_api_poa_dependent_claimants (#18176)

Add the `lighthouse_claims_api_poa_dependent_claimants` feature flag.

* API-39304-update-regex-to-match-EVSS-docker-container (#18149)

* Updates regex to match EVSS docker container

* Updates schema to match https://files.slack.com/files-pri/T1ZD0UBMZ-F072RFM691C/evss_docker_swagger.yaml

* Adjusts maxLength to match EVSS schema. Adds docs.

* Create MilitaryInformationHistory model (#18150)

* Create MilitaryInformationHistory model

* Update type of Array

---------

Co-authored-by: Tonksthebear <[email protected]>

* Mobile: Deprecate healthcare_service (#18085)

* Deprecate healthcare_service

* Rubocop

---------

Co-authored-by: Tonksthebear <[email protected]>

* Country_code (#18158)

* add

* indent

* brakeman

* alignment

* Update Gemfile.lock brakeman

brakeman change from 6.1.2 to 6.2.1

* Pensions 82564 pdf fill 3 (#18041)

* Add 0969 unassociated incomes to PDF mapping

* Update vets-json-schema

* Handle lint errors

* Update 0969 merge fields

* API-38958-hardcode-vet-rep-serv (#17997)

* Adds VDC/VeteranRepresentativeService to CACHED_SERVICES. Adds tests.

* Update find_definitions_spec.rb

* Linting

* Linting

* Extract request preferred dates from requested periods (#18171)

* Extract request preferred dates from requested periods

* Add unit tests

* Lint

* 85683: Allow multiple claims to be created in one submission (#18173)

* Adds find_tracked_item to TrackedItems. Adds a test for that method. (#18130)

* adds sign in feature toggle (#18151)

* adds sign in feature toggle

* renames feature

---------

Co-authored-by: Alexander Garcia <[email protected]>

* Api 39220 preserve form data (#18128)

* API-39220-preserve-form-data

* Adds function to preserve the original form data in the case we get an error during establishment
* Adds tests for new method
	modified:   modules/claims_api/app/sidekiq/claims_api/claim_establisher.rb
	modified:   modules/claims_api/app/sidekiq/claims_api/service_base.rb
	modified:   modules/claims_api/spec/sidekiq/claim_establisher_spec.rb
	modified:   modules/claims_api/spec/sidekiq/service_base_spec.rb

* Updates a comment

* Updates a comment

* Switches up the approach thanks to PR suggestions

* Found a, perhaps, better alternative n deep_dup that still works as expected

* Reverts Gemfile.lock change

---------

Co-authored-by: Jennica Stiehl <[email protected]>

* Bump tj-actions/changed-files from 44 to 45 (#18178)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v44...v45)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* add toggles for new debt team notification items (#18172)

* replace mhv notification toggles with new ones

* add toggles for new debt team notification items

* replace mhv notification toggles with new ones (#18141)

* add pagination to InquiriesController#index (#18189)

Co-authored-by: khoa-v-nguyen <[email protected]>

* Direct deposit legacy cleanup (#17857)

* cleanup old disability-compensation files (replaced by direct-deposit)

* Update VCR cassettes; remove unused ControlInformation model; update swagger specs

* Remove reference to control_information

* Hide the domain in vcr cassettes

* Add codeowners va-api-engineers backend-review-group to config/initializers/integration_recorder.rb

* Bump rubocop-rails from 2.25.1 to 2.26.0 (#18180)

* Bump rubocop-rails from 2.25.1 to 2.26.0

Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.25.1...v2.26.0)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* RuboCop Auto-Correct: Rails/PluralizationGrammar

* RuboCop Auto-Correct: Rails/CompactBlank

* RuboCop Auto-Correct: Rails/RootPathnameMethods

* chore: Add Rakefile to CODEOWNERS

---------

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

* Update test JSON - form 10-10d (#18148)

* updated test json

* updates

* 90103: Add record status metrics for DR SavedClaim updater jobs (#18177)

* Created VCR cassettes for the mobile profile upgrade for V2::ContactInformation::Service (#18174)

* Check for icn when submitting 26-4555 (#18181)

* Adds VnpAtchmsWebServiceBean/VnpAtchmsService to definitions and CACHED_SERVICES. Adds tests. (#18000)

* Adds vnpPersonCreate from VnpPersonWebServiceBean/VnpPersonService. Adds tests. (#18002)

* Alpha order and prepare for merges

* Remove extra file

* Fix missing merge

* Fix merge again

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Austin Covrig <[email protected]>
Co-authored-by: Austin Covrig <[email protected]>
Co-authored-by: Mitch Saltykov <[email protected]>
Co-authored-by: Tyler <[email protected]>
Co-authored-by: Jason C <[email protected]>
Co-authored-by: Tonksthebear <[email protected]>
Co-authored-by: Don Shin <[email protected]>
Co-authored-by: Tai Wilkin-Corraggio <[email protected]>
Co-authored-by: John Luo <[email protected]>
Co-authored-by: Bryan Alexander <[email protected]>
Co-authored-by: Caitlin <[email protected]>
Co-authored-by: Alexander Garcia <[email protected]>
Co-authored-by: Rockwell Windsor Rice <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: asiisii <[email protected]>
Co-authored-by: Khoa Nguyen <[email protected]>
Co-authored-by: khoa-v-nguyen <[email protected]>
Co-authored-by: Tom Harrison <[email protected]>
Co-authored-by: Eric Boehs <[email protected]>
Co-authored-by: Michael Clement <[email protected]>
Co-authored-by: dfong-adh <[email protected]>
Co-authored-by: Rachal Cassity <[email protected]>
Co-authored-by: Eric Tillberg <[email protected]>

* API-38965-hardcode-VnpPtcpntService (#18027)

* Adds VnpPtcpntPhoneService to definitions.rb. Adds VnpPtcpntPhoneService to CACHED_SERVICES. Adds tests.

* Adds VnpPtcpntService to definitions. Adds VnpPtcpntService to cached_services. Adds tests.

* Hardcode VnpPtcpntAddrsWebServiceBean

* Add spec

* Alpha order and prepare for merges

* API-38535-hardcode-manage-rep-serv (#17990)

* Adds bean & service to cached_services. Adds tests for ManageRepresentativeService.

* Linting fix

* Corrects bean/service pattern in local_bgs. Corrects spelling in find_definitions. Corrects bean name in tests.

* Corrects linting

* Get institutions from VES Oracle DB in CSVs on S3

* Create institution DB entries from S3 CSVs

* Filter out Lighthouse Facilities not in VES

* add new spec to CODEOWNERS

* exclude deactivated facilities

* rubocop fixes

* UNDO test scheduled run

* later test time

* set test time

* extract VES filtering logic to helper method

* filter facilities based on additional flag

* reset job times

* rubocop fix

* test fix

* Invert default behavior - filter without a flag

* PR feedback cleanup

* remove overly-defensive param; PR cleanup

* rubocop fix

* add StatsD monitoring for job completion

* clarify station number parsing from ID

* remove github script - moved to ves-oracle-export repo

* simplify out station_number logic, deferring to BaseFacility for the id split

* reschedule job for 4:30pm ET, since the export is at 4

* Add lighthouse_claims_api_poa_dependent_claimants (#18176)

Add the `lighthouse_claims_api_poa_dependent_claimants` feature flag.

* API-39304-update-regex-to-match-EVSS-docker-container (#18149)

* Updates regex to match EVSS docker container

* Updates schema to match https://files.slack.com/files-pri/T1ZD0UBMZ-F072RFM691C/evss_docker_swagger.yaml

* Adjusts maxLength to match EVSS schema. Adds docs.

* Create MilitaryInformationHistory model (#18150)

* Create MilitaryInformationHistory model

* Update type of Array

---------

Co-authored-by: Tonksthebear <[email protected]>

* Mobile: Deprecate healthcare_service (#18085)

* Deprecate healthcare_service

* Rubocop

---------

Co-authored-by: Tonksthebear <[email protected]>

* Country_code (#18158)

* add

* indent

* brakeman

* alignment

* Update Gemfile.lock brakeman

brakeman change from 6.1.2 to 6.2.1

* Pensions 82564 pdf fill 3 (#18041)

* Add 0969 unassociated incomes to PDF mapping

* Update vets-json-schema

* Handle lint errors

* Update 0969 merge fields

* API-38958-hardcode-vet-rep-serv (#17997)

* Adds VDC/VeteranRepresentativeService to CACHED_SERVICES. Adds tests.

* Update find_definitions_spec.rb

* Linting

* Linting

* Extract request preferred dates from requested periods (#18171)

* Extract request preferred dates from requested periods

* Add unit tests

* Lint

* 85683: Allow multiple claims to be created in one submission (#18173)

* Adds find_tracked_item to TrackedItems. Adds a test for that method. (#18130)

* adds sign in feature toggle (#18151)

* adds sign in feature toggle

* renames feature

---------

Co-authored-by: Alexander Garcia <[email protected]>

* Api 39220 preserve form data (#18128)

* API-39220-preserve-form-data

* Adds function to preserve the original form data in the case we get an error during establishment
* Adds tests for new method
	modified:   modules/claims_api/app/sidekiq/claims_api/claim_establisher.rb
	modified:   modules/claims_api/app/sidekiq/claims_api/service_base.rb
	modified:   modules/claims_api/spec/sidekiq/claim_establisher_spec.rb
	modified:   modules/claims_api/spec/sidekiq/service_base_spec.rb

* Updates a comment

* Updates a comment

* Switches up the approach thanks to PR suggestions

* Found a, perhaps, better alternative n deep_dup that still works as expected

* Reverts Gemfile.lock change

---------

Co-authored-by: Jennica Stiehl <[email protected]>

* Bump tj-actions/changed-files from 44 to 45 (#18178)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v44...v45)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* add toggles for new debt team notification items (#18172)

* replace mhv notification toggles with new ones

* add toggles for new debt team notification items

* replace mhv notification toggles with new ones (#18141)

* add pagination to InquiriesController#index (#18189)

Co-authored-by: khoa-v-nguyen <[email protected]>

* Direct deposit legacy cleanup (#17857)

* cleanup old disability-compensation files (replaced by direct-deposit)

* Update VCR cassettes; remove unused ControlInformation model; update swagger specs

* Remove reference to control_information

* Hide the domain in vcr cassettes

* Add codeowners va-api-engineers backend-review-group to config/initializers/integration_recorder.rb

* Bump rubocop-rails from 2.25.1 to 2.26.0 (#18180)

* Bump rubocop-rails from 2.25.1 to 2.26.0

Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.25.1...v2.26.0)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* RuboCop Auto-Correct: Rails/PluralizationGrammar

* RuboCop Auto-Correct: Rails/CompactBlank

* RuboCop Auto-Correct: Rails/RootPathnameMethods

* chore: Add Rakefile to CODEOWNERS

---------

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

* Update test JSON - form 10-10d (#18148)

* updated test json

* updates

* 90103: Add record status metrics for DR SavedClaim updater jobs (#18177)

* Created VCR cassettes for the mobile profile upgrade for V2::ContactInformation::Service (#18174)

* Check for icn when submitting 26-4555 (#18181)

* Adds VnpAtchmsWebServiceBean/VnpAtchmsService to definitions and CACHED_SERVICES. Adds tests. (#18000)

* Adds vnpPersonCreate from VnpPersonWebServiceBean/VnpPersonService. Adds tests. (#18002)

* Alpha order and prepare for merges

* Remove extra file

* Fix missing merge

* Fix merge again

* Fix person vs vnpPerson spec

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Austin Covrig <[email protected]>
Co-authored-by: Austin Covrig <[email protected]>
Co-authored-by: Mitch Saltykov <[email protected]>
Co-authored-by: Tyler <[email protected]>
Co-authored-by: Jason C <[email protected]>
Co-authored-by: Tonksthebear <[email protected]>
Co-authored-by: Don Shin <[email protected]>
Co-authored-by: Tai Wilkin-Corraggio <[email protected]>
Co-authored-by: John Luo <[email protected]>
Co-authored-by: Bryan Alexander <[email protected]>
Co-authored-by: Caitlin <[email protected]>
Co-authored-by: Alexander Garcia <[email protected]>
Co-authored-by: Rockwell Windsor Rice <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: asiisii <[email protected]>
Co-authored-by: Khoa Nguyen <[email protected]>
Co-authored-by: khoa-v-nguyen <[email protected]>
Co-authored-by: Tom Harrison <[email protected]>
Co-authored-by: Eric Boehs <[email protected]>
Co-authored-by: Michael Clement <[email protected]>
Co-authored-by: dfong-adh <[email protected]>
Co-authored-by: Rachal Cassity <[email protected]>
Co-authored-by: Eric Tillberg <[email protected]>

* removed cst_use_claim_details_v2 from features.yml (#18144)

* API-39216-helper-concern (#18164)

* Extracts methods from the claims_controller to a helper methods module. Adds test for the new module.

* Moves build_tracked_item from assistance module to tracked_items module, and corresponding tests.

* Updates variable name from d to parsed_date based on Reek's recommendation.

* 91327: Fix metric tag for DR SavedClaim status updater jobs (#18208)

* Remove ch33 files (#18054)

* remove CH33 related code and cassettes

* Remove ch33_bank_account_serializer

* remove ch33_bank_account routes/swagger

* codeowners for bank_name_spec

* Remove context with out examples

* Remove more ch33 files

* Remove a few more references to deleted fields/methods

* Delete a few schema refs I missed

---------

Co-authored-by: Tom Harrison <[email protected]>

* API-39386-remove-disability-tx-matching-validation (#18205)

* Removes treated disability name matching validation from modules/claims_api/app/controllers/concerns/claims_api/v2/disability_compensation_validation.rb. Removes related tests from modules/claims_api/spec/requests/v2/veterans/disability_compensation_request_spec.rb. Updates description in modules/claims_api/config/schemas/v2/526.json.

* Updates description in modules/claims_api/config/schemas/v2/generate_pdf_526.json.

* Updates dev/swagger.json & production/swagger.json.

* chore: Rearrange comments in peroidic jobs (#18212)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Eric Tillberg <[email protected]>
Co-authored-by: Jacob Penner <[email protected]>
Co-authored-by: Sam Stuckey <[email protected]>
Co-authored-by: Austin Covrig <[email protected]>
Co-authored-by: Jennica Stiehl <[email protected]>
Co-authored-by: Austin Covrig <[email protected]>
Co-authored-by: Mitch Saltykov <[email protected]>
Co-authored-by: Tyler <[email protected]>
Co-authored-by: Jason C <[email protected]>
Co-authored-by: Tonksthebear <[email protected]>
Co-authored-by: Don Shin <[email protected]>
Co-authored-by: Tai Wilkin-Corraggio <[email protected]>
Co-authored-by: John Luo <[email protected]>
Co-authored-by: Bryan Alexander <[email protected]>
Co-authored-by: Caitlin <[email protected]>
Co-authored-by: Alexander Garcia <[email protected]>
Co-authored-by: Rockwell Windsor Rice <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: asiisii <[email protected]>
Co-authored-by: Khoa Nguyen <[email protected]>
Co-authored-by: khoa-v-nguyen <[email protected]>
Co-authored-by: Tom Harrison <[email protected]>
Co-authored-by: Eric Boehs <[email protected]>
Co-authored-by: Michael Clement <[email protected]>
Co-authored-by: dfong-adh <[email protected]>
Co-authored-by: Rachal Cassity <[email protected]>
Co-authored-by: samcoforma <[email protected]>
Co-authored-by: Ryan McNeil <[email protected]>
@ryan-mcneil ryan-mcneil mentioned this pull request Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants