JianBo He
ef2a68814f
Merge pull request #10590 from HJianBo/update-httpc
...
chore: update ehttpc to 0.4.8
2023-05-08 10:06:49 +08:00
Zaiming (Stone) Shi
aaf3bf27c4
fix(kafka): ensure brod_gssapi sasl_auth are include in release
2023-05-07 09:43:58 +02:00
Zaiming (Stone) Shi
db1e986469
Merge pull request #10619 from emqx/0505-ci-no-need-for-source-zip
...
0505 ci no need for source zip
2023-05-06 10:16:07 +02:00
Zaiming (Stone) Shi
bfd4bb325e
Merge pull request #10624 from zmstone/0506-fix-release-50-ci
...
ci: port 10619 to release-50
2023-05-06 10:10:20 +02:00
Zaiming (Stone) Shi
1269a25006
ci: port 10619 to release-50
2023-05-06 10:07:21 +02:00
zhongwencool
d7b10fc329
Merge pull request #10489 from zhongwencool/warning-config-unknown-key
...
feat: warning unknown config root key
2023-05-06 14:28:56 +08:00
JianBo He
06f4fcaad9
Merge pull request #10614 from zmstone/0505-prepare-to-cut-e5.0.3-rc.1
...
0505 prepare to cut e5.0.3 rc.1
2023-05-06 14:27:38 +08:00
zhongwencool
0412d1e871
Merge pull request #10611 from Kinplemelon/kinple/for-upgrade-dashboard
...
chore: upgrade dashboard to e1.0.6 for ee
2023-05-06 14:22:23 +08:00
JianBo He
2fb4b5bcbc
chore: fix bad indent
2023-05-06 13:54:34 +08:00
JimMoen
bcd3e51ac3
Merge pull request #10621 from JimMoen/fix-bin-grep-dash-escaping
...
fix: avoid stray `\` warning for grep 3.8+
2023-05-06 13:51:27 +08:00
JianBo He
e7800f5a71
chore: apply suggestions from code review
...
Co-authored-by: yanzhiemq <125347458+yanzhiemq@users.noreply.github.com>
2023-05-06 13:49:26 +08:00
JianBo He
589080820e
Merge pull request #10610 from JimMoen/refactor-sqlserver-bridge
...
refactor(sqlserver): move sqlserver bridge into its own app
2023-05-06 13:01:05 +08:00
JimMoen
5a25d53fba
fix: avoid stray `\` warning for grep 3.8+
...
Only the first `-` in ERE need escaping to ensure it's not a command
option for `grep`.
The fix also tested on BSD grep 2.6 and works well.
More details:
https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html
> Regular expressions with stray backslashes now cause warnings, as
their unspecified behavior can lead to unexpected results.
For example, '\a' and 'a' are not always equivalent
<https://bugs.gnu.org/39678 >.
2023-05-06 12:42:53 +08:00
JimMoen
4000fb6692
docs: refine link text after review
2023-05-06 10:52:16 +08:00
Zhongwen Deng
f45efbd12d
feat: warning unknown config root key
2023-05-06 10:43:52 +08:00
JimMoen
d5dce771bd
refactor(sqlserver): move sqlserver bridge into its own app
2023-05-06 10:22:05 +08:00
JimMoen
fc62cfdfd8
Merge pull request #10612 from JimMoen/update-dashboard-vsn
...
chore: update dashboard tag version
2023-05-06 10:20:44 +08:00
JianBo He
8f8c8f6c01
Merge pull request #10609 from lafirest/fix/tdengine_example_redact
...
fix(tdengine): redact the password for the TDEngine example API
2023-05-06 09:55:10 +08:00
Zaiming (Stone) Shi
429d193af7
ci: github action boolean in env check 'true' string
2023-05-05 23:58:24 +02:00
Zaiming (Stone) Shi
a7f8e33321
ci: no need to prepare source zip
...
source.zip was need in v4 enterprise because the rebar3 deps
fetch had to be done in the github runner host, but not inside
the runner docker containers.
now that all dependencies are opensource, there is no need for
this step any more.
2023-05-05 22:57:16 +02:00
Zaiming (Stone) Shi
22815d4cec
ci(buildx): use a special builder value to indicate host build
2023-05-05 22:20:34 +02:00
Zaiming (Stone) Shi
e739e3cadb
ci: ensure == compare is not empty on the left
2023-05-05 21:49:15 +02:00
Zaiming (Stone) Shi
1765c429c0
ci: use cd instead of pushd
2023-05-05 21:38:47 +02:00
Zaiming (Stone) Shi
588d87dcf7
Merge pull request #10616 from zmstone/0505-fix-cron-build
...
ci: in 'prepare' step, make clean-all before fetch deps
2023-05-05 21:35:26 +02:00
Zaiming (Stone) Shi
ccb289974a
ci: in 'prepare' step, make clean-all before fetch deps
2023-05-05 21:02:48 +02:00
William Yang
7b7fb6c09e
Merge pull request #10615 from qzhuyan/test/william/fix-master-tests
2023-05-05 20:03:15 +02:00
William Yang
48cf089870
fix(mqtt): drop all local messages in session deliver
2023-05-05 18:38:18 +02:00
William Yang
ef1a2c5d98
Merge pull request #10613 from qzhuyan/chore/william/dont-fail-commit-without-mix
...
chore(git-hook): don't fail commit hook when no mix
2023-05-05 17:46:53 +02:00
William Yang
08d67aac9f
test: fix emqx_mqtt_caps_SUITE
2023-05-05 17:45:11 +02:00
Ivan Dyachkov
8ecd6364d1
chore: update e5.0.3.zh.md changelog and minor changes in e5.0.3.en.md
2023-05-05 16:42:44 +02:00
Ivan Dyachkov
644a39520a
chore: update e5.0.3.en.md changelog
2023-05-05 16:10:10 +02:00
Ivan Dyachkov
cd5a375aad
chore: e5.0.3 changelog
2023-05-05 16:05:00 +02:00
zhongwencool
fb3c0c1fe9
Merge pull request #10546 from zhongwencool/04-27-ssl_options
...
feat: organize the ssl_options
2023-05-05 20:51:19 +08:00
Zaiming (Stone) Shi
8ce2122516
chore: prepare to cut e5.0.3-rc.1
2023-05-05 12:56:34 +02:00
William Yang
caf8d43d24
chore(git-hook): don't fail commit hook when no mix
2023-05-05 11:02:58 +02:00
lafirest
335d948bce
Merge pull request #10591 from lafirest/fix/simplify_limiter_client_cfg
...
perf(limiter): simplify the memory represent of limiter configuration
2023-05-05 16:59:04 +08:00
JimMoen
d2e4a993a5
chore: update dashboard tag version
2023-05-05 16:53:23 +08:00
firest
7a96a9772d
fix(limiter): update change && fix deprecated version
2023-05-05 16:26:06 +08:00
William Yang
e4f501417b
Merge pull request #10525 from qzhuyan/perf/william/avoid-new-map-when-get-mqtt-caps
...
perf(config): avoid build new map in emqx_mgmt_caps:get_caps
2023-05-05 10:22:08 +02:00
Kinplemelon
7a55f2ae31
chore: upgrade dashboard to e1.0.6 for ee
2023-05-05 16:21:48 +08:00
firest
1b066fc0b6
chore: update changes
2023-05-05 16:21:21 +08:00
firest
4f47e65b7b
perf(limiter): simplify the memory represent of limiter configuration
2023-05-05 16:21:21 +08:00
Ivan Dyachkov
afb613ffd1
Merge pull request #10608 from id/0505-ci-fix-artifact-name
...
ci: fix artifact name in scheduled packages workflow
2023-05-05 08:38:32 +02:00
Ivan Dyachkov
b94b33f722
ci(perf test): update tf variable name and set job timeout
2023-05-05 08:04:20 +02:00
firest
518b6e1211
fix(tdengine): redact the password for the TDEngine example API
2023-05-05 13:51:38 +08:00
Ivan Dyachkov
2406c4a896
ci: fix artifact name in scheduled packages workflow
2023-05-05 07:50:45 +02:00
Ivan Dyachkov
a8f2ef30e6
Merge pull request #10604 from id/ci-fix-build_packages_cron
...
fix: build_packages_cron.yaml workflow
2023-05-04 22:46:04 +02:00
Ivan Dyachkov
3cb69463b4
fix: build_packages_cron.yaml workflow
2023-05-04 22:37:55 +02:00
Ivan Dyachkov
ee8aa4feae
Merge pull request #10603 from id/ci-enable-scheduled-builds-on-release-50
...
ci: move scheduled builds to a separate workflow
2023-05-04 22:24:41 +02:00
Ivan Dyachkov
69d1a34461
ci: move scheduled builds to a separate workflow
...
so that we trigger the scheduled builds on both master and release-50
2023-05-04 19:15:27 +02:00