zhouzb
bad3adbee6
docs: improve i18n for zone
2022-04-27 18:26:40 +08:00
JianBo He
eb39a8476f
Merge pull request #7769 from HJianBo/zh-for-jwt
...
chore(i18n): translate jwt fields to zh
2022-04-27 17:49:51 +08:00
William Yang
106d45ca53
ci(self-hosted): clean before run
2022-04-27 11:48:20 +02:00
DDDHuang
c4416fb2ff
Merge pull request #7773 from DDDHuang/app-exp
...
feat: app api support show expired
2022-04-27 17:01:22 +08:00
lafirest
291b6a2530
Merge pull request #7794 from lafirest/fix/sub_api_return
...
fix(mgmt): add subscribe options support for some APIS
2022-04-27 16:51:21 +08:00
William Yang
be67e27aa4
ci: build slim packages on self-hosted runners
2022-04-27 10:46:54 +02:00
firest
fd0f32418e
fix(gateway): Add support for query by is_superuser
2022-04-27 15:41:14 +08:00
Zhongwen Deng
ab9e93e8a7
fix: websocket's max_connection not work
2022-04-27 14:18:26 +08:00
Shawn
0635918d16
fix: define ssl SNI field as a non-empty-string
2022-04-27 14:17:22 +08:00
Shawn
46550d5a6f
fix: don't remote the cert files when updating authz
2022-04-27 14:07:33 +08:00
Zaiming (Stone) Shi
af69899619
chore: add a pre-commit hook to auto format erlang code
2022-04-27 08:01:55 +02:00
Zhongwen Deng
55be66a5eb
feat: add self node to /cluster
2022-04-27 13:55:42 +08:00
Zhongwen Deng
08cad804bf
fix: bump hocon to 0.27.4 to obfuscate sensitive as binary
2022-04-27 13:55:42 +08:00
Zhongwen Deng
a99c49e75f
fix: limit file ^[/\_a-zA-Z0-9\.\-]*$
2022-04-27 13:55:42 +08:00
Zhongwen Deng
8cfcb10c7e
fix: make logger config options more specific
2022-04-27 13:55:42 +08:00
Zhongwen Deng
f5e09c9f2f
fix: bump minirest to 1.2.13 to fix crash when upload large form data
2022-04-27 13:55:42 +08:00
firest
3429eaabcd
test(delayed): add enable/disable test for delayed
2022-04-27 13:52:42 +08:00
Xinyu Liu
09b6648567
Merge pull request #7790 from EMQ-YangM/fix_remove_error_field
...
fix: remove error field
2022-04-27 13:41:17 +08:00
firest
d9c3cf5c97
fix(mgmt): add subscribe options in client subscribe API
2022-04-27 12:52:52 +08:00
firest
8d01e8a697
fix(mgmt): add subscribe options into the result of the client subscriptions API
2022-04-27 12:52:52 +08:00
firest
6b84016259
fix(mgmt): add subscribe options into the result of the /subscriptions API
2022-04-27 12:52:52 +08:00
Shawn
318d0df419
fix: return value of post_config_update
2022-04-27 11:59:16 +08:00
Shawn
94e24c2621
refactor: move ssl file handling from resources to bridges
2022-04-27 11:59:15 +08:00
Shawn
ba800d853d
fix(rule): republish all available fields if payload template empty
2022-04-27 11:59:15 +08:00
zhouzb
7ddd020dd2
docs: improve desc for filter field
2022-04-27 11:29:18 +08:00
zhouzb
fa9bd74595
chore: rename selector to filter and fix spellcheck
2022-04-27 11:29:18 +08:00
zhouzb
c384ae2534
chore: rename certificate in jwt to public_key, delete pool_size in jwks authn
2022-04-27 11:29:16 +08:00
DDDHuang
0d335456a9
feat: app api support show expired
2022-04-27 11:15:14 +08:00
zhouzb
5457e5551f
Merge pull request #7792 from JimMoen/make-spellcheck-happy
...
Make spellcheck happy
2022-04-27 11:14:01 +08:00
JimMoen
1340c8e553
chore: fix typos in workflow file
2022-04-27 11:00:43 +08:00
JimMoen
a75f42d629
docs: add missing i18n trans and make spellcheck happy
2022-04-27 11:00:22 +08:00
Xinyu Liu
a9c6f93b48
Merge pull request #7772 from DDDHuang/dash_format
...
chore: dashboard code format
2022-04-27 10:33:44 +08:00
EMQ-YangM
1fac70d2bb
fix: remove error field
2022-04-27 09:48:57 +08:00
ieQu1
45ebb8c4f1
Merge pull request #7778 from ieQu1/ci-increase-mac-retries
...
ci(mac): Increase wait time for node up
2022-04-26 21:27:54 +02:00
ieQu1
73733221d5
chore: Bump versions of mria, ekka, snabbkaffe
2022-04-26 17:35:30 +02:00
Thales Macedo Garitezi
67ed7ba7b8
refactor: do not differentiate node roles
2022-04-26 12:14:38 -03:00
Thales Macedo Garitezi
8519948742
refactor: use macro to denote initial transaction id
2022-04-26 12:03:53 -03:00
Thales Macedo Garitezi
6b969c5c84
fix(emqx_conf): avoid crash/deadlock depending on node startup order
...
Depending on the order that a cluster of core nodes might be stopped
and then restarted, there might be a deadlock or crash during the
configuration loading. The nodes try to check with each other which
has the latest cluster overrides and copy that info. However, in some
cases, Mnesia on node A might still think that it needs to consult
another node C that is still down, so that this node proceeds with its
boot sequence but `mnesia:wait_for_tables` in `emqx_cluster_rpc` is
stuck. Meanwhile, a node B can come up, try to copy from the sole
online node A, and fail because it's not ready yet.
2022-04-26 12:03:53 -03:00
ieQu1
3e171ef075
ci(mac): Increase wait time for node up
2022-04-26 16:57:13 +02:00
Zaiming (Stone) Shi
85a291eb39
Merge pull request #7779 from zmstone/revert-7705
...
Revert "feat: isolate resource manager processes"
2022-04-26 15:50:22 +01:00
Zaiming (Stone) Shi
f42a5b90df
Revert "feat: isolate resource manager processes"
...
This reverts commit 40cca58d4f
.
2022-04-26 16:13:38 +02:00
JianBo He
3858c2353a
chore(i18n): translate jwt fields to zh
2022-04-26 21:48:55 +08:00
JianBo He
44689f0f63
Merge pull request #7768 from HJianBo/fix-bad-alarm-msg
...
fix(alarm): use gen_event:noifty/2 to generate alarm event
2022-04-26 21:18:57 +08:00
Chris Hicks
9063dbb1ee
Merge pull request #7705 from emqx/EMQX-4199-introduce-a-new-emqx-resource-manager-module
...
feat: isolate resource manager processes
2022-04-26 14:33:15 +02:00
Thales Macedo Garitezi
e59bea03ad
Merge pull request #7765 from thalesmg/node-dump-license-info
...
feat(node_dump): add license info to node_dump
2022-04-26 09:04:12 -03:00
Thales Macedo Garitezi
f8f97d39d3
Merge pull request #7766 from thalesmg/bugfix-telemetry-bridge
...
fix: avoid crashing telemetry if bridge app is not ready
2022-04-26 09:03:29 -03:00
Chris
40cca58d4f
feat: isolate resource manager processes
2022-04-26 13:28:29 +02:00
Zaiming (Stone) Shi
bf3acaaaee
Merge pull request #7760 from zmstone/0425-5.0-improve-app-secret-randmisation
...
fix(emqx_mgmt_auth): better randomisation of app secrets
2022-04-26 11:37:35 +01:00
JianBo He
a7354401df
Merge pull request #7758 from lafirest/fix/authn_user_search
...
fix(authn): Add support for query by is_superuser to the mensia backend
2022-04-26 18:27:53 +08:00
zhongwencool
398ebe7f0c
Merge pull request #7770 from tigercl/docs/better-format
...
docs(authn): optimize i18n in authn
2022-04-26 17:23:24 +08:00