rename project from SimpleshopTheme to Berrypod

All modules, configs, paths, and references updated.
836 tests pass, zero warnings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey
2026-02-18 21:23:15 +00:00
parent c65e777832
commit 9528700862
300 changed files with 23932 additions and 1349 deletions

View File

@@ -6,23 +6,23 @@
{"lib/mix/tasks/optimize_images.ex", :unknown_function},
{"lib/mix/tasks/register_webhooks.ex", :callback_info_missing},
{"lib/mix/tasks/register_webhooks.ex", :unknown_function},
{"lib/mix/tasks/simpleshop/download_images.ex", :callback_info_missing},
{"lib/mix/tasks/simpleshop/download_images.ex", :unknown_function},
{"lib/mix/tasks/berrypod/download_images.ex", :callback_info_missing},
{"lib/mix/tasks/berrypod/download_images.ex", :unknown_function},
# Stripe library type specs cause false positives
{"lib/simpleshop_theme/stripe/setup.ex", :pattern_match_cov},
{"lib/simpleshop_theme/stripe/setup.ex", :pattern_match},
{"lib/simpleshop_theme/stripe/setup.ex", :no_return},
{"lib/simpleshop_theme/stripe/setup.ex", :call},
{"lib/simpleshop_theme_web/controllers/checkout_controller.ex", :call},
{"lib/simpleshop_theme_web/controllers/checkout_controller.ex", :pattern_match_cov},
{"lib/simpleshop_theme_web/controllers/checkout_controller.ex", :no_return},
{"lib/berrypod/stripe/setup.ex", :pattern_match_cov},
{"lib/berrypod/stripe/setup.ex", :pattern_match},
{"lib/berrypod/stripe/setup.ex", :no_return},
{"lib/berrypod/stripe/setup.ex", :call},
{"lib/berrypod_web/controllers/checkout_controller.ex", :call},
{"lib/berrypod_web/controllers/checkout_controller.ex", :pattern_match_cov},
{"lib/berrypod_web/controllers/checkout_controller.ex", :no_return},
# Environment-dependent: localhost?() is always true in dev
{"lib/simpleshop_theme_web/live/admin/settings.ex", :pattern_match},
{"lib/berrypod_web/live/admin/settings.ex", :pattern_match},
# Provider behaviour type not derived by dialyzer
{"lib/simpleshop_theme/providers/provider.ex", :unknown_type},
{"lib/berrypod/providers/provider.ex", :unknown_type},
# ExUnit internals not in PLT (test support files)
{"test/support/conn_case.ex", :unknown_function},