• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mroderick / codebar-planner / 26640603724

Builds Branch Commit Type Ran Committer Via Coverage
26640603724 feature/default-async-email-delivery chore: remove ASYNC_EMAIL_CHAPTER_IDS env var and config The feature flag is no longer needed. All workshop invitations now use async delivery by default. Remove the environment variable from production config when deploying. push 29 May 2026 01:44PM UTC mroderick github
95.32
26591296330 fix/nginx-puma-socket-race fix: delay nginx start until Puma socket is bound Move FileUtils.touch('/tmp/app-initialized') from config evaluation to Puma's on_booted hook. This prevents nginx from proxying requests to a socket that doesn't exist yet, which was causing 502 e... push 28 May 2026 05:38PM UTC mroderick github
95.34
26473236821 split-up-how-to-support feat: update footer links and i18n - Link Donate directly to Enthuse instead of /donate page - Use i18n keys for Job Board, Volunteer, Fundraise, Donate, Buy us a coffee - Use buy_us_a_coffee i18n key (fixes i18n regression) push 26 May 2026 08:32PM UTC mroderick github
95.34
26471395775 refactor/mailer-tests refactor(tests): fix waiting list reminder assertion The delivery-assertion refactor incorrectly asserted that already-reminded invitations should have reminded_at as nil. The fabricator sets reminded_at to 2.days.ago, so the correct assertion ... push 26 May 2026 07:53PM UTC mroderick github
95.34
26470902766 refactor/mailer-tests refactor(tests): fix failing assertions in invitation_manager_spec Two failures from the delivery-assertion refactor: 1. Revert monthly attendance reminder test to mock-based assertion (production method doesn't call deliver_now; fix is in s... push 26 May 2026 07:45PM UTC mroderick github
95.34
26470721262 fix/monthly-attendance-reminder-delivery fix: deliver monthly attendance reminder emails send_monthly_attendance_reminder_emails has been broken since the feature was introduced in 2016. It instantiates a mailer message but never calls deliver_now or deliver_later, so the message is dis... push 26 May 2026 07:42PM UTC mroderick github
95.34
25849878647 chore/upgrade-premailer chore(deps): update premailer to 1.29.0 Updates premailer from 1.21.0 to 1.29.0 via bundle update. This eliminates deprecation warnings in test output: warning: [DEPRECATION] positional arguments are deprecated use keyword instead. Also updat... push 14 May 2026 08:28AM UTC mroderick github
95.35
25430304156 fix/flaky-tests fix: flaky tests in CI Fix two flaky tests that were failing intermittently in CI: 1. spec/features/listing_coaches_spec.rb:2 - Changed to use a workshop with a past date (1.month.ago) instead of the default future date to ensure the coa... push 06 May 2026 10:40AM UTC mroderick github
95.45
25429409084 fix/workshop-capacity-checks fix: workshop capacity checks now properly compare attending count with available spaces PR #2605 changed the capacity check methods from student_spaces?/ coach_spaces? to event_student_spaces?/event_coach_spaces?, but the new methods in EventPre... push 06 May 2026 10:20AM UTC mroderick github
95.45
25339693050 chromium-headless-shell Use Chromium Headless Shell for browser tests This reduces the Playwright browser download size by ~44% (189MB vs 336MB for full Chromium) while maintaining full web compatibility. Changes: - Update CI to install chromium-headless-shell instead ... push 04 May 2026 07:48PM UTC mroderick github
95.45
25336600126 clean-test-optimizations Optimize group fabricator: Reduce member count 5→2 Improves model spec performance by additional ~2% (14.1s → 13.8s) Combined optimizations: 17.0s → 13.8s (~19% total improvement) The students and coaches fabricators were creating 5 members each... push 04 May 2026 06:42PM UTC mroderick github
95.34
25336562154 fix-workshop-capacity-checks Fix workshop capacity checks Fixed bug in workshop fabricator: transients[:coach_count || 10] → transients[:coach_count] || 10. This was causing incorrect coach spaces to be set. Added student_spaces and coach_spaces attributes to workshop fabri... push 04 May 2026 06:42PM UTC mroderick github
95.45
25336464528 clean-test-optimizations Optimize group fabricator: Reduce member count 5→2 Improves model spec performance by additional ~2% (14.1s → 13.8s) Combined optimizations: 17.0s → 13.8s (~19% total improvement) The students and coaches fabricators were creating 5 members each... push 04 May 2026 06:39PM UTC mroderick github
95.34
25336310519 clean-test-optimizations Add UNLOGGED tables rake task for optional test performance Adds db:test:unlogged task that converts all PostgreSQL tables to UNLOGGED mode. UNLOGGED tables skip WAL logging, which can make writes faster during test setup. Benchmarks on this cod... push 04 May 2026 06:36PM UTC mroderick github
95.06
25335617603 clean-test-optimizations Add UNLOGGED tables rake task for test performance Adds db:test:unlogged task that converts all PostgreSQL tables to UNLOGGED mode for faster test performance. UNLOGGED tables skip WAL logging, making writes faster during test setup. Auto-runs a... push 04 May 2026 06:22PM UTC mroderick github
95.06
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 13
  • 14
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc