summaryrefslogtreecommitdiff
path: root/test/mix
AgeCommit message (Collapse)Author
2025-02-25Merge branch and resolve conflict in database_test.exsLain Soykaf
2025-02-25DatabaseTest: Include user_follows_hashtag in expected tablesLain Soykaf
2025-02-23Tests: Use StaticConfig when possible.Lain Soykaf
2024-12-30fix testsmkljczk
Signed-off-by: mkljczk <git@mkljczk.pl>
2024-08-13Revert "Custom mix task to retry failed tests once in CI pipeline"Mark Felder
This reverts commit ed2976b237b53a524247d564691e0a12d3231d68.
2024-08-13Fix the uploads migration mix task test which leaked a change to the ↵Mark Felder
configured Uploader
2024-07-30Remove WorkerHelperMark Felder
2024-07-22Fix order of args for favorite/2Mark Felder
2024-06-18Enable capture_log globallyMark Felder
2024-05-28DatabaseTest: Fix test.Lain Soykaf
2024-05-28LintingLain Soykaf
2024-05-09add options to mix pleroma.database prune_objects to delete more activitiesfaried nawaz
2023-12-29ConfigDB export to file does not have a consistent order.Mark Felder
Just test a few values to prove it was written
2023-12-28Remove reference to the :federation_publisher_modules setting in our config testMark Felder
2023-12-28Fix some more typosmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-12-20Fix more Logger warn -> warningMark Felder
2023-11-12Fix most tests that call SearchIndexWorker.Lain Soykaf
2023-01-15Force spec for every operation to have a listed tagtusooa
2023-01-02Revert "Merge branch 'copyright-bump' into 'develop'"lain
This reverts merge request !3825
2023-01-01Bump copyright yearmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-11Remove Quack logging backendMark Felder
2022-07-01Rename the Exiftool moduleIlja
No migrations or checks yet
2022-07-01Rename the new moduleIlja
2022-07-01Use EXIF data of image to prefill image descriptionIlja
During attachment upload Pleroma returns a "description" field. Pleroma-fe has an MR to use that to pre-fill the image description field, <https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1399> * This MR allows Pleroma to read the EXIF data during upload and return the description to the FE * If a description is already present (e.g. because a previous module added it), it will use that * Otherwise it will read from the EXIF data. First it will check -ImageDescription, if that's empty, it will check -iptc:Caption-Abstract * If no description is found, it will simply return nil, just like before * When people set up a new instance, they will be asked if they want to read metadata and this module will be activated if so This was taken from an MR i did on Pleroma and isn't finished yet.
2022-03-20Merge branch 'from/upstream-develop/tusooa/translate-pages' into 'develop'Haelwenn
Translate backend-rendered pages See merge request pleroma/pleroma!3634
2022-03-01Fix digest testTusooa Zhu
2022-02-25Copyright bump for 2022Sean King
2021-06-23Upgrade Ecto to v3.6.2, remove deprecated ecto_explainAlex Gleason
2021-05-20Switch from the deprecated "use Mix.config" to "import Config"Mark Felder
2021-03-23migrating config to tmp folderAlexander Strizhakov
2021-02-26Merge branch 'ecto-rollback-in-test-env' into 'develop'feld
Possibility to run rollback in test env See merge request pleroma/pleroma!3212
2021-01-26Convert tests to all use clear_config instead of Pleroma.Config.putMark Felder
2021-01-25Ensure consistent behavior between pleroma.user activate/deactivate mix tasksMark Felder
2021-01-25Provide pleroma.user mix task for both activate and deactivateMark Felder
2021-01-18Merge branch 'develop' into refactor/deactivated_user_fieldMark Felder
2021-01-15Remove toggle_confirmation; require explicit state changeMark Felder
Also cosmetic changes to make the code clearer
2021-01-15Change user.confirmation_pending field to user.is_confirmedMark Felder
2021-01-15Remove toggle_activationMark Felder
2021-01-15Change user.deactivated field to user.is_activeMark Felder
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2021-01-04Object: Rework how Object.normalize workslain
Now it defaults to not fetching, and the option is named.
2020-12-26Merge branch 'cachex-test' into 'develop'lain
Test framework overhaul (speed, reliability) See merge request pleroma/pleroma!3209
2020-12-22possibility to run rollback in test envAlexander Strizhakov
2020-12-21Tests: More test fixes.lain
2020-12-21Tests: Make as many tests as possible async.lain
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.
2020-12-18Tests: Remove unneeded explicit cachex use.lain
Only use cachex when we're actually testing it.
2020-12-17Merge remote-tracking branch 'upstream/develop' into registration-workflowAlex Gleason
2020-12-14Fix for dropping posts/notifs in WS when mix task is executedAlexander Strizhakov
- start oban in mix tasks with empty queues, plugins and crontab - fix for update_users_following_followers_counts - fix for removed logo.png - typo in resend confirmation emails mix task docs - fix for uploads mix task (start Majic.Pool) - fix for creating user mix task (start :fast_html app)
2020-12-09Merge branch 'stream-follow-updates' into 'develop'lain
Stream follow updates Closes #2299 See merge request pleroma/pleroma!3183
2020-12-07Merge branch 'feature/configdb-mix-tasks' into 'develop'lain
Add mix tasks to give additional ConfigDB recovery and debugging options See merge request pleroma/pleroma!3174