You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Claire 8569126c2e
Fix upgrade path from 3.4.0 (#16465)
3.4.1 dropped account_stats.lock_version, but in a way breaking the usual
upgrade path by requiring services to be reloaded after the post-migrations.

Indeed, `self.locking_column = nil` was not enough for Rails to ignore the
`lock_version` column when preparing statements on application load, resulting
in some ActiveRecord queries (typically those involving
`includes(:account_stat)`) erroring out with:

  ActiveRecord::StatementInvalid (PG::UndefinedColumn: ERROR:  column account_stats.lock_version does not exist
4 years ago
..
chewy Change `tootctl search deploy` algorithm (#14300) 5 years ago
controllers Fix anonymous access to outbox not being cached by the reverse proxy (#16458) 4 years ago
helpers Change number_to_human calls to always use 3-digits precision (#16469) 4 years ago
javascript Fix pop-in player display when poster has long username or handle (#16468) 4 years ago
lib Fix some RedisLocks auto-releasing too fast (#16276) 4 years ago
mailers Prepare Mastodon for Rails 6 (#15911) 4 years ago
models Fix upgrade path from 3.4.0 (#16465) 4 years ago
policies Add management of delivery availability in Federation settings (#15771) 4 years ago
presenters Add server rules (#15769) 4 years ago
serializers Fix #16407 (#16432) 4 years ago
services Fix some RedisLocks auto-releasing too fast (#16276) 4 years ago
validators Fix existing username validator not allowing multiple accounts (#16153) 4 years ago
views Change number_to_human calls to always use 3-digits precision (#16469) 4 years ago
workers Fix newlines in accout notes added by the Move handler (#16415) 4 years ago