summaryrefslogtreecommitdiff
path: root/config/test.exs
AgeCommit message (Expand)Author
2024-01-22Use config to control inclusion of test emojiMark Felder
2024-01-22Use config to control Uploader callback timeoutMark Felder
2024-01-20Use config to control starting all HTTP pools in test envMark Felder
2024-01-20Use config to control streamer registryMark Felder
2024-01-20Use config to control background migratorsMark Felder
2024-01-20Use config to control loading of custom modulesMark Felder
2024-01-20Use config to control max_restartsMark Felder
2023-12-20Fix invalid string comparison for OTP versions and replace with configMark Felder
2023-12-20Fix more Logger warn -> warningMark Felder
2023-12-12Revert "EmailTest: use config mock"Lain Soykaf
2023-12-12EmailTest: use config mockLain Soykaf
2023-12-12Tests: More test fixesLain Soykaf
2023-12-12RichMediaTest: Use mocked configLain Soykaf
2023-12-12ScheduledActivity: Use config mockingLain Soykaf
2023-12-11S3 Test: Remove global state dependenciesLain Soykaf
2023-12-10Backup: Fix configLain Soykaf
2023-12-10Tests: Fix all the tests.Lain Soykaf
2023-12-10Backup Tests: Split out async tests, use mox.Lain Soykaf
2023-12-10Config/Test: Don't start promex during testing.Lain Soykaf
2023-11-12B Getting: Add default implementation, delegate, prepare test support.Lain Soykaf
2022-12-20Merge remote-tracking branch 'upstream/develop' into meilisearchEkaterina Vaartis
2022-12-15Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into update-depsLain Soykaf
2022-11-11fix envvarlain
2022-11-11allow custom db portIván Raskovsky
2022-11-03Update to Phoenix 1.6 and chase dependenciesMark Felder
2022-11-03expanding WebFingerAlexander Strizhakov
2022-10-10Rename Activity.Search to Search.DatabaseSearchEkaterina Vaartis
2022-10-10Add tests for local post indexing for meilisearchEkaterina Vaartis
2022-10-10Initial meilisearch implementation, doesn't delete posts yetEkaterina Vaartis
2021-05-28Merge branch 'plug-runtime-dev' into 'develop'feld
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
2021-01-20Merge branch 'deprecate-public_endpoint' into 'develop'feld
2021-01-13Not needed in test.exsMark Felder
2021-01-13Password: Add password modulelain
2021-01-12Deprecate Pleroma.Uploaders.S3, :public_endpointMark Felder
2021-01-04SideEffects.DeleteTest: asyncify.lain
2020-12-21Pipeline test: Switch from Mock to Mox.lain
2020-12-21Test config: Raise pool size for postgres.lain
2020-12-18Tests: Use NullCache for async tests.lain
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