Skip to content

Migrate carrierwave to activestorage - #3099

Open
kkoehn wants to merge 5 commits into
mainfrom
migrate_carrierwave_to_activestorage
Open

Migrate carrierwave to activestorage#3099
kkoehn wants to merge 5 commits into
mainfrom
migrate_carrierwave_to_activestorage

Conversation

@kkoehn

@kkoehnkkoehn commented Aug 28, 2025

Copy link
Copy Markdown
Contributor

We should consider the following points:

  • Migration of native_files to ActiveStorage
  • Removal of native_file column
  • I removed CodeOcean::File#hash_content since I don't think it was used. If it is indeed unused, the column could be removed as well

lays groundwork for #2702

@kkoehnkkoehn self-assigned this Aug 28, 2025
@codecov

codecovBot commented Aug 28, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.18%. Comparing base (6096098) to head (0855103).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #3099 +/- ##
=======================================
Coverage 70.18% 70.18% =======================================
Files 213 212 -1 Lines 6819 6799 -20 =======================================
- Hits 4786 4772 -14 + Misses 2033 2027 -6 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kkoehn
kkoehnforce-pushed the migrate_carrierwave_to_activestorage branch 4 times, most recently from 54c0cd0 to ccf63feCompareSeptember 6, 2025 20:38
@kkoehn
kkoehn marked this pull request as ready for review September 22, 2025 18:49
@kkoehn
kkoehnforce-pushed the migrate_carrierwave_to_activestorage branch from f688624 to 0855103CompareSeptember 23, 2025 20:21
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@kkoehn