aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks/pleroma/docs.ex
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-07-16 19:57:27 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2021-03-21 10:47:59 +0300
commite8107cc96a306086f509842cd7d5446c09931ba5 (patch)
tree2f5316384b365ec4f34fe8a3216b7a5c813339b7 /lib/mix/tasks/pleroma/docs.ex
parent8f78361525e1123e82c51b541204fa9f0dba91d1 (diff)
downloadpleroma-e8107cc96a306086f509842cd7d5446c09931ba5.tar.gz
pleroma installer and config versioning
- added DynamicSupervisor, which starts Pleroma deps and restarts config dependent deps - added pleroma installer, where user can configure database credentials and pleroma config. Settings are saved into file and in database - added versioning for in database config. New version is created from changes which are passed to config update/delete endpoint. Every version contains backup with all changes added through update. Versioning supports rollbacks with N steps. With a rollback, all versions that come after the version on which the rollback was made are deleted.
Diffstat (limited to 'lib/mix/tasks/pleroma/docs.ex')
-rw-r--r--lib/mix/tasks/pleroma/docs.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/docs.ex b/lib/mix/tasks/pleroma/docs.ex
index 45cca1c74..e0e9834f4 100644
--- a/lib/mix/tasks/pleroma/docs.ex
+++ b/lib/mix/tasks/pleroma/docs.ex
@@ -32,7 +32,7 @@ defmodule Mix.Tasks.Pleroma.Docs do
defp do_run(implementation) do
start_pleroma()
- with descriptions <- Pleroma.Config.Loader.read("config/description.exs"),
+ with descriptions <- Pleroma.Config.Loader.read!("config/description.exs"),
{:ok, file_path} <-
Pleroma.Docs.Generator.process(
implementation,