Skip to content

Backport #8450 #8451 to 3.0 stable #8454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 24, 2024

Conversation

tagliala
Copy link
Contributor

@tagliala tagliala commented Aug 24, 2024

Backport #8450
Backport #8451, plus an actual fix with the bug report template (it wasn't working because of sqlite, it is surprising that specs passed)

Relax sqlite3 version constraint because rails/rails#51636 is included
in the latest 7.1.4 release
@tagliala tagliala force-pushed the chore/backport-8450-8451 branch from 75e9453 to fb09e5a Compare August 24, 2024 06:56
@tagliala tagliala marked this pull request as draft August 24, 2024 06:58
Copy link

codecov bot commented Aug 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (3-0-stable@b71930a). Learn more about missing BASE report.

Additional details and impacted files
@@              Coverage Diff              @@
##             3-0-stable    #8454   +/-   ##
=============================================
  Coverage              ?   99.19%           
=============================================
  Files                 ?      194           
  Lines                 ?     4963           
  Branches              ?        0           
=============================================
  Hits                  ?     4923           
  Misses                ?       40           
  Partials              ?        0           

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

@tagliala tagliala force-pushed the chore/backport-8450-8451 branch from fb09e5a to b09cc52 Compare August 24, 2024 07:05
@tagliala tagliala marked this pull request as ready for review August 24, 2024 07:12
@tagliala tagliala marked this pull request as draft August 24, 2024 10:14
Current bug report template does not work because sqlite3 2.x is not
compatible with Rails 7.0.x.

This commit also:
- Test bug report template against Ruby 3.3
- Set config.eager_load to avoid a warning on stdout:
  ```
  config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly:
  ```
- Default to `3-0-stable` branch when `ACTIVE_ADMIN_PATH` is not
  specified
- Add `force_ruby_platform` to `sqlite3` for uniformity with `master`
  branch
@tagliala tagliala force-pushed the chore/backport-8450-8451 branch from b09cc52 to ea48602 Compare August 24, 2024 10:16
@tagliala tagliala marked this pull request as ready for review August 24, 2024 11:31
@javierjulio javierjulio self-requested a review August 24, 2024 14:41
Copy link
Member

@javierjulio javierjulio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@tagliala tagliala merged commit da13e83 into activeadmin:3-0-stable Aug 24, 2024
20 checks passed
@tagliala tagliala deleted the chore/backport-8450-8451 branch August 24, 2024 16:22
Sign up for free to 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.

2 participants