discourse/app
Loïc Guitaut 229773e7a8 DEV: Drop OpenStruct for the context object in services
While using `OpenStruct` is nice, it’s generally not a very good idea as
it usually leads to performance problems.

The `OpenStruct` source code even says basically to avoid it.

Since the context object is crucial in our services, this patch replaces
`OpenStruct` with a custom implementation instead.
2024-10-08 10:34:55 +02:00
..
assets Build(deps): Bump jspreadsheet-ce from 4.13.4 to 4.14.0 (#29114) 2024-10-08 10:23:37 +08:00
controllers SECURITY: add pagination to post replies 2024-10-07 11:48:48 +08:00
helpers DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
jobs FIX: Appropriately handle uninstalled problem checks (#28771) 2024-09-18 10:11:52 +08:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models FIX: flaky flags system spec (#29039) 2024-10-08 08:38:42 +11:00
serializers DEV: Do not include passkey metadata needlessly (#29074) 2024-10-03 15:44:21 -04:00
services DEV: Drop OpenStruct for the context object in services 2024-10-08 10:34:55 +02:00
views DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00