Commit 9b015d8
committed
Merge branch 'main' into fix/tenant-migrations-should-honor-module-attributes
* main: (23 commits)
fix: do not build query filter with or: [] when all records are successfully inserted, for return_skipped_upsert?: true (#659)
test: load aggregate with select and sort on from_many relationship (#661)
test: add failing test for expr(has_one.function_calc) nil poisoning in batch (#660)
test: aggregate with parent ref in relationship filter and sorting on relationship field (#658)
test: binding error when loading aggregate (#657)
chore(deps): bump ash_sql in the production-dependencies group (#656)
test: multi relationship problems (#654)
chore: release version v2.6.26
chore: update ash_sql, use new select binding
test: add complex calculation tests with filtered aggregates (#652)
improvement: add generator to tsvector type (#655)
test: add failing test for aggregate filtering on nested first aggregate (#653)
chore: update ash_sql and add test
docs: Mention :define_ecto_repo? option of use AshPostgres.Repo macro in getting started guide (#648)
improvement: verify check constraint attributes at compile time
chore: update ash
chore: reuse compliance
improvement: update deps for bug fixes
chore: release version v2.6.25
test: Add failing test for aggregate with parent() + select() + limit() (#644)
...File tree
55 files changed
+3379
-58
lines changed- documentation/tutorials
- lib
- types
- verifiers
- priv
- resource_snapshots/test_repo
- authors
- chats
- comments
- containers
- food_categories
- food_items
- items
- meal_items
- meals
- posts
- user_excluded_categories
- test_repo/migrations
- test
- support
- complex_calculations/resources
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+3379
-58
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
14 | 51 | | |
15 | 52 | | |
16 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
59 | 81 | | |
60 | 82 | | |
61 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| 420 | + | |
420 | 421 | | |
421 | 422 | | |
422 | 423 | | |
| |||
2058 | 2059 | | |
2059 | 2060 | | |
2060 | 2061 | | |
2061 | | - | |
2062 | | - | |
2063 | | - | |
2064 | | - | |
2065 | | - | |
2066 | | - | |
2067 | | - | |
2068 | | - | |
2069 | | - | |
2070 | | - | |
2071 | | - | |
2072 | | - | |
2073 | | - | |
2074 | | - | |
2075 | | - | |
2076 | | - | |
2077 | | - | |
2078 | | - | |
2079 | | - | |
2080 | | - | |
| 2062 | + | |
| 2063 | + | |
| 2064 | + | |
| 2065 | + | |
| 2066 | + | |
| 2067 | + | |
| 2068 | + | |
| 2069 | + | |
| 2070 | + | |
| 2071 | + | |
| 2072 | + | |
| 2073 | + | |
2081 | 2074 | | |
2082 | | - | |
2083 | 2075 | | |
2084 | 2076 | | |
2085 | | - | |
2086 | | - | |
2087 | | - | |
2088 | | - | |
2089 | | - | |
2090 | | - | |
2091 | | - | |
2092 | | - | |
2093 | | - | |
| 2077 | + | |
| 2078 | + | |
| 2079 | + | |
| 2080 | + | |
| 2081 | + | |
| 2082 | + | |
| 2083 | + | |
| 2084 | + | |
| 2085 | + | |
| 2086 | + | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
| 2092 | + | |
| 2093 | + | |
| 2094 | + | |
| 2095 | + | |
| 2096 | + | |
| 2097 | + | |
| 2098 | + | |
| 2099 | + | |
| 2100 | + | |
| 2101 | + | |
2094 | 2102 | | |
2095 | 2103 | | |
2096 | 2104 | | |
| |||
2143 | 2151 | | |
2144 | 2152 | | |
2145 | 2153 | | |
2146 | | - | |
2147 | | - | |
| 2154 | + | |
| 2155 | + | |
2148 | 2156 | | |
2149 | 2157 | | |
2150 | 2158 | | |
| |||
2160 | 2168 | | |
2161 | 2169 | | |
2162 | 2170 | | |
2163 | | - | |
2164 | | - | |
| 2171 | + | |
| 2172 | + | |
2165 | 2173 | | |
2166 | 2174 | | |
2167 | 2175 | | |
| |||
3455 | 3463 | | |
3456 | 3464 | | |
3457 | 3465 | | |
| 3466 | + | |
3458 | 3467 | | |
3459 | 3468 | | |
3460 | 3469 | | |
| |||
3615 | 3624 | | |
3616 | 3625 | | |
3617 | 3626 | | |
| 3627 | + | |
| 3628 | + | |
3618 | 3629 | | |
3619 | 3630 | | |
3620 | 3631 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
67 | 72 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
| 201 | + | |
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
| |||
0 commit comments