Skip to content
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.beta8
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.beta9
Choose a head ref
  • 10 commits
  • 25 files changed
  • 5 contributors

Commits on Jul 28, 2024

  1. Fix url redirects (#8407)

    Issues identified with the help of `awesome_bot` gem
    tagliala authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    883fb6a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Better implementation of counter-cache-column check (#8411)

    improve counter_cache_col? check
    
    Reimplementation of #7347
    Fixes #7346.
    
    Thanks @plashchynski for the work!
    
    ```
    I have a model with some column ends with a "_count" substring.
    This column doesn't appear on a show page.
    It should appear as It is a regular column just like any other.
    ```
    mgrunberg authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    17abb7b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Bump the rails_70 group in /gemfiles/rails_70 with 2 updates (#8415)

    Bumps the rails_70 group in /gemfiles/rails_70 with 2 updates: [sprockets-rails](https://github.com/rails/sprockets-rails) and [cssbundling-rails](https://github.com/rails/cssbundling-rails).
    
    
    Updates `sprockets-rails` from 3.5.1 to 3.5.2
    - [Release notes](https://github.com/rails/sprockets-rails/releases)
    - [Commits](rails/sprockets-rails@v3.5.1...v3.5.2)
    
    Updates `cssbundling-rails` from 1.4.0 to 1.4.1
    - [Release notes](https://github.com/rails/cssbundling-rails/releases)
    - [Commits](rails/cssbundling-rails@v1.4.0...v1.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: sprockets-rails
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: rails_70
    - dependency-name: cssbundling-rails
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: rails_70
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1353ea3 View commit details
    Browse the repository at this point in the history
  2. Bump the rails_default group with 2 updates (#8414)

    Bumps the rails_default group with 2 updates: [sprockets-rails](https://github.com/rails/sprockets-rails) and [cssbundling-rails](https://github.com/rails/cssbundling-rails).
    
    
    Updates `sprockets-rails` from 3.5.1 to 3.5.2
    - [Release notes](https://github.com/rails/sprockets-rails/releases)
    - [Commits](rails/sprockets-rails@v3.5.1...v3.5.2)
    
    Updates `cssbundling-rails` from 1.4.0 to 1.4.1
    - [Release notes](https://github.com/rails/cssbundling-rails/releases)
    - [Commits](rails/cssbundling-rails@v1.4.0...v1.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: sprockets-rails
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: rails_default
    - dependency-name: cssbundling-rails
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: rails_default
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c6b6335 View commit details
    Browse the repository at this point in the history
  3. Bump the rails_61 group in /gemfiles/rails_61 with 2 updates (#8413)

    Bumps the rails_61 group in /gemfiles/rails_61 with 2 updates: [sprockets-rails](https://github.com/rails/sprockets-rails) and [cssbundling-rails](https://github.com/rails/cssbundling-rails).
    
    
    Updates `sprockets-rails` from 3.5.1 to 3.5.2
    - [Release notes](https://github.com/rails/sprockets-rails/releases)
    - [Commits](rails/sprockets-rails@v3.5.1...v3.5.2)
    
    Updates `cssbundling-rails` from 1.4.0 to 1.4.1
    - [Release notes](https://github.com/rails/cssbundling-rails/releases)
    - [Commits](rails/cssbundling-rails@v1.4.0...v1.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: sprockets-rails
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: rails_61
    - dependency-name: cssbundling-rails
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: rails_61
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d07d585 View commit details
    Browse the repository at this point in the history
  4. Bump the npm group with 2 updates (#8416)

    Bumps the npm group with 2 updates: [rollup](https://github.com/rollup/rollup) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss).
    
    
    Updates `rollup` from 4.18.0 to 4.19.1
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.18.0...v4.19.1)
    
    Updates `tailwindcss` from 3.4.4 to 3.4.7
    - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
    - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md)
    - [Commits](tailwindlabs/tailwindcss@v3.4.4...v3.4.7)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - dependency-name: tailwindcss
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c281c26 View commit details
    Browse the repository at this point in the history
  5. Update outdated dependencies

    This is being done since we just received multiple PRs for rexml 3.3.3 but 3.3.4 already exists. Both versions have security fixes.
    javierjulio committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a5128b9 View commit details
    Browse the repository at this point in the history
  6. Update rollup and eslint packages

    Also rename the eslint command to just lint and run on prebuild
    javierjulio committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    e5162a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Add accessible names for navigation buttons (#8338)

    * Improve accessibility of navigation buttons
    
    - Remove reference to `drawer-navigation-label`, which is not defined
    - Change `aria-controls` to `main-menu`
    - Add `aria-label` to buttons without text
    
    Close #8328
    
    * Update UPGRADING.md
    
    Co-authored-by: Javier Julio <javierjulio@icloud.com>
    
    ---------
    
    Co-authored-by: Javier Julio <javierjulio@icloud.com>
    tagliala and javierjulio authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d037b36 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Prep 4.0.0.beta9 release

    javierjulio committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    2bb7bdf View commit details
    Browse the repository at this point in the history
Loading