discourse/app
Osama Sayegh 3be4924b99
DEV: Move array type custom fields to JSON type in automation (#26939)
The automation plugin has 4 custom field types that are array typed. However, array typed custom fields are deprecated and should be migrated to JSON type.

This commit does a couple of things:

1. Migrate all four custom fields to JSON
2. Fix a couple of small bugs that have been discovered while migrating the custom fields to JSON (see the comments on this commit's PR for details https://github.com/discourse/discourse/pull/26939)
2024-05-10 18:47:12 +03:00
..
assets Build(deps-dev): Bump glob from 10.3.12 to 10.3.14 (#26961) 2024-05-10 15:39:07 +02:00
controllers FIX: add missing translations for staff action logs. (#26969) 2024-05-10 23:11:56 +08:00
helpers FIX: Include HTML content for authenticated users with crawler UA (#26757) 2024-04-25 22:41:57 +01:00
jobs FIX: send activity summaries based on "last seen" 2024-05-06 15:22:52 +02:00
mailers FIX: send activity summaries based on "last seen" 2024-05-06 15:22:52 +02:00
models DEV: Move array type custom fields to JSON type in automation (#26939) 2024-05-10 18:47:12 +03:00
serializers DEV: Use has_many and ArraySerializer for SidebarSectionsSerializer (#26716) 2024-05-06 11:32:18 -05:00
services FIX: add missing translations for staff action logs. (#26969) 2024-05-10 23:11:56 +08:00
views FEATURE: Add experimental tracking of 'real browser' pageviews (#26647) 2024-04-25 11:00:01 +01:00