Commit Graph

  • c97fe796e3 chore: update emqx_audit's license zhongwencool 2023-10-20 09:47:24 +0800
  • f381961108 fix: macro EMQX_RELEASE_EDITION when `emqx` run as standalnoe app JimMoen 2023-10-18 16:50:41 +0800
  • 32c1f1cca6 chore: inlude emqx as emqx_audit's deps zhongwencool 2023-10-18 14:39:43 +0800
  • 1d7aa9495a chore: make spellcheck happy zhongwencool 2023-10-18 09:10:41 +0800
  • befc484544 chore: add changelog entry and fix xref warning zhongwencool 2023-10-18 08:02:02 +0800
  • 141061c1e2 feat: add max_filter_size and ignore_high_frequency_request config zhongwencool 2023-10-17 22:14:47 +0800
  • 926c804314 feat: add /audit http api to filter audit log zhongwencool 2023-10-17 09:56:19 +0800
  • db34346a6b
    Merge pull request #11794 from zhongwencool/sync-master-to-release-54 zhongwencool 2023-10-20 14:46:44 +0800
  • 8b5ec2a4d5 fix: xref failed zhongwencool 2023-10-20 11:46:31 +0800
  • 281add1464 Merge branch 'master' into sync-master-to-release-54 zhongwencool 2023-10-20 10:11:39 +0800
  • 74442b0d31
    Merge pull request #11766 from lafirest/feat/rbac lafirest 2023-10-20 09:24:41 +0800
  • 8c4beec6f0 test(rule_engine): add test to exemplify `foreach` with json array payload Thales Macedo Garitezi 2023-10-19 18:19:42 -0300
  • 0b4600c293 feat(auth): improve redis command parsing and validation Ilya Averyanov 2023-10-18 15:46:43 +0300
  • eda82caf65
    Merge pull request #11791 from thalesmg/fix-coap-heartbeat-m-20231018 Thales Macedo Garitezi 2023-10-19 13:12:41 -0300
  • 8d82c30b00
    Merge pull request #11771 from savonarola/1015-validate-bcrypt-schema-in-api Ilya Averyanov 2023-10-19 15:34:34 +0300
  • 8f9ac6c1f3
    Merge pull request #11776 from savonarola/1017-auth-cleanup-2 Ilya Averyanov 2023-10-19 15:28:35 +0300
  • 5c01b3dac1
    Merge pull request #11778 from JimMoen/azure-id-saml-support JimMoen 2023-10-19 09:23:45 +0800
  • 9f197a6915
    Merge pull request #11785 from zhongwencool/rbac-change-pwd zhongwencool 2023-10-19 09:02:15 +0800
  • 5b9866f630 fix(coap): increase received packet counter for keepalive Thales Macedo Garitezi 2023-10-18 16:08:29 -0300
  • 47199662ec
    Merge pull request #11786 from emqx/release-53 Zaiming (Stone) Shi 2023-10-18 16:42:58 +0200
  • f985f149d9
    Merge pull request #11787 from zmstone/1018-refactor-improve-nodetool-performance Zaiming (Stone) Shi 2023-10-18 16:37:51 +0200
  • ad09ca9d6d refactor(nodetool): only add libs when necessary Zaiming (Stone) Shi 2023-10-18 13:26:53 +0200
  • dbffc080c2
    Merge pull request #11775 from zmstone/1016-docker-build-support-cache Zaiming (Stone) Shi 2023-10-18 13:07:41 +0200
  • 81e10c6748 chore: add changelog for 11785 zhongwencool 2023-10-18 18:43:11 +0800
  • 2388d36b09 fix: allow viewers to change their own passwords zhongwencool 2023-10-18 18:17:03 +0800
  • 4a71ef3401
    Merge pull request #11783 from id/1018-sync-r53 Zaiming (Stone) Shi 2023-10-18 11:12:29 +0200
  • e1c8317779 chore(authn): remove dead code Ilya Averyanov 2023-10-17 17:38:02 +0300
  • 696cb96122 Merge remote-tracking branch 'upstream/release-53' into 1018-sync-r53 Ivan Dyachkov 2023-10-18 09:28:20 +0200
  • 4c0bec1866
    Merge pull request #11782 from id/1018-sync-r53 Ivan Dyachkov 2023-10-18 09:19:36 +0200
  • 82bac3e136 Merge remote-tracking branch 'upstream/release-53' into 1018-sync-r53 Ivan Dyachkov 2023-10-18 08:04:45 +0200
  • d45ac980f6
    Merge pull request #11781 from id/1017-ci-update-runner-labels Ivan Dyachkov 2023-10-18 08:03:35 +0200
  • 3f56156013 ci(tmp): verify build on arm64 runners 1018-test-arm-runners Ivan Dyachkov 2023-10-18 07:53:38 +0200
  • 1f8478623f
    chore: bump esaml to support Entra ID && bump app.src JimMoen 2023-10-17 23:46:33 +0800
  • b2948666fb
    chore: add saml sso redirect login log JimMoen 2023-10-17 23:45:59 +0800
  • 898279099b ci: update remaining docker images in workflows to use public.ecr.aws Ivan Dyachkov 2023-10-17 22:02:22 +0200
  • fb6b02c1ea ci: explicitly specify architecture in runner labels Ivan Dyachkov 2023-10-17 18:57:46 +0200
  • c0ebaf9b6f
    Merge pull request #11541 from savonarola/0829-duplicate-ft-responses Ilya Averyanov 2023-10-17 17:08:00 +0300
  • 22f8df2eee build: make use of rebar git cache in docker build Zaiming (Stone) Shi 2023-10-17 10:36:39 +0200
  • 6354f3b04f feat(authn): allow authn providers to define a separate schama for API Ilya Averyanov 2023-10-16 23:57:23 +0300
  • 55618dd28a
    Merge pull request #11731 from zmstone/1008-expose-file-transfer-host-conf Zaiming (Stone) Shi 2023-10-17 11:23:16 +0200
  • 467a2bc9b1 test(rbac): add test cases for RBAC in REST API firest 2023-10-17 16:12:18 +0800
  • 26ec860d96 feat(backup): add migration mechanism when import backup data firest 2023-10-17 14:38:16 +0800
  • dfa5909392
    Merge pull request #11752 from zmstone/1011-change-default-rpc-module-for-mria Zaiming (Stone) Shi 2023-10-17 10:21:14 +0200
  • db3915d472 fix(rbac): update changes && fix CI errors firest 2023-10-17 13:44:37 +0800
  • 4dd60da9ee
    Merge pull request #11767 from zmstone/1016-upgrade-rebar3 Zaiming (Stone) Shi 2023-10-17 00:03:25 +0200
  • 162b901be6
    Merge pull request #11763 from zmstone/1114-sync-release-53 Zaiming (Stone) Shi 2023-10-16 21:42:02 +0200
  • 0886e6281a build: upgrade to rebar3 3.19.0-emqx-8 Zaiming (Stone) Shi 2023-10-16 12:42:27 +0200
  • e095de7367 feat(api_key): add RBAC feature for the API key firest 2023-10-16 14:08:12 +0800
  • 16cc816bd3
    Merge pull request #11757 from zhongwencool/trace-api-return-500 JianBo He 2023-10-16 13:40:18 +0800
  • 4bbf5993f8
    Merge pull request #11764 from id/1014-ci-rerun-failed-checks-up-to-3-times Ivan Dyachkov 2023-10-15 12:33:43 +0200
  • 6eb3bb7cff Merge remote-tracking branch 'origin/release-53' into 1114-sync-release-53 Zaiming (Stone) Shi 2023-10-14 10:16:38 +0200
  • 7c022c2c6a refactor: change mria default rpc module from 'gen_rpc' to 'rpc' Zaiming (Stone) Shi 2023-10-11 16:22:33 +0200
  • 220893177d ci: rerun failed checks for up to 3 times 1014-ci-rerun-failed-checks-up-to-3-times Ivan Dyachkov 2023-10-14 09:48:07 +0200
  • cd2752117c
    Merge pull request #11762 from savonarola/1013-fix-mnesia-authz-destroy Ilya Averyanov 2023-10-13 20:54:14 +0300
  • 57a4e9ad84
    Merge pull request #11761 from savonarola/1013-refactor-pgsql-connector Ilya Averyanov 2023-10-13 18:30:19 +0300
  • bde8800f2e fix(mnesia authz): destroy authz records on mnesia authz destroy Ilya Averyanov 2023-10-13 18:12:46 +0300
  • 90a0c093bf
    Merge pull request #11750 from savonarola/1011-redact-auth-http-request Ilya Averyanov 2023-10-13 17:25:28 +0300
  • d59747a011
    Merge pull request #11760 from keynslug/fix/EMQX-11149/no-aggr-healthcheck Andrew Mayorov 2023-10-13 21:03:15 +0700
  • 4f14e8df22 chore(source dir): split out postgresql connector Ilya Averyanov 2023-10-13 13:31:18 +0300
  • dcdfcdb24f
    chore: add changelog entry Andrew Mayorov 2023-10-13 19:58:59 +0700
  • 7a6c756b7c
    Merge pull request #11754 from thalesmg/fix-postgres-error-reason-log-m-20231011 Thales Macedo Garitezi 2023-10-13 09:58:28 -0300
  • 0144ed9981
    Merge pull request #11753 from keynslug/chore/smaller-ci-artifacts Andrew Mayorov 2023-10-13 16:56:47 +0700
  • 51c57a5f0a
    fix(cass): avoid using aggregates in healthcheck query Andrew Mayorov 2023-10-13 16:46:41 +0700
  • 083e2da347
    chore(bpapicheck): make some failures more user-friendly Andrew Mayorov 2023-10-13 15:42:08 +0700
  • 0b9ac24c1e
    fix(bpapicheck): stop depending on git index Andrew Mayorov 2023-10-13 15:40:49 +0700
  • 96c546c187
    Merge pull request #11725 from lafirest/feat/os-ldap lafirest 2023-10-13 15:05:39 +0800
  • dd03be29a6
    Merge pull request #11751 from zmstone/1011-refactor-move-emqx_license-app-to-apps Zaiming (Stone) Shi 2023-10-13 06:45:49 +0200
  • 33ff5d5588 chore: update auth header file firest 2023-10-13 09:33:56 +0800
  • 5cc06509f5
    Merge pull request #11756 from id/1012-ci-fix-token-permissions Ivan Dyachkov 2023-10-12 20:12:37 +0200
  • 08b2b36b87
    feat(ci): push some envs through artifact files in workflows Andrew Mayorov 2023-10-13 00:40:25 +0700
  • d0dac25644
    chore(ci): stop depending on git in `check-example-configs.sh` Andrew Mayorov 2023-10-13 00:10:46 +0700
  • 68f31a9da2 fix(authn): do not trace authn requests Ilya Averyanov 2023-10-11 16:32:13 +0300
  • 072ff19f92
    Merge pull request #11759 from keynslug/fix/EMQX-11131/tab-shard Andrew Mayorov 2023-10-12 19:21:47 +0700
  • 08795f559c
    Merge pull request #11336 from savonarola/0724-trace-authz Ilya Averyanov 2023-10-12 14:51:15 +0300
  • 397686fd18
    fix(ci-conf): stop requiring git index in conf tests Andrew Mayorov 2023-10-12 17:54:56 +0700
  • fdd9d77d41
    chore(ci): simplify `check-i18n-style` + stop relying on git Andrew Mayorov 2023-10-12 17:37:57 +0700
  • 419b80d11e
    chore(ci): try to reduce CI artifacts footprint Andrew Mayorov 2023-10-12 01:26:35 +0700
  • 6413afd0bc
    fix(gcpdev): restore original shard in mnesia tab definition Andrew Mayorov 2023-10-12 17:30:07 +0700
  • 4ecd5e17a2 chore(authz): trace non-resultative authz calls to backend modules Ilya Averyanov 2023-07-24 18:58:34 +0300
  • 3e658b3da9 chore: update changes firest 2023-10-07 15:15:46 +0800
  • 9b4def885a chore: change the LDAP integration to opensource firest 2023-10-12 16:37:32 +0800
  • 9b2a5e6c3d chore: add changelog for 11757 zhongwencool 2023-10-12 15:25:36 +0800
  • 1021088f5f fix: 500 error response when downloading non-existent trace files zhongwencool 2023-10-12 15:23:23 +0800
  • fd15939ae8 chore(ci): limit token scope in workflows Ivan Dyachkov 2023-10-12 08:41:50 +0200
  • b1a3bc8565
    Merge pull request #11745 from zhongwencool/cli-fix zhongwencool 2023-10-12 09:07:08 +0800
  • b07dddd49e fix(postgres): format unicode error messages from driver Thales Macedo Garitezi 2023-10-11 17:31:26 -0300
  • d753edc0fd chore: remove lib-ee in scripts Zaiming (Stone) Shi 2023-10-11 16:00:01 +0200
  • 534c9bdc13 feat(ft): add additional operation status report channel Ilya Averyanov 2023-08-29 22:54:14 +0300
  • d9859b6b49
    Merge pull request #11749 from thalesmg/test-fix-flaky-http-suite-r53-20231011 Zaiming (Stone) Shi 2023-10-11 16:07:17 +0200
  • e6358ca18c
    Merge pull request #11747 from qzhuyan/dev/william/quicer-0.0.202 William Yang 2023-10-11 15:43:47 +0200
  • e069680bca refactor: move emqx_license app from lib-ee to apps Zaiming (Stone) Shi 2023-10-11 15:41:35 +0200
  • f84efd98e5
    Merge pull request #11746 from id/1011-add-ossf-scorecard-analysis-workflow Ivan Dyachkov 2023-10-11 14:57:27 +0200
  • ab662f506d test: attempt to fix flaky http bridge suite Thales Macedo Garitezi 2023-10-10 09:50:09 -0300
  • 57655854d1
    Merge pull request #11743 from savonarola/1010-auth-leftovers Ilya Averyanov 2023-10-11 15:09:07 +0300
  • a69c53455f fix: bump to quicer 0.0.202 William Yang 2023-10-11 11:49:40 +0200
  • cc392cadb8
    chore: update apps/emqx_retainer/src/emqx_retainer_mnesia_cli.erl zhongwencool 2023-10-11 18:40:09 +0800
  • 03ae5bf3c8 chore(auth): cleanup code Ilya Averyanov 2023-10-10 17:39:02 +0300
  • 7212e8acee chore(ci): add ossf scorecard analysis workflow Ivan Dyachkov 2023-10-11 09:59:27 +0200
  • f4a88f717b feat: support retainer Start Length command zhongwencool 2023-10-11 11:47:37 +0800
  • 8e7ba16c3a fix: nothing show when run clients list command zhongwencool 2023-10-11 11:21:49 +0800