Ivan Dyachkov
d0d99378b4
ci: define otp source and install path in one place
2022-11-22 11:08:59 +01:00
Ivan Dyachkov
262e53eed2
chore: ensure macos keychain does not exist when signing binaries
2022-11-20 16:38:55 +01:00
Ivan Dyachkov
f02e4af09a
ci: use user home dir for otp install
2022-11-20 16:19:28 +01:00
Ivan Dyachkov
8d138d2525
ci: build slim packages on macos arm64
2022-11-20 15:56:16 +01:00
zhongwencool
8355d7afa3
Merge pull request #9392 from zhongwencool/fix-config-raw-default
...
fix: Config API can't get the default values from raw config
2022-11-20 12:33:05 +08:00
Zaiming (Stone) Shi
e20893fd0c
Merge pull request #9389 from zmstone/1117-release-only-default-otp
...
ci: release only the default packages
2022-11-18 21:25:52 +01:00
Zhongwen Deng
b2db34708e
chore: add changelog for fix global_zone api
2022-11-18 15:24:10 +08:00
Zhongwen Deng
65820eb943
fix: can't get default raw config
2022-11-18 15:07:23 +08:00
Zaiming (Stone) Shi
c8312036aa
Merge pull request #9390 from lafirest/ctl_atom_changes
...
chore: update changes
2022-11-18 08:06:27 +01:00
firest
2e72256690
chore: update changes
2022-11-18 11:52:18 +08:00
Zaiming (Stone) Shi
5dd343f558
ci: release only the default packages
2022-11-17 21:56:40 +01:00
lafirest
4ce3d43446
Merge pull request #9386 from lafirest/fix/flaky_banned_case
...
test: fix flaky banned case
2022-11-17 21:29:45 +08:00
Ilya Averyanov
e301ca09d5
Merge pull request #9373 from savonarola/fix-access-test
...
chore(acl): fix acl test
2022-11-17 18:06:43 +05:00
lafirest
4dd34d11cd
Merge pull request #9387 from lafirest/fix/ctl_atom_leak
...
chore: make remsh node name away from the atom DOS attack
2022-11-17 19:17:18 +08:00
firest
c430218e26
chore: make remsh node name away from the atom DOS attack
...
The remsh node name is generated to be unique, this may cause atom leakage, so we need to change the generation rule to limit the total of these names
2022-11-17 16:41:26 +08:00
firest
7b93b166dc
test: fix flaky banned case
...
since this suite has changed its start method to the `emqx_common_test_helpers:start_apps/1`, the `emqx_banned` server will never stop (its restart type is permanent), thus there is no need to manually start or stops it.
2022-11-17 14:48:25 +08:00
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
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
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
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
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
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
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