Update dev setup: GitHub Actions, propshaft, MIT license#11
Update dev setup: GitHub Actions, propshaft, MIT license#11damianlegawiec merged 1 commit intomainfrom
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
fe255a3 to
b3eda47
Compare
- Migrate CI from CircleCI to GitHub Actions with PostgreSQL 16 + MySQL 8.0 matrix - Switch from sprockets to propshaft - Add spree_storefront, spree_page_builder, spree_admin, and spree_legacy_api_v2 dependencies - Add SPREE_PATH env support for local development - Update Rakefile to install storefront and admin in test app - Change license from AGPL-3.0 to MIT - Add gemspec metadata (bug_tracker_uri, changelog_uri, etc.) - Rename .dependabot.yml to proper path Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b3eda47 to
9d820c0
Compare
Summary
Test plan
bundle installcompletes successfullybundle exec rake test_appgenerates dummy app and runs migrationsbundle exec rspecpasses (26 examples, 0 failures, 99.23% coverage)🤖 Generated with Claude Code