Thales Macedo Garitezi
a6e458b23e
fix(node_dump): define `RUNNER_ROOT_DIR` before sourcing vars
...
`emqx_vars` requires `RUNNER_ROOT_DIR` to be defined before being
sourced.
2022-04-22 17:31:36 -03:00
Shawn
093d121bb2
docs: changes desc to ?DESC
2022-04-23 03:59:50 +08:00
Shawn
86863690ce
docs: add generated i18n conf
2022-04-23 03:52:20 +08:00
Shawn
984a26945c
docs: add i18n ids
2022-04-23 03:51:38 +08:00
Zaiming (Stone) Shi
1c74c83f5e
fix(license): print warning at start
2022-04-22 17:44:18 +02:00
DDDHuang
575d34cb69
Merge pull request #7724 from DDDHuang/tm_t_api_desc
...
fix: telemetry & topic metrics support i18n
2022-04-22 22:02:13 +08:00
JianBo He
92e010b652
Merge pull request #7727 from HJianBo/text-improve
...
chore: improve error message
2022-04-22 21:55:31 +08:00
Thales Macedo Garitezi
14d80c7c46
Merge pull request #7692 from thalesmg/bugfix-telemetry-enable-official
...
feat(telemetry): enable/disable even in non-official versions
2022-04-22 10:16:40 -03:00
JimMoen
14e0296221
Merge pull request #7728 from zhongwencool/fix-swagger
...
fix: swagger crash/ copy conf failed from core node
2022-04-22 20:49:21 +08:00
ieQu1
3618296eed
Merge pull request #7729 from ieQu1/sysmon-3.0.3
...
chore(system_monitor): Bump version to 3.0.3
2022-04-22 14:31:44 +02:00
Zaiming (Stone) Shi
9813c119fc
Merge pull request #7680 from zmstone/0419-5.0-refactor-bin/emqx-speed-up-boot-and-ctl
...
refactor(bin/emqx): speed up boot
2022-04-22 12:36:19 +01:00
JimMoen
1fab779db8
fix(i18n): rm double quotes in i18n confs, add missing translation
2022-04-22 19:26:44 +08:00
ieQu1
0bdb8e01a0
chore(system_monitor): Bump version to 3.0.3
2022-04-22 12:58:18 +02:00
Zhongwen Deng
52552c432c
chore: upgrade dashboard to v0.30.0
2022-04-22 18:02:02 +08:00
lafirest
6f18ac2650
Merge pull request #7725 from lafirest/fix/slow_subs_def_conf
...
fix(slow_subs): fix unit of time of the expire_interval default value
2022-04-22 17:46:56 +08:00
Zaiming (Stone) Shi
ce902b5405
refactor(bin/emqx): speed up boot
...
The main slow-down is the overheads of booting up beam with the
'start_clean' boot file (which loads all modules).
Prior to this change, beam is started multiple times in order to
resolve configuration values.
After this change:
* For boot commands such as 'start', 'console' and
'foreground', it starts beam twice:
- 1st is to check platform compatibility
- 2nd is to resolve all configs required for boot in a batch
* For non-boot commands, such as 'ctl' and 'ping', it does not
require to start beam for config resolution at all
2022-04-22 11:35:50 +02:00
Zaiming (Stone) Shi
fbf6c57d46
Merge pull request #7719 from zmstone/0421-pin-hocon-0.27.2
...
0421 pin hocon 0.27.2
2022-04-22 10:34:25 +01:00
Zhongwen Deng
11a404842e
fix: don't show quic in dashboard
2022-04-22 17:32:41 +08:00
Zhongwen Deng
908019fff3
fix: only copy conf from ready node
2022-04-22 17:28:28 +08:00
Zhongwen Deng
3de0d71d00
fix: swagger crash
2022-04-22 17:25:53 +08:00
JianBo He
239f159306
chore: improve error message
2022-04-22 17:08:18 +08:00
Yang Miao
4a43a10296
Merge pull request #7701 from EMQ-YangM/improve_docs
...
fix: improve document quality
2022-04-22 16:52:09 +08:00
firest
ba8274fc07
fix(slow_subs): fix unit of time of the expire_interval default value
2022-04-22 16:34:25 +08:00
DDDHuang
de7c15dd19
fix: telemetry & topic metrics support i18n
2022-04-22 16:34:06 +08:00
lafirest
9635361a89
Merge pull request #7718 from lafirest/feat/psk_i18n
...
feat(psk): add i18n support
2022-04-22 15:03:05 +08:00
Zaiming (Stone) Shi
9212906c5b
chore: pin hocon 0.27.2
2022-04-22 08:53:30 +02:00
EMQ-YangM
f00854aa9d
fix(emqx_bridge): add required fields
2022-04-22 14:22:22 +08:00
Zaiming (Stone) Shi
0945c959bf
chore(emqx_dashboard): update hocon desc cache APIs
2022-04-22 08:21:07 +02:00
Zaiming (Stone) Shi
6b0f56d4d6
fix(windows): start console mode in erl but not werl
...
otherwise there is no way to debug a boot
2022-04-22 08:21:07 +02:00
Xinyu Liu
0e1c491a47
Merge pull request #7674 from HJianBo/gw-i18n
...
docs(gw): Add i18n support
2022-04-22 14:04:16 +08:00
JianBo He
b018e56340
chore: revert the desc/1 changes
2022-04-22 14:03:09 +08:00
firest
507f46eb66
feat(psk): add i18n support
2022-04-22 13:58:02 +08:00
firest
e0d68b6bde
chore: update git-blame-ignore-revs
2022-04-22 13:58:02 +08:00
firest
c1ba15f8f0
fix(psk): reformat codes
2022-04-22 13:58:02 +08:00
Xinyu Liu
a156933841
Merge pull request #7704 from EMQ-YangM/bridge_docs
...
feat: emqx_bridges i18n support
2022-04-22 13:12:45 +08:00
Zaiming (Stone) Shi
842c661cef
Merge pull request #7643 from Rory-Z/master
...
feat(helm): add service monitor for prometheus
2022-04-22 06:08:24 +01:00
JianBo He
56b3007d59
Merge pull request #7710 from JimMoen/add-authn-authz-zh_CN-desc
...
add authn & authz zh_CN i18n support
2022-04-22 11:57:25 +08:00
EMQ-YangM
625223c2b5
test: fix redis_type
2022-04-22 11:07:50 +08:00
EMQ-YangM
739fe9b71e
feat: emqx_bridge i18n support
2022-04-22 10:53:06 +08:00
JimMoen
11d2ae117c
docs: authz i18n zh_CN support
2022-04-22 10:40:34 +08:00
JimMoen
86c38d283d
docs: authn i18n zh_CN support
2022-04-22 10:40:34 +08:00
JianBo He
97f28c0d5a
Merge pull request #7699 from lafirest/feat/limiter_i18n
...
feat(limiter): add i18n support
2022-04-22 10:31:21 +08:00
JianBo He
b7108efc3f
Merge pull request #7697 from lafirest/fix/exhook_function_clause
...
fix(exhook): fix reload error
2022-04-22 10:29:57 +08:00
zhongwencool
d45700865e
Merge pull request #7708 from zhongwencool/i18n-conf
...
feat: emqx_conf_schema/emqx_plugins/emqx_dashboard I18n conf
2022-04-22 09:50:10 +08:00
DDDHuang
b395b4becb
Merge pull request #7668 from DDDHuang/mysql_prepare
...
fix: mysql support prepare sql
2022-04-22 09:40:29 +08:00
EMQ-YangM
28c8f661ab
fix(emqx_connector_http): request field reply to previous value
2022-04-22 09:31:14 +08:00
JianBo He
d2ba2a64f4
test(gw): fix lookup_cmd -> lookup
2022-04-22 09:19:31 +08:00
JianBo He
64ce6ba4c6
docs(gw): add zh docs
2022-04-22 09:19:31 +08:00
JianBo He
0f46d5ac02
docs(gw): refcator schema/swagger desc fields
2022-04-22 09:19:31 +08:00
JianBo He
950beea24c
Merge pull request #7712 from ieQu1/fix-grammar-i18n
...
chore(grammar): Fix grammar i18n
2022-04-22 09:18:10 +08:00