Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Copyright bump for 2022 | Sean King | |
2022-02-02 | Fix tests matching on "warn" | Haelwenn (lanodan) Monnier | |
Moving it to "warning" would break tests on 1.12.x | |||
2021-03-01 | user_agent_mock --> request_mock | Alex Gleason | |
2021-03-01 | Never forward the client's user-agent through the media proxy | Alex Gleason | |
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-18 | Tests: 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-10-13 | tests consistency | Alexander Strizhakov | |