Commit graph

69 commits

Author SHA1 Message Date
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
dependabot[bot]
8f3360b7d5
chore(deps): bump ash from 3.0.0-rc.19 to 3.0.0-rc.21 (#17)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.19 to 3.0.0-rc.21.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.19...v3.0.0-rc.21)

---
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-15 14:46:59 +01:00
dependabot[bot]
cd5e55de00
chore(deps): bump ash from 3.0.0-rc.18 to 3.0.0-rc.19 (#16)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.18 to 3.0.0-rc.19.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.18...v3.0.0-rc.19)

---
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-12 16:26:57 +12:00
dependabot[bot]
f2f3c244dc
chore(deps): bump ash from 3.0.0-rc.7 to 3.0.0-rc.18 (#15)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.7 to 3.0.0-rc.18.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.7...v3.0.0-rc.18)

---
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-11 14:15:05 +12:00
dependabot[bot]
a99d8de800
chore(deps-dev): bump excoveralls from 0.18.0 to 0.18.1 (#14)
Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/parroty/excoveralls/releases)
- [Changelog](https://github.com/parroty/excoveralls/blob/master/CHANGELOG.md)
- [Commits](https://github.com/parroty/excoveralls/compare/v0.18.0...v0.18.1)

---
updated-dependencies:
- dependency-name: excoveralls
  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-11 11:26:53 +12:00
ae8459a2e6
chore: enable dependabot for mix dependencies. 2024-04-11 09:28:05 +12:00
Zach Daniel
c7f76f40e4 chore: release version v1.0.0-rc.0 2024-04-01 17:22:10 -04:00
Zach Daniel
007d01d654 improvement!: update to Ash 3.0 2024-04-01 17:22:01 -04:00
Tw
fecbdc6afb
fix: correct amount_delta calculation from destorying (#13)
Signed-off-by: Tw <tw19881113@gmail.com>
2024-02-18 22:11:32 -05:00
Zach Daniel
899d447a61 chore: release version v0.2.4 2024-02-14 10:21:53 -05:00
Zach Daniel
937fbcb9e6 fix: properly update future balances from destroys 2024-02-14 10:19:46 -05:00
Tw
219e352f96
fix: incorrect balance when adding transfer later (#12)
Signed-off-by: Tw <tw19881113@gmail.com>
2024-02-14 10:15:11 -05:00
Zach Daniel
792a1382c6 docs: update docs & clean up 2024-01-12 16:55:45 -05:00
Johnny Mejias
b00f2f6b75
docs: add required pagination to tutorial (#11)
---------

Co-authored-by: Zach Daniel <zachary.s.daniel@gmail.com>
2024-01-02 08:37:57 -05:00
Johnny Mejias
b9aa9239a8
docs: Fix documentation based on test specs (#10) 2024-01-01 01:24:55 -05:00
Zach Daniel
56bbf2acaf chore: regenerate cheat_sheets 2023-12-22 21:36:36 -05:00
Zach Daniel
a2f31ed61a chore: release version v0.2.3 2023-12-22 21:20:43 -05:00
Zach Daniel
fc579caebb fix: make expression pure 2023-12-22 21:19:49 -05:00
Tw
c113fa080d
improvement: support updating transfer's amount (#8)
* support updating transfer's amount

Signed-off-by: Tw <tw19881113@gmail.com>

---------

Signed-off-by: Tw <tw19881113@gmail.com>
Co-authored-by: Zach Daniel <zachary.s.daniel@gmail.com>
2023-12-12 08:12:44 -05:00
Zach Daniel
86a9b33eb1 chore: release version v0.2.2 2023-12-10 13:21:11 -05:00
Zach Daniel
4a0c1bd3ca improvement: support updating transfers, but not important fields 2023-12-10 13:20:49 -05:00
Zach Daniel
142891e971 chore: release version v0.2.1 2023-12-10 13:16:36 -05:00
Zach Daniel
16f8e21fd1 improvement: support destroying transfers
error messaging is sub-par, but that can be improved later
2023-12-10 13:16:02 -05:00
Zach Daniel
1fcc2abc37 improvement: set context_to_opts when constructing the query 2023-12-08 10:53:22 -05:00
Zach Daniel
7c700c4fd2
fix: use Money..add! For correct return 2023-12-07 09:43:20 -05:00
Tw
cb20306caa bugfix for db
Signed-off-by: Tw <tw19881113@gmail.com>
2023-12-07 14:36:22 +08:00
Zach Daniel
d45a089fdb fix: properly set context on account read in balance verification 2023-12-06 13:57:16 -05:00
Zach Daniel
23390497fa chore: update mix.exs version for ash 2023-12-05 23:12:32 -05:00
Zach Daniel
2e9ec5570e chore: release version v0.2.0 2023-12-05 20:01:24 -05:00
Zach Daniel
764e7691ea chore: update spark.formatter 2023-12-05 20:00:34 -05:00
Zach Daniel
b3720fde2a chore: update cheat_sheets 2023-12-05 20:00:10 -05:00
Zach Daniel
e9a65e8611
feat: use AshMoney 2023-12-05 19:51:44 -05:00
Zach Daniel
ebe9ef454a chore: update readme 2023-12-05 19:51:13 -05:00
Zach Daniel
da5ceeae3c improvement: migrate to AshMoney 2023-12-05 19:49:23 -05:00
Zach Daniel
37981f9094 fix: ensure transformers run before BelongsToAttribute 2023-10-10 22:48:03 -04:00
Zach Daniel
7d4077fe90 chore: only track analytics on hexdocs.pm 2023-10-02 11:08:48 -04:00
Zach Daniel
326b4e6048 chore: ash.replace_doc_links -> spark.replace_doc_links 2023-10-02 09:29:19 -04:00
Zach Daniel
3892c473f4 chore: analytics in hexdocs 2023-10-02 09:28:11 -04:00
Zach Daniel
e3f8952a2f fix: update ash for fix 2023-09-26 23:45:08 -04:00
Zach Daniel
5e79b8250e docs: update spark & ex_doc to get better docs 2023-09-26 23:32:24 -04:00
Zach Daniel
1c973fca6c chore: fix docs warning 2023-09-26 09:46:30 -04:00
Zach Daniel
093a3cf67a docs: update docs 2023-09-26 09:46:07 -04:00
Zach Daniel
fafba8a272 improvement: update ash 2023-09-25 10:25:38 -04:00
Zach Daniel
9642a368f2 docs: fix typos in docs 2023-08-22 19:56:13 -04:00
Zach Daniel
b9601d5936 docs: fix docs formatting 2023-08-19 19:27:02 -04:00