aboutsummaryrefslogtreecommitdiff
path: root/config/test.exs
AgeCommit message (Collapse)Author
2021-05-28Merge branch 'plug-runtime-dev' into 'develop'feld
Put Plugs in runtime mode in :dev, :test to speed up recompilation See merge request pleroma/pleroma!3411
2021-05-20Switch from the deprecated "use Mix.config" to "import Config"Mark Felder
2021-05-19Put Plugs in runtime mode in :dev, :test to speed up recompilationAlex Gleason
2021-02-19Avoid unnecessary 500ms sleeps from CommonAPI.follow when the target user is ↵Mark Felder
remote
2021-01-20Merge branch 'deprecate-public_endpoint' into 'develop'feld
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251
2021-01-13Not needed in test.exsMark Felder
2021-01-13Password: Add password modulelain
Replaces Pbkdf2.
2021-01-12Deprecate Pleroma.Uploaders.S3, :public_endpointMark Felder
2021-01-04SideEffects.DeleteTest: asyncify.lain
Replace Mock with Mox, mock out Logger.
2020-12-21Pipeline test: Switch from Mock to Mox.lain
Speeds up the test and makes it possible to run async.
2020-12-21Test config: Raise pool size for postgres.lain
Given all the async tests, this can become a bottleneck.
2020-12-18Tests: Use NullCache for async tests.lain
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.
2020-11-26removing fed sockets settingsAlexander Strizhakov
2020-10-13RemoteIp module nameAlexander Strizhakov
2020-10-01web push http_client fixAlexander Strizhakov
2020-09-18Federate data through persistent websocket connectionsSteven Fuchs
2020-09-08test: remove extraneous :instances_favicons config bitsHaelwenn (lanodan) Monnier
2020-09-07passing adapter options directly without adapter keyAlexander Strizhakov
2020-08-18Test config: Default to filename for descriptionslain
2020-08-04Test Config: Don't have any MRFs by defaultlain
2020-07-24remove duplicate moduleMaksim Pechnikov
2020-07-12MediaProxy whitelist setting now supports hosts with schemeAlexander Strizhakov
added deprecation warning about using bare domains
2020-07-10Merge branch 'develop' into issue/1790-updated-obanMark Felder
2020-07-08Add [:instances_favicons, :enabled] setting, defaults to falseHaelwenn (lanodan) Monnier
2020-06-23migrate to oban 2.0-rc1Maksim Pechnikov
2020-05-07Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵Maksim
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController
2020-05-04Enable strict validation mode in dev and test environmentsEgor Kislitsyn
2020-03-16Merge branch 'develop' into gunAlexander Strizhakov
2020-03-13rate limiter: disable based on if remote ip was found, not on if the plug ↵rinpatch
was enabled The current rate limiter disable logic won't trigger when the remote ip is not forwarded, only when the remoteip plug is not enabled, which is not the case on most instances since it's enabled by default. This changes the behavior to warn and disable when the remote ip was not forwarded, even if the RemoteIP plug is enabled. Also closes #1620
2020-03-03refactoring for gun api modulesAlexander Strizhakov
2020-03-01Merge branch 'develop' into gunAlexander Strizhakov
2020-02-27Runtime configurability of RateLimiter. Refactoring. Disabled default rate ↵Ivan Tashkinov
limits in tests.
2020-02-21Merge branch 'develop' into gunAlexander Strizhakov
2020-02-20Merge branch 'feature/new-registrations-digest' into 'develop'lain
New users digest email Closes #1514 See merge request pleroma/pleroma!2128
2020-02-18adding gun adapterAlexander Strizhakov
2020-02-11Merge branch 'develop' into feature/new-registrations-digestEgor Kislitsyn
2020-02-11set oban crontab to false in testsAlexander Strizhakov
2020-01-22Disable NewUsersDigestEmail by defaultEgor Kislitsyn
2019-12-21Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-16Merge branch 'develop' into feature/custom-runtime-modulesEgor Kislitsyn
2019-12-16Add Kocaptcha endpoint to config.exsEgor Kislitsyn
2019-12-16Revert "Add default endpoint to Pleroma.Captcha.Kocaptcha"Egor Kislitsyn
This reverts commit 82c62c5028f517ded121b46b9806053989defdc2.
2019-12-16Add default endpoint to Pleroma.Captcha.KocaptchaEgor Kislitsyn
2019-12-14Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-13Merge branch 'develop' into feature/custom-runtime-modulesEgor Kislitsyn
2019-12-12Add Kocaptcha endpoint to the test configEgor Kislitsyn
2019-12-11try local shedulingstwf
2019-12-06Add a test for custom runtime modulesEgor Kislitsyn
2019-11-27moved DigestEmail to Oban Periodic jobsMaksim Pechnikov
2019-11-20Some tasks try to set log level in test environment, but we were stripping ↵Mark Felder
logs belog :warn. Ensure console backend logs in test environment are :warn, but mix tasks run in test env do not run with :debug because it's far too verbose.