Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-06-04 | Fix warning for misuse of clear_config/2 | Mark Felder | |
The old warning message was producing an improperly formatted suggestion. | |||
2021-01-20 | Merge branch 'deprecate-public_endpoint' into 'develop' | feld | |
Deprecate Uploaders.S3, :public_endpoint See merge request pleroma/pleroma!3251 | |||
2021-01-16 | [#3251] Fixed wrong test-env config setting for [Pleroma.Upload]. ↵ | Ivan Tashkinov | |
Refactoring. Added warning to `clear_config/_` to minimize such issues in future. | |||
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2020-12-21 | Tests: Add a helper method to reduce sleeping times in test. | lain | |
This will 'time travel', i.e. change the inserted_at and update_at fields of the object in question. This is used to backdate things were we used sleeping before to ensure time differences. | |||
2020-11-23 | Use Jason instead of Poison in tests | Mark Felder | |
2020-08-05 | Update clear_config macro | Roman Chvanikov | |
2020-08-04 | Unify Config.get behaviour for atom/list key param | Roman Chvanikov | |
2020-07-22 | Refactor require_migration/1 into a test helper function | Alex Gleason | |
2020-05-05 | Add OpenAPI spec for ScheduledActivityController | Egor Kislitsyn | |
2020-03-20 | Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵ | Ivan Tashkinov | |
usage). | |||
2020-03-18 | Improved in-test config management functions. | Ivan Tashkinov | |
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-02-13 | Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵ | Ivan Tashkinov | |
config during test suite execution. | |||
2020-01-22 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2020-01-15 | little cleanup | Alexander Strizhakov | |
2019-12-08 | Merge branch 'develop' into issue/1383 | Maksim Pechnikov | |
2019-12-04 | updated ScheduledActivity | Maksim Pechnikov | |
2019-11-26 | Fix tests | Maxim Filippov | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-08-19 | added test helpers to clear config after tests | Maksim | |
2019-07-05 | [#1043] fix search accounts. | Maksim | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-12 | fix warnings | Maksim Pechnikov | |