8000 Comparing v4.0.0.beta10...v4.0.0.beta11 · activeadmin/activeadmin · GitHub
[go: up one dir, main page]

Skip to content
8000
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: activeadmin/activeadmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0.beta10
Choose a base ref
...
head repository: activeadmin/activeadmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0.beta11
Choose a head ref
  • 10 commits
  • 23 files changed
  • 7 contributors

Commits on Aug 24, 2024

  1. Bump micromatch from 4.0.5 to 4.0.8 (#8453)

    Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
    - [Release notes](https://github.com/micromatch/micromatch/releases)
    - [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
    - [Commits](micromatch/micromatch@4.0.5...4.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: micromatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c2c1f4d View commit details
    Browse the repository at this point in the history
  2. Update dependencies (#8450)

    Relax sqlite3 version constraint because rails/rails#51636 is included
    in the latest 7.1.4 release
    tagliala authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    858f6b3 View commit details
    Browse the repository at this point in the history
  3. Update bug report template to Rails 7.2 (#8451)

    Also 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:
    ```
    tagliala authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    df64a45 View commit details
    Browse the repository at this point in the history
  4. Update @rails/ujs to 7.1.400 (#8455)

    It is the same file except for the version number. The new numbering
    will help with security releases (7.1.4.1 => 7.1.401)
    
    Ref: https://guides.rubyonrails.org/maintenance_policy.html#npm-packages
    tagliala authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    1cf0414 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Unify specifying label in attributes_table component (#8458)

    * Unify specifying label in show -> attributes_table
    
    closes #3359, closes #167
    
    * add specs
    mgrunberg authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b87754a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Optimize count query for pagination_total: false option (#6911)

    * Remove duplicated delegation
    
    `total_pages` is listed twice.
    
    * Remove ORDER BY from count subquery
    
    Queries like `SELECT COUNT(*) FROM (SELECT DISTINCT resources.* FROM resources ORDER BY resources.created
    8000
    _at DESC LIMIT 1 OFFSET 30) subquery_for_count`
    are too inefficient
    
    * add specs about ensure count query does not include ORDER BY clause
    
    * exclude also select because based on https://github.com/activeadmin/activeadmin/pull/7489\#issuecomment-1554197081
    
    ---------
    
    Co-authored-by: Rafael Sales <rafaelcds@gmail.com>
    Co-authored-by: David Rodríguez <deivid-rodriguez>
    Co-authored-by: Matias Grunberg <matias@yellowspot.dev>
    3 people authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    18e17e4 View commit details
    Browse the repository at this point in the history
  2. Use attribute_types instead of columns_hash to determine type (#8457)

    Previously, virtual attributes of type boolean with value `nil` would
    not be rendered as status tag. This also improves boolean detection in
    rare cases when an `attribute` declaration overrides the type detected
    in the database.
    til authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2a1c71b View commit details
    Browse the repository at this point in the history
  3. Use consistent text-like inputs selector list for CSS styles (#8456)

    Use consistent list of text-like inputs for styling
    
    Previously, inputs with type=datetime-local, type=search, type=week
    and type=month were missing some tailwind styles.
    til authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    72b8252 View commit details
    Browse the repository at this point in the history
  4. Prep 4.0.0.beta11 release

    javierjulio committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    434f1ec View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Add favicon to template app to fix Rails 7.2 test suite run (#8461)

    add favicon for template app
    
    We have some specs failing in Rails 7.2. The only hint we have in the
    log is
    
    ```
    No route matches [GET] "/favicon.ico" (ActionController::RoutingError)
    ```
    
    Rails 7.2 new app generator does not use favicon.ico anymore. It uses a
    png + meta "icon" tag.
    
    Let's configure the icon in the template app to prevent this kind of
    error.
    mgrunberg authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    21e3244 View commit details
    Browse the repository at this point in the history
Loading
0