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: ash-project/ash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.10
Choose a base ref
...
head repository: ash-project/ash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.11
Choose a head ref
  • 16 commits
  • 26 files changed
  • 6 contributors

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    4d35117 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c32eab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f1849c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f34fa9 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    6b964b9 View commit details
    Browse the repository at this point in the history
  2. fix: fix the compare/2 implementations (#1232)

    Co-authored-by: Andreas Donig <git@innwiese.de>
    adonig and Andreas Donig authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4153ba7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46450f7 View commit details
    Browse the repository at this point in the history
  4. fix: correctly load paginated relationships after create, update, del…

    …ete (#1229)
    
    Ensure that relationships can be correctly loaded, even with pagination,
    on the resources resulting from create, update and delete actions.
    
    Signed-off-by: Davide Briani <davide.briani@secomind.com>
    davidebriani authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ae96711 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dc0c2c View commit details
    Browse the repository at this point in the history
  6. fix: only apply load through for attributes that are being selected d…

    …irectly
    
    fix: ensure we lateral join with `from_many?: true` or any `:many` cardinality relationships
    zachdaniel committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5d4c510 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22b5c64 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5d0b04 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3706c2 View commit details
    Browse the repository at this point in the history
  10. chore(deps): bump spark from 2.1.23 to 2.1.24 (#1235)

    Bumps [spark](https://github.com/ash-project/spark) from 2.1.23 to 2.1.24.
    - [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
    - [Commits](ash-project/spark@v2.1.23...v2.1.24)
    
    ---
    updated-dependencies:
    - dependency-name: spark
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    55457d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. fix: load relationships on bulk operations (#1234)

    This change validates that the `load` statement of bulk operations is
    respected when specified, and correctly loads relationships.
    
    Loading relationships with pagination on results for bulk destroys is
    still not supported. Indeed, relationships are currently queried using a
    lateral join but after the resource deletion has happened, so it looks
    like nothing is related.
    
    Signed-off-by: Davide Briani <davide@briani.dev>
    davidebriani authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    cd06f91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25b2144 View commit details
    Browse the repository at this point in the history
Loading