Commit graph

113 commits

Author SHA1 Message Date
Zach Daniel
88d53f7486 chore: update documented version 2024-07-02 16:00:20 -04:00
dependabot[bot]
4f621392cf
chore(deps): bump the production-dependencies group with 2 updates (#45)
Bumps the production-dependencies group with 2 updates: [ash](https://github.com/ash-project/ash) and [ash_money](https://github.com/ash-project/ash_money).


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_money` from 0.1.8 to 0.1.9
- [Changelog](https://github.com/ash-project/ash_money/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_money/compare/v0.1.8...v0.1.9)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_money
  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:11 -04:00
Zach Daniel
1b2b00edd1 fix: better validations around atomics
improvement: allow skipping balance updates on request
2024-06-23 20:04:47 -04:00
Zach Daniel
d95a8874e9 chore: can't update balance atomically, because we don't know the delta 2024-06-23 19:50:32 -04:00
Zach Daniel
16721bc176 improvement: don't destroy balances by default 2024-06-23 17:00:16 -04:00
Zach Daniel
b9955d82e0 chore: release version v1.0.3 2024-06-23 11:59:44 -04:00
Zach Daniel
f543bc80f5 improvement: use a guaranteed-last ulid for balance_as_of calculation 2024-06-23 11:59:17 -04:00
Zach Daniel
429d53472e fix: set a default for create_accept 2024-06-19 14:04:39 -04:00
Zach Daniel
5c76be0d69 chore: update dsl docs/formatter 2024-06-19 10:17:56 -04:00
dependabot[bot]
d0cb8aa1b6
chore(deps): bump ash from 3.0.13 to 3.0.15 (#44)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.13 to 3.0.15.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.13...v3.0.15)

---
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>
Co-authored-by: Zach Daniel <zach@zachdaniel.dev>
2024-06-19 10:02:22 -04:00
dependabot[bot]
0e7825519c
chore(deps): bump ash_money from 0.1.7 to 0.1.8 (#43)
Bumps [ash_money](https://github.com/ash-project/ash_money) from 0.1.7 to 0.1.8.
- [Changelog](https://github.com/ash-project/ash_money/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_money/compare/v0.1.7...v0.1.8)

---
updated-dependencies:
- dependency-name: ash_money
  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:01:49 -04:00
Zach Daniel
2a961a486d improvement: accept attributes on transfer create
ci: dependabot only weekly
2024-06-19 10:00:34 -04:00
Zach Daniel
1d732a0c6c improvement: don't use raising variations of resource calls 2024-06-18 18:20:49 -04:00
Zach Daniel
c91b456d03 docs: update changelog 2024-06-18 16:51:27 -04:00
Zach Daniel
50b7680ce4 chore: release version v1.0.2 2024-06-18 16:51:12 -04:00
Zach Daniel
5e7095fb15 chore: fix a dummy mistake, this is ash_double_entry not ash_authentication 2024-06-18 16:50:42 -04:00
dependabot[bot]
5f8ffa2e23
chore(deps): bump ash from 3.0.12 to 3.0.13 (#42)
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-17 23:38:08 -04:00
Zach Daniel
e50bdc4a64 improvement: set context indicating that ash_authentication? is performing an action 2024-06-17 21:38:54 -04:00
dependabot[bot]
b94ecf39f4
chore(deps): bump ash from 3.0.11 to 3.0.12 (#41)
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:01:52 -04:00
dependabot[bot]
f6ef86fd21
chore(deps-dev): bump credo from 1.7.6 to 1.7.7 (#40)
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:19:53 -04:00
dependabot[bot]
8f17af3f58
chore(deps): bump ash from 3.0.10 to 3.0.11 (#39)
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:28:24 -04:00
dependabot[bot]
d1982c0a8b
chore(deps): bump ash from 3.0.9 to 3.0.10 (#38)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.9 to 3.0.10.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.9...v3.0.10)

---
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-07 14:04:01 -04:00
dependabot[bot]
bd382ed978
chore(deps): bump ash from 3.0.8 to 3.0.9 (#37)
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:47:03 -04:00
dependabot[bot]
dd39669d42
chore(deps): bump ash from 3.0.7 to 3.0.8 (#36) 2024-05-29 07:35:15 -04:00
dependabot[bot]
30e3ced22c
chore(deps): bump ash from 3.0.6 to 3.0.7 (#35)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.6 to 3.0.7.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.6...v3.0.7)

---
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-27 10:15:59 -04:00
dependabot[bot]
4a56135930
chore(deps): bump ash from 3.0.4 to 3.0.6 (#34)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.4 to 3.0.6.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.4...v3.0.6)

---
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-23 23:52:06 -04:00
dependabot[bot]
74debe7ebe
chore(deps): bump ash from 3.0.2 to 3.0.4 (#33) 2024-05-23 00:04:11 -04:00
dependabot[bot]
42f52b5be5
chore(deps): bump ash from 3.0.1 to 3.0.2 (#32)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.1 to 3.0.2.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.1...v3.0.2)

---
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 23:24:21 -05:00
dependabot[bot]
f9c2c87e9b
chore(deps): bump ash from 3.0.0 to 3.0.1 (#31)
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 10:42:09 -04:00
dependabot[bot]
fafbe82091
chore(deps): bump ash_money from 0.1.6-rc.2 to 0.1.7 (#30)
Bumps [ash_money](https://github.com/ash-project/ash_money) from 0.1.6-rc.2 to 0.1.7.
- [Changelog](https://github.com/ash-project/ash_money/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_money/compare/v0.1.6-rc.2...v0.1.7)

---
updated-dependencies:
- dependency-name: ash_money
  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-13 00:23:56 -04:00
dependabot[bot]
220ebf4b39
chore(deps-dev): bump credo from 1.7.5 to 1.7.6 (#29)
Bumps [credo](https://github.com/rrrene/credo) from 1.7.5 to 1.7.6.
- [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.5...v1.7.6)

---
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-05-11 18:17:41 -04:00
Zach Daniel
4f6f7947bc chore: release version v1.0.1 2024-05-11 18:17:19 -04:00
Zach Daniel
ac8feda9ea fix: use a + -b, instead of a - b (which is not supported by our AshPostgresExtension) 2024-05-11 18:12:38 -04:00
Zach Daniel
926260e077 chore: release version v1.0.0 2024-05-10 19:57:16 -04:00
Zach Daniel
39500d8e81 docs: add changelog to docs 2024-05-08 19:13:34 -04:00
dependabot[bot]
638cbb8731
chore(deps): bump ash from 3.0.0-rc.45 to 3.0.0-rc.46 (#28) 2024-05-07 11:57:20 -04:00
dependabot[bot]
706296697e
chore(deps): bump ash_money from 0.1.6-rc.1 to 0.1.6-rc.2 (#27)
Bumps [ash_money](https://github.com/ash-project/ash_money) from 0.1.6-rc.1 to 0.1.6-rc.2.
- [Changelog](https://github.com/ash-project/ash_money/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_money/compare/v0.1.6-rc.1...v0.1.6-rc.2)

---
updated-dependencies:
- dependency-name: ash_money
  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-05-06 09:00:22 -04:00
dependabot[bot]
e0c5ba63bb
chore(deps): bump ash from 3.0.0-rc.40 to 3.0.0-rc.45 (#26)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.40 to 3.0.0-rc.45.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.40...v3.0.0-rc.45)

---
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-06 08:59:57 -04:00
Zach Daniel
f520c1ac04 docs: documentation overhaul 2024-05-03 20:53:40 -04:00
dependabot[bot]
4e0195726b
chore(deps): bump ash from 3.0.0-rc.39 to 3.0.0-rc.40 (#25)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.39 to 3.0.0-rc.40.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.39...v3.0.0-rc.40)

---
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-01 23:23:46 -04:00
dependabot[bot]
b457848d22
chore(deps): bump ash from 3.0.0-rc.38 to 3.0.0-rc.39 (#24) 2024-05-01 07:16:43 -04:00
dependabot[bot]
a848f355b9
chore(deps): bump ash from 3.0.0-rc.37 to 3.0.0-rc.38 (#23) 2024-04-30 09:23:32 -04:00
Zach Daniel
f30b8e0f38 chore: update formatter 2024-04-29 17:01:40 -04:00
Zach Daniel
2afbb575c9 chore: fix ash_money type 2024-04-29 16:10:21 -04:00
Zach Daniel
29338aa5eb chore: release version v1.0.0-rc.1 2024-04-29 15:41:30 -04:00
Zach Daniel
c47c548a78 improvement: update to support new atomics & bulk actions 2024-04-29 15:40:53 -04:00
dependabot[bot]
1a0819d1c5
chore(deps): bump ash from 3.0.0-rc.29 to 3.0.0-rc.36 (#22) 2024-04-29 06:59:42 -04:00
Zach Daniel
fc2a741ae0 chore: add mix_audit 2024-04-24 08:58:08 -04:00
dependabot[bot]
a5136e720b
chore(deps): bump ash from 3.0.0-rc.25 to 3.0.0-rc.29 (#21) 2024-04-24 06:32:20 -04:00
dependabot[bot]
92a6205148
chore(deps): bump ash from 3.0.0-rc.21 to 3.0.0-rc.25 (#19) 2024-04-19 15:04:28 +01:00