Age | Commit message (Collapse) | Author |
|
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format`
|
|
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
|
Test framework overhaul (speed, reliability)
See merge request pleroma/pleroma!3209
|
|
In general, tests that match these criteria can be made async:
- Doesn't use real Cachex.
- Doesn't write to the Config / Application Environment.
- Uses Mock. Using Mox is fine.
- Uses the streamer.
|
|
|
|
|
|
|
|
|