Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Old way was wrong for multiple reasons. If we do this as a config value it fixes :slave.start/3 being picked up as a compile warning on OTP26.
Also if we want to do any real clustering we'll need something like this to support OTP25 and older.
|
|
|
|
This reverts commit dca41cc4a37999a6971b70ef5e0996e528b79bf5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also bump minimum Elixir to 1.11
|
|
|
|
|
|
|
|
|
|
Put Plugs in runtime mode in :dev, :test to speed up recompilation
See merge request pleroma/pleroma!3411
|
|
|
|
|
|
remote
|
|
Deprecate Uploaders.S3, :public_endpoint
See merge request pleroma/pleroma!3251
|
|
|
|
Replaces Pbkdf2.
|
|
|
|
Replace Mock with Mox, mock out Logger.
|
|
Speeds up the test and makes it possible to run async.
|
|
Given all the async tests, this can become a bottleneck.
|
|
Caching can't work in async tests, so for them it is mocked to a
null cache that is always empty. Synchronous tests are stubbed
with the real Cachex, which is emptied after every test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added deprecation warning about using bare domains
|
|
|
|
|