conform
conform copied to clipboard
Easy, powerful, and extendable configuration tooling for releases.
This commit provides fixing of deprecation warnings because of Elixir version 1.9. Following changes were made: * Mix.Releases.Logger was replaced with Conform.Logger as there is no Mix.Releases.Logger anymore. * Mix.Dep.loaded/0...
I have config like this in config/config.exs: `config :logger, backends: [{ Airbrake.LoggerBackend, :error }, :console]` when I run `mix conform.new` I get the following ``` [ extends: [], import: [],...
**Version: 2.5.2** I have umbrella release with multiple `*.schema.exs` files. When I define mapping key: ``` [ mappings: [ "message_broker.publishing": [ commented: false, hidden: true, datatype: [list: :binary], default: [],...
Hi there, I'm trying to get started for the first time with conform. Having some trouble with what I thought would be the easy part! :) I have an umbrella...
Hi I've been migrating my umbrella project to Erlang 20 and Elixir 1.5.0. I upgraded confrom from 2.1.2 to 2.5.0 to get latest fixes for Elixir 1.5.0 but now I...
I have an umbrella app with the following apps ``` myapp1 models utils otherapp ``` myapp1 has a conform dependency tree like this: `myapp1 -> models -> utils`. When I...
Hi, I might be missing the obvious, but I am not getting it to work. I want to have a config option to set a list of atoms which may...
Is it possible to use conform like described in the docs when using `mix phx.server` (using phoenix) or `iex -S mix` or with `mix test`? I tried `iex` and `test`...
This is a simple patch that will sort the mappings and validators in alphanumeric order. When you have a large configuration, adding new mappings can be difficult. It is especially...
Hey, I have been playing around with Distillery and Conform and I was wondering if it is possible to set the Erlang cookie in vm.args (`-setcookie "cookie?"`). I have my...