emqx/apps
Thales Macedo Garitezi 3fc8d4049f
Merge pull request #6571 from emqx/fix-sticky-shared-sub-conf
fix(config): add missing enum constructors for `shared_subscription_strategy`

Currently, there's [code](048afa6d2d/apps/emqx/src/emqx_shared_sub.erl (L270-L279)) and tests that expect the possibility of
values `sticky`, `hash_topic` and `hash_clientid` in the
`node.shared_subscritpion_strategy` configuration, but the schema enum
does not contain those constructors.

There's also a `hash` constructor expected, but apparently it's just for backwards compatibility (same as `hash_clientid`), so maybe we can skip it in 5.0
2021-12-29 15:08:49 -03:00
..
emqx fix(config): add missing enum constructors for `shared_subscription_strategy` 2021-12-29 10:34:20 -03:00
emqx_authn Merge pull request #6384 from savonarola/refactor-password-hashing 2021-12-14 16:21:02 +03:00
emqx_authz chore(authz): make test http server more robust 2021-12-28 11:06:52 +03:00
emqx_auto_subscribe fix: add auto subscription swagger example 2021-11-24 16:47:33 +08:00
emqx_bridge feat(resource): add option 'force_create' to emqx_resource:create/4 2021-12-20 10:26:27 +08:00
emqx_conf Merge branch 'master' into feat-add-emqx-plugins-app 2021-12-13 22:28:03 +08:00
emqx_connector fix(http_connect): don't check status on_start 2021-12-20 11:36:52 +08:00
emqx_dashboard Merge pull request #6515 from zhongwencool/fix-bann-utf8 2021-12-22 16:08:34 +08:00
emqx_exhook refactor(emqx_exhook): refactore exhook and add api module 2021-12-23 17:51:13 +08:00
emqx_gateway Merge pull request #6518 from HJianBo/gw-review-r2 2021-12-22 22:10:18 +08:00
emqx_machine refactor(plugins): refactor plugins configuration interface 2021-12-16 13:59:20 +01:00
emqx_management docs: fix a misspell in emqx_mgmt_cli 2021-12-29 13:29:51 +01:00
emqx_modules Merge pull request #6526 from emqx/release-5.0-beta.3 2021-12-24 13:49:13 +08:00
emqx_plugin_libs fix(metrics): update testcases for plugin_libs_metrics 2021-12-07 10:12:04 +08:00
emqx_plugins fix: portable shebang 2021-12-27 15:45:12 +01:00
emqx_prometheus Merge pull request #6394 from zmstone/fix-typo-in-hook-point-name 2021-12-07 21:06:30 +01:00
emqx_psk refactor: give psk auth a better namespace 2021-12-01 00:33:20 +01:00
emqx_resource feat(resource): add option 'force_create' to emqx_resource:create/4 2021-12-20 10:26:27 +08:00
emqx_retainer fix(emqx_retainer): use base64 to encode payload in api's result 2021-12-24 10:48:12 +08:00
emqx_rule_engine fix(rules): don't show the module name 'emqx_rule_outputs' in outputs 2021-12-22 10:26:22 +08:00
emqx_slow_subs chore: refactor ?SLOG 2021-12-18 00:17:45 +01:00
emqx_statsd emqx_conf (#5939) 2021-10-21 18:08:51 +08:00