Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-20 | Rename Pleroma.Mix.Tasks.Common -> Mix.Pleroma and import it's functions | rinpatch | |
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-08 | Make mix tasks work in a release | rinpatch | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2018-12-23 | mix tasks: add legal boilerplate | William Pitcock | |
2018-12-09 | fix compile warnings | Maksim Pechnikov | |
2018-12-08 | [#283] Mix Tasks: Fix a typo in relay.ex | Rin Toshaka | |
2018-12-07 | Fix a typo in relay.ex moduledoc | rinpatch | |
2018-12-06 | Refactor common functions to common.ex | Rin Toshaka | |
2018-12-06 | Refactor common functions to common.ex | Rin Toshaka | |
2018-12-05 | formating | Rin Toshaka | |
2018-12-05 | Move relay tasks to relay.ex | Rin Toshaka | |