discourse/plugins/discourse-assign
Sérgio Saquetim 68b07535fd
DEV: Replace deprecated Ember's array compact (#35259)
This commit replaces the use of `.compact()` with `.filter((item) => item !=
null)` across multiple JavaScript files in the codebase. Additionally,
it introduces a new logging handler for a specific deprecation in the
deprecation workflow.

**Main Changes:**

* Replaced `.compact()` with `.filter((item) => item != null)` to
eliminate the Ember Array dependency and align with native JavaScript
practices.
* Deprecation Workflow: Added a log handler for
discourse.native-array-extensions.compact.
2025-10-13 16:10:36 -03:00
..
app DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
assets DEV: Replace deprecated Ember's array compact (#35259) 2025-10-13 16:10:36 -03:00
config DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
db/migrate
lib DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
spec DEV: Add client settled checks for system tests (#35230) 2025-10-10 11:03:18 +08:00
svg-icons
test/javascripts UX: add welcome banner text color setting (#34657) 2025-09-24 15:19:40 +08:00
plugin.rb DEV: Hand-pick Rails/WhereNot autofixes (#35117) 2025-10-03 13:29:22 +02:00
README.md

Assign Plugin

Allows you to assign topics and individual posts (both private and public) to a user or group.

For more information, please see: https://meta.discourse.org/t/discourse-assign/58044