Commit graph

248 commits

Author SHA1 Message Date
Zach Daniel
13f7327e4b chore: fix hardcoded :prod values
Some checks are pending
CI / ash-ci (push) Waiting to run
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
Zach Daniel
bec1d24621 chore: release version v0.3.18
Some checks failed
CI / ash-ci (push) Has been cancelled
2024-08-08 10:54:14 -04:00
Zach Daniel
1e1359e255 fix: fix and test keyword setting on empty list 2024-08-08 10:53:58 -04:00
Zach Daniel
e776b2cb7d chore: address warnings
Some checks are pending
CI / ash-ci (push) Waiting to run
2024-08-08 00:16:58 -04:00
Zach Daniel
18713f8578 chore: release version v0.3.17 2024-08-08 00:13:13 -04:00
Zach Daniel
63dade260e fix: properly parse boolean switches from positional args 2024-08-08 00:12:27 -04:00
Mayel de Borniol
f356cce3a4
improvement: support for non-elixir files with create_new_file, update_file, include_existing_file, include_or_create_file, create_or_update_file (#75)
Some checks failed
CI / ash-ci (push) Has been cancelled
2024-08-05 21:50:18 -04:00
Mayel de Borniol
8002f8526d
docs: update module names in docs (#74)
Some checks are pending
CI / ash-ci (push) Waiting to run
2024-08-05 10:10:39 -04:00
Zach Daniel
810c42160a fix: don't warn on Macro.Env.expand_alias/3 not being defined
Some checks are pending
CI / ash-ci (push) Waiting to run
closes #73
2024-08-04 23:33:06 -04:00
Zach Daniel
853f27532c fix: descend into single child block when modifying keyword
fix: set `format: :keyword` when adding keyword list item to empty list
2024-08-04 23:28:51 -04:00
Igor Barakaiev
e2a1682d87
test: add regression tests that fail (#71) 2024-08-04 23:16:13 -04:00
Zach Daniel
79ae2d653b
Revert "fix: escape injected code in Common.replace_code/2 (#70)" (#72)
This reverts commit bba8d5238e.
2024-08-04 22:43:27 -04:00
Igor Barakaiev
bba8d5238e
fix: escape injected code in Common.replace_code/2 (#70) 2024-08-04 22:42:14 -04:00
Zach Daniel
2733449bf8
Fix move to single child block (#69)
Some checks are pending
CI / ash-ci (push) Waiting to run
* fix: check for extendable_block? in maybe_move_to_single_child_block/1

* fix: properly compare values that live in blocks

---------

Co-authored-by: Igor Barakaiev <ibarakaiev@gmail.com>
2024-08-03 19:16:27 -04:00
Zach Daniel
49d6725c83 chore: undo some changes to remove_keyword_key
Some checks are pending
CI / ash-ci (push) Waiting to run
2024-08-03 18:59:24 -04:00
Igor Barakaiev
e860b1f9d3
fix: :error consistency in remove_keyword_key and argument_equals? in Config.configure (#68) 2024-08-03 18:50:44 -04:00
Igor Barakaiev
fa5f849928
improvement: support "notices" (#65) 2024-08-03 17:52:09 -04:00
dependabot[bot]
f53e4e97ac
build(deps): bump the production-dependencies group with 2 updates (#62)
Some checks failed
CI / ash-ci (push) Has been cancelled
Bumps the production-dependencies group with 2 updates: [glob_ex](https://github.com/hrzndhrn/glob_ex) and [jason](https://github.com/michalmuskala/jason).


Updates `glob_ex` from 0.1.7 to 0.1.8
- [Release notes](https://github.com/hrzndhrn/glob_ex/releases)
- [Changelog](https://github.com/hrzndhrn/glob_ex/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hrzndhrn/glob_ex/compare/v0.1.7...v0.1.8)

Updates `jason` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/michalmuskala/jason/releases)
- [Changelog](https://github.com/michalmuskala/jason/blob/v1.4.4/CHANGELOG.md)
- [Commits](https://github.com/michalmuskala/jason/compare/v1.4.3...v1.4.4)

---
updated-dependencies:
- dependency-name: glob_ex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: jason
  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-08-01 12:25:05 -04:00
Zach Daniel
0c810bfc3e chore: bump installer
Some checks are pending
CI / ash-ci (push) Waiting to run
2024-07-31 18:31:33 -04:00
Zach Daniel
5560a4181d chore: release version v0.3.16 2024-07-31 18:30:29 -04:00
Zach Daniel
c769fe15ae improvement: add create_module utility
fix: loadpaths after compiling deps
2024-07-31 18:29:11 -04:00
Zach Daniel
c905ead36d chore: bump installer version
Some checks are pending
CI / ash-ci (push) Waiting to run
2024-07-31 14:50:54 -04:00
Zach Daniel
691ccfa07c chore: release version v0.3.15 2024-07-31 14:50:26 -04:00