discourse/plugins
Loïc Guitaut afdb1ac0a0 DEV: Disallow default params in service steps
With the current implementation, a service step can be written as:
```ruby
def my_step(a_default_value: 2)
  …
end
```
That’s a pattern we want to avoid as default values (if needed) should
be probably defined in a contract.

This patch makes a service raise an exception if a default value is
encountered.
2024-09-19 14:47:55 +02:00
..
automation FEATURE: increasing name length in automation (#28945) 2024-09-17 13:16:44 -03:00
chat DEV: Disallow default params in service steps 2024-09-19 14:47:55 +02:00
checklist DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00
discourse-details FIX: allow quote-less details BBCode 2024-06-24 14:16:36 +02:00
discourse-lazy-videos Update translations (#28577) 2024-08-29 15:37:52 -04:00
discourse-local-dates DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00
discourse-narrative-bot DEV: Fix failing system tests (#28970) 2024-09-19 10:12:38 +08:00
discourse-presence FEATURE: Support designating multiple groups as mods on category (#28655) 2024-09-04 04:38:46 +03:00
footnote DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00
poll PERF: Cache serialized voters at topic view level (#28894) 2024-09-18 12:01:40 +03:00
spoiler-alert DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00
styleguide DEV: replaces subtitle by description (#28881) 2024-09-18 11:14:59 +02:00