2018-10-11 17:37:39 +02:00
|
|
|
defmodule Mobilizon.Mixfile do
|
2017-12-08 09:58:14 +01:00
|
|
|
use Mix.Project
|
|
|
|
|
|
|
|
def project do
|
|
|
|
[
|
2018-10-11 17:37:39 +02:00
|
|
|
app: :mobilizon,
|
2017-12-08 09:58:14 +01:00
|
|
|
version: "0.0.1",
|
|
|
|
elixir: "~> 1.4",
|
2018-07-25 16:42:04 +02:00
|
|
|
elixirc_paths: elixirc_paths(Mix.env()),
|
|
|
|
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
|
|
|
|
start_permanent: Mix.env() == :prod,
|
2017-12-08 09:58:14 +01:00
|
|
|
aliases: aliases(),
|
2018-01-14 00:56:26 +01:00
|
|
|
deps: deps(),
|
|
|
|
test_coverage: [tool: ExCoveralls],
|
2018-07-25 16:42:04 +02:00
|
|
|
preferred_cli_env: [
|
|
|
|
coveralls: :test,
|
|
|
|
"coveralls.detail": :test,
|
|
|
|
"coveralls.post": :test,
|
2018-11-13 12:23:37 +01:00
|
|
|
"coveralls.html": :test,
|
|
|
|
vcr: :test,
|
|
|
|
"vcr.delete": :test,
|
|
|
|
"vcr.check": :test,
|
|
|
|
"vcr.show": :test
|
2018-07-25 16:42:04 +02:00
|
|
|
],
|
2018-10-11 17:37:39 +02:00
|
|
|
name: "Mobilizon",
|
|
|
|
source_url: "https://framagit.org/tcit/mobilizon",
|
|
|
|
homepage_url: "https://framagit.org/tcit/mobilizon",
|
|
|
|
docs: [main: "Mobilizon"]
|
2017-12-08 09:58:14 +01:00
|
|
|
]
|
|
|
|
end
|
|
|
|
|
|
|
|
# Configuration for the OTP application.
|
|
|
|
#
|
|
|
|
# Type `mix help compile.app` for more information.
|
|
|
|
def application do
|
|
|
|
[
|
2018-10-11 17:37:39 +02:00
|
|
|
mod: {Mobilizon.Application, []},
|
2018-12-07 10:47:31 +01:00
|
|
|
extra_applications: [:logger, :runtime_tools, :guardian, :bamboo, :geolix, :crypto]
|
2017-12-08 09:58:14 +01:00
|
|
|
]
|
|
|
|
end
|
|
|
|
|
|
|
|
# Specifies which paths to compile per environment.
|
|
|
|
defp elixirc_paths(:test), do: ["lib", "test/support"]
|
2018-07-27 10:45:35 +02:00
|
|
|
defp elixirc_paths(:dev), do: ["lib", "test/support/factory.ex"]
|
2018-07-25 16:42:04 +02:00
|
|
|
defp elixirc_paths(_), do: ["lib"]
|
2017-12-08 09:58:14 +01:00
|
|
|
|
|
|
|
# Specifies your project dependencies.
|
|
|
|
#
|
|
|
|
# Type `mix help deps` for examples and options.
|
|
|
|
defp deps do
|
|
|
|
[
|
2018-11-27 11:29:58 +01:00
|
|
|
{:phoenix, "~> 1.4.0"},
|
2017-12-08 09:58:14 +01:00
|
|
|
{:phoenix_pubsub, "~> 1.0"},
|
|
|
|
{:phoenix_ecto, "~> 3.2"},
|
|
|
|
{:postgrex, ">= 0.0.0"},
|
|
|
|
{:phoenix_html, "~> 2.10"},
|
|
|
|
{:gettext, "~> 0.11"},
|
2018-08-24 14:09:21 +02:00
|
|
|
{:cowboy, "~> 1.0"},
|
2019-01-24 15:23:27 +01:00
|
|
|
{:guardian, "~> 1.2"},
|
|
|
|
{:guardian_db, "~> 1.1"},
|
2017-12-09 14:58:37 +01:00
|
|
|
{:comeonin, "~> 4.0"},
|
2018-01-09 17:52:26 +01:00
|
|
|
{:argon2_elixir, "~> 1.2"},
|
|
|
|
{:cors_plug, "~> 1.2"},
|
2018-01-13 23:33:03 +01:00
|
|
|
{:ecto_autoslug_field, "~> 0.3"},
|
|
|
|
{:rsa_ex, "~> 0.1"},
|
2018-08-24 12:31:41 +02:00
|
|
|
{:geo, "~> 3.0"},
|
|
|
|
{:geo_postgis, "~> 2.0"},
|
2018-01-13 23:33:03 +01:00
|
|
|
{:timex, "~> 3.0"},
|
|
|
|
{:timex_ecto, "~> 3.0"},
|
2018-01-26 11:02:11 +01:00
|
|
|
{:icalendar, "~> 0.6"},
|
|
|
|
{:exgravatar, "~> 2.0.1"},
|
|
|
|
{:httpoison, "~> 1.0"},
|
2019-01-24 15:06:38 +01:00
|
|
|
{:json_ld, "~> 0.3"},
|
2018-05-17 11:32:23 +02:00
|
|
|
{:jason, "~> 1.0"},
|
|
|
|
{:ex_crypto, "~> 0.9.0"},
|
|
|
|
{:http_sign, "~> 0.1.1"},
|
2018-05-18 09:56:21 +02:00
|
|
|
{:ecto_enum, "~> 1.0"},
|
2018-08-24 12:31:41 +02:00
|
|
|
{:ex_ical, "~> 0.2"},
|
2018-07-04 14:29:17 +02:00
|
|
|
{:bamboo, "~> 1.0"},
|
2018-11-27 11:29:58 +01:00
|
|
|
{:bamboo_smtp, "~> 1.6.0"},
|
2018-07-09 14:19:24 +02:00
|
|
|
{:geolix, "~> 0.16"},
|
2018-11-06 10:30:27 +01:00
|
|
|
{:absinthe, "~> 1.4.0"},
|
|
|
|
{:absinthe_phoenix, "~> 1.4.0"},
|
|
|
|
{:absinthe_plug, "~> 1.4.0"},
|
|
|
|
{:poison, "~> 3.1"},
|
|
|
|
{:absinthe_ecto, "~> 0.1.3"},
|
|
|
|
{:dataloader, "~> 1.0"},
|
|
|
|
{:arc, "~> 0.11.0"},
|
|
|
|
{:arc_ecto, "~> 0.11.0"},
|
2018-11-12 23:30:47 +01:00
|
|
|
{:plug_cowboy, "~> 1.0"},
|
2018-01-26 11:02:11 +01:00
|
|
|
# Dev and test dependencies
|
2018-11-27 11:29:58 +01:00
|
|
|
{:phoenix_live_reload, "~> 1.2", only: :dev},
|
2018-07-25 16:42:04 +02:00
|
|
|
{:ex_machina, "~> 2.2", only: [:dev, :test]},
|
2018-11-27 11:29:58 +01:00
|
|
|
{:excoveralls, "~> 0.10", only: :test},
|
2018-01-15 11:41:47 +01:00
|
|
|
{:ex_doc, "~> 0.16", only: :dev, runtime: false},
|
|
|
|
{:mix_test_watch, "~> 0.5", only: :dev, runtime: false},
|
2018-11-12 18:17:53 +01:00
|
|
|
{:ex_unit_notifier, "~> 0.1", only: :test},
|
2018-11-13 12:23:37 +01:00
|
|
|
{:dialyxir, "~> 1.0.0-rc.4", only: [:dev], runtime: false},
|
2019-01-03 14:59:59 +01:00
|
|
|
{:exvcr, "~> 0.10", only: :test},
|
|
|
|
{:credo, "~> 1.0.0", only: [:dev, :test], runtime: false}
|
2017-12-08 09:58:14 +01:00
|
|
|
]
|
|
|
|
end
|
|
|
|
|
|
|
|
# Aliases are shortcuts or tasks specific to the current project.
|
|
|
|
# For example, to create, migrate and run the seeds file at once:
|
|
|
|
#
|
|
|
|
# $ mix ecto.setup
|
|
|
|
#
|
|
|
|
# See the documentation for `Mix` for more info on aliases.
|
|
|
|
defp aliases do
|
|
|
|
[
|
|
|
|
"ecto.setup": ["ecto.create", "ecto.migrate", "run priv/repo/seeds.exs"],
|
|
|
|
"ecto.reset": ["ecto.drop", "ecto.setup"],
|
2018-07-25 16:42:04 +02:00
|
|
|
test: ["ecto.create --quiet", "ecto.migrate", "test"]
|
2017-12-08 09:58:14 +01:00
|
|
|
]
|
|
|
|
end
|
|
|
|
end
|