-
-
Notifications
You must be signed in to change notification settings - Fork 228
Comparing changes
Open a pull request
base repository: ash-project/ash
base: v3.0.10
head repository: ash-project/ash
compare: v3.0.11
- 16 commits
- 26 files changed
- 6 contributors
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d35117 - Browse repository at this point
Copy the full SHA 4d35117View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c32eab - Browse repository at this point
Copy the full SHA 9c32eabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f1849c - Browse repository at this point
Copy the full SHA 7f1849cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f34fa9 - Browse repository at this point
Copy the full SHA 1f34fa9View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b964b9 - Browse repository at this point
Copy the full SHA 6b964b9View commit details -
fix: fix the compare/2 implementations (#1232)
Co-authored-by: Andreas Donig <git@innwiese.de>
Configuration menu - View commit details
-
Copy full SHA for 4153ba7 - Browse repository at this point
Copy the full SHA 4153ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46450f7 - Browse repository at this point
Copy the full SHA 46450f7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ae96711 - Browse repository at this point
Copy the full SHA ae96711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dc0c2c - Browse repository at this point
Copy the full SHA 8dc0c2cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5d4c510 - Browse repository at this point
Copy the full SHA 5d4c510View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b5c64 - Browse repository at this point
Copy the full SHA 22b5c64View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5d0b04 - Browse repository at this point
Copy the full SHA d5d0b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3706c2 - Browse repository at this point
Copy the full SHA e3706c2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 55457d4 - Browse repository at this point
Copy the full SHA 55457d4View commit details
Commits on Jun 11, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for cd06f91 - Browse repository at this point
Copy the full SHA cd06f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b2144 - Browse repository at this point
Copy the full SHA 25b2144View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.10...v3.0.11