Commit Graph

7721 Commits

Author SHA1 Message Date
zhongwencool 761436c967 fix: don't allow empty username if username_as_clientid is true 2022-05-05 10:50:53 +08:00
Thales Macedo Garitezi e8d1e4a708
Merge pull request #7828 from thalesmg/fix-update-appup-force-clean
fix(update_appup): clean untracked nested git directories
2022-04-29 15:13:32 -03:00
Zaiming (Stone) Shi 47377e0708 ci: rename apps_vsn_check for main-v4.x
so it's a different name for master branch and 4.x branches
2022-04-29 10:14:23 +02:00
Zaiming (Stone) Shi fb18c565c8
Merge pull request #7836 from zmstone/0429-4.x-systemd-service-file-path-to-bash
fix: use /bin/bash in systemd service file
2022-04-29 09:12:10 +01:00
Zaiming (Stone) Shi 6e404f7220 fix: use /bin/bash in systemd service file
Otherwise ubuntu may have troulbe to boot
2022-04-29 07:54:13 +02:00
Thales Macedo Garitezi 0cfeca9d90
fix(update_appup): clean untracked nested git directories
Since the script copies the current workdir into the temporary
directory for the previous build, when we latter try to clean the
directory, `git clean -fdx` refuses to clean the folders of some
dependencies:

```
+ git clean -fdx
Skipping repository _build/default/lib/lc
```

So, if the branch contains a dependency with changed version, it'll
not be picked up by the script, as both versions will be identical and
hence have no `.appup` difference.
2022-04-28 11:09:25 -03:00
Zaiming (Stone) Shi f07bb5a5d1
Merge pull request #7761 from emqx/eredis_cluster_bump
chore(eredis_cluster): bump
2022-04-27 13:22:26 +01:00
Zaiming (Stone) Shi c5329d7f60
Merge pull request #7787 from zmstone/0426-bad-password-penalty
fix: add 2 seconds delay penalty for bad logins
2022-04-27 10:33:43 +01:00
Zaiming (Stone) Shi 4f45670725 fix: add 2 seconds delay penalty for bad logins 2022-04-26 21:02:45 +02:00
gsychev 1bae610c3d
chore(eredis): changelog
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
2022-04-26 18:37:20 +00:00
Georgy Sychev 8385b3cca4 chore(eredis_cluster): bump eredis version to 0.7.2 2022-04-26 19:30:36 +04:00
Zaiming (Stone) Shi 0d43bd6243
Merge pull request #7759 from zmstone/fix-improve-app-secret-randomisation
fix(emqx_mgmt_auth): randomise all bytes in app secret
2022-04-25 16:54:19 +01:00
Zaiming (Stone) Shi 0dd48e30b6 fix(emqx_mgmt_auth): randomise all bytes in app secret
prior to this change, app secrets are uuids which is not
completely random.
2022-04-25 11:34:46 +02:00
zhongwencool f7f1b0ecbf
Merge pull request #7689 from zhongwencool/fix-sub-search
fix: topic filter with qos/clientid/share
2022-04-25 09:34:42 +08:00
zhongwencool 4789f1f97b chore: bump management to 4.3.13 2022-04-24 17:37:37 +08:00
zhongwencool 9d4d918e2c
Merge branch 'main-v4.3' into fix-sub-search 2022-04-24 17:18:01 +08:00
zhongwencool 29e453383a chore: update changelog 2022-04-24 16:48:12 +08:00
Rory Z d052680793
Merge pull request #7714 from Rory-Z/feat/helm-ingress
feat(helm): the pathType of ingress can be made configurable via values
2022-04-24 09:39:14 +08:00
Zaiming (Stone) Shi 5182016ad5
Merge pull request #7737 from zmstone/0423-fix-sed-replace-for-macos10
fix(bin/emqx): make sed replace \n work in macos 10
2022-04-23 13:56:22 +01:00
Zaiming (Stone) Shi 5d8539c01a fix(bin/emqx): make sed replace \n work in macos 10 2022-04-23 13:27:02 +02:00
Ilya Averyanov 7ee1d6d54d
Merge pull request #7620 from savonarola/jwt-acl-nocache
Add support for JWT authorization
2022-04-22 14:54:16 +03:00
Zaiming (Stone) Shi 0764ef9303
Merge pull request #7720 from zmstone/0422-simplify-windows-scripts-4.3
fix(windows): boot console and remote_console from erl not werl
2022-04-22 12:35:24 +01:00
Ilya Averyanov 41746e8d7a feat(emqx_auth_jwt): use JWT for ACL checks 2022-04-22 12:22:58 +03:00
Ilya Averyanov 36c1ecd9b7 chore(emqx_auth_jwt): do not use gen_server call for jwt verification 2022-04-22 12:16:32 +03:00
Zaiming (Stone) Shi 4a5602dc9c fix(windows): boot console and remote_console from erl not werl
Otherwise it's impossible to troubleshoot when werl fail to start
2022-04-22 09:04:11 +02:00
zhongwencool 10bca7f6b5 fix: topic filter with qos/clientid/share 2022-04-22 14:42:12 +08:00
Zaiming (Stone) Shi 59660e99db
Merge pull request #7711 from emqx/dev/v4.3.15
merge dev/v4.3.15 to main-v4.3
2022-04-22 07:15:54 +01:00
JianBo He b267866dc1
Merge pull request #7647 from lafirest/fix/remove_empty_check_in_frame_4.3
fix(frame): remove empty topic check, because it checked in emqx_channel
2022-04-22 14:13:19 +08:00
Zaiming (Stone) Shi 1de3ed8783 Merge remote-tracking branch 'origin/main-v4.3' into dev/v4.3.15 2022-04-22 07:45:00 +02:00
Rory Z 74e9754154 feat(helm): the pathType of ingress can be made configurable via values 2022-04-22 10:00:08 +08:00
JianBo He 7981e5f5bd
Merge pull request #7706 from HJianBo/merge-v4314
Merge v4.3.14 to main-v4.3
2022-04-21 22:24:04 +08:00
JianBo He 14bc646e86 Merge tag 'v4.3.14' into merge-v4314 2022-04-21 21:14:53 +08:00
Zaiming (Stone) Shi a070bf5e2f
Merge pull request #7681 from zmstone/0419-4.3-fix-rpm-dependencies
fix(rpm): ensure correct dependencies for el7 and el8
2022-04-21 10:35:18 +01:00
Zaiming (Stone) Shi ec80a05a50
Merge pull request #7702 from savonarola/fix-install_upgrade
fix(install_upgrade): fix unpack_zipballs return value
2022-04-21 10:05:14 +01:00
Ilya Averyanov d60252d678 fix(install_upgrade): fix unpack_zipballs return value 2022-04-21 11:56:51 +03:00
firest 8fcff16bff fix: fix bad indent 2022-04-21 15:11:28 +08:00
Zaiming (Stone) Shi 81d62082ec chore(emqx_dashboard): bump app vsn 2022-04-20 10:41:10 +02:00
Zaiming (Stone) Shi 31b4be79f0 chore(emqx_rule_engine): update appup 2022-04-20 09:29:14 +02:00
Zaiming (Stone) Shi b068937ce3 fix(rpm): ensure correct dependencies for el7 and el8 2022-04-19 22:49:40 +02:00
firest 03cdcab6f6 chore: bump emqx version 2022-04-18 18:27:19 +08:00
firest 8a269099ad fix(frame): remove empty topic check, because it checked in emqx_channel 2022-04-18 14:23:22 +08:00
Xinyu Liu 93411ecd4b
Merge pull request #7645 from HJianBo/bump-vsn-for-v4.3
chore: tag 4.3.14
2022-04-18 11:59:07 +08:00
JianBo He c0f6c08836 chore: tag 4.3.14 2022-04-18 11:55:46 +08:00
Xinyu Liu 79b43e2ae0
Merge pull request #7636 from HJianBo/bump-vsn-for-v4.3
Pre-release v4.3.14-rc.4: Bump vsn
2022-04-16 10:51:28 +08:00
JianBo He e986a2cf35 chore: bump vsn 2022-04-16 10:49:32 +08:00
JianBo He ffdf7fb7b6
Merge pull request #7629 from DDDHuang/backup_file_43
fix: backup data filename, uri decode
2022-04-16 10:36:43 +08:00
Xinyu Liu ade2716616
Merge pull request #7635 from terry-xiaoyu/test_resource_failed
fix(rule): test resource failed from all nodes
2022-04-16 02:18:44 +08:00
Shawn 898dc00f58 fix(rule): test resource failed from all nodes 2022-04-16 01:49:01 +08:00
DDDHuang b28c751856 fix: backup data filename, uri decode 2022-04-15 17:12:04 +08:00
JianBo He 5907424a83
Merge pull request #7470 from JimMoen/update-copyright-year
Update copyright years
2022-04-15 14:40:43 +08:00