1 defmodule Pleroma.Mixfile do
7 version: version("2.3.50"),
9 elixirc_paths: elixirc_paths(Mix.env()),
10 compilers: [:phoenix, :gettext] ++ Mix.compilers(),
11 elixirc_options: [warnings_as_errors: warnings_as_errors(Mix.env())],
12 xref: [exclude: [:eldap]],
13 start_permanent: Mix.env() == :prod,
16 test_coverage: [tool: ExCoveralls],
17 preferred_cli_env: ["coveralls.html": :test],
20 homepage_url: "https://pleroma.social/",
21 source_url: "https://git.pleroma.social/pleroma/pleroma",
24 "https://git.pleroma.social/pleroma/pleroma/blob/develop/%{path}#L%{line}",
25 logo: "priv/static/images/logo.png",
26 extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"),
28 "Installation manuals": Path.wildcard("docs/installation/*.md"),
29 Configuration: Path.wildcard("docs/config/*.md"),
30 Administration: Path.wildcard("docs/admin/*.md"),
31 "Pleroma's APIs and Mastodon API extensions": Path.wildcard("docs/api/*.md")
34 output: "priv/static/doc"
38 include_executables_for: [:unix],
39 applications: [ex_syslogger: :load, syslog: :load, eldap: :transient],
40 steps: [:assemble, &put_otp_version/1, ©_files/1, ©_nginx_config/1],
41 config_providers: [{Pleroma.Config.ReleaseRuntimeProvider, []}]
47 def put_otp_version(%{path: target_path} = release) do
49 Path.join([target_path, "OTP_VERSION"]),
50 Pleroma.OTPVersion.version()
56 def copy_files(%{path: target_path} = release) do
57 File.cp_r!("./rel/files", target_path)
61 def copy_nginx_config(%{path: target_path} = release) do
63 "./installation/pleroma.nginx",
64 Path.join([target_path, "installation", "pleroma.nginx"])
70 # Configuration for the OTP application.
72 # Type `mix help compile.app` for more information.
75 mod: {Pleroma.Application, []},
84 included_applications: [:ex_syslogger]
88 # Specifies which paths to compile per environment.
89 defp elixirc_paths(:benchmark), do: ["lib", "benchmarks"]
90 defp elixirc_paths(:test), do: ["lib", "test/support"]
91 defp elixirc_paths(_), do: ["lib"]
93 defp warnings_as_errors(:prod), do: false
94 defp warnings_as_errors(_), do: true
96 # Specifies OAuth dependencies.
98 oauth_strategy_packages =
99 System.get_env("OAUTH_CONSUMER_STRATEGIES")
102 |> Enum.map(fn strategy_entry ->
103 with [_strategy, dependency] <- String.split(strategy_entry, ":") do
106 [strategy] -> "ueberauth_#{strategy}"
110 for s <- oauth_strategy_packages, do: {String.to_atom(s), ">= 0.0.0"}
113 # Specifies your project dependencies.
115 # Type `mix help deps` for examples and options.
118 {:phoenix, "~> 1.5.5"},
119 {:tzdata, "~> 1.0.3"},
120 {:plug_cowboy, "~> 2.3"},
121 {:phoenix_pubsub, "~> 2.0"},
122 {:phoenix_ecto, "~> 4.0"},
123 {:ecto_enum, "~> 1.4"},
124 {:ecto_explain, "~> 0.1.2"},
125 {:ecto_sql, "~> 3.4.4"},
126 {:postgrex, ">= 0.15.5"},
128 {:gettext, "~> 0.18"},
129 {:bcrypt_elixir, "~> 2.2"},
130 {:trailing_format_plug, "~> 0.0.7"},
131 {:fast_sanitize, "~> 0.2.0"},
132 {:html_entities, "~> 0.5", override: true},
133 {:phoenix_html, "~> 2.14"},
134 {:calendar, "~> 1.0"},
136 {:poison, "~> 3.0", override: true},
137 {:tesla, "~> 1.4.0", override: true},
138 {:castore, "~> 0.1"},
139 {:cowlib, "~> 2.9", override: true},
141 github: "ninenines/gun", ref: "921c47146b2d9567eac7e9a4d2ccc60fffd4f327", override: true},
143 {:mogrify, "~> 0.7.4"},
144 {:ex_aws, "~> 2.1.6"},
145 {:ex_aws_s3, "~> 2.0"},
146 {:sweet_xml, "~> 0.6.6"},
148 {:bbcode_pleroma, "~> 0.2.0"},
150 git: "https://git.pleroma.social/pleroma/elixir-libraries/crypt.git",
151 ref: "cf2aa3f11632e8b0634810a15b3e612c7526f6a3"},
152 {:cors_plug, "~> 2.0"},
153 {:web_push_encryption, "~> 0.3"},
155 {:phoenix_swoosh, "~> 0.3"},
156 {:gen_smtp, "~> 0.13"},
157 {:ex_syslogger, "~> 1.4"},
160 {:ueberauth, "~> 0.4"},
161 {:linkify, "~> 0.5.0"},
162 {:http_signatures, "~> 0.1.0"},
163 {:telemetry, "~> 0.3"},
164 {:poolboy, "~> 1.5"},
165 {:prometheus, "~> 4.6"},
167 git: "https://git.pleroma.social/pleroma/elixir-libraries/prometheus.ex.git",
168 ref: "a4e9beb3c1c479d14b352fd9d6dd7b1f6d7deee5",
170 {:prometheus_plugs, "~> 1.1"},
171 {:prometheus_phoenix, "~> 1.3"},
172 # Note: once `prometheus_phx` is integrated into `prometheus_phoenix`, remove the former:
174 git: "https://git.pleroma.social/pleroma/elixir-libraries/prometheus-phx.git",
175 branch: "no-logging"},
176 {:prometheus_ecto, "~> 1.4"},
178 {:quack, "~> 0.1.1"},
180 {:benchee, "~> 1.0"},
182 {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)},
183 {:ex_const, "~> 0.2"},
184 {:plug_static_index_html, "~> 1.0.0"},
185 {:flake_id, "~> 0.1.0"},
186 {:concurrent_limiter,
187 git: "https://git.pleroma.social/pleroma/elixir-libraries/concurrent_limiter.git",
188 ref: "d81be41024569330f296fc472e24198d7499ba78"},
190 git: "https://git.pleroma.social/pleroma/remote_ip.git",
191 ref: "b647d0deecaa3acb140854fe4bda5b7e1dc6d1c8"},
193 git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
194 ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
195 {:restarter, path: "./restarter"},
197 git: "https://git.pleroma.social/pleroma/elixir-libraries/majic.git",
198 ref: "289cda1b6d0d70ccb2ba508a2b0bd24638db2880"},
199 {:open_api_spex, "~> 3.10"},
202 {:ex_doc, "~> 0.22", only: :dev, runtime: false},
203 {:ex_machina, "~> 2.4", only: :test},
204 {:credo, "~> 1.4", only: [:dev, :test], runtime: false},
205 {:mock, "~> 0.3.5", only: :test},
206 # temporary downgrade for excoveralls, hackney until hackney max_connections bug will be fixed
207 {:excoveralls, "0.12.3", only: :test},
209 git: "https://git.pleroma.social/pleroma/elixir-libraries/hackney.git",
210 ref: "7d7119f0651515d6d7669c78393fd90950a3ec6e",
212 {:mox, "~> 1.0", only: :test},
213 {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
217 # Aliases are shortcuts or tasks specific to the current project.
218 # For example, to create, migrate and run the seeds file at once:
222 # See the documentation for `Mix` for more info on aliases.
225 "ecto.migrate": ["pleroma.ecto.migrate"],
226 "ecto.rollback": ["pleroma.ecto.rollback"],
227 "ecto.setup": ["ecto.create", "ecto.migrate", "run priv/repo/seeds.exs"],
228 "ecto.reset": ["ecto.drop", "ecto.setup"],
229 test: ["ecto.create --quiet", "ecto.migrate", "test"],
230 docs: ["pleroma.docs", "docs"],
231 analyze: ["credo --strict --only=warnings,todo,fixme,consistency,readability"],
232 copyright: &add_copyright/1,
233 "copyright.bump": &bump_copyright/1
237 # Builds a version string made of:
238 # * the application version
239 # * a pre-release if ahead of the tag: the describe string (-count-commithash)
242 # * a build name if `PLEROMA_BUILD_NAME` or `:pleroma, :build_name` is defined
243 # * the mix environment if different than prod
244 defp version(version) do
245 identifier_filter = ~r/[^0-9a-z\-]+/i
247 git_available? = match?({_output, 0}, System.cmd("sh", ["-c", "command -v git"]))
252 System.cmd("git", ["describe", "--tags", "--abbrev=0"], stderr_to_stdout: true)
254 {describe, describe_err} = System.cmd("git", ["describe", "--tags", "--abbrev=8"])
255 {commit_hash, commit_hash_err} = System.cmd("git", ["rev-parse", "--short", "HEAD"])
257 # Pre-release version, denoted from patch version with a hyphen
259 tag_err == 0 and describe_err == 0 ->
262 |> String.replace(String.trim(tag), "")
263 |> String.trim_leading("-")
266 commit_hash_err == 0 ->
267 "0-g" <> String.trim(commit_hash)
274 # Branch name as pre-release version component, denoted with a dot
276 with true <- git_available?,
277 {branch_name, 0} <- System.cmd("git", ["rev-parse", "--abbrev-ref", "HEAD"]),
278 branch_name <- String.trim(branch_name),
279 branch_name <- System.get_env("PLEROMA_BUILD_BRANCH") || branch_name,
281 !Enum.any?(["master", "HEAD", "release/", "stable"], fn name ->
282 String.starts_with?(name, branch_name)
287 |> String.replace(identifier_filter, "-")
296 name = Application.get_env(:pleroma, :build_name) -> name
297 name = System.get_env("PLEROMA_BUILD_NAME") -> name
301 env_name = if Mix.env() != :prod, do: to_string(Mix.env())
302 env_override = System.get_env("PLEROMA_BUILD_ENV")
307 env_override when env_override in ["", "prod"] -> nil
308 env_override -> env_override
311 # Pre-release version, denoted by appending a hyphen
312 # and a series of dot separated identifiers
314 [git_pre_release, branch_name]
315 |> Enum.filter(fn string -> string && string != "" end)
319 string -> "-" <> String.replace(string, identifier_filter, "-")
322 # Build metadata, denoted with a plus sign
324 [build_name, env_name]
325 |> Enum.filter(fn string -> string && string != "" end)
329 string -> "+" <> String.replace(string, identifier_filter, "-")
332 [version, pre_release, build_metadata]
333 |> Enum.filter(fn string -> string && string != "" end)
337 defp add_copyright(_) do
338 year = NaiveDateTime.utc_now().year
340 # Pleroma: A lightweight social networking server
341 # Copyright © 2017-#{year} Pleroma Authors <https://pleroma.social/>
342 # SPDX-License-Identifier: AGPL-3.0-only
344 ] |> String.replace("\n", "\\n")
346 find = "find lib test priv -type f \\( -name '*.ex' -or -name '*.exs' \\) -exec "
347 grep = "grep -L '# Copyright © [0-9\-]* Pleroma' {} \\;"
348 xargs = "xargs -n1 sed -i'' '1s;^;#{template};'"
350 :os.cmd(String.to_charlist("#{find}#{grep} | #{xargs}"))
353 defp bump_copyright(_) do
354 year = NaiveDateTime.utc_now().year
355 find = "find lib test priv -type f \\( -name '*.ex' -or -name '*.exs' \\)"
358 "xargs sed -i'' 's;# Copyright © [0-9\-]* Pleroma.*$;# Copyright © 2017-#{year} Pleroma Authors <https://pleroma.social/>;'"
360 :os.cmd(String.to_charlist("#{find} | #{xargs}"))