Commit graph

69 commits

Author SHA1 Message Date
dependabot[bot]
be3b988838
chore(deps): bump ash from 3.0.0-rc.21 to 3.0.0-rc.25 (#18) 2024-04-19 15:02:14 +01:00
Zach Daniel
9198ca08ce improvement: optimize atomic state transition check 2024-04-17 02:32:42 +01:00
Zach Daniel
7f80527f51 improvement: add atomic implementation
closes #16
2024-04-17 01:58:43 +01:00
dependabot[bot]
ba0f338972
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 22:30:41 +01:00
dependabot[bot]
31d2d1cb8b
chore(deps): bump ash from 3.0.0-rc.18 to 3.0.0-rc.19 (#15)
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-11 11:43:58 -04:00
dependabot[bot]
ed510ce099
chore(deps-dev): bump excoveralls from 0.18.0 to 0.18.1 (#13)
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 13:42:19 +12:00
dependabot[bot]
c04e49659c
chore(deps): bump ash from 3.0.0-rc.4 to 3.0.0-rc.18 (#14)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.4 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.4...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 13:42:03 +12:00
5dcbee6cd3
chore: enable dependabot for mix dependencies. 2024-04-11 09:34:08 +12:00
Zach Daniel
8bec910e5e chore: format & credo 2024-03-29 18:22:57 -04:00
Zach Daniel
f17d117b28 chore: release version v0.2.3-rc.0 2024-03-29 18:01:17 -04:00
Zach Daniel
9129f4ceee improvement: update to Ash 3.0 2024-03-29 18:01:07 -04:00
Zach Daniel
90cd68c880 chore: update mix.exs 2024-02-06 19:39:53 -05:00
Zach Daniel
af582e51fb chore: update ex_doc, clean up docs 2024-01-12 16:40:32 -05:00
Zach Daniel
a91babb733 chore: only track analytics on hexdocs.pm 2023-10-02 11:06:29 -04:00
Zach Daniel
5fabbaac79 chore: format 2023-10-02 09:45:45 -04:00
Zach Daniel
8f5f53a196 chore: analytics on hex docs 2023-10-02 09:26:56 -04:00
Zach Daniel
fe8cfcb26c docs: update spark & ex_doc for better docs 2023-09-26 23:29:50 -04:00
Zach Daniel
6b087db923 docs: update spark, better cheatsheets 2023-09-15 12:11:50 -04:00
Zach Daniel
bfd7a9b9a4 docs: link to DSL docs properly 2023-09-15 09:51:02 -04:00
Zach Daniel
d2aa6c349e docs: strip .md suffix 2023-09-15 09:44:04 -04:00
Zach Daniel
ac09bcea65 docs: don't downcase names of extras 2023-09-15 09:43:25 -04:00
Zach Daniel
c89f651596 docs: clean up module documentation setup 2023-09-15 09:40:28 -04:00
Zach Daniel
24d2ecd554 docs: various documentation improvements 2023-09-15 09:35:29 -04:00
c7c154dfb7
chore: release version v0.2.2 2023-09-15 15:18:09 +12:00
James Harton
5cba78616c
improvement: Add possible_next_states helper. (#9)
* improvement: Add `possible_next_states` helper.

* chore: add `mix spark.cheat_sheets`.
2023-09-15 15:15:29 +12:00
Zach Daniel
fa109180e4 fix: scrub :* from the list of states
improvement: detect states used that don't exist and log an error
2023-09-12 08:40:18 -04:00
Zach Daniel
83bbaf3686 fix: proper entity path in replace logic 2023-09-12 08:39:13 -04:00
86d9cb0893
chore: release version v0.2.1 2023-09-08 15:53:43 +12:00
James Harton
55ce5dd082
fix: Allow next_state to to match transitions from *. (#7) 2023-09-08 15:47:53 +12:00
1a4dcf46bc
chore: release version v0.2.0 2023-09-08 13:36:26 +12:00
James Harton
cf2bef0e38
feat: Add next_state builtin change. (#6)
When there is only a single possible next state that can be transitioned into, we can automatically transition into that state.
2023-09-08 13:35:51 +12:00
Yousef Janajri
4f1b40281d
improvement: exclude star from state_machine_all_states/1 to avoid inclusion in add_attribuet builder (#4) 2023-08-25 09:37:45 -04:00
Zach Daniel
ee30913e65 chore: update ssl_verify_fun 2023-08-04 17:51:11 -04:00
Zach Daniel
7bf92ba8b2 chore: release version v0.1.5 2023-08-04 17:48:38 -04:00
Zach Daniel
7a243389b0 improvement: support :* in states 2023-08-04 17:47:42 -04:00
Zach Daniel
25c0d19d3f chore: release version v0.1.4 2023-05-03 15:41:57 -04:00
Josh Price
bc4cf09eca
fix: Rename from to old_state in NoMatchingTransition error (#3) 2023-05-03 05:12:38 -04:00
Zach Daniel
501b9a80f9 chore: release version v0.1.3 2023-04-28 16:22:16 -04:00
Zach Daniel
d1313b6411 fix: == not != for checking all states 2023-04-28 16:21:36 -04:00
Zach Daniel
0f90487b76 docs: add transition_state/2` description 2023-04-28 15:43:10 -04:00
Zach Daniel
93f4cd996d chore: release version v0.1.2 2023-04-28 15:39:43 -04:00
Zach Daniel
3c218aa1e4 docs: fix package reference 2023-04-23 01:11:02 -06:00
Zach Daniel
759acb3081 docs: add mermaid to hexdocs 2023-04-23 01:03:29 -06:00
Zach Daniel
9b99ddc1ec chore: release version v0.1.1 2023-04-23 00:59:06 -06:00
Zach Daniel
bd66b9236f improvement: make state diagrams the default chart
docs: docs improvements
2023-04-23 00:58:34 -06:00
Zach Daniel
f86b2f6692 docs: link to DSL docs 2023-04-23 00:47:22 -06:00
Zach Daniel
5decff05ac docs: add DSL documentation 2023-04-23 00:46:09 -06:00
Zach Daniel
26e6636294 docs: small getting started fixes 2023-04-23 00:44:30 -06:00
Zach Daniel
69549dd04e chore: release version v0.1.0 2023-04-22 19:43:33 -06:00
Zach Daniel
3b57f4e615 chore: fix git_ops config 2023-04-22 19:42:54 -06:00