Commit graph

120 commits

Author SHA1 Message Date
dependabot[bot]
97f4e9737e
chore(deps): bump the production-dependencies group with 3 updates (#76) 2024-09-05 09:40:08 -04:00
dependabot[bot]
fe193295b8
chore(deps): bump the production-dependencies group with 4 updates (#75) 2024-08-30 00:01:58 -04:00
Johnny5
e5199a1bdc
docs: Removing a postgres port reference from the documentation. (#74) 2024-08-24 14:45:55 -04:00
dependabot[bot]
bca547ca90
chore(deps): bump igniter in the production-dependencies group (#73)
Bumps the production-dependencies group with 1 update: [igniter](https://github.com/ash-project/igniter).


Updates `igniter` from 0.3.19 to 0.3.22
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/igniter/compare/v0.3.19...v0.3.22)

---
updated-dependencies:
- dependency-name: igniter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-22 09:35:02 -04:00
Zach Daniel
d051d5563a chore: update for ecto & dialyzer 2024-08-16 12:07:14 -04:00
Zach Daniel
5b52dad450 chore: remove unused deps 2024-08-16 11:32:48 -04:00
dependabot[bot]
172a2b3265
chore(deps): bump the production-dependencies group with 6 updates (#72) 2024-08-15 06:21:18 -04:00
dependabot[bot]
a8c459ba63
chore(deps): bump the production-dependencies group with 2 updates (#71) 2024-08-08 03:55:44 -04:00
dependabot[bot]
7fc45f8024
chore(deps): bump the production-dependencies group with 3 updates (#70)
Bumps the production-dependencies group with 3 updates: [ash](https://github.com/ash-project/ash), [ash_sql](https://github.com/ash-project/ash_sql) and [igniter](https://github.com/ash-project/igniter).


Updates `ash` from 3.2.6 to 3.3.2
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.2.6...v3.3.2)

Updates `ash_sql` from 0.2.26 to 0.2.29
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.2.26...v0.2.29)

Updates `igniter` from 0.3.11 to 0.3.16
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/igniter/compare/v0.3.11...v0.3.16)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ash_sql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-01 12:22:30 -04:00
Zach Daniel
6ad1131fc4 chore: update igniter & installer 2024-07-27 17:18:23 -04:00
Zach Daniel
219990f2a9 chore: add simple_sat 2024-07-26 11:52:52 -04:00
dependabot[bot]
9facbc258d
chore(deps): bump the production-dependencies group with 3 updates (#69)
Bumps the production-dependencies group with 3 updates: [ash](https://github.com/ash-project/ash), [ash_sql](https://github.com/ash-project/ash_sql) and [igniter](https://github.com/ash-project/igniter).


Updates `ash` from 3.2.2 to 3.2.6
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.2.2...v3.2.6)

Updates `ash_sql` from 0.2.24 to 0.2.26
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.2.24...v0.2.26)

Updates `igniter` from 0.3.2 to 0.3.9
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/igniter/compare/v0.3.2...v0.3.9)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_sql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 07:35:33 -04:00
dependabot[bot]
b2867f08b9
chore(deps-dev): bump mix_audit in the dev-dependencies group (#68)
Bumps the dev-dependencies group with 1 update: [mix_audit](https://github.com/mirego/mix_audit).


Updates `mix_audit` from 2.1.3 to 2.1.4
- [Changelog](https://github.com/mirego/mix_audit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mirego/mix_audit/compare/v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: mix_audit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 08:32:16 -04:00
dependabot[bot]
11933a2ae8
chore(deps): bump the production-dependencies group with 2 updates (#67)
Bumps the production-dependencies group with 2 updates: [ash](https://github.com/ash-project/ash) and [ash_sql](https://github.com/ash-project/ash_sql).


Updates `ash` from 3.2.0 to 3.2.2
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/commits/v3.2.2)

Updates `ash_sql` from 0.2.20 to 0.2.24
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.2.20...v0.2.24)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_sql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 08:32:04 -04:00
Ben Swift
38e00715e5
feat: add igniter-based AshSqlite.Install mix task (#66)
* update deps (to allow for igniter use)

* add igniter-based AshSqlite.Install mix task
2024-07-16 06:01:26 -04:00
dependabot[bot]
bf936f383a
chore(deps): bump the production-dependencies group with 3 updates (#64) 2024-07-12 07:08:45 +12:00
dependabot[bot]
8bce32122a
chore(deps-dev): bump ex_doc in the dev-dependencies group (#65) 2024-07-12 07:08:28 +12:00
dependabot[bot]
0b253c0152
chore(deps-dev): bump ex_doc in the dev-dependencies group (#63)
Bumps the dev-dependencies group with 1 update: [ex_doc](https://github.com/elixir-lang/ex_doc).


Updates `ex_doc` from 0.34.0 to 0.34.1
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.34.0...v0.34.1)

---
updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-27 09:25:47 -04:00
dependabot[bot]
f2efb08c03
chore(deps): bump the production-dependencies group with 2 updates (#62)
Bumps the production-dependencies group with 2 updates: [ash](https://github.com/ash-project/ash) and [ash_sql](https://github.com/ash-project/ash_sql).


Updates `ash` from 3.0.15 to 3.0.16
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.15...v3.0.16)

Updates `ash_sql` from 0.2.6 to 0.2.7
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.2.6...v0.2.7)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_sql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-27 09:25:38 -04:00
Fabian N.C. van 't Hooft
95fd04029a
docs: minor fixes and removals (#61) 2024-06-23 22:34:58 -04:00
Zach Daniel
c2b3c52d62 ci: dependabot weekly 2024-06-19 10:07:02 -04:00
dependabot[bot]
792140811a
chore(deps): bump ash_sql from 0.2.5 to 0.2.6 (#59)
Bumps [ash_sql](https://github.com/ash-project/ash_sql) from 0.2.5 to 0.2.6.
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.2.5...v0.2.6)

---
updated-dependencies:
- dependency-name: ash_sql
  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>
2024-06-19 10:06:12 -04:00
dependabot[bot]
477331e260
chore(deps): bump ash from 3.0.12 to 3.0.13 (#58)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.12 to 3.0.13.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.12...v3.0.13)

---
updated-dependencies:
- dependency-name: ash
  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>
2024-06-18 09:21:58 -04:00
dependabot[bot]
bbba1a57b9
chore(deps): bump ash from 3.0.11 to 3.0.12 (#57)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.11 to 3.0.12.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.11...v3.0.12)

---
updated-dependencies:
- dependency-name: ash
  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>
2024-06-17 09:03:20 -04:00
dependabot[bot]
a66869ca40
chore(deps): bump ash_sql from 0.2.3 to 0.2.5 (#56) 2024-06-14 10:49:35 -04:00
dependabot[bot]
1a92dda132
chore(deps): bump ecto_sql from 3.11.2 to 3.11.3 (#55) 2024-06-14 10:48:55 -04:00
dependabot[bot]
1ffc55ac2a
chore(deps-dev): bump credo from 1.7.6 to 1.7.7 (#54)
Bumps [credo](https://github.com/rrrene/credo) from 1.7.6 to 1.7.7.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rrrene/credo/compare/v1.7.6...v1.7.7)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  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>
2024-06-13 08:21:52 -04:00
dependabot[bot]
7fb74b1580
chore(deps): bump ash from 3.0.10 to 3.0.11 (#53)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.10 to 3.0.11.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.10...v3.0.11)

---
updated-dependencies:
- dependency-name: ash
  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>
2024-06-12 09:30:00 -04:00
dependabot[bot]
9127ea9182
chore(deps): bump ash_sql from 0.2.2 to 0.2.3 (#51)
Bumps [ash_sql](https://github.com/ash-project/ash_sql) from 0.2.2 to 0.2.3.
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.2.2...v0.2.3)

---
updated-dependencies:
- dependency-name: ash_sql
  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>
2024-06-07 14:04:53 -04:00
dependabot[bot]
c9ede93979
chore(deps): bump ash_sql from 0.2.1 to 0.2.2 (#50)
Bumps [ash_sql](https://github.com/ash-project/ash_sql) from 0.2.1 to 0.2.2.
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: ash_sql
  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>
2024-06-05 08:19:43 -04:00
dependabot[bot]
a08d0cfc7d
chore(deps): bump ash_sql from 0.2.0 to 0.2.1 (#48)
Bumps [ash_sql](https://github.com/ash-project/ash_sql) from 0.2.0 to 0.2.1.
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.2.0...v0.2.1)

---
updated-dependencies:
- dependency-name: ash_sql
  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>
2024-06-03 08:47:44 -04:00
dependabot[bot]
d4a72f566f
chore(deps): bump ash from 3.0.8 to 3.0.9 (#49)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.8 to 3.0.9.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.8...v3.0.9)

---
updated-dependencies:
- dependency-name: ash
  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>
2024-06-03 08:46:11 -04:00
dependabot[bot]
a5f0053d33
chore(deps-dev): bump ex_doc from 0.33.0 to 0.34.0 (#47)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-31 10:13:10 -05:00
Zach Daniel
a27f5efa76 chore: release version v0.1.3 2024-05-31 09:27:16 -05:00
Zach Daniel
945019a467 fix: use Ecto.ParameterizedType.init/2 2024-05-31 09:23:05 -05:00
dependabot[bot]
6f055845f4
chore(deps): bump ash_sql from 0.1.3 to 0.2.0 (#46)
Bumps [ash_sql](https://github.com/ash-project/ash_sql) from 0.1.3 to 0.2.0.
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.1.3...v0.2.0)

---
updated-dependencies:
- dependency-name: ash_sql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-31 09:15:41 -05:00
dependabot[bot]
ab3a1e3e60
chore(deps): bump ash from 3.0.7 to 3.0.8 (#45) 2024-05-29 07:36:08 -04:00
dependabot[bot]
6c7726587b
chore(deps): bump ecto_sqlite3 from 0.15.1 to 0.16.0 (#44)
Bumps [ecto_sqlite3](https://github.com/elixir-sqlite/ecto_sqlite3) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/elixir-sqlite/ecto_sqlite3/releases)
- [Changelog](https://github.com/elixir-sqlite/ecto_sqlite3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.15.1...v0.16.0)

---
updated-dependencies:
- dependency-name: ecto_sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-28 10:53:00 -04:00
Zach Daniel
09c6a850f5 fix: handle new/old ecto parameterized type format
closes #43
2024-05-27 12:06:41 -04:00
Guillaume Cugnet
3cd1de1006
docs: Update migrations-and-tasks.md (#42)
I’ve just seen little typos while reading docs.
2024-05-24 09:33:19 -04:00
dependabot[bot]
178bc82762
chore(deps): bump ash from 3.0.4 to 3.0.7 (#41) 2024-05-24 07:04:13 -04:00
dependabot[bot]
f753ad2c67
chore(deps): bump ash_sql from 0.1.2 to 0.1.3 (#40)
Bumps [ash_sql](https://github.com/ash-project/ash_sql) from 0.1.2 to 0.1.3.
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.1.2...v0.1.3)

---
updated-dependencies:
- dependency-name: ash_sql
  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>
2024-05-23 10:13:53 -04:00
dependabot[bot]
e871889301
--- (#38)
updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 09:53:28 -04:00
dependabot[bot]
76feacb867
chore(deps): bump ecto_sql from 3.11.1 to 3.11.2 (#37)
Bumps [ecto_sql](https://github.com/elixir-ecto/ecto_sql) from 3.11.1 to 3.11.2.
- [Changelog](https://github.com/elixir-ecto/ecto_sql/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-ecto/ecto_sql/compare/v3.11.1...v3.11.2)

---
updated-dependencies:
- dependency-name: ecto_sql
  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>
2024-05-20 09:41:32 -04:00
dependabot[bot]
3a0d3737b3
chore(deps): bump ash from 3.0.1 to 3.0.2 (#36) 2024-05-16 08:26:13 -05:00
dependabot[bot]
fbabaaa01a
chore(deps): bump ash from 3.0.0 to 3.0.1 (#35)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0 to 3.0.1.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/commits/v3.0.1)

---
updated-dependencies:
- dependency-name: ash
  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>
2024-05-15 09:52:17 -04:00
dependabot[bot]
f44da26e65
chore(deps): bump ash_sql from 0.1.1-rc.20 to 0.1.2 (#33) 2024-05-13 09:17:04 -04:00
dependabot[bot]
8a0fe2e94d
chore(deps-dev): bump ex_doc from 0.32.1 to 0.32.2 (#34) 2024-05-13 09:15:50 -04:00
dependabot[bot]
58b07aeebd
chore(deps-dev): bump credo from 1.7.5 to 1.7.6 (#32) 2024-05-11 02:01:54 -04:00
Zach Daniel
7a06bde184 chore: release version v0.1.2 2024-05-10 20:03:56 -04:00