Commit graph

270 commits

Author SHA1 Message Date
Zach Daniel
a92e5f887f chore: release version v0.3.32 2024-09-09 22:31:03 -04:00
Zach Daniel
5ddfba86a2 fix: properly extract app module from def project 2024-09-09 22:30:47 -04:00
Zach Daniel
6bf269112e chore: release version v0.3.31 2024-09-09 22:22:52 -04:00
Zach Daniel
2f3522645e fix: set only option to nil by default 2024-09-09 22:22:21 -04:00
Zach Daniel
2518b51731 chore: release version v0.3.30 2024-09-09 21:42:13 -04:00
Zach Daniel
7630b670ff improvement: support the opts being code when adding a new child to the app tree
improvement: prepend new children instead of appending them
improvement: add an `after` option to `add_new_child/3`
fix: handle some edge cases in application child adding
2024-09-09 21:39:32 -04:00
Zach Daniel
e47b32f196 improvement: better warnings on invalid patches in test 2024-09-09 20:03:48 -04:00
Zach Daniel
1068afe608 chore: add docs for igniter.gen.task 2024-09-09 19:41:24 -04:00
Zach Daniel
a75e629063 chore: format changelog 2024-09-09 19:39:58 -04:00
Zach Daniel
c4c411ccf5 chore: release version v0.3.29 2024-09-09 19:39:51 -04:00
Zach Daniel
93917513ee chore: fix problems with mix igniter.gen.task interpolation 2024-09-09 19:30:28 -04:00
Zach Daniel
84e20aa333 improvement: check for git changes to avoid overwriting unsaved changes 2024-09-09 19:22:15 -04:00
Zach Daniel
7ae225eee4 improvement: add mix igniter.gen.task to quickly generate a full task
improvement: properly find the default location for mix task modules
2024-09-09 19:06:00 -04:00
Zach Daniel
d9d31e3c04 improvement: add --only option, and only key in Igniter.Mix.Task.Info
closes #61
2024-09-09 17:17:05 -04:00
Zach Daniel
47e931207e improvement: add Igniter.Test with helpers for writing tests
Some checks are pending
CI / ash-ci (push) Waiting to run
improvement: extract app name and app module from mix.exs file

closes #5
2024-09-09 14:22:00 -04:00
Zach Daniel
17eef697e4 chore: release version v0.3.28 2024-09-09 08:17:21 -04:00
Zach Daniel
08a86b9400 fix: don't hardcode Spark.Formatter plugin 2024-09-09 08:17:05 -04:00
Zach Daniel
373bd32b93 chore: release version v0.3.27
Some checks are pending
CI / ash-ci (push) Waiting to run
2024-09-08 08:02:22 -04:00
Zach Daniel
9ae006e570 improvement: when replacing a dependency, leave it in the same location 2024-09-08 08:01:40 -04:00
Zach Daniel
fcb74bb970 chore: bump installer
Some checks are pending
CI / ash-ci (push) Waiting to run
2024-09-07 22:34:28 -04:00
Zach Daniel
0efd179636 chore: release version v0.3.26 2024-09-07 22:33:57 -04:00
Zach Daniel
6831c4e7f9 improvement: add igniter.update_gettext
This showcases how easy it is to write a source code patcher,
and also acts as a useful little tool for phoenix users.
2024-09-07 22:32:57 -04:00
Zach Daniel
13f7327e4b chore: fix hardcoded :prod values
Some checks failed
CI / ash-ci (push) Has been cancelled
2024-09-06 15:52:19 -04:00
Zach Daniel
dbf1386fcf chore: release version v0.3.25 2024-09-06 14:59:03 -04:00
Zach Daniel
916d45e443 improvement: add configure_runtime_env codemod 2024-09-06 14:58:06 -04:00
dependabot[bot]
a2e22a2710
build(deps-dev): bump mimic in the dev-dependencies group (#79)
Some checks failed
CI / ash-ci (push) Has been cancelled
2024-09-05 11:11:24 -04:00
Zach Daniel
44cf2acb40 improvement: remove dependencies that aren't strictly necessary
Some checks are pending
CI / ash-ci (push) Waiting to run
2024-09-04 13:53:17 -04:00
Zach Daniel
265a6ef72d improvement: remove dependencies that we don't really need 2024-09-04 13:31:38 -04:00
Zach Daniel
053c76d454 chore: bump installer version
Some checks failed
CI / ash-ci (push) Has been cancelled
2024-09-02 20:27:39 -04:00
Zach Daniel
f5d31b6d56 improvement: more options to igniter.new 2024-09-02 20:27:14 -04:00
Zach Daniel
ec68489e09 chore: release version v0.3.24
Some checks failed
CI / ash-ci (push) Has been cancelled
2024-08-26 16:54:01 -04:00
Zach Daniel
077f8517db fix: detect equal lists for node equality 2024-08-26 16:53:48 -04:00
Zach Daniel
678ff157ce chore: release version v0.3.23 2024-08-26 16:48:44 -04:00
Zach Daniel
a5bdf2b7a0 fix: properly move to arguments of Module.fun calls
improvement: add `Igniter.Code.Common.expand_literal/1`
2024-08-26 16:48:03 -04:00
Zach Daniel
aefb8df79a chore: update installer version
Some checks failed
CI / ash-ci (push) Has been cancelled
2024-08-22 15:21:47 -04:00
Zach Daniel
785cff06e4 improvement: add --with-args to pass additional args to installers 2024-08-22 15:20:31 -04:00
Zach Daniel
4d80d01be5 chore: fix build and add web_module/0
Some checks failed
CI / ash-ci (push) Has been cancelled
2024-08-21 12:07:59 -04:00
Zach Daniel
2d04897e1a chore: release version v0.3.22
Some checks are pending
CI / ash-ci (push) Waiting to run
2024-08-20 15:14:42 -04:00
Zach Daniel
33aa23c6e0 improvement: add options to control behavior when creating a file that already exists
chore: update apps for dialyzer
2024-08-20 15:11:08 -04:00
Zach Daniel
8b3e22c5d7 chore: release version v0.3.21 2024-08-20 14:33:40 -04:00
Zach Daniel
f39ca441b5 improvement: add copy_template/4 2024-08-20 14:32:02 -04:00
Zach Daniel
9133d9d05b chore: release version v0.3.20
Some checks failed
CI / ash-ci (push) Has been cancelled
2024-08-19 11:10:24 -04:00
Zach Daniel
5bf53c8c07 fix: ensure no timeout on task async streams 2024-08-19 11:10:05 -04:00
Zach Daniel
6a86e2d5f6 fix: don't hardcode Foo.Supervisor 🤦
Some checks failed
CI / ash-ci (push) Has been cancelled
fixes #78
2024-08-13 19:14:30 -04:00
Zach Daniel
38de328d39 chore: release version v0.3.19
Some checks are pending
CI / ash-ci (push) Waiting to run
2024-08-13 16:10:12 -04:00
Zach Daniel
927f0d4ae3 docs: update docs on source code vs values 2024-08-13 16:09:52 -04:00
Zach Daniel
14552bcef9 fix: properly handle values vs code in configure 2024-08-13 16:07:52 -04:00
Igor Barakaiev
ccdbfee957
test: add failing config tests (#77) 2024-08-13 15:13:38 -04:00
Ovidiu Mazuru
ede41d3c12
docs: Fix typo / spelling (#76)
Some checks are pending
CI / ash-ci (push) Waiting to run
2024-08-12 17:40:11 -04:00
Zach Daniel
db4d646561 chore: fix warning
Some checks failed
CI / ash-ci (push) Has been cancelled
2024-08-09 16:03:27 -04:00