Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-24 | Revert "Merge branch 'log-slow-queries' into 'develop'" | Alex Gleason | |
This reverts merge request !3553 | |||
2021-12-27 | Merge branch 'log-slow-queries' into 'develop' | Alex Gleason | |
Log slow Ecto queries See merge request pleroma/pleroma!3553 | |||
2021-12-27 | Made slow queries logging disabled by default. | Ivan Tashkinov | |
2021-12-26 | Configurability of slow queries logging ([:pleroma, :telemetry, ↵ | Ivan Tashkinov | |
:slow_queries_logging]). Adjusted log messages truncation to 65 kb (was default: 8 kb). Non-truncated logging of slow query params. | |||
2021-12-19 | Slow queries logging improvements: added EXPLAIN results, listed params, ↵ | Ivan Tashkinov | |
improved stacktrace. | |||
2021-12-05 | Log Ecto queries > 500ms | Alex Gleason | |
2021-10-06 | CI: Bump lint stage to elixir-1.12 | Haelwenn (lanodan) Monnier | |
Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format` | |||
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-10-12 | Add missing Copyright headers | Mark Felder | |
2020-09-11 | ConnectionPool: Log possible HTTP1 blocks | rinpatch | |
2020-07-15 | Connection pool: Add client death tracking | rinpatch | |
While running this in production I noticed a number of ghost processes with all their clients dead before they released the connection, so let's track them to log it and remove them from clients | |||
2020-07-15 | Connection pool: implement logging and telemetry events | rinpatch | |