Zaiming (Stone) Shi
0325bcc7ad
Merge pull request #6687 from zmstone/build-doc-for-the-win
...
fix: [5.0] windows build
2022-01-10 17:07:31 +01:00
Zaiming (Stone) Shi
39d60121d1
chore: ensure lf but not crlf for build scripts
2022-01-10 12:30:06 +01:00
Zaiming (Stone) Shi
b2684b995d
build: doc for win
2022-01-10 12:30:01 +01:00
Zaiming (Stone) Shi
4897e00aab
chore(scripts): get-distro support windows
2022-01-10 12:15:23 +01:00
Zaiming (Stone) Shi
8a92b9dafa
docs: update Windows build instructions
2022-01-10 12:15:23 +01:00
k32
3d26592e72
fix(emqx_statsd): Decorate RPC calls
2022-01-10 11:58:00 +01:00
zhongwencool
31d68bfba9
Merge pull request #6684 from zhongwencool/rename-mgmt-ct
...
chore(test): rename mgmt_xxx_api_SUITE to mgmt_api_xxx_SUITE
2022-01-10 17:17:10 +08:00
zhongwencool
81abf31bc4
chore(test): rename mgmt_xxx_api_SUITE to mgmt_api_xxx_SUITE
2022-01-10 15:52:00 +08:00
zhouzb
76695c9652
test: update epgsql branch to test
2022-01-10 15:00:08 +08:00
JianBo He
fcc0d4a2e4
chore: client searching support \[]()* chars
2022-01-10 09:07:53 +08:00
Zaiming (Stone) Shi
6d12bb8e17
Merge pull request #6676 from zmstone/fix-stop-log
...
chore: emqx stop prints ok after stop
2022-01-08 13:30:52 +01:00
k32
f4bf749134
Merge pull request #6679 from k32/bpapi-emqx
...
refactor(emqx): Decorate remote procedure calls
2022-01-07 19:52:45 +01:00
k32
9602ce0250
Merge pull request #6678 from k32/broker-bpapi
...
refactor(emqx_broker): Decorate remote procedure calls
2022-01-07 16:23:12 +01:00
k32
8c72eeb8d1
refactor(emqx): Decorate remote procedure calls
2022-01-07 12:59:10 +01:00
k32
1754afdab0
refactor(emqx_broker): Decorate remote procedure calls
2022-01-07 12:07:29 +01:00
k32
de89f7b253
fix(emqx_rpc): Add types and remove impossible clauses
2022-01-07 12:06:41 +01:00
William Yang
0d37ee9588
chore: add light dialyzer make target
...
for low mem dev machines
2022-01-07 11:09:17 +01:00
k32
2307040bec
fix(bpapi): Add more static checks exceptions
2022-01-07 10:57:53 +01:00
Zaiming (Stone) Shi
af82f51333
chore: emqx stop prints ok after stop
...
This is to make it behave the same as older versions
2022-01-07 09:03:31 +01:00
zhongwencool
6ea51692c3
Merge pull request #6672 from zhongwencool/return-ok-when-trace-not-found
...
fix: delete error log when file enoent.
2022-01-07 15:36:03 +08:00
zhongwencool
0ec111d4e0
fix(test): flaky emqx_connector_api_SUITE test case.
2022-01-07 14:45:47 +08:00
Shawn
7dcb9567e7
fix(bridge): get bridges from all nodes crash
2022-01-07 14:34:59 +08:00
tigercl
08120b9a99
Merge pull request #6663 from tigercl/fix/mongo-rw-mode
...
fix(mongo): add r_mode and w_mode options
2022-01-07 14:29:11 +08:00
zhongwencool
977b1bb7ec
chore(test): add snabbkaffe for create_trace test
2022-01-07 11:08:40 +08:00
zhongwencool
07ba4ad05e
fix: delete error log when file enoent.
...
delete emqx_trace_api, replace LOG by SLOG
2022-01-07 10:24:26 +08:00
zhouzb
821b50a961
test(mongo): add test case for w_mode option
2022-01-07 09:52:15 +08:00
zhouzb
c33eb84cb6
fix(mongo): add r_mode and w_mode options
2022-01-07 09:52:15 +08:00
Shawn
72d55c8c0d
fix(rules): improve the names of the metrics
2022-01-07 09:35:00 +08:00
Shawn
67a60e1153
refactor(rule): add more metrics for rule and bridges
2022-01-07 09:34:54 +08:00
Shawn
78aa0abd3d
fix(metrics): update the calls to emqx_plugin_libs_metrcis module
2022-01-07 09:34:48 +08:00
Shawn
ab5ad22b1d
fix(metrics): update the calls to emqx_plugin_libs_metrcis module
2022-01-07 09:34:41 +08:00
Shawn
c1212c4b6d
refactor(metrics): improve the metrics for bridges/rules
2022-01-07 09:34:31 +08:00
Thales Macedo Garitezi
80a06c7201
Merge pull request #6654 from emqx/fix-unknown-calls
...
fix: rm unknown call (`ct:pal`)
2022-01-06 14:12:53 -03:00
Thales Macedo Garitezi
d92a1a112d
Merge pull request #6671 from emqx/fix-version-patch
...
fix(elixir): put Patch in version and add missing deps
Elixir requires that we use version of the form `Major.Minor.Patch`.
Also, Mix requires dependecies to be declared in `rebar.config` so it
can include the header files correctly.
2022-01-06 14:08:40 -03:00
Thales Macedo Garitezi
9059f2005a
fix(elixir): put Patch in version and add missing deps
...
Elixir requires that we use version of the form `Major.Minor.Patch`.
Also, Mix requires dependecies to be declared in `rebar.config` so it
can include the header files correctly.
2022-01-06 10:54:45 -03:00
Zaiming (Stone) Shi
e9fb999236
Merge pull request #6667 from zmstone/chore-fix-copyright-update-script
...
chore: fix copyright update script to include more files
2022-01-06 13:45:24 +01:00
zhongwencool
3bdfa183f3
Merge pull request #6666 from JimMoen/merge-5.0-beta.3-to-master
...
Merge 5.0 beta.3 to master
2022-01-06 18:20:30 +08:00
Zaiming (Stone) Shi
9f7b513a3f
chore: fix copyright update script to include more files
2022-01-06 08:44:35 +01:00
Zaiming (Stone) Shi
f2cbe32ca1
Merge pull request #6659 from zmstone/update-copyright
...
Update copyright
2022-01-06 08:35:16 +01:00
JimMoen
552165db26
test(authz): fix test suite based on release-5.0-beta.3
2022-01-06 15:05:52 +08:00
JimMoen
9a115b99a4
Merge remote-tracking branch 'emqx/release-5.0-beta.3' into merge-5.0-beta.3-to-master
2022-01-06 14:08:45 +08:00
tigercl
9f0f2b5f5b
Merge pull request #6660 from Rory-Z/chore/fix-windows-error
...
build(windows): do not compile doc for windows
2022-01-06 09:53:26 +08:00
zhanghongtong
517b634409
build(windows): do not compile doc for windows
2022-01-06 09:17:06 +08:00
Zaiming (Stone) Shi
67ba3a06ea
chore(gateway): update copyright
2022-01-05 20:55:00 +01:00
Zaiming (Stone) Shi
63167cea70
chore: update copyright
2022-01-05 20:55:00 +01:00
Zaiming (Stone) Shi
153a44876e
chore: add a script to update copyright end-year
2022-01-05 20:55:00 +01:00
Zaiming (Stone) Shi
9b7dfc1998
Merge pull request #6658 from zmstone/cron-dialyzer-check
...
ci(static checks): timed trigger static check
2022-01-05 18:50:49 +01:00
zhanghongtong
46eeeb36cc
ci(static checks): timed trigger static check
2022-01-05 17:29:45 +01:00
Zaiming (Stone) Shi
b04d91a356
Merge pull request #6656 from emqx/fix-shellcheck
...
fix(ci): fix shellcheck file pattern
2022-01-05 17:23:32 +01:00
tigercl
9164a9d319
Merge pull request #6657 from tigercl/chore/release-vsn
...
chore(release): update emqx release version
2022-01-05 23:31:33 +08:00