openHPI / codeocean

CodeOcean is an automated assessment tool for web-based coding exercises
BSD 3-Clause "New" or "Revised" License
64 stars 27 forks source link

Bump rails_admin from 3.1.4 to 3.2.0 #2515

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps rails_admin from 3.1.4 to 3.2.0.

Changelog

Sourced from rails_admin's changelog.

3.2.0 - 2024-09-08

Full Changelog

Fixed

  • Fix polymorphic id doesn't reset properly in an edge case (7b2ffb1, #3630)

3.2.0.rc - 2024-08-25

Full Changelog

Added

  • ActiveRecord 7.1 composite primary keys support (53b89c9)

Changed

  • Introduce SingularAssociation and CollectionAssociation to tidy up the view files (876be11)

Fixed

  • Fix to show a thumbnail of all representable ActiveStorage attachments (#3656, 7754ac3)
  • Fix to detect images properly in FileUpload and MultipleFileUpload field (35c8702, #3633)
  • Fix to reset polymorphic id selection upon type change (#3630, 13114e5)
  • Lock jQuery UI version due to incompatibility with 1.14 (5245d5b, #3692)

3.2.0.beta - 2024-07-13

Full Changelog

Added

  • Allow turbo-rails 2 in gemspec (#3671)
  • ViteRuby integration (#3643, 0e12e5b)
  • Support client-side dynamic scoping (12715f2, #2934)
  • Add support for %-l option to Flatpickr (#3616)

Changed

  • Handle has_one assignment on the field level, making patched has_one getters/setters unnecessary (91737ab)

Fixed

  • Use require_relative to avoid modifying $LOAD_PATH in gemspec (#3690)
  • Tidy up trailing whitespace in gem post_install_message (#3689)
  • Fix enum filter breaking when pre-populated (d62f604, #3651)
  • Fix error on searching or sorting by ActiveStorage field (dba6c4b, #3678)
  • Fix to remove trailing slash from meta tags (#3672)
  • Fix default config path for ImportmapFormatter being misspelled (#3676)

... (truncated)

Commits
  • b4fdd67 Version 3.2.0
  • 7b2ffb1 Fix polymorphic id doesn't reset properly in an edge case
  • c0eac2a Importmap build no longer fails, as new npm package was released
  • 7455d26 Version 3.2.0.rc
  • 7754ac3 Follow-up for #3656
  • 4417efc Show a thumbnail of all representable Active Storage files + images (#3656)
  • 35c8702 Detect images properly in FileUpload and MultipleFileUpload field
  • 13114e5 Follow-up for #3630
  • b666c63 Reset polymorphic id upon type change (#3630)
  • 9ea46b1 Test against Rails 7.2
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @openhpi-bot.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)