Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-06 | Make local-only statuses searchable | Tusooa Zhu | |
Ref: fix-local-public | |||
2022-02-25 | Copyright bump for 2022 | Sean King | |
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: 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-01 | Search tests: Use on_exit for restoring `persistent_term` state | rinpatch | |
Otherwise if the assertion failed, the code below which resets the state would never be reached | |||
2020-11-23 | Search: Save detected pg version in a persistent term. | lain | |
2020-11-20 | Search: Change search method based on detected pg version | lain | |
2020-11-19 | Search Test: linting | lain | |
2020-11-19 | Search: Add option to search with the websearch function | lain | |