Skip to content

Commit 37cc019

Browse files
authored
improvement!: 3.0 (#227)
* WIP * chore: fix mix.lock merge issues * improvement: upgrade to 3.0 * chore: remove `repo.to_tenant` * chore: continue removal of unnecessary helper * chore: use `Ash.ToTenant`
1 parent ec75b41 commit 37cc019

File tree

112 files changed

+3580
-3974
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+3580
-3974
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Proposal
33
about: Suggest an idea for this project
4-
title: ''
4+
title: ""
55
labels: enhancement, needs review
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

109
**Is your feature request related to a problem? Please describe.**
@@ -29,7 +28,7 @@ For example
2928
Or
3029

3130
```elixir
32-
Api.read(:resource, bar: 10) # <- Adding `bar` here would cause <x>
31+
Ash.read(Resource, bar: 10) # <- Adding `bar` here would cause <x>
3332
```
3433

3534
**Additional context**

.github/workflows/elixir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
postgres-version: ["10", "12", "14", "16"]
14+
postgres-version: ["14", "15", "16"]
1515
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
1616
with:
1717
postgres: true

0 commit comments

Comments
 (0)