aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks/pleroma/relay.ex
AgeCommit message (Collapse)Author
2019-08-14tasks: relay: add list taskAriadne Conill
2019-06-20Rename Pleroma.Mix.Tasks.Common -> Mix.Pleroma and import it's functionsrinpatch
instead of aliasing This seems to be the convention for functions that can be reused between different mix tasks in all Elixir projects I've seen and it gets rid on an error message when someone runs mix pleroma.common Also in this commit by accident: - Move benchmark task under a proper namespace - Insert a space after the prompt
2019-06-08Make mix tasks work in a releaserinpatch
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2018-12-23mix tasks: add legal boilerplateWilliam Pitcock
2018-12-09fix compile warningsMaksim Pechnikov
2018-12-08[#283] Mix Tasks: Fix a typo in relay.exRin Toshaka
2018-12-07Fix a typo in relay.ex moduledocrinpatch
2018-12-06Refactor common functions to common.exRin Toshaka
2018-12-06Refactor common functions to common.exRin Toshaka
2018-12-05formatingRin Toshaka
2018-12-05Move relay tasks to relay.exRin Toshaka