Commit graph

17 commits

Author SHA1 Message Date
Zach Daniel
ab692a0e24 improvement: support contains function 2024-04-22 14:13:30 -04:00
dependabot[bot]
9733a7bead
chore(deps): bump ash_sql from 0.1.1-rc.6 to 0.1.1-rc.7 (#15)
Bumps [ash_sql](https://github.com/ash-project/ash_sql) from 0.1.1-rc.6 to 0.1.1-rc.7.
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/commits)

---
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>
Co-authored-by: Zach Daniel <zach@zachdaniel.dev>
2024-04-22 09:44:37 -04:00
dependabot[bot]
087d78534a
chore(deps): bump ash from 3.0.0-rc.25 to 3.0.0-rc.27 (#14)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.25 to 3.0.0-rc.27.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.25...v3.0.0-rc.27)

---
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-04-22 09:43:05 -04:00
Zach Daniel
0d6f0a979f chore: deps audit 2024-04-22 09:42:17 -04:00
dependabot[bot]
00a5d3facc
chore(deps): bump ash from 3.0.0-rc.21 to 3.0.0-rc.25 (#13) 2024-04-19 19:31:35 +01:00
dependabot[bot]
9f070ca1cf
chore(deps): bump ash_sql from 0.1.1-rc.5 to 0.1.1-rc.6 (#11)
Bumps [ash_sql](https://github.com/ash-project/ash_sql) from 0.1.1-rc.5 to 0.1.1-rc.6.
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.1.1-rc.5...v0.1.1-rc.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-04-15 14:47:37 +01:00
dependabot[bot]
b0fa3ee2b5
chore(deps-dev): bump ex_doc from 0.32.0 to 0.32.1 (#10)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.32.0 to 0.32.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.32.0...v0.32.1)

---
updated-dependencies:
- dependency-name: ex_doc
  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-04-15 14:47:28 +01:00
dependabot[bot]
72518d02cd
chore(deps): bump ash_sql from 0.1.1-rc.4 to 0.1.1-rc.5 (#7)
Bumps [ash_sql](https://github.com/ash-project/ash_sql) from 0.1.1-rc.4 to 0.1.1-rc.5.
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.1.1-rc.4...v0.1.1-rc.5)

---
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-04-12 08:39:30 -04:00
Zach Daniel
ddc83707cf chore: remove coveralls 2024-04-10 22:34:53 -04:00
Zach Daniel
0cc6401a47 chore: update Mix.Helpers naming
improvement: support `mix ash.rollback`
2024-04-09 20:22:05 -04:00
Zach Daniel
c12be48a5b improvement: support Ash 3.0, leverage ash_sql package 2024-04-01 12:18:42 -04:00
Zach Daniel
79cfd80933 chore: update ecto_sqlite3 and docs 2023-10-11 20:23:16 -04:00
Zach Daniel
08f848295a improvement: support atomic upserts 2023-10-11 15:39:36 -04:00
Zach Daniel
954cf31d4b improvement: draw the rest of the owl 2023-10-10 15:42:51 -04:00
Zach Daniel
16e6f5bf11 improvement: various improvements to data layer, remove explicit distinct features for now 2023-10-05 15:05:03 -04:00
Zach Daniel
6176f80e9b improvement: get at least one test passing 2023-09-23 01:32:12 -04:00
Zach Daniel
6fb41026f8 init: copy and gouge ash_postgres 2023-09-22 22:52:22 -04:00