Bianca Nenciu

Results 12 issues of Bianca Nenciu

The flair used to stay set even if the user was removed from the group.

Twitter removed OpenGraph tags from their pages. This commit replaces the usage of these tags with Schema.org information.

Add categories to the serialized search results together with the topics when lazy load categories is enabled. This is necessary in order for the results to be rendered correctly and...

This commit introduces a new model that can be used to track what other entities have been mentioned in a post. The other mentionable entities are so far limited to...

Watched words used to be returned as a hash where the key was the word and the value was a hash with the other attributes. This data structure did not...

Stale

Categories are ordered by admins setting `position` attribute of the category (if fixed_category_position is enabled) or by the bump date of featured topics. Since featured topics are only updated once...

Plugin already exports `postgres_highest_sequence`, but the value cannot be reliable used for alerts because it is not linked with the maximum value of the column that uses it. In other...

Introduce a new log line for Sidekiq jobs that consume more than `DISCOURSE_LIVE_SLOTS_SIDEKIQ_LIMIT` live slots. This is useful to track down jobs that may leak memory. This is enabled only...