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

archived - EVSS PCIU Removal # 2 - Removed EVSS/PCIU configuration - DO NOT MERGE #21062

Closed

Conversation

RachalCassity
Copy link
Member

Note: Delete the description statements, complete each step. None are optional, but can be justified as to why they cannot be completed as written. Provide known gaps to testing that may raise the risk of merging to production.

Summary

  • This work is behind a feature toggle (flipper): YES/NO
  • (Summarize the changes that have been made to the platform)
  • (If bug, how to reproduce)
  • (What is the solution, why is this the solution?)
  • (Which team do you work for, does your team own the maintenance of this component?)
  • (If introducing a flipper, what is the success criteria being targeted?)

Related issue(s)

  • Link to ticket created in va.gov-team repo OR screenshot of Jira ticket if your team uses Jira
  • Link to previous change of the code/bug (if applicable)
  • Link to epic if not included in ticket

Testing done

  • New code is covered by unit tests
  • Describe what the old behavior was prior to the change
  • Describe the steps required to verify your changes are working as expected. Exclusively stating 'Specs run' is NOT acceptable as appropriate testing
  • If this work is behind a flipper:
    • Tests need to be written for both the flipper on and flipper off scenarios. Docs.
    • What is the testing plan for rolling out the feature?

Screenshots

Note: Optional

What areas of the site does it impact?

(Describe what parts of the site are impacted andifcode touched other areas)

Acceptance criteria

  • I fixed|updated|added unit tests and integration tests for each feature (if applicable).
  • No error nor warning in the console.
  • Events are being sent to the appropriate logging solution
  • Documentation has been updated (link to documentation)
  • No sensitive information (i.e. PII/credentials/internal URLs/etc.) is captured in logging, hardcoded, or specs
  • Feature/bug has a monitor built into Datadog (if applicable)
  • If app impacted requires authentication, did you login to a local build and verify all authenticated routes work as expected
  • I added a screenshot of the developed feature

Requested Feedback

(OPTIONAL)What should the reviewers know in addition to the above. Is there anything specific you wish the reviewer to assist with. Do you have any concerns with this PR, why?

@RachalCassity RachalCassity requested review from a team as code owners March 3, 2025 22:37
@RachalCassity RachalCassity requested a review from rtwell March 3, 2025 22:37
@RachalCassity RachalCassity changed the title EVSS PCIU Removal # 1 - Removed EVSS/PCIU configuration - DO NOT MERGE EVSS PCIU Removal # 2 - Removed EVSS/PCIU configuration - DO NOT MERGE Mar 3, 2025
@va-vfs-bot va-vfs-bot temporarily deployed to rcassity-vets-api-form-profile-pciu-removal-b/main/main March 3, 2025 22:38 Inactive
Copy link

github-actions bot commented Mar 3, 2025

1 Error
🚫 This PR changes 5536 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 (+1/-5)

  • .rubocop.yml (+0/-1)

  • .rubocop_todo.yml (+0/-1)

  • app/controllers/v0/profile/communication_preferences_controller.rb (+0/-1)

  • app/controllers/v0/veteran_readiness_employment_claims_controller.rb (+1/-1)

  • app/models/form_profile.rb (+2/-31)

  • app/models/form_profiles/va_526ez.rb (+2/-25)

  • app/models/form_profiles/va_686c674.rb (+2/-7)

  • app/models/user.rb (+2/-26)

  • app/policies/communication_preferences_policy.rb (+0/-5)

  • app/services/users/profile.rb (+2/-4)

  • config/betamocks/services_config.yml (+0/-54)

  • config/features.yml (+0/-9)

  • config/initializers/breakers.rb (+0/-2)

  • config/redis.yml (+0/-3)

  • lib/evss/pciu/base_model.rb (+0/-10)

  • lib/evss/pciu/configuration.rb (+0/-17)

  • lib/evss/pciu/email_address.rb (+0/-15)

  • lib/evss/pciu/email_address_response.rb (+0/-16)

  • lib/evss/pciu/phone_number.rb (+0/-13)

  • lib/evss/pciu/phone_number_response.rb (+0/-23)

  • lib/evss/pciu/request_body.rb (+0/-30)

  • lib/evss/pciu/service.rb (+0/-65)

  • lib/evss/pciu_address.rb (+0/-20)

  • lib/evss/pciu_address/address.rb (+0/-27)

  • lib/evss/pciu_address/address_response.rb (+0/-22)

  • lib/evss/pciu_address/configuration.rb (+0/-17)

  • lib/evss/pciu_address/control_information.rb (+0/-18)

  • lib/evss/pciu_address/countries_response.rb (+0/-12)

  • lib/evss/pciu_address/domestic_address.rb (+0/-17)

  • lib/evss/pciu_address/international_address.rb (+0/-11)

  • lib/evss/pciu_address/military_address.rb (+0/-18)

  • lib/evss/pciu_address/pciu_address_line_validator.rb (+0/-7)

  • lib/evss/pciu_address/response_strategy.rb (+0/-14)

  • lib/evss/pciu_address/service.rb (+0/-45)

  • lib/evss/pciu_address/states_response.rb (+0/-12)

  • lib/sign_in/idme/configuration.rb (+1/-1)

  • lib/va_profile/v2/contact_information/service.rb (+2/-2)

  • modules/mobile/spec/requests/mobile/v0/community_care_providers_spec.rb (+3/-15)

  • modules/mobile/spec/requests/mobile/v0/user/addresses_spec.rb (+0/-1)

  • modules/mobile/spec/requests/mobile/v0/user/contact_info_spec.rb (+7/-7)

  • modules/mobile/spec/requests/mobile/v0/user/emails_spec.rb (+0/-1)

  • modules/mobile/spec/requests/mobile/v0/user/phones_spec.rb (+0/-1)

  • modules/mobile/spec/requests/mobile/v0/user_spec.rb (+0/-1)

  • modules/mobile/spec/requests/mobile/v1/user_spec.rb (+0/-1)

  • modules/mobile/spec/services/sync_update_service_spec.rb (+0/-1)

  • modules/mobile/spec/sidekiq/vet360_linking_spec.rb (+0/-1)

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

  • spec/controllers/v0/profile/communication_preferences_controller_spec.rb (+0/-11)

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

  • spec/factories/email_address.rb (+0/-5)

  • spec/factories/pciu_address.rb (+0/-43)

  • spec/factories/phone_number.rb (+0/-12)

  • spec/lib/evss/pciu/email_address_spec.rb (+0/-24)

  • spec/lib/evss/pciu/phone_number_spec.rb (+0/-20)

  • spec/lib/evss/pciu/request_body_spec.rb (+0/-36)

  • spec/lib/evss/pciu/service_spec.rb (+0/-186)

  • spec/lib/evss/pciu_address/domestic_address_spec.rb (+0/-49)

  • spec/lib/evss/pciu_address/international_address_spec.rb (+0/-16)

  • spec/lib/evss/pciu_address/military_address_spec.rb (+0/-27)

  • spec/lib/evss/pciu_address/pciu_address_spec.rb (+0/-64)

  • spec/lib/evss/pciu_address/response_strategy_spec.rb (+0/-29)

  • spec/lib/evss/pciu_address/service_spec.rb (+0/-37)

  • spec/lib/va_profile/v2/contact_information/service_spec.rb (+3/-3)

  • spec/models/async_transaction/va_profile/base_spec.rb (+110/-359)

  • spec/models/async_transaction/vet360/base_spec.rb (+120/-268)

  • spec/models/form_profile_spec.rb (+130/-408)

  • spec/models/form_profile_v2_spec.rb (+0/-1631)

  • spec/models/user_spec.rb (+12/-47)

  • spec/rails_helper.rb (+0/-1)

  • spec/requests/swagger_spec.rb (+98/-439)

  • spec/requests/v0/disability_compensation_in_progress_forms_controller_spec.rb (+4/-2)

  • spec/requests/v0/in_progress_forms_controller_spec.rb (+18/-16)

  • spec/requests/v0/profile/addresses_spec.rb (+0/-248)

  • spec/requests/v0/profile/email_addresses_spec.rb (+5/-214)

  • spec/requests/v0/profile/service_history_spec.rb (+2/-2)

  • spec/requests/v0/profile/telephones_spec.rb (+0/-1)

  • spec/requests/v0/profile/transactions_spec.rb (+3/-145)

  • spec/services/users/profile_spec.rb (+2/-3)

  • spec/sidekiq/hca/log_email_diff_job_spec.rb (+0/-1)

  • spec/support/stub_evss_pciu.rb (+0/-16)

  • spec/support/va_profile/stub_vaprofile_user.rb (+2/-0)

    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

@RachalCassity RachalCassity marked this pull request as draft March 3, 2025 22:40
@va-vfs-bot va-vfs-bot temporarily deployed to rcassity-vets-api-form-profile-pciu-removal-b/main/main March 3, 2025 22:55 Inactive
@RachalCassity RachalCassity changed the base branch from master to rcassity-vets-api-form-profile-pciu-removal March 4, 2025 21:45
@va-vfs-bot va-vfs-bot temporarily deployed to rcassity-vets-api-form-profile-pciu-removal-b/main/main March 4, 2025 21:46 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to rcassity-vets-api-form-profile-pciu-removal-b/main/main March 4, 2025 22:50 Inactive
Copy link

github-actions bot commented Mar 5, 2025

Error: A file (or its parent directories) was deleted but its reference still exists in CODEOWNERS. Please update the .github/CODEOWNERS file and delete the entry for the Offending file:

Copy link

github-actions bot commented Mar 5, 2025

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:

@va-vfs-bot va-vfs-bot temporarily deployed to rcassity-vets-api-form-profile-pciu-removal-b/main/main March 5, 2025 14:12 Inactive
@RachalCassity RachalCassity changed the base branch from rcassity-vets-api-form-profile-pciu-removal to master March 5, 2025 14:12
@va-vfs-bot va-vfs-bot temporarily deployed to rcassity-vets-api-form-profile-pciu-removal-b/main/main March 5, 2025 14:20 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to rcassity-vets-api-form-profile-pciu-removal-b/main/main March 5, 2025 15:06 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to rcassity-vets-api-form-profile-pciu-removal-b/main/main March 5, 2025 16:11 Inactive
@RachalCassity RachalCassity changed the title EVSS PCIU Removal # 2 - Removed EVSS/PCIU configuration - DO NOT MERGE archived - EVSS PCIU Removal # 2 - Removed EVSS/PCIU configuration - DO NOT MERGE Mar 5, 2025
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.

2 participants