Tobias Lindahl
90529e18c6
fix: including subscription id keeps correct return code for qos > 0
...
When subscription id is set, the return code was set to 0 rather than
the provided qos number due to earlier fix of acl check order.
2021-06-03 10:44:13 +02:00
Tobias Lindahl
18484577b1
test: enable non-running test suite
...
Due to a name clash a ct testsuite was previously not running.
2021-06-03 10:42:51 +02:00
z8674558
b4eb0c4df6
chore(bin/emqx): use hocon get
2021-06-03 17:03:08 +09:00
JianBo He
72602df511
fix(svr): avoid crashed on undefined remote jwks server ( #4916 )
2021-06-03 14:16:58 +08:00
Shawn
9617b65d52
fix(dialyzer): incorrect function spec
2021-06-03 13:35:57 +08:00
Shawn
03519d7e61
fix(emqx_resource): HTTP APIs for emqx_resource not working
2021-06-03 13:35:57 +08:00
Turtle
bfb02fe8c3
fix(mqtt-sn): fix clean session false reconnect topic-id badmatch
2021-06-03 10:08:05 +08:00
k32
0ef1a1f53f
Merge pull request #4913 from k32/dev/appup-script
...
feat(scripts): Add an appup helper script
2021-06-03 00:01:32 +02:00
Shawn
3da62e59d6
fix(emqx_connector): the HTTP API for emqx_connector_mysql
2021-06-03 01:24:30 +08:00
Zaiming (Stone) Shi
624c4ecedc
Merge pull request #4917 from zmstone/update-cuttlefish
...
chore: pin cuttlefish 4.0.1
2021-06-02 16:09:44 +02:00
Zaiming Shi
f7bd206b9b
chore: pin cuttlefish 4.0.1
2021-06-02 14:18:00 +02:00
Shawn
bea5966ac8
fix(emqx_connector): remove unrelated files and add license headers
2021-06-02 19:10:24 +08:00
Zaiming (Stone) Shi
3c43b78749
Merge pull request #4910 from z8674558/no-import-warning
...
chore(rebar.config): bump hocon; no more unused import
2021-06-02 12:55:27 +02:00
Shawn
ebe1228b2c
fix(emqx_connector): don't return error when stopping a non-existing pool
2021-06-02 18:41:48 +08:00
k32
4f425828d6
feat(scripts): Add an appup helper script
2021-06-02 11:50:49 +02:00
Shawn
49c5edce2e
fix(emqx_connector): start emqx_connector_mysql failed
2021-06-02 17:28:47 +08:00
z8674558
52e69b20b4
chore(rebar.config): bump hocon; no more unused import
2021-06-02 16:55:26 +09:00
Zaiming (Stone) Shi
354d8959a8
Merge pull request #4907 from Swilder-M/youtube-icon
...
docs(README): add youtube channel badge
2021-06-02 09:28:31 +02:00
zhouzb
661f2de01e
feat(authentication): require header in csv file and use new json format
2021-06-02 14:04:38 +08:00
zhouzb
443b83624c
fix(webhook): fix bad ssl options
2021-06-02 09:31:28 +08:00
Shawn
5d52ce044d
feat(emqx_resource): read and save configs from and to file
2021-06-02 01:58:32 +08:00
Zaiming (Stone) Shi
ea396f4f86
Merge pull request #4861 from z8674558/hocon-schema
...
feat(conf): use hocon schema
2021-06-01 14:21:27 +02:00
z8674558
9cb2facfe1
chore(emqx_resource): unify dependency hocon to root rebar.config
2021-06-01 21:05:04 +09:00
Nicklas Frahm
6b8910e26c
feat(helm): Add flag to force pod recreation as part of helm upgrade ( #4898 )
...
* feat(helm): Add flag to force pod recreation as part of helm upgrade
* feat(helm): Recreate pods when configuration changes
* fix(helm): Remove warnings by using v1 of RBAC API for clusters >= 1.17
* chore(CI): Increment version number
* fix(CI): Bump version
* chore(CI): Undo version bump
2021-06-01 19:27:49 +08:00
Zaiming Shi
b485c75266
fix: emqtt performance
...
emqtt 1.2.3.1 has the fix for big binary concatenation performance
2021-06-01 17:29:16 +08:00
JianBo He
665a9d1dee
fix(mgmt): return type conversion error
2021-06-01 17:24:53 +08:00
Swilder-M
ad7628dd24
docs(README): add youtube channel badge
2021-06-01 16:31:10 +08:00
Turtle
5068678eea
fix(mqtt-sn): fix clean session false reconnect topic-id badmatch
2021-06-01 16:22:37 +08:00
zhouzb
72c4696584
chore(newline): insert final newline
2021-06-01 16:11:28 +08:00
z8674558
ad1ef732ae
chore(emqx_schema): suppress dialyzer warnings temporarily
2021-06-01 17:06:09 +09:00
z8674558
47f7b35a60
chore(bin/emqx): add todo on hocon
2021-06-01 17:06:09 +09:00
z8674558
a9efdaeacd
fix(emqx_rule_engine_SUITE): use emqx_ct_helpers:read_schema_configs
2021-06-01 17:06:09 +09:00
z8674558
e12a629498
feat(emqx_schema): add ssl field generator
2021-06-01 17:06:09 +09:00
Zaiming Shi
5546d24b6d
refactor: always use hocon to generate config
...
previously we supports skipping config generation if USE_CUTTLEFISH
not set to true.
it has never been tested (at least not in automated tests)
now it's time to drop it.
2021-06-01 17:06:09 +09:00
z8674558
4b174b0277
feat(conf): use hocon schema
2021-06-01 17:05:52 +09:00
Shawn
e7ffa07a1a
feat(emqx_connector): load connectors from emqx_connector.conf
2021-05-31 22:49:42 +08:00
z8674558
d61e931d88
fix(emqx_logger_jsonfmt): attribute import before function definitions
2021-05-31 22:47:00 +09:00
k32
5737daeb43
Merge pull request #4900 from k32/dev/import-data-content
...
feat(emqx_management): Import content of the HTTP request
2021-05-31 13:02:57 +02:00
k32
7dde77bb8a
feat(emqx_management): Import content of the HTTP request
...
Fixes : #4063
2021-05-31 12:06:33 +02:00
Zaiming (Stone) Shi
70d2e0e905
Merge pull request #4768 from emqx/resolve-conflict-to-5.0
...
Auto-pull-request-on-2021-05-08
2021-05-31 10:09:25 +02:00
Shawn
f4bb589079
feat(emqx_mysql_connector): implement the on_query callback
2021-05-31 15:41:22 +08:00
Zaiming (Stone) Shi
913420588d
Merge branch 'dev/v5.0' into resolve-conflict-to-5.0
2021-05-31 09:17:21 +02:00
Shawn
6b33172095
feat(emqx_connector): add first emqx_connector for mysql
2021-05-31 15:14:07 +08:00
JianBo He
3a89b1f00b
chore(action): fix syntax error ( #4885 )
2021-05-31 15:08:52 +08:00
Rory Z
7040fb7835
Merge pull request #4893 from terry-xiaoyu/emqx_resource
...
feat(emqx_resource): add behaviour emqx_resource
2021-05-31 14:17:01 +08:00
Shawn
696d4a4e58
fix(emqx_resource): some dialyzer complaints
2021-05-31 12:14:25 +08:00
Zaiming Shi
818a7e9772
build: use base rebar.conf when emqx.git is as dependency
2021-05-31 11:55:03 +08:00
Shawn
d7755df48b
feat(emqx_resource): make with emqx
2021-05-31 10:51:27 +08:00
DDDHuang
9d1f6ccc4b
chore: ekka support etcd v3
2021-05-31 09:07:52 +08:00
Zaiming Shi
387d7f5913
chore(pkg-vsn.sh): add some comments
2021-05-30 10:27:54 +02:00