Commit Graph

12883 Commits

Author SHA1 Message Date
Stefan Strigler 8e87bd625d
Merge pull request #9364 from sstrigler/redesign-api-gateway-enable
Redesign api gateway enable
2022-11-16 19:13:17 +01:00
Zaiming (Stone) Shi e5ced07665 fix: add no_return function spec to make dialyzer happy 2022-11-16 19:07:51 +01:00
Zaiming (Stone) Shi 7c8ed59edd ci: add back the profile matrix for elixir_release build 2022-11-16 18:30:49 +01:00
Zaiming (Stone) Shi 7305923d12 fix: bridge name parser should not leak atom 2022-11-16 18:25:42 +01:00
Ivan Dyachkov c367e2f90e
Merge pull request #9380 from id/chore-sign-extra-files-in-ee
chore: sign extra files on macos when packaging ee
2022-11-16 18:04:21 +01:00
Thales Macedo Garitezi 8b1402cb36
Merge pull request #9309 from thalesmg/test-cov-influxdb-ee50
test(influxdb): increase influxdb bridge/connector coverage (ee5.0)
2022-11-16 13:15:18 -03:00
Zaiming (Stone) Shi c940b901f5 chore: fix app versions 2022-11-16 16:26:43 +01:00
Zaiming (Stone) Shi 09455edae8 Merge tag 'v5.0.10' into dev/ee5.0 2022-11-16 16:20:30 +01:00
Ivan Dyachkov 9d1d273a1b chore: sign extra files on macos when packaging ee 2022-11-16 15:59:40 +01:00
Stefan Strigler 9cc5920b0d refactor: only PUT, no POST for '/gateways' 2022-11-16 15:58:59 +01:00
Stefan Strigler 2914523117 style: remove unused import 2022-11-16 15:57:16 +01:00
Stefan Strigler 07347e3f9e style: fix typo in comment 2022-11-16 15:57:15 +01:00
Thales Macedo Garitezi 2ae0125562 test(refactor): encode toxiproxy payloads with emqx_json 2022-11-16 10:57:13 -03:00
lafirest 780013d5fe
Merge pull request #9367 from lafirest/feat/kick_when_is_banned
feat(banned): kick session when it is banned by clientid
2022-11-16 21:53:56 +08:00
Ivan Dyachkov 70c52f43cc ci: enable manual trigger on release workflow 2022-11-16 14:28:47 +01:00
Ivan Dyachkov d54597e0d4 ci: fix version for push-helm-action 2022-11-16 12:44:18 +01:00
firest b1889fa203 chore: bump emqx version && update changes 2022-11-16 18:00:32 +08:00
firest 085074ac41 feat(banned): kick session when it is banned by clientid 2022-11-16 18:00:22 +08:00
Ilya Averyanov 25c32dd2f5 chore(acl): fix acl test 2022-11-15 23:30:19 +03:00
lafirest ff00a6716a
Merge pull request #9368 from lafirest/fix/allow_absent_exp
fix(JWT): make the `exp` to be optional claim
2022-11-15 22:10:15 +08:00
firest 0b9f4e70cf chore: update changes 2022-11-15 16:10:44 +08:00
firest c079760b0a fix(JWT): make the `exp` to be optional claim 2022-11-15 15:41:01 +08:00
lafirest 56d443d19a
Merge pull request #9355 from lafirest/fix/indirectly_bin_to_atom
fix(mgmt_api): Convert only what is needed when parsing subscription information
2022-11-14 17:45:58 +08:00
firest d9e7d36580 chore: bump version && update changes 2022-11-14 09:45:38 +08:00
firest 2f4b2ba405 fix(mgmt_api): Convert only what is needed when parsing subscription information 2022-11-14 09:44:22 +08:00
Stefan Strigler 298cd2c3c9
Merge pull request #9328 from sstrigler/master
fix(emqx_authn_api): return 404 for status of unknown authenticator
2022-11-11 15:47:27 +01:00
Zaiming (Stone) Shi 7c4d41a593
Merge pull request #9352 from zmstone/1111-change-CT_READABLE-default-to-true
test: change CT_READABLE default value to true
2022-11-11 14:56:33 +01:00
Thales Macedo Garitezi 0f9cc0d93f test(refactor): stop snabbkaffe on every test 2022-11-11 10:03:30 -03:00
Thales Macedo Garitezi b673bef027 style: indent script 2022-11-11 10:02:02 -03:00
Stefan Strigler b5a84b8b0f test: increase timeout creating listeners 2022-11-11 13:34:46 +01:00
Stefan Strigler 12ba831246 fix(emqx_authn_api): return 404 for status of unknown authenticator
This also makes sure we call the same code everytime we access an authenticator.
Moreover we return a 500 in case a remote call fails due to technical issues.
2022-11-11 13:34:44 +01:00
lafirest d0df9e5213
Merge pull request #9332 from lafirest/feat/filiter_is_banned_in_retained
feat: filter out messages which the source client is banned when delivering the retained message
2022-11-11 18:16:53 +08:00
firest 6b0de714bc chore: bump retainer version 2022-11-11 17:51:20 +08:00
JianBo He d636f28383 chore: fix the bad change logs introduced in #9307 2022-11-11 16:57:39 +08:00
Zaiming (Stone) Shi 03db5ba8bf test: change CT_READABLE default value to true 2022-11-11 08:43:28 +01:00
Gala b9de05e67c
Merge pull request #9317 from Gala-R/fix-ssl-existingName-invalid
fix(helm): fix existingName does not take effect
2022-11-11 11:24:04 +08:00
Gala b2b46b0216
Merge branch 'master' into fix-ssl-existingName-invalid 2022-11-11 10:25:00 +08:00
raoxiaoli a66a4ffa49 fix(helm): fix existingName does not take effect
when ssl.enabled and ssl.useExisting are true, ssl.existingName does not take effect
2022-11-11 10:16:02 +08:00
firest cd2cf15677 chore: update changes 2022-11-10 10:21:31 +08:00
firest 4290847b9d feat: filter out messages which the source client is banned when delivering the retained message 2022-11-10 10:21:21 +08:00
Zaiming (Stone) Shi 155d4a9818 ci: fix yaml syntax 2022-11-09 19:11:48 +01:00
Zaiming (Stone) Shi 34a6c6c889 Merge remote-tracking branch 'origin/master' into release-v50 2022-11-09 18:26:33 +01:00
Zaiming (Stone) Shi 97df9c72bf
Merge pull request #9336 from id/docs-update-v5.0.10-changelog
docs: update v5.0.10 changelog for #9293
2022-11-09 18:25:33 +01:00
Zaiming (Stone) Shi d9573a5f43 Merge remote-tracking branch 'origin/master' into release-v50 2022-11-09 18:24:11 +01:00
Ivan Dyachkov 7e8d31b219 docs: update v5.0.10 changelog for #9293 2022-11-09 17:34:03 +01:00
lafirest 4160a2f86a
Merge pull request #9293 from lafirest/ci/bump_opt_version
chore: bump OTP version
2022-11-09 21:20:59 +08:00
Zaiming (Stone) Shi c186bc2c55 docs: add v5.0.11 change logs file 2022-11-09 13:12:21 +01:00
Zaiming (Stone) Shi 7f2fb0ea57 ci: fix artifacts upload for linux build 2022-11-09 13:02:50 +01:00
Zaiming (Stone) Shi 493b91782d ci: fix upload artifacts path 2022-11-09 11:54:24 +01:00
Zaiming (Stone) Shi 715c2d856d chore: upgrade dashboard version to v1.1.1 2022-11-09 11:28:17 +01:00