department-of-veterans-affairs / va.gov-team

Public resources for building on and in support of VA.gov. Visit complete Knowledge Hub:
https://depo-platform-documentation.scrollhelp.site/index.html
283 stars 204 forks source link

Delete Stale Vets API Branches #41279

Closed ericboehs closed 2 years ago

ericboehs commented 2 years ago

We have 500 branches in our Vets API repo. We should delete stale branches (~6 months old).

Why is this work being prioritized?

A high branch count indicates disorganization and leads to confusion. Vets API is a public facing repo and should be well maintained.

Acceptance Criteria

Resources

Deletion command to run

git branch -a --sort=committerdate --format='%(committerdate:short),%(refname:short)' | # List all branches by date/sha
  awk '{ if ($1 < "'$(date -v-6m +%Y-%m-%d)'") { print $0 } }' | # Only list stale branches
  sed 's/origin\///g' | # Removes origin/ from each branch name
  cut -f2 -d, | # Remove date, listing only one branch per line
  xargs -n1 echo git push origin --delete # Delete branches one at a time

(Command listed is a dry run. Remove echo to actually deleted.)

ericboehs commented 2 years ago

These are the stale branches that will be deleted on Monday. Since git stores everything forever, you can restore your branch by referencing the name and commit below:

Last Commit SHA Branch Author
2020-05-18 abe64ac69 be-tools/pb/upgrade-sidekiq-to-6 Philip Becker
2020-05-20 e5a496b64 9300-mdt-get-supplies-integration Sarah-Jaine Szekeresh
2020-05-21 e75aebf25 update-decision-review-settings--edm Ed Mangimelli
2020-05-28 ef27cac78 mdt-get-supplies-fix camerontesterman
2020-05-29 58a400f4d aec/526_rake Anna Carey
2020-06-01 f0b106982 8036-naming-logic-on-facility-details-page Patrick Vinograd
2020-06-02 ccc8eaace 9682-change-mdt-email-field Lance Sanchez
2020-06-08 0c1894bd9 va-mobile-proto Ben Shyong
2020-06-09 4ee42738d file_number Eric Buckley
2020-06-22 6fb5fe104 mf/vsp/CVE-2020-8184 Michael R. Fleet
2020-06-24 99f720c4e 10548-debt-letter-history-endpoint camerontesterman
2020-06-26 dcc3bb33c bah-10578 Joe
2020-07-02 6b1bfd22d save-caregivers-claim Kevin Mircovich
2020-07-08 cded56998 form-10-10cg-mvi-lookup-refactor Kevin Mircovich
2020-07-10 2d5004f3d revert-4502-sj-bump-vets-json-schema Sarah-Jaine Szekeresh
2020-07-13 5ac9cc540 bah-add-devemail ksantiagomorgan6
2020-07-13 1ccce5aa1 bah-spool-email-dev Matt Roth
2020-07-16 a36958039 kc-6444-bgs-vnp-proc-form-create Derek Dyer
2020-07-17 2cc74cf16 bah-ctFilterEnhancement-11344 ksantiagomorgan6
2020-07-20 0a1cfe8de 11363-camelize-debts camerontesterman
2020-07-20 5c5e66af7 notification-api#71/personalisation saman.moshafi
2020-07-21 664dfdc47 eb-fix-no-existing-user-on-mfa Eric Buckley
2020-07-22 d54141c81 kc-test-va-file-number Kathleen Crawford
2020-07-24 33608b4be 11621-order-debts-by-date ksantiagomorgan6
2020-07-24 f3666bc7b vets-json-schema-6.2.3 Matt Roth
2020-07-24 a4d468cd9 bill-test-branch-name-again omgitsbillryan
2020-07-27 b7b108236 sj-bump-json-schema-6 Sarah-Jaine Szekeresh
2020-07-28 47d0fe840 686c_processing Derek Dyer
2020-08-04 ad7bc1019 API-1135-allow_new_types_in_intent_to_file Charley Stran
2020-08-05 6e5bc4ba5 11967-update-vets-json-schema-version Micah Chiang
2020-08-07 efcc8bcef eb-vagov-logout-only Eric Buckley
2020-08-07 d7bb7ce56 bill-test-danger-jumbo-pr Bill Ryan
2020-08-11 752fd770b testing-emis-veteran-status Kevin Mircovich
2020-08-12 2237ba531 bkjohnson-featureToggle-forms-a11y-4613 Brooks Johnson
2020-08-13 a8a8603e7 covid-vaccine-trial LeakyBucket
2020-08-24 7f3ae7a71 12444-vre-chp31-veteran-information-changes Micah Chiang
2020-08-28 3c2df8686 sanlouise-add-auth-hp-feature-flag Sandra Adams-Hallie
2020-09-01 ad003759a health_quest Laurence Guild
2020-09-02 61221d1d9 hquest_service Laurence Guild
2020-09-08 a00c7e51b kc-12105-chapter36 Alastair Dawson
2020-09-14 fde682558 content-updates-for-jtf Danielle Thierry
2020-09-18 af72a97b8 health_quest_initial_pgd Laurence Guild
2020-09-23 d173b083a uniq-ssn-for-10-10cg Kevin Mircovich
2020-09-25 e938c28a8 6837-add-log-event Bradley Gross
2020-09-25 4570ee302 st-api-1016 Steven Templeman
2020-09-30 d9d16e89c 14036-add-parent-site-to-direct-booking brad
2020-10-06 72b4a6c31 health_quest_pgd_pr2 Dillo Raju
2020-10-07 39345a56f add-certifications-to-form-10-10-cg Kevin Mircovich
2020-10-14 2e054fba6 13791-fsr-service camerontesterman
2020-10-20 d1fef210f kelsonic-14203-modify-is-cerner-flag Kelson Adams
2020-10-23 1a4930e87 bam/remove-httpi-logs-from-ci Bennie Mosher
2020-10-28 1853f8aeb 15120-fsr-submission Lance Sanchez
2020-10-30 e94823588 14991_mock_appt_from_api Dillo Raju
2020-11-02 9ef88b816 aec/562_stats Anna Carey
2020-11-02 51df9c489 10-10cg-certification-checkboxes-on-pdf Kevin Mircovich
2020-11-04 92bcb5b16 test-carma-11-03-20 Kevin Mircovich
2020-11-04 9440e7985 test-carma-11-04-20 Kevin Mircovich
2020-11-09 6285ecd34 orchid-121 Jacob Gacek
2020-11-12 fbf76793c ch_31_vocational_readiness_form Kathleen Crawford
2020-11-13 9997b7fc6 15007_questionnaire_response_pgd_service Jayson Perkins
2020-11-16 d4ecf4ea4 15780-add-fsr-submission-mockdata dbrown-va
2020-11-18 9d927f5f0 12092_ch31_model Derek Dyer
2020-11-19 7a2d656ae u-don/pact-webhook Eugene Doan
2020-11-19 c006162c0 pdf-gen-log-10-10cg Kevin Mircovich
2020-11-19 d1c86f366 strange-key-test-behavior Lee DeBoom
2020-11-23 a798cc5a5 temp_pair_15801_ch_31_model Derek Dyer
2020-12-03 02c334408 15257_save_in_progress_spike Dillo Raju
2020-12-03 2fdd4b68c pb-remove-old-generator Philip Becker
2020-12-04 7245231fc draft_attachment_job_implementation Kevin Mircovich
2020-12-09 9ba168b18 iris-230 Anita DeWitt
2020-12-14 ba9d9dc5b pb-dangerfile-test-part-deux Philip Becker
2020-12-14 96fdf7a25 iris-78-form-automation Anita DeWitt
2020-12-21 fb2b03a25 177 Lee DeBoom
2020-12-22 b790ef733 allow_saveInProgress_data_to_be_snake_or_camel_case--edm Ed Mangimelli
2020-12-29 042f6ae36 tweak_errors_2 cferris32
2021-01-04 350f79f02 vaos-test-flag-jsb Jeff Balboni
2021-01-04 8611f5d90 lihan-bgs-bank-name Lihan Li
2021-01-06 44c0dcdbe jimiray/refactor_login_params Jim Ray
2021-01-06 ae1424891 hotfix-debt-letter-url Cameron Testerman
2021-01-06 953da9b7d iris-239 Shefali Nayak
2021-01-06 c76783e0e bah-17772 Joe
2021-01-06 30b154de0 authorized-sidekiq Kevin Mircovich
2021-01-14 9e73e2ff4 search-click-tracking Nick Sullivan
2021-01-14 09c842c46 bah-10203dny Joe
2021-01-19 fd799ab47 pb-cleanup-test-output Philip Becker
2021-01-20 2a4485f8b aec/retry_526 Anna Carey
2021-01-22 78040d4d8 18740_consolidate_va_profile_references_inside_user_class Trevor Bosaw
2021-01-26 036dc39b0 pb-whats-up-with-dangerfile Philip Becker
2021-01-26 b5b592a98 kfrz/enable-tracing-for-datadog-apm Keifer Furzland
2021-01-26 c2c903f9f 1keep_files_in_memory_instead_of_on_disk Holden Hinkle
2021-01-28 297308b14 Cris.Shupp/3461_active_storage Cris Shupp
2021-02-03 aa5bb3d82 19015_questionnaire_manager_index Dillo Raju
2021-02-03 cfebaf6d1 bah-17551 Joe
2021-02-03 f979b7a79 salesforce-oauth-token-refactor omgitsbillryan
2021-02-04 4753f75d8 connect-carma-staging-to-ri Jack
2021-02-08 4f1611929 16994_part_1.5_cypress_viewport_updater Devin McCurdy
2021-02-08 b7ff49ca8 vaos_pagerduty_changes cferris32
2021-02-08 01e4efde6 16994_update_vets_website_config/cypress.json_file Holden Hinkle
2021-02-10 ea456499c vet360-swagger-rename Lihan Li
2021-02-11 c23c90e99 pv-add-mhv-ids-iam-user Patrick Vinograd
2021-02-16 8f7c69d67 19059_request_scope_plus_refactor Dillo Raju
2021-02-16 44ddb84ac 19965-controller-error-fixes brad
2021-02-16 a540e8043 pv-mobile-sm-controllers Patrick Vinograd
2021-02-16 a305e9b19 pv-mobile-sm-controller-1 Patrick Vinograd
2021-02-17 dbaba6de4 19059_health_api_token Dillo Raju
2021-02-19 8eba29708 stop-using-version-in-EVSSClaimDocumentUploader--edm Ed Mangimelli
2021-02-24 5ba3fe4e3 identity_poc Jim Ray
2021-02-24 12e2a1d2d slakrhakr/API-5015 Lee DeBoom
2021-02-24 be1e3e7f5 kc-20140-fix-phone-number kathleencrawford
2021-02-26 8bac4c757 bil-testing omgitsbillryan
2021-02-26 c91ec3e7a kc-20274-fix-country-686-pdf Alastair Dawson
2021-03-02 1c158e075 20246_fetch_locations Dillo Raju
2021-03-03 b29d13939 fix-cypress-viewport-updater-spec Darius Dzien
2021-03-03 a540060a6 backstage-catalog-testing Johanna Del Pino
2021-03-03 adb39597a 20246_locations Dillo Raju
2021-03-03 845f4c92b slakrhakr/sentry-errors Lee DeBoom
2021-03-04 9bca63d26 update_danger_to_ignore_seeds Jim Ray
2021-03-09 e37cecee8 16026-vetext-api-integration Jayson Perkins
2021-03-09 40e971a63 vet360-id-rename Lihan Li
2021-03-15 b46e32288 add_certificate_for_partner Derek Dyer
2021-03-15 684c7249f 20248_aggregator_placeholder_two Dillo Raju
2021-03-15 5e84a3225 21519-fsr-filenumber-fix ctesterman
2021-03-15 f20629f97 add_mpi_to_identity Jim Ray
2021-03-19 179ff75b1 pcafc-facility-updater Kevin Mircovich
2021-03-22 b88bef1f1 kc-21675-fix-674-multiple-procs Lindsey Hattamer
2021-03-22 a0dcfcaa4 identity_model Jim Ray
2021-03-23 f8867b3a7 COPY-API-5826-remove-EDIPI-header-from-ClaimsAPI-endpoints Dillo Raju
2021-03-25 cafd00d9e 222118-test-jenkins-junit-test-file Patrick Vinograd
2021-03-25 cafd00d9e dillo.raju/API-22118-test-jenkins-build Patrick Vinograd
2021-03-26 7dab81807 test-stash-and-unstash-reporting Dillo Raju
2021-03-26 68ec1645b covid_vaccing_confirmation_email_job Kam Karshenas
2021-03-27 b49eceb13 pv-update-json-schema Patrick Vinograd
2021-03-28 12b36d173 pv-vax-expansion-facility-emptylist Patrick Vinograd
2021-03-31 07d7d5ab2 slakrhakr/API-5906 Lee DeBoom
2021-04-01 47d21e039 pv-vax-expansion-eligibility-archive Patrick Vinograd
2021-04-02 f6347d93f pv-vax-expansion-enrollment-proceessing Kam Karshenas
2021-04-02 3d694a147 swaggard Lee DeBoom
2021-04-07 910acdcf7 19061_questionnaire_response_pdf_data Dillo Raju
2021-04-07 0a25d4942 add_simplecov-json_gem Holden Hinkle
2021-04-07 1e5b843b1 save_rspec_test_results_to_json_file Holden Hinkle
2021-04-07 1d3ff5b1a 19061_questionnaire_response_code Dillo Raju
2021-04-09 d6bd80f3c kc-22494-update-674-pdf Kathleen Crawford
2021-04-15 2e1340e0c bah-20138-api Joe
2021-04-18 08d33823b concurrent-mpi-req-10-10cg Kevin Mircovich
2021-04-19 36672a7cc slahrhakr/claims-v2-playground Lee DeBoom
2021-04-20 e83403f65 API-6066-validation-smart-launch-failure-enhancement esubocz
2021-04-21 84d488c4d communications-update-all Lihan Li
2021-04-21 6c401373c 21257-remove-outdatred-timeouts brad
2021-04-22 83cb6036b revert-6596-API-6066-validation-smart-launch-failure-enhancement esubocz-va
2021-04-23 b01ebad27 pfb-pass-kmi-created-at-to-vetext Patrick Bateman
2021-04-29 8a0e2fc0d 23710-test-folder-api-calls Teesh
2021-05-04 a58ff7b07 gids-v1 Matt Roth
2021-05-04 89418788c communcations-test Lihan Li
2021-05-07 ac810f3c0 carma-testing-2021-05-05 Kevin Mircovich
2021-05-07 ac810f3c0 carma-testing-2021-05-07 Kevin Mircovich
2021-05-10 24f18dc10 carma-testing-2020-05-10 Kevin Mircovich
2021-05-10 ee85cfd41 greg.bowman/API-6799-update-csv-monthly-query Greg Bowman
2021-05-13 2c461d86e update-local-login-redirects Travis Hilton
2021-05-13 df3ab9b93 rubocop-todos Lee DeBoom
2021-05-17 deb89f74d poa-uploader-additions Kevin Mircovich
2021-05-26 575547eb5 cris_mark_play Cris Shupp
2021-05-26 e0ed49b14 bah-10203-schema-24612 Kenneth Santiago
2021-05-26 d88152a7d 25021-record-cassettes-for-scheduling-config brad
2021-05-27 695b23608 25014-record-cassettes-put-appointment brad
2021-05-27 e558b341c dg/docker/non-docker-compose-container Lindsey Hattamer
2021-06-02 3ce15884a 25013_get_appointments_vcr cferris32
2021-06-04 71e242d9a adjust-codeowners cbtkc
2021-06-07 e92249357 greg.bowman/API-6660-LOB-counts-daily-report Greg Bowman
2021-06-07 84593a079 25014-add-icn-to-permit brad
2021-06-08 e77b2784e bump-brakeman Jack
2021-06-09 6f1702916 24426-puma-major-upgrade AJ Magdub
2021-06-11 30c423085 fix-MFS-facilities-children Bradley Gross
2021-06-14 4b3dfcf28 generate_rails_erd Trevor Bosaw
2021-06-16 6c5e47906 versions Karl Brown
2021-06-18 0a527d109 jimiray/login_traces Jim Ray
2021-06-28 43346cd32 25906-rerecord-facilities-cassettes brad
2021-06-30 cfb8efbf4 switch_feature_flips_to_redis_cache Dillo Raju
2021-06-30 325cd7b90 26500_add_statsd_to_feature_toggles Lance Sanchez
2021-06-30 61991b113 test_benefits_letter Trevor Bosaw
2021-07-07 3909d9876 25020-record-cassettes-put-cancel brad
2021-07-08 49c7f0a63 pv-cog-mobile-oauth-prototype Patrick Vinograd
2021-07-08 a25a8f17a temporarily-add-Practitioner-id Bradley Gross
2021-07-08 612e09a70 6165_reduce_flipper_queries Trevor Bosaw
2021-07-13 269adb0fa migrations-active-record-store Riley Anderson
2021-07-13 d9e9aa630 jc-add-adam-w-email Jesse Cohn
2021-07-13 d4dc88154 7397_investigate_removing_loa3_uplevel_in_some_cases Trevor Bosaw
2021-07-14 b54b6da2b gcid-dfns Kevin Mircovich
2021-07-14 f8910f9ce base-client-message-exception Kevin Mircovich
2021-07-14 1b0c66e3e 25906-v2-facilities-children-params cferris32
2021-07-15 640cc1eb4 slakrhakr/API-8525 Lee DeBoom
2021-07-16 134276eaf YellowRibbonAutocompleteNewRoute zacharymorel
2021-07-16 ae6d8ab90 25712_integrate_aws_cognito_with_login_gov Trevor Bosaw
2021-07-19 2f6665825 26707-depriation-waringing-on-v1-facilities-code Lance Sanchez
2021-07-20 c04142f85 jc-add-adam-email Jesse Cohn
2021-07-21 bcf62a1bd facility_api_optional_fields Daniel Nalbach
2021-07-22 c10a01880 dmc-maintenance-windows Kevin Mircovich
2021-07-26 66b7c07e4 22277-sidekiq-minor-upgrade Jack
2021-07-27 e6483de9c kc-26204-update-bgs-ext Zachary Morel
2021-07-28 77d54cdd3 kevinmirc-patch-1 Kevin Mircovich
2021-07-28 237a3eded aec/526_errors_rake Anna Carey
2021-07-29 6db59ed70 gha-build-docker-container Riley Anderson
2021-07-30 5a953b7b3 backend-service-exception-no-method-error Lance Sanchez
2021-08-02 d35d8bc31 28069_vaos_service_updates cferris32
2021-08-04 01ed19ba4 kc-bgs-error-logging Lance Sanchez
2021-08-05 dd6d92da7 mark.viterna/API-7953-LOB KevinCranmer
2021-08-05 3870b2011 narin-send-reply-draft Narin Ratana
2021-08-09 a01eb91f0 28180-map-practitioners-appointment Brad Gross
2021-08-10 a34f743db dmc-pagerduty Kevin Mircovich
2021-08-10 4535020f2 demo-test-branch Erik P. Hansen
2021-08-10 547024b6b 26521-test-branch cbtkc
2021-08-11 1d9198578 27317-attr-encrypted-record-count Daniel Nalbach
2021-08-12 23e3b96bc tskinn-k8s Taylor
2021-08-13 7ab6090f7 API-9088/NOD-special-characters Drew Fisher
2021-08-17 98a99e0ce gha-test-docker-container Riley Anderson
2021-08-18 ae33d087c 28523_new_fix Daniel Nalbach
2021-08-20 f444e2d26 gha-dockerize-tests-test Riley Anderson
2021-08-20 a4bd65d4f 1409-mobile-appointment-cancelled-status Alastair Dawson
2021-08-25 24a0bfd46 mpm/HLR_v1 michelpmcdonald
2021-08-25 ceed9f3e9 DEV-28799-appointments-permit-all Brad Gross
2021-08-26 e62166b0d test-branch-pair-without-branch Theo Bentum
2021-08-26 c6632c6c8 slakrhakr/API-9547 Lee DeBoom
2021-08-26 e420bb83e rubocop-1.20-bump cbtkc
2021-08-30 a355d3d70 revert-7705-rename-spec-request-dir Riley Anderson
2021-08-30 7ae997ca1 API-8568/vanotify-icn-lookup-2 Drew Fisher
2021-08-31 85686c0cc mpm/test_mb michelpmcdonald
2021-08-31 6ece9cd32 gha-docker-test-cleanup Riley Anderson
2021-09-02 40bedc8c1 revert-7815-28637_clinic_data_report Corey Ferris
2021-09-02 e3aa34e7a 28637_clinic_data_report cferris32
2021-09-02 5101b9585 27183-config-sidekiq-statsd cbtkc
2021-09-03 d6fceb4be API-9408/contestable-issues-documentation-swagger-blocks Jack Schuss
2021-09-07 602ffb245 lockbox-db-schema-change Lindsey Hattamer
2021-09-08 2ef63d462 22440_non_prod_integration Justin Linn
2021-09-13 ca5070deb aec/gender_required_2 Anna Carey
2021-09-13 ba5eeccc6 revert-7890-eb-update-sidekiqs Anna Carey
2021-09-15 58419e54c mchelen-gov/sort-feature-flags Michael Chelen
2021-09-16 226118959 kc-29217-pension-check-686 Patrick Bateman
2021-09-17 e0da7a052 gha-clear-cache Riley Anderson
2021-09-20 dcbb13f04 gha-temp-git-cleanup Riley Anderson
2021-09-20 a14a266d7 gha-start-sidekiq-and-puma Riley Anderson
2021-09-22 1adaf338a gha-db-test Riley Anderson
2021-09-22 51e98d726 missing-ssn-in-appointment-submit-cancel AJ Magdub
2021-09-23 4634bf048 greg.bowman/API-7918-webhook-bulk-endpoint vets-api
2021-09-24 0865e11c1 mark.viterna/rswag danielliberty
2021-09-27 cdfa92a86 lockbox-json-marshal-serializer Lindsey Hattamer
2021-09-29 e2bee9614 aec/special_issues Anna Carey
2021-10-01 65f6160b7 virtual-agent Joseph Hall
2021-10-04 e6b2c7bc9 mpi-gem Lihan Li
2021-10-05 6b6feec60 mobile_user_table Jayson Perkins
2021-10-05 a590fba8b eb-ruby-27-weird-dockerfile Eric Boehs
2021-10-06 c8cb38178 appeals-test-gh-integration Jack Schuss
2021-10-06 d2f22e190 test-gh-integration Jack Schuss
2021-10-06 5fb562484 26521-measure-worker-run-time cbtkc
2021-10-07 d846817b8 lhattamer-remove-attr-enc-from-model-again Lindsey Hattamer
2021-10-07 a591c15d5 tjh-increase-rate-limit Travis Hilton
2021-10-08 db1c8ff6a 30912-debt-letters-mock-config Craig Wheeler
2021-10-12 d10a00385 aec/linting Anna Carey
2021-10-13 a0ff072a9 greg.bowman-reset-monthly-recipients Greg Bowman
2021-10-15 686d377b8 DEV-30678-align-appointments-with-new-swagger Brad Gross
2021-10-18 f87fe8a4f impelment-timeouts Jack
2021-10-20 119250eac kc-28044-limit-external-key Kathleen Crawford
2021-10-20 5213fe9e2 rspec-with-profile AJ Magdub
2021-10-20 02c69505f API-31331/hypertension-fast-tracker Anna Carey
2021-10-21 6c82f4a0b va-virtual-agent-274-append-representative-with-wip-test Kha Huynh
2021-10-22 2840dac40 API-10665/contestable-issues-benefit-type_filtering Jack Schuss
2021-10-26 21ca104fa feature/update-claimant-mock-data cesar.santiago
2021-10-27 3d12376de 1756-mobile-immunizations-api-docs Alastair Dawson
2021-10-29 17266314a dgi-service-proxy-endpoints bradbergeron-us
2021-11-01 95d2e1c08 record-appt-cassette Brad Gross
2021-11-01 36e8b127f add_github_oauth_to_tud_app Holden Hinkle
2021-11-03 7bfeb0d26 bj-mac-testing John Bramley
2021-11-04 6c2f95f00 Kevin.Cranmer/API-9355_BI_rswag KevinCranmer
2021-11-05 0506e8b28 eb-docker-origins-gemfile-hack Lance Sanchez
2021-11-08 23cbfcde5 appointment-vcr-recording Brad Gross
2021-11-09 3e0537097 eb-extract-clamav-to-service Eric Boehs
2021-11-09 3e0537097 eb-extract-clamav-to-service Eric Boehs
2021-11-12 8258b4192 DEV-32614-retest-cc-appt-fields Brad Gross
2021-11-12 db4301eae mpi-gem-find-by-attr Lihan Li
2021-11-15 86fd5cc6f DEV-32279-port-facilities-show Brad Gross
2021-11-15 8cb42efd8 1929-add-a-manufacturer-field-to-immunizations cadibemma
2021-11-16 3540c2bbb pact-slack-notifications Darius Dzien
2021-11-16 8bab4ff97 eb-gem-platform-lock Eric Boehs
2021-11-16 8bab4ff97 eb-gem-platform-lock Eric Boehs
2021-11-17 8cebb4d2e eb-doc-gin-riley Riley Anderson
2021-11-17 4d5768a04 feature/login_new_design Alexander Garcia
2021-11-18 9da9ec2c7 1930-vaccine-group-name Kris Pethtel
2021-11-18 abeff3c87 1930-vaccine-group-name-updated Kris Pethtel
2021-11-18 68a556ca1 lhattamer-add-primary-key Lindsey Hattamer
2021-11-18 703e28d08 lhattamer-primary-key-vsr-table Lindsey Hattamer
2021-11-18 9085bf5f6 2043-mobile-handle-empty-cvx-and-dates-immunizations Jayson Perkins
2021-11-19 6d9846bf7 riley-eb-doc-gin Riley Anderson
2021-11-24 41aa9837b mpm/rrd_ff michelpmcdonald
2021-11-24 d2b0a2154 1930-add-vaccines Kris Pethtel
2021-11-24 60ae56f18 tadhg/hypertension-pilot-bpdata Tasha Ibrahim
2021-11-26 a70739b99 WIP-for-retesting-VAMF-endpoints Bradley Gross
2021-11-29 5f3de2e5f 32585_gi_sandbox_comparision_tool_toggle_v2 Travis Hilton
2021-11-29 3cb9c6af3 31136_get_mcp_statements_by_id Justin Linn
2021-11-29 2acde6cf9 mpi-gem-add-person Lihan Li
2021-11-30 cd028b7d3 32585_gi_sandbox_ff_change_to_cookie_id Patrick Jason Arthur
2021-11-30 914895bd8 eb-doc-gin-self-hosted Riley Anderson
2021-11-30 914895bd8 eb-doc-gin-self-hosted Riley Anderson
2021-12-01 6427a549e tjh-rubocop-class-equality-comparison Travis Hilton
2021-12-02 9d2ec6173 sjames-debug-vista-id Scott James
2021-12-02 1c91ef3b6 for-ri Brad Gross
2021-12-02 5b86fc90f mpm/ht_test michelpmcdonald
2021-12-03 16a824876 temp-mcp-vista-id-fix Scott James
2021-12-03 f91daeab2 32152-EXTERNAL--GET-/api/eligibility/determination Kevin Musiorski
2021-12-06 7cc411941 eb-doc-gin-s3-cache Riley Anderson
2021-12-06 7cc411941 eb-doc-gin-s3-cache Riley Anderson
2021-12-07 a286884ab bump-pdf-forms-version Riley Anderson
2021-12-07 1105ecee5 bump-bundler-version Riley Anderson
2021-12-07 5938398b7 system-test-poc Josh Scanish
2021-12-07 5ba057626 bad-address-indicator Lihan Li
2021-12-08 78ef504f1 tjh-rubocop-stubbed-mock Travis Hilton
2021-12-09 4e16dc5f1 feature/fix-claimant-response cesar.santiago
2021-12-09 969091bc2 feature/my-education-benefits-mock-endpoints-for-testing nbuckafs
2021-12-09 2541fce3b log-enhanced-data-mcp-vista Scott James
2021-12-09 12d400ce5 eb-doc-gin Eric Boehs
2021-12-09 58fc87b4a eb-doc-gin Eric Boehs
2021-12-10 942059628 remove-docker-compose-deps Riley Anderson
2021-12-10 942059628 remove-docker-compose-deps Riley Anderson
2021-12-13 badca178f feature/correct-claimant-mock nbuckafs
2021-12-13 3110c16b1 dh-api-9825 Dan Hinze
2021-12-14 e6f3adb99 28267-add-facility-show-action Brad Gross
2021-12-15 074dba6cc 2085-immunizations-metrics-alastair Alastair Dawson
2021-12-16 8d5d09076 for-ri-12-16 Brad Gross
2021-12-16 15e6f6c95 sjames-debug-six-month-statements Scott James
2021-12-16 054b5219b jsg-test-dd-apm john s-g
2021-12-17 a3cb5a2c2 lhattamer-test-lockbox-removal Lindsey Hattamer
2021-12-28 a13d34041 add-manish-as-flipper-admin-on-prod Manish Shah
2021-12-28 e6e8a60af 31307_carma_mulesoft_feature_branch James Childers
2021-12-28 8e8335e0d 33537_cg_mulesoft_toggle James Childers
2021-12-30 b95e9aaf5 natashajibrahim/hypertension-pilot-services-refactor-pdf-spec Tasha Ibrahim
2022-01-05 5fae53833 inbound-testing Josh Scanish
2022-01-06 d96c5a0ce API-12214-ClaimsApi-bypass-poa-verification-during-ccg-flow Julia Allen
2022-01-11 749a536b0 33540_caregiver_salesfroce_to_mulesoft James Childers
2022-01-12 036ea9d35 julialallen/hypertension-client-failing-test Julia Allen
2022-01-19 5eb9840c9 revert-8873-validations-data-logging John Bramley
2022-01-21 2027f20d0 35700-LGY-Display-Application-Date Kevin Musiorski
2022-01-21 3663e06f7 try-getting-passing-tests Tasha Ibrahim
2022-01-25 6ea5349b4 fix_tud_github_oauth Holden Hinkle

Generated on 2022-08-01 by @ericboehs via stale-branches.

ericboehs commented 2 years ago

For recovery purposes, I have also saved a list of branches not scheduled for deletion (inverse of the above list).

Branches not scheduled for deletion | Last Commit | SHA | Branch | Author | |-------------|-------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------| | 2022-02-03 | [aaf641da4](https://github.com/department-of-veterans-affairs/vets-api/commit/aaf641da4f2771962b855d40fb7bb9688e3c668a) | [2365-payment-history-api-endpoint-adapter](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=2365-payment-history-api-endpoint-adapter) | Alastair Dawson | | 2022-02-03 | [7991c64a1](https://github.com/department-of-veterans-affairs/vets-api/commit/7991c64a1af72204620bddf39246b855fe8b3e95) | [36387-fix-CM-errors-when-sending-1900](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=36387-fix-CM-errors-when-sending-1900) | Kevin Musiorski | | 2022-02-07 | [3f0333e41](https://github.com/department-of-veterans-affairs/vets-api/commit/3f0333e4180879ec364ffd2d07e7a628a0926af6) | [2291-optimize-appointment-list-facility-lookup](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=2291-optimize-appointment-list-facility-lookup) | andrewherzberg | | 2022-02-08 | [bfcae7ffc](https://github.com/department-of-veterans-affairs/vets-api/commit/bfcae7ffc3c45c651066a2618071f3d24d76c246) | [isam-mpi-attrs](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=isam-mpi-attrs) | John Bramley | | 2022-02-09 | [563f93bf0](https://github.com/department-of-veterans-affairs/vets-api/commit/563f93bf0f15ca7f20904c22ed407fc696bdb8ed) | [kc-32234-lgy-app-submit](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=kc-32234-lgy-app-submit) | Nathan Wright | | 2022-02-09 | [14f1ecce6](https://github.com/department-of-veterans-affairs/vets-api/commit/14f1ecce6f233fd7a895de9079fa702b97427aa8) | [36021-test-fsr-notif-staging](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=36021-test-fsr-notif-staging) | Scott James | | 2022-02-10 | [abead31e7](https://github.com/department-of-veterans-affairs/vets-api/commit/abead31e76dc660713730a2f929d8b6c8be834b4) | [lgy-vcr-docker-fixes](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=lgy-vcr-docker-fixes) | Scott James | | 2022-02-10 | [cfb44b7db](https://github.com/department-of-veterans-affairs/vets-api/commit/cfb44b7db78e8c13eef6c2288710d7cb5367d024) | [36744-Improve-28-1900-Submission-to-CMP-(create-new-job)](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=36744-Improve-28-1900-Submission-to-CMP-(create-new-job)) | Nathaniel Buck | | 2022-02-14 | [b7a011bcf](https://github.com/department-of-veterans-affairs/vets-api/commit/b7a011bcf970a387b2edda17fa7f76f7ebd9c1b4) | [wmg-rrd-hypertension-meds-empty-state](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=wmg-rrd-hypertension-meds-empty-state) | Matt Gardner | | 2022-02-15 | [b59e9779e](https://github.com/department-of-veterans-affairs/vets-api/commit/b59e9779ef5d4ee00493ae7079cd76dfc6c6d4f3) | [identity-flagship-occ-flippers](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=identity-flagship-occ-flippers) | Kyle Woolley | | 2022-02-16 | [f55ef3163](https://github.com/department-of-veterans-affairs/vets-api/commit/f55ef3163c1a86c5f2ed21b7e714c1d62528ade6) | [test-gha-merge](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=test-gha-merge) | Lindsey Hattamer | | 2022-02-17 | [63076074b](https://github.com/department-of-veterans-affairs/vets-api/commit/63076074bf0f345d4f7a3efa68178d9e96c6ce90) | [dh-api-13337](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=dh-api-13337) | Dan Hinze | | 2022-02-17 | [b1c528cbf](https://github.com/department-of-veterans-affairs/vets-api/commit/b1c528cbf33649aef78686c1033a4b011bd4993f) | [al-coe-download-bug](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=al-coe-download-bug) | Amanda Leaders | | 2022-02-17 | [9e8c7fca4](https://github.com/department-of-veterans-affairs/vets-api/commit/9e8c7fca4d78e4b5735481bb5beb648ee5492561) | [wmg-rrd-bp-timestamp](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=wmg-rrd-bp-timestamp) | Matt Gardner | | 2022-02-21 | [b7d2534b5](https://github.com/department-of-veterans-affairs/vets-api/commit/b7d2534b546f024ec142ad255110bb0e2ae0ef6e) | [2440-add-appointment-requests-to-appointments-templates](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=2440-add-appointment-requests-to-appointments-templates) | Alastair Dawson | | 2022-02-22 | [c61cd9566](https://github.com/department-of-veterans-affairs/vets-api/commit/c61cd95668ffcbe6c2fe10c424b987f48b9c846d) | [gha-add-deploy-template-workflow](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=gha-add-deploy-template-workflow) | Travis Hilton | | 2022-02-25 | [673d5e1f8](https://github.com/department-of-veterans-affairs/vets-api/commit/673d5e1f8156f120724972313745969a75aed254) | [dh-api-13369](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=dh-api-13369) | Dan Hinze | | 2022-02-25 | [c0ee33dcf](https://github.com/department-of-veterans-affairs/vets-api/commit/c0ee33dcfe02257ffc1b80f6562df7e48824469d) | [2364-pending-appointments](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=2364-pending-appointments) | Kris Pethtel | | 2022-02-25 | [ade4cb06f](https://github.com/department-of-veterans-affairs/vets-api/commit/ade4cb06ffb362dcbcbe12ef81fbcf7dbb5a7768) | [API-13369-ClaimsApi-handle-efolder-access-failures](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-13369-ClaimsApi-handle-efolder-access-failures) | Jeffrey Wallace | | 2022-02-25 | [60a6a8e4e](https://github.com/department-of-veterans-affairs/vets-api/commit/60a6a8e4eb498338148edb2967e9ae93ad7e207b) | [API-32394/generate_form526_submission_pdf](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-32394/generate_form526_submission_pdf) | Csaba Nemeth | | 2022-03-01 | [0711a7b58](https://github.com/department-of-veterans-affairs/vets-api/commit/0711a7b58a500908c9eb9ca96e08a8077ff3a7f3) | [tshoot-view-payments-staging](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=tshoot-view-payments-staging) | Tyler Simoni | | 2022-03-02 | [4c54e8a01](https://github.com/department-of-veterans-affairs/vets-api/commit/4c54e8a01f8013455afbf2089f86d46146323925) | [1095-proof-of-concept](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=1095-proof-of-concept) | Nadya Primak | | 2022-03-08 | [3abe9b013](https://github.com/department-of-veterans-affairs/vets-api/commit/3abe9b013904faa93d037ab8af9f3bb57736e75a) | [24402-debug-fsr-pdf](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=24402-debug-fsr-pdf) | Scott James | | 2022-03-09 | [c09966a1b](https://github.com/department-of-veterans-affairs/vets-api/commit/c09966a1be2b23ecdacce6257dd71cd9b5f1f2c9) | [1900-test-new-json-schema-appointmentTimePreferences](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=1900-test-new-json-schema-appointmentTimePreferences) | YANG YANG | | 2022-03-09 | [c5eefd8f4](https://github.com/department-of-veterans-affairs/vets-api/commit/c5eefd8f4d60bbe7209a58c23f84eda98a6aa03d) | [37423-authn-csp-method](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=37423-authn-csp-method) | John Bramley | | 2022-03-10 | [ec66e4ac9](https://github.com/department-of-veterans-affairs/vets-api/commit/ec66e4ac97e5ab248b1202641066e9a5f4ecdac2) | [oauth-idme](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=oauth-idme) | John Bramley | | 2022-03-11 | [4fefa3462](https://github.com/department-of-veterans-affairs/vets-api/commit/4fefa3462703262805b1ba67a9537ec4824a1dac) | [37204_session_refresh_endpoint](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=37204_session_refresh_endpoint) | Trevor Bosaw | | 2022-03-14 | [0fcb04f2b](https://github.com/department-of-veterans-affairs/vets-api/commit/0fcb04f2be43178fa0cdf506db2d025322c9d2e2) | [tjh-timezone-fix](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=tjh-timezone-fix) | Travis Hilton | | 2022-03-15 | [d059b4d6c](https://github.com/department-of-veterans-affairs/vets-api/commit/d059b4d6c7da748da391053e13410fc727c982b2) | [1010/json-schema/cg-and-ez-schema-changes](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=1010/json-schema/cg-and-ez-schema-changes) | Lisa Zapson | | 2022-03-15 | [dc90b0c86](https://github.com/department-of-veterans-affairs/vets-api/commit/dc90b0c8635acf451779d80ccb94f8303b64a8c6) | [sign_in_service_temp_branch](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=sign_in_service_temp_branch) | Trevor Bosaw | | 2022-03-16 | [2328a54b7](https://github.com/department-of-veterans-affairs/vets-api/commit/2328a54b75063a4f707910ab0e46608341cd0843) | [dillo_mark_review_env_test](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=dillo_mark_review_env_test) | Dillo Raju | | 2022-03-16 | [0f136a24c](https://github.com/department-of-veterans-affairs/vets-api/commit/0f136a24c2e2b50e464b7bb5d0820b3e492b072f) | [remainder_code](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=remainder_code) | Trevor Bosaw | | 2022-03-16 | [132ddbede](https://github.com/department-of-veterans-affairs/vets-api/commit/132ddbede03abed6fc5222bea7388ba370230772) | [dh-vso-reloader-fixes](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=dh-vso-reloader-fixes) | Dan Hinze | | 2022-03-18 | [2dd2361f0](https://github.com/department-of-veterans-affairs/vets-api/commit/2dd2361f0730730c3f584b913f69664aa672407b) | [feat/add-cors-for-dashboard](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=feat/add-cors-for-dashboard) | Tim Wright | | 2022-03-21 | [9246b7155](https://github.com/department-of-veterans-affairs/vets-api/commit/9246b715582397c13470963fef73c40926c7fb07) | [eb-get-low](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=eb-get-low) | Eric Boehs | | 2022-03-22 | [13712e3e6](https://github.com/department-of-veterans-affairs/vets-api/commit/13712e3e654ef4dc59cb7f683c430f7160ab146d) | [API-14218-hlr-pdf-example](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-14218-hlr-pdf-example) | Jennica Stiehl | | 2022-03-22 | [0cc2e824d](https://github.com/department-of-veterans-affairs/vets-api/commit/0cc2e824dc9127d2200cb3a8742de543f199ac0a) | [scaffold-dhp](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=scaffold-dhp) | Rebecca Green | | 2022-03-23 | [0add5b492](https://github.com/department-of-veterans-affairs/vets-api/commit/0add5b4929e4f8b792ad29d7718be03710092559) | [al-appoint-rep-prefill](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=al-appoint-rep-prefill) | Trevor Bosaw | | 2022-03-29 | [5511da78f](https://github.com/department-of-veterans-affairs/vets-api/commit/5511da78f827e620f8437875fd8db1e7ec6c2e2d) | [redis-current-deprecation](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=redis-current-deprecation) | Riley Anderson | | 2022-03-30 | [c37298dce](https://github.com/department-of-veterans-affairs/vets-api/commit/c37298dce2e52c55137c2791d35b126b230d904b) | [docusign-poppler-fix](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=docusign-poppler-fix) | Riley Anderson | | 2022-03-31 | [e33223413](https://github.com/department-of-veterans-affairs/vets-api/commit/e3322341395e17af1d3b44602ff6c2d7f3a07349) | [mobile-automate-staging-users](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=mobile-automate-staging-users) | Alastair Dawson | | 2022-03-31 | [63ecdf056](https://github.com/department-of-veterans-affairs/vets-api/commit/63ecdf056c3568bdee5a419f5bd1aa521ea4e826) | [fix-sidekiq-tests](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=fix-sidekiq-tests) | Lihan Li | | 2022-04-01 | [eb612b9c2](https://github.com/department-of-veterans-affairs/vets-api/commit/eb612b9c259a91cc51120a5e938c61768d8c5909) | [API-37771/transition_the_benefits_reference_data_api_from_evss_to_lighthouse](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-37771/transition_the_benefits_reference_data_api_from_evss_to_lighthouse) | Csaba Nemeth | | 2022-04-04 | [f928ac447](https://github.com/department-of-veterans-affairs/vets-api/commit/f928ac447acea37193307ba3d7079f835a41164a) | [38313_type_of_care_loki_logging](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=38313_type_of_care_loki_logging) | cferris32 | | 2022-04-04 | [4a7d0f9f8](https://github.com/department-of-veterans-affairs/vets-api/commit/4a7d0f9f88cfe630f2e6254fd9175d2424db2c30) | [zacsretest](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=zacsretest) | zach lewis | | 2022-04-06 | [70152fdd5](https://github.com/department-of-veterans-affairs/vets-api/commit/70152fdd55addc88dd457dfcb7ba54b5f03c6ec5) | [srestatus02](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=srestatus02) | zach lewis | | 2022-04-07 | [9e4370089](https://github.com/department-of-veterans-affairs/vets-api/commit/9e4370089341e6ff16d24f25d5a154321668a2e5) | [2676-mobile-rx-refill](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=2676-mobile-rx-refill) | andrewherzberg | | 2022-04-11 | [8a935be3c](https://github.com/department-of-veterans-affairs/vets-api/commit/8a935be3c0b7ce0a4b03abd256b2552800772621) | [allthesignals/asthma-flag-meds](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=allthesignals/asthma-flag-meds) | Matt Gardner | | 2022-04-13 | [f5327bb44](https://github.com/department-of-veterans-affairs/vets-api/commit/f5327bb4469071756878a6c90eb01b31f04fe85c) | [allthesignals/spike-wiked-pdf](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=allthesignals/spike-wiked-pdf) | Matt Gardner | | 2022-04-13 | [28ca5665b](https://github.com/department-of-veterans-affairs/vets-api/commit/28ca5665b973a8812ec45203a1e802e6a5147fe4) | [18-stub-authentication](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=18-stub-authentication) | Trevor Bosaw | | 2022-04-13 | [f17ffab83](https://github.com/department-of-veterans-affairs/vets-api/commit/f17ffab83aa447c0f01dbf1a0f597b53298704e0) | [tech-challenge](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=tech-challenge) | Trevor Bosaw | | 2022-04-14 | [4d18b5083](https://github.com/department-of-veterans-affairs/vets-api/commit/4d18b5083caf1ee7772bbea99e59c93b77675c20) | [rachal-cassity-development](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=rachal-cassity-development) | rccassity | | 2022-04-18 | [e28c56e9f](https://github.com/department-of-veterans-affairs/vets-api/commit/e28c56e9fa1cb1c2ff29e5cde0c3648ff605cf6f) | [2792-update-appointments-to-use-MFS-for-facilities-lookup](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=2792-update-appointments-to-use-MFS-for-facilities-lookup) | cadibemma | | 2022-04-18 | [ccb4983ea](https://github.com/department-of-veterans-affairs/vets-api/commit/ccb4983ea3bb8d13ad1e8e4b1748923353410814) | [allthesignals/tilt-prawn-spike](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=allthesignals/tilt-prawn-spike) | Matt Gardner | | 2022-04-19 | [f8544f718](https://github.com/department-of-veterans-affairs/vets-api/commit/f8544f71815a05bec6a9d6d520b69b01dd1f6667) | [add-Simi-to-flipper-admin](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=add-Simi-to-flipper-admin) | Simi Adebowale | | 2022-04-19 | [77b5e3786](https://github.com/department-of-veterans-affairs/vets-api/commit/77b5e3786fddc987efba1217ccb8c77a0da83e8d) | [dh-api-15020](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=dh-api-15020) | Dan Hinze | | 2022-04-20 | [73c26d584](https://github.com/department-of-veterans-affairs/vets-api/commit/73c26d58401713125e3d1254c97541f29a99d264) | [dhp-256-send-better-responses](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=dhp-256-send-better-responses) | Rebecca Green | | 2022-04-22 | [e9c6d2fc4](https://github.com/department-of-veterans-affairs/vets-api/commit/e9c6d2fc48c5db55fff47b872e9bd4d9892b8d46) | [2901-mobile-identity-introspect](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=2901-mobile-identity-introspect) | Alastair Dawson | | 2022-04-22 | [afb65cb01](https://github.com/department-of-veterans-affairs/vets-api/commit/afb65cb01e41782cae57242b789baef9568e2fb3) | [dhp-256-pkce-handling](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=dhp-256-pkce-handling) | Rebecca Green | | 2022-04-25 | [06ce069f2](https://github.com/department-of-veterans-affairs/vets-api/commit/06ce069f2c059c4ceee77fead8a771cdcd727970) | [yoom/lh_client-benefit-claims](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=yoom/lh_client-benefit-claims) | Yoom Lam | | 2022-04-27 | [3dd2ac613](https://github.com/department-of-veterans-affairs/vets-api/commit/3dd2ac613cdb5a4aa7e801f926b060d2cea84e8a) | [40324_remove_postal_req](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=40324_remove_postal_req) | Tom Harrison | | 2022-04-27 | [9e67ea0bf](https://github.com/department-of-veterans-affairs/vets-api/commit/9e67ea0bf24000cde1cbc16c7bf0a62dbc77667d) | [API-15406-ClaimsApi-get-claim-by-id-do-not-return-422-for-errored-claim](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-15406-ClaimsApi-get-claim-by-id-do-not-return-422-for-errored-claim) | Jeffrey Wallace | | 2022-05-03 | [5b04d1c04](https://github.com/department-of-veterans-affairs/vets-api/commit/5b04d1c045ace81287209b81ea9f7537f20bc4f2) | [update-mcp-to-use-new-vbs-domain](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=update-mcp-to-use-new-vbs-domain) | Scott James | | 2022-05-03 | [db45182da](https://github.com/department-of-veterans-affairs/vets-api/commit/db45182dae7bee4d94da05745a624dad2a2b6353) | [revert-9730-API-12180-nod-nvc-validation](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=revert-9730-API-12180-nod-nvc-validation) | Drew Fisher | | 2022-05-04 | [b108ea293](https://github.com/department-of-veterans-affairs/vets-api/commit/b108ea293cc7a6c97ad96fdca0c5787c4e84aef9) | [40391_remove_check_in_experience_logging_enabled_featureflag](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=40391_remove_check_in_experience_logging_enabled_featureflag) | Jeffrey Wallace | | 2022-05-05 | [fd9e13fb6](https://github.com/department-of-veterans-affairs/vets-api/commit/fd9e13fb65aa59c907d915936ca6824c3369dbe3) | [ethanteague-patch-1](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=ethanteague-patch-1) | Ethan Teague | | 2022-05-05 | [0c330489c](https://github.com/department-of-veterans-affairs/vets-api/commit/0c330489cf1f9b8672582490da32e8ad5ec3120e) | [manish-test-feature-flag](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=manish-test-feature-flag) | Manish Shah | | 2022-05-05 | [0fe8ae59b](https://github.com/department-of-veterans-affairs/vets-api/commit/0fe8ae59be8141ab1a25aca7968eed6b1b42d748) | [srecheckmaster001](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=srecheckmaster001) | zach lewis | | 2022-05-11 | [f6712ae9b](https://github.com/department-of-veterans-affairs/vets-api/commit/f6712ae9b559ee67cbd40cc15b5a4b0c913ff717) | [2676-refill-history](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=2676-refill-history) | andrewherzberg | | 2022-05-12 | [a23864fe7](https://github.com/department-of-veterans-affairs/vets-api/commit/a23864fe71461b03fb3bc22b4df07d54bcb0de89) | [debug-vbs-endpoint](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=debug-vbs-endpoint) | Scott James | | 2022-05-13 | [a1548eae9](https://github.com/department-of-veterans-affairs/vets-api/commit/a1548eae9868bfad3a6fd7cb65de255132c16764) | [k8s](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=k8s) | VA VSP Bot | | 2022-05-13 | [093c8bc3a](https://github.com/department-of-veterans-affairs/vets-api/commit/093c8bc3a379d229c1f67a2bba82aafd72da4187) | [API-15662-vbms-caseflow-status-bug](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-15662-vbms-caseflow-status-bug) | Laura Trager | | 2022-05-13 | [9482efc92](https://github.com/department-of-veterans-affairs/vets-api/commit/9482efc929cc16a86ded4a5f1b43797001e802ec) | [15810-fix-hlr-v2-pdf](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=15810-fix-hlr-v2-pdf) | Laura Trager | | 2022-05-19 | [1ce566b8b](https://github.com/department-of-veterans-affairs/vets-api/commit/1ce566b8b15cfe4f8d60f79f0920ece5583d94ed) | [3149-sign-in-service-introspect](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=3149-sign-in-service-introspect) | Kris Pethtel | | 2022-05-20 | [69087f76a](https://github.com/department-of-veterans-affairs/vets-api/commit/69087f76a8bc5c27ba064b8e97130e2457ed7642) | [mobile-add-to-appt-docs](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=mobile-add-to-appt-docs) | andrewherzberg | | 2022-05-24 | [ab1527c03](https://github.com/department-of-veterans-affairs/vets-api/commit/ab1527c030addfc7acc8b26ffd3fa549b6069772) | [long-covid-api-test](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=long-covid-api-test) | Keya Sengupta | | 2022-05-27 | [8c015229c](https://github.com/department-of-veterans-affairs/vets-api/commit/8c015229cdf1039c3f29ac07a1f65de72d97d1fd) | [dh-api-16425](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=dh-api-16425) | Dan Hinze | | 2022-05-27 | [2208cb672](https://github.com/department-of-veterans-affairs/vets-api/commit/2208cb672636fdb512d27370933d56c67bc71f14) | [API-15629-improve-validation-errors](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-15629-improve-validation-errors) | Jennica Stiehl | | 2022-06-01 | [7a3f06ee0](https://github.com/department-of-veterans-affairs/vets-api/commit/7a3f06ee013fb96f26b34be7235688d2c65050f8) | [revert-9863-API-15662-final-statuses](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=revert-9863-API-15662-final-statuses) | Drew Fisher | | 2022-06-07 | [09c2b1384](https://github.com/department-of-veterans-affairs/vets-api/commit/09c2b1384e3a082bd4983d40d7f72a3ea6473f2a) | [API-16567-if-claimantType-then-claimant](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-16567-if-claimantType-then-claimant) | Laura Trager | | 2022-06-07 | [dfd364c00](https://github.com/department-of-veterans-affairs/vets-api/commit/dfd364c00b068e339824347c383382362c98ed04) | [API-16565-sc-schema-validate-documentation](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-16565-sc-schema-validate-documentation) | Laura Trager | | 2022-06-09 | [453285417](https://github.com/department-of-veterans-affairs/vets-api/commit/4532854175169d3d77364105d4bc8ce28f06a437) | [hlr-v2-zipCode5-schema-fix](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=hlr-v2-zipCode5-schema-fix) | Laura Trager | | 2022-06-10 | [a8290b6d2](https://github.com/department-of-veterans-affairs/vets-api/commit/a8290b6d224bf92fdffd5ad578be17065f11a0de) | [dh-api-16254-remove-point-of-contact-requirement](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=dh-api-16254-remove-point-of-contact-requirement) | Dan Hinze | | 2022-06-16 | [0babf2447](https://github.com/department-of-veterans-affairs/vets-api/commit/0babf24478b9244773dcd39bc44d8553ef8dc8b1) | [test-runner](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=test-runner) | Riley Anderson | | 2022-06-21 | [e83ec3fd1](https://github.com/department-of-veterans-affairs/vets-api/commit/e83ec3fd16928f178a64e35ab7228519596dd9b9) | [km/docker-wf/dind](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=km/docker-wf/dind) | Kyle A. Matheny | | 2022-06-21 | [c55e73ad0](https://github.com/department-of-veterans-affairs/vets-api/commit/c55e73ad0d4639fb14ac49cd38b02f3576d18245) | [2937-mobile-rework-naming-routes](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=2937-mobile-rework-naming-routes) | andrewherzberg | | 2022-06-22 | [3e1088df9](https://github.com/department-of-veterans-affairs/vets-api/commit/3e1088df9e9717ca6088eafd8762a909618fc5c7) | [42312_up_level_for_sign_in_service](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=42312_up_level_for_sign_in_service) | Trevor Bosaw | | 2022-06-27 | [91761484e](https://github.com/department-of-veterans-affairs/vets-api/commit/91761484e01c4619363023c0893fae0709f7a659) | [41350-NOD-V2](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=41350-NOD-V2) | Scott Meyers | | 2022-06-28 | [3774d2cab](https://github.com/department-of-veterans-affairs/vets-api/commit/3774d2caba6a2c90a0444cd7caef6390f61fecc1) | [vs/sa-15110-create-fry-dea-sponsors-end-point](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=vs/sa-15110-create-fry-dea-sponsors-end-point) | Vineel | | 2022-06-28 | [c466676db](https://github.com/department-of-veterans-affairs/vets-api/commit/c466676dbe79213a09a01b01419649f2ccf845d5) | [keyluck-patch-1](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=keyluck-patch-1) | Nick Luckey | | 2022-06-28 | [39f682fe5](https://github.com/department-of-veterans-affairs/vets-api/commit/39f682fe5afa6201ab3939783e9387a19062efce) | [ldhub-catalog-updates-2](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=ldhub-catalog-updates-2) | Nick Luckey | | 2022-06-30 | [3871e294d](https://github.com/department-of-veterans-affairs/vets-api/commit/3871e294dd49fd036a4ef1833c39adf729f235ae) | [API-15186-Service-Branch-Updates](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-15186-Service-Branch-Updates) | Jennica Stiehl | | 2022-06-30 | [c4e3e9ad7](https://github.com/department-of-veterans-affairs/vets-api/commit/c4e3e9ad7955254689462fb781fca978d230a2f4) | [CVE-2022-32209](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=CVE-2022-32209) | Lindsey Hattamer | | 2022-06-30 | [434f6c340](https://github.com/department-of-veterans-affairs/vets-api/commit/434f6c34015b446fc2c946a3ec7f4ecbe64a8778) | [API-15020-Doc-formatting-stringnull](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-15020-Doc-formatting-stringnull) | Jennica Stiehl | | 2022-06-30 | [c81d6cd82](https://github.com/department-of-veterans-affairs/vets-api/commit/c81d6cd82d84af5524b64a1d913e6c1e80668eb3) | [43195_provider_info_appt_response](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=43195_provider_info_appt_response) | Corey Ferris | | 2022-07-01 | [1c85f31e9](https://github.com/department-of-veterans-affairs/vets-api/commit/1c85f31e939e433c945f2e3fa487a381e182c66e) | [allthesignals/data-pulls](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=allthesignals/data-pulls) | Matt Gardner | | 2022-07-05 | [bcb9f8505](https://github.com/department-of-veterans-affairs/vets-api/commit/bcb9f85050cee5977b0eaa1da1a413604a29596e) | [check-in/42789/tagalog-mixed-lang](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=check-in/42789/tagalog-mixed-lang) | Bethany Dunfield | | 2022-07-05 | [d4585da7a](https://github.com/department-of-veterans-affairs/vets-api/commit/d4585da7ad4c3bde27775e2d4dae734b42a8549c) | [dh-api-17035](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=dh-api-17035) | Dan Hinze | | 2022-07-08 | [7e97b37bd](https://github.com/department-of-veterans-affairs/vets-api/commit/7e97b37bd28130583321377654def0ea28547df0) | [move-mock-debts-to-feature-flag](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=move-mock-debts-to-feature-flag) | Scott James | | 2022-07-11 | [ec39cc7e7](https://github.com/department-of-veterans-affairs/vets-api/commit/ec39cc7e7deb3d50d115332be8e09d1d137704fd) | [sis-swagger](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=sis-swagger) | John Bramley | | 2022-07-13 | [a4a1bff98](https://github.com/department-of-veterans-affairs/vets-api/commit/a4a1bff98d7b2914175dfae4aa3ed3bc420c303b) | [update-octokit](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=update-octokit) | dependabot[bot] | | 2022-07-19 | [eec5e2bc9](https://github.com/department-of-veterans-affairs/vets-api/commit/eec5e2bc9abab434dc6874aa056db240eb6cf501) | [44272-test-vbs-fsr](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=44272-test-vbs-fsr) | Scott James | | 2022-07-20 | [d6c3fcd7c](https://github.com/department-of-veterans-affairs/vets-api/commit/d6c3fcd7c3186458c15573402e3ab7c6bb8cb164) | [API-17389-additional-attributes-bgs](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-17389-additional-attributes-bgs) | Jeffrey Wallace | | 2022-07-22 | [5b69c1137](https://github.com/department-of-veterans-affairs/vets-api/commit/5b69c1137a1b93436204a71863cc0c37e60bf8e2) | [1095B-text-form](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=1095B-text-form) | stephte | | 2022-07-22 | [5b289cf61](https://github.com/department-of-veterans-affairs/vets-api/commit/5b289cf6137119e53e08711cdaf207dd49500816) | [44262-supplemental-claims-controller-2](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=44262-supplemental-claims-controller-2) | Scott Meyers | | 2022-07-23 | [6742d7b53](https://github.com/department-of-veterans-affairs/vets-api/commit/6742d7b53b457c8208c37eb4377978eee48924ba) | [lihan-test](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=lihan-test) | lihan li | | 2022-07-25 | [c4150e2f0](https://github.com/department-of-veterans-affairs/vets-api/commit/c4150e2f0cac56fecb7c9887deda6d265e489df3) | [1010cg-icn](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=1010cg-icn) | lihan li | | 2022-07-27 | [bd0fd0488](https://github.com/department-of-veterans-affairs/vets-api/commit/bd0fd0488834bf88f934aa43eed408e662f39969) | [add-email-for-prod-idme](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=add-email-for-prod-idme) | Jayson Perkins | | 2022-07-28 | [a4e492c91](https://github.com/department-of-veterans-affairs/vets-api/commit/a4e492c91756fb246560af3dcb92489ffa506dfc) | [dependabot/bundler/bootsnap-1.13.0](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=dependabot/bundler/bootsnap-1.13.0) | dependabot[bot] | | 2022-07-28 | [ea792b164](https://github.com/department-of-veterans-affairs/vets-api/commit/ea792b164370e57b5813753853f24f29546d139a) | [dependabot/bundler/faker-2.22.0](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=dependabot/bundler/faker-2.22.0) | dependabot[bot] | | 2022-07-28 | [cd7e650d0](https://github.com/department-of-veterans-affairs/vets-api/commit/cd7e650d03b16d2793bb463b4911d9ddfbe5dc97) | [mpm/new_preneeds_staging_url](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=mpm/new_preneeds_staging_url) | Mike | | 2022-07-28 | [ff91f46e1](https://github.com/department-of-veterans-affairs/vets-api/commit/ff91f46e1ec586f6c9c65421fc002e44a913f7a7) | [cui/add-sentry-and-grafana-links](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=cui/add-sentry-and-grafana-links) | Michael Haley | | 2022-07-28 | [2ff467f48](https://github.com/department-of-veterans-affairs/vets-api/commit/2ff467f484064ae5daa0f747da528c9ebb331816) | [3428-mobile-appt-v2-index](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=3428-mobile-appt-v2-index) | andrewherzberg | | 2022-07-28 | [cd22d5502](https://github.com/department-of-veterans-affairs/vets-api/commit/cd22d55026023ff13635e5f2a420f35c6c4b2e7b) | [eb-flip-off-all-of-bgs](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=eb-flip-off-all-of-bgs) | Eric Boehs | | 2022-07-28 | [b85c9cd18](https://github.com/department-of-veterans-affairs/vets-api/commit/b85c9cd18aaaa839c6361b192f1130ad923ba51f) | [2870-additional-logging-around-login-session-creation](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=2870-additional-logging-around-login-session-creation) | cadibemma | | 2022-07-28 | [585cc9996](https://github.com/department-of-veterans-affairs/vets-api/commit/585cc99965fb2d5dae199cb5fb29960b0473721a) | [44162_fix_sis_load_user](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=44162_fix_sis_load_user) | John Bramley | | 2022-07-28 | [c07016234](https://github.com/department-of-veterans-affairs/vets-api/commit/c070162341114897a87044b80d98054f6cb38d0e) | [10264_mhv_premium_uplevel_sign_in_service](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=10264_mhv_premium_uplevel_sign_in_service) | Trevor Bosaw | | 2022-07-29 | [d0daa2f10](https://github.com/department-of-veterans-affairs/vets-api/commit/d0daa2f1073853f1ad80b2c9c38e165dca22f40f) | [API-18166-add-attributes-v2](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-18166-add-attributes-v2) | Jennica Stiehl | | 2022-07-29 | [0bbc1226a](https://github.com/department-of-veterans-affairs/vets-api/commit/0bbc1226aee1c75e21734b64ab987505d79201ec) | [API-18149-update-enum-v2](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-18149-update-enum-v2) | Jennica Stiehl | | 2022-07-29 | [6508331af](https://github.com/department-of-veterans-affairs/vets-api/commit/6508331af714a67043c6e6f60cc1c5bd9a33cd2c) | [1010/feature/44665/ez-add-feature-toggle](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=1010/feature/44665/ez-add-feature-toggle) | Lisa Zapson | | 2022-08-01 | [78dc99dcb](https://github.com/department-of-veterans-affairs/vets-api/commit/78dc99dcb62629bb79c8c6f1e5801759a8c5e257) | [wip-ri](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=wip-ri) | AJ Magdub | | 2022-08-01 | [6804b3442](https://github.com/department-of-veterans-affairs/vets-api/commit/6804b34422e348f801c234968e79b2e667565605) | [dhp-284-store-tokens-in-s3](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=dhp-284-store-tokens-in-s3) | Cam Bui | | 2022-08-01 | [8602c51bd](https://github.com/department-of-veterans-affairs/vets-api/commit/8602c51bdf9975983d4040e59ceeafefe46c8aa9) | [generic-forms-controller](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=generic-forms-controller) | s-caso | | 2022-08-01 | [422effdee](https://github.com/department-of-veterans-affairs/vets-api/commit/422effdee94027fb73ac50a81af41955d5a813dd) | [DHP-284-setting-update](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=DHP-284-setting-update) | Cam Bui | | 2022-08-01 | [be7a123d4](https://github.com/department-of-veterans-affairs/vets-api/commit/be7a123d424962de080a4da17b4859ffc3da8b56) | [45036_myhealthevet_to_mhv](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=45036_myhealthevet_to_mhv) | John Bramley | | 2022-08-01 | [519adfb46](https://github.com/department-of-veterans-affairs/vets-api/commit/519adfb460925951524112bd069d95c1e43b7d2e) | [medicare-claim](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=medicare-claim) | lihan li | | 2022-08-01 | [5b5f639f1](https://github.com/department-of-veterans-affairs/vets-api/commit/5b5f639f1134c16fcecf686acd1a6d9a2cadb057) | [API-17762-POA-email-report](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=API-17762-POA-email-report) | Jennica Stiehl | | 2022-08-01 | [0434f9e15](https://github.com/department-of-veterans-affairs/vets-api/commit/0434f9e15eca00ebd20c45109980d45c8e8afebc) | [1010cg-single-payload](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=1010cg-single-payload) | lihan li | | 2022-08-01 | [9286034bd](https://github.com/department-of-veterans-affairs/vets-api/commit/9286034bda1f84a7353241175b945081e4de510c) | [master](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=master) | Nathaniel Buck | | 2022-08-01 | [9286034bd](https://github.com/department-of-veterans-affairs/vets-api/commit/9286034bda1f84a7353241175b945081e4de510c) | [HEAD](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=HEAD) | Nathaniel Buck | | 2022-08-01 | [9286034bd](https://github.com/department-of-veterans-affairs/vets-api/commit/9286034bda1f84a7353241175b945081e4de510c) | [master](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=master) | Nathaniel Buck | | 2022-08-01 | [931f16bc5](https://github.com/department-of-veterans-affairs/vets-api/commit/931f16bc5ebfcc8120d98bd26f52c57b102bddb5) | [k8s](https://github.com/department-of-veterans-affairs/vets-api/branches/all?query=k8s) | VA VSP Bot | Generated on 2022-08-01 by @ericboehs via [`DATE_COMPARISON_OPERATOR='>' stale-branches`](https://gist.github.com/ericboehs/9609fb0312c94e302c2d0eebf2b35384).