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.beta11
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.beta12
Choose a head ref
  • 8 commits
  • 11 files changed
  • 4 contributors

Commits on Sep 1, 2024

  1. Bump pundit from 2.3.2 to 2.4.0 in /gemfiles/rails_61 in the rails_61…

    … group (#8465)
    
    Bump pundit in /gemfiles/rails_61 in the rails_61 group
    
    Bumps the rails_61 group in /gemfiles/rails_61 with 1 update: [pundit](https://github.com/varvet/pundit).
    
    
    Updates `pundit` from 2.3.2 to 2.4.0
    - [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md)
    - [Commits](varvet/pundit@v2.3.2...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: pundit
      dependency-type: direct:development
      update-type: version-update:semver-minor
      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 Sep 1, 2024
    Configuration menu
    Copy the full SHA
    894f6a5 View commit details
    Browse the repository at this point in the history
  2. Bump the npm group with 3 updates (#8464)

    Bumps the npm group with 3 updates: [eslint](https://github.com/eslint/eslint), [rollup](https://github.com/rollup/rollup) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss).
    
    
    Updates `eslint` from 9.8.0 to 9.9.1
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.8.0...v9.9.1)
    
    Updates `rollup` from 4.19.2 to 4.21.2
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.19.2...v4.21.2)
    
    Updates `tailwindcss` from 3.4.7 to 3.4.10
    - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
    - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md)
    - [Commits](tailwindlabs/tailwindcss@v3.4.7...v3.4.10)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm
    - 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 Sep 1, 2024
    Configuration menu
    Copy the full SHA
    2a066bf View commit details
    Browse the repository at this point in the history
  3. Bump pundit from 2.3.2 to 2.4.0 in /gemfiles/rails_70 in the rails_70…

    … group (#8463)
    
    Bump pundit in /gemfiles/rails_70 in the rails_70 group
    
    Bumps the rails_70 group in /gemfiles/rails_70 with 1 update: [pundit](https://github.com/varvet/pundit).
    
    
    Updates `pundit` from 2.3.2 to 2.4.0
    - [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md)
    - [Commits](varvet/pundit@v2.3.2...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: pundit
      dependency-type: direct:development
      update-type: version-update:semver-minor
      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 Sep 1, 2024
    Configuration menu
    Copy the full SHA
    7117d59 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. perform_database_query_matcher should be truthy as long as one query …

    …matches (#8471)
    
    * perform_database_query_matcher should be truthy as long as one query
    matches
    
    Before this commit the order or SQL queries matter:
    
    - match, not match
    
    results in a false matching when it should be true
    
    * Update spec/support/matchers/perform_database_query_matcher.rb
    
    Co-authored-by: Javier Julio <JJfutbol@gmail.com>
    
    ---------
    
    Co-authored-by: Javier Julio <JJfutbol@gmail.com>
    mgrunberg and javierjulio authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1477e90 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    cd0891d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Update dependencies (#8476)

    tagliala authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    f22e6ec View commit details
    Browse the repository at this point in the history
  2. Bump inherited_resources requirement to ~> 2.0 (#8477)

    - Increased the inherited_resources gem version requirement from ~> 1.7
      to ~> 2.0.
    - Ensures compatibility with the latest version and potential new
      features or fixes.
    tagliala authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    8669d01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eb77dc View commit details
    Browse the repository at this point in the history
Loading