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

11: [ART] POA request seed task for dev #20018

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

11: [ART] POA request seed task for dev #20018

wants to merge 3 commits into from

Conversation

nihil2501
Copy link
Contributor

@nihil2501 nihil2501 commented Dec 24, 2024

This PR introduces a rake task for seeding POA requests for Dev and Staging use.

bin/rails accredited_representative_portal:seed

Seeds 123 POA requests associated with the staging seed data for representatives introduced by ARM (but locally).

Copy link

github-actions bot commented Dec 24, 2024

1 Error
🚫 This PR changes 658 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

  • modules/accredited_representative_portal/Rakefile (+1/-0)

  • modules/accredited_representative_portal/app/models/accredited_representative_portal/power_of_attorney_form.rb (+0/-0)

  • modules/accredited_representative_portal/app/models/accredited_representative_portal/power_of_attorney_request.rb (+0/-1)

  • modules/accredited_representative_portal/app/models/accredited_representative_portal/power_of_attorney_request_resolution.rb (+1/-3)

  • modules/accredited_representative_portal/lib/tasks/seed.rake (+186/-0)

  • modules/accredited_representative_portal/lib/tasks/seed/records.rb (+407/-0)

  • modules/accredited_representative_portal/spec/factories/power_of_attorney_form.rb (+49/-0)

  • modules/accredited_representative_portal/spec/models/accredited_representative_portal/power_of_attorney_request_decision_spec.rb (+1/-2)

  • modules/accredited_representative_portal/spec/models/accredited_representative_portal/power_of_attorney_request_resolution_spec.rb (+1/-2)

  • modules/accredited_representative_portal/spec/models/accredited_representative_portal/power_of_attorney_request_spec.rb (+0/-1)

  • spec/factories/accredited_individuals.rb (+3/-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

@va-vfs-bot va-vfs-bot temporarily deployed to art/seeds/main/main December 24, 2024 13:29 Inactive
@va-vfs-bot va-vfs-bot temporarily deployed to art/seeds/main/main December 26, 2024 07:36 Inactive
@nihil2501 nihil2501 force-pushed the art/poa-requests/part-5/representatives.5 branch from c3db96b to a156ad7 Compare December 31, 2024 01:47
Base automatically changed from art/poa-requests/part-5/representatives.5 to art/poa-requests/part-5/representatives.4 December 31, 2024 02:54
@va-vfs-bot va-vfs-bot temporarily deployed to art/seeds/main/main December 31, 2024 03:12 Inactive
@nihil2501 nihil2501 changed the base branch from art/poa-requests/part-5/representatives.4 to art/poa-requests/part-5/representatives.5 December 31, 2024 03:15
@va-vfs-bot va-vfs-bot temporarily deployed to art/seeds/main/main December 31, 2024 03:25 Inactive
@ojbucao ojbucao force-pushed the art/poa-requests/part-5/representatives.5 branch 2 times, most recently from b949420 to 707e7fa Compare January 10, 2025 02:39
@va-vfs-bot va-vfs-bot temporarily deployed to art/seeds/main/main January 10, 2025 03:28 Inactive
@ojbucao ojbucao force-pushed the art/poa-requests/part-5/representatives.5 branch from 707e7fa to b0a2056 Compare January 10, 2025 17:15
@va-vfs-bot va-vfs-bot temporarily deployed to art/seeds/main/main January 10, 2025 17:42 Inactive
@ojbucao ojbucao marked this pull request as ready for review January 10, 2025 17:47
@ojbucao ojbucao requested review from a team as code owners January 10, 2025 17:47
@ojbucao ojbucao requested a review from a team as a code owner January 10, 2025 17:47
@ojbucao ojbucao self-requested a review January 10, 2025 17:47
ojbucao
ojbucao previously approved these changes Jan 10, 2025
@ojbucao ojbucao force-pushed the art/poa-requests/part-5/representatives.5 branch from b0a2056 to efb52da Compare January 10, 2025 18:23
@va-vfs-bot va-vfs-bot temporarily deployed to art/seeds/main/main January 10, 2025 18:53 Inactive
@ojbucao ojbucao force-pushed the art/poa-requests/part-5/representatives.5 branch 4 times, most recently from 3f85344 to dcd2fc5 Compare January 10, 2025 20:47
Base automatically changed from art/poa-requests/part-5/representatives.5 to master January 10, 2025 21:21
@ojbucao ojbucao dismissed their stale review January 10, 2025 21:21

The base branch was changed.

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.

3 participants