Commit Graph

16583 Commits

Author SHA1 Message Date
Zaiming (Stone) Shi 728656d4f6 chore: bump to e5.1.0 official cut 2023-06-20 17:08:18 +02:00
Zaiming (Stone) Shi b11341a23b
Merge pull request #11105 from zmstone/0620-autoclean-default-value-to-24h
0620 autoclean default value to 24h
2023-06-20 17:01:38 +02:00
Thales Macedo Garitezi ba96c725e5 feat: add time-based pull for safety 2023-06-20 11:36:35 -03:00
Thales Macedo Garitezi 57460e83b9 test(fix): rm unused var warnings 2023-06-20 11:15:37 -03:00
Thales Macedo Garitezi 2ac2d4c037 refactor: addressing review comments 2023-06-20 11:15:13 -03:00
Zaiming (Stone) Shi 80fdb26b64 chore: bump to opensource edition dashboard v1.3.0-1 2023-06-20 15:49:06 +02:00
Ilya Averyanov 54d96488a0 chore(deps): update erlcloud and remove unnecessary overrides 2023-06-20 16:46:23 +03:00
Zaiming (Stone) Shi b588b88a60 chore: change autoclean interval default value to 24h
There is currently a bug in OTP causing external backends to
fail when merge schema (mnesia_schema:change_storage_type/3).

To avoid forcing users to clean up the DB after the node is
stopped for a short while (5m before this change), we increase
the default auto-clean interval to 24 hours.

This PR also has the autoclean config removed from examples.
2023-06-20 15:43:37 +02:00
Thales Macedo Garitezi 9c5d4f188d
Merge pull request #11094 from thalesmg/fix-check-health-on-start-master
fix(resource): check status when (re)starting a resource
2023-06-20 09:56:31 -03:00
lafirest 8f595cbeca
Merge pull request #11098 from lafirest/feat/doc-example
chore: add examples of how to configure
2023-06-20 20:09:44 +08:00
Zaiming (Stone) Shi e2cccf1bb0
Merge pull request #11101 from zmstone/0620-make-possible-to-test-core-replica-cluster-locally
test: make possible to test core/replica locally
2023-06-20 13:42:14 +02:00
firest 4d1de6509d chore: change the value of all feature switches to `enable` in examples 2023-06-20 18:47:44 +08:00
Zaiming (Stone) Shi f95787d229 test: make possible to test core/replica locally 2023-06-20 12:42:00 +02:00
Zaiming (Stone) Shi d646086b41
Merge pull request #11100 from ieQu1/EMQX-10342
fix(management): Don't wait for an empty shard
2023-06-20 12:41:12 +02:00
JianBo He a6aae657a9 chore(example): fix gateway.stomp.conf.example 2023-06-20 18:20:33 +08:00
firest 528f49aa2e chore: fix errors in the example for the file transfer configuration 2023-06-20 18:13:49 +08:00
zhongwencool 53fdda8eef chore: more detail for examples 2023-06-20 17:52:03 +08:00
JianBo He 473cf4246b
Merge pull request #11099 from HJianBo/update-dashboard-vsn
chore: bump dashboard vsn
2023-06-20 17:46:30 +08:00
Ivan Dyachkov b990db658e
Merge pull request #11093 from id/0619-rpm-support-amazonlinux-2023
fix(rpm): add missing dependencies for Amazon Linux 2023
2023-06-20 11:35:50 +02:00
JianBo He 97fc7040c8 chore: update gateway configurations examples 2023-06-20 17:06:37 +08:00
ieQu1 fe77a04581 chore: Add changelog 2023-06-20 10:30:43 +02:00
ieQu1 e5803a61f1 fix(management): Don't wait for an empty shard 2023-06-20 10:08:41 +02:00
firest 3f0d9db674 chore: update examples to new version and fix errors 2023-06-20 15:38:30 +08:00
firest 42140b3d89 chore: fix spell && style error 2023-06-20 14:53:14 +08:00
firest 8b3c751a07 chore: add some simple gateway examples 2023-06-20 14:53:14 +08:00
firest bb2bf059ac chore: modify the build to copy examples into the release 2023-06-20 14:53:14 +08:00
firest c4222557ba chore: add examples of how to configure 2023-06-20 14:53:14 +08:00
JianBo He 2bb3a93e03 chore: bump dashboard vsn 2023-06-20 14:18:33 +08:00
JianBo He 53ab85b165
Merge pull request #11097 from zhongwencool/port-11084
chore: hide plugins from conf load cli
2023-06-20 14:05:59 +08:00
zhongwencool 36ee872361 chore: hide plugins from conf load cli 2023-06-20 10:34:09 +08:00
zhongwencool 856de78698 chore: remove the is_list guard 2023-06-20 08:39:23 +08:00
zhongwencool 093cdab838 chore: to_integer to make sure integer is converted 2023-06-20 08:39:23 +08:00
zhongwencool 07172e42f0 test: integer CI check failed 2023-06-20 08:39:23 +08:00
zhongwencool a4be9b8281 chore: bump hocon to 0.39.9 2023-06-20 08:39:23 +08:00
zhongwencool 45963b6a95 fix: ip_port schema type crash 2023-06-20 08:39:23 +08:00
Zaiming (Stone) Shi ead511a128 chore: bump to 5.1.0-rc.1 2023-06-19 23:19:27 +02:00
ieQu1 86b78981c4
Merge pull request #11092 from ieQu1/mria-0.5.5
chore(mria): Bump version to 0.5.5
2023-06-19 23:13:36 +02:00
Thales Macedo Garitezi 13746c2cdf fix(resource): check status when (re)starting a resource
Fixes https://emqx.atlassian.net/browse/EMQX-10290
2023-06-19 18:01:02 -03:00
Ivan Dyachkov a38a79aff8 fix(rpm): add missing dependencies for Amazon Linux 2023 2023-06-19 21:44:00 +02:00
Thales Macedo Garitezi 01d758e4c0 fix(bpapi): fix `query_mode` type(spec)
The previous spec was wrong due to a mismatch between type declaration and usage in specs:
it would never be `dynamic`, and it was lacking the `simple_async`, `simple_sync` and
`no_queries` constructors.
2023-06-19 16:04:12 -03:00
Thales Macedo Garitezi b442910ff1 feat(gcp_pubsub_consumer): implement GCP PubSub Consumer bridge
Fixes https://emqx.atlassian.net/browse/EMQX-10281
2023-06-19 16:04:12 -03:00
Thales Macedo Garitezi bb49482529 refactor(gcp_pubsub): move logging from connector to bridge 2023-06-19 15:59:00 -03:00
Thales Macedo Garitezi dabefdb01b fix(gcp_pubsub): redact request when errors occur 2023-06-19 15:59:00 -03:00
Thales Macedo Garitezi 7f850f7499 fix(resource): fix `query_mode/0` type and usage 2023-06-19 15:59:00 -03:00
Thales Macedo Garitezi a1690b3684 chore(gcp_pubsub): add stricter compile/xref flags 2023-06-19 15:59:00 -03:00
Thales Macedo Garitezi 5375421954 refactor(gcp_pubsub): split connector into producer and reusable parts 2023-06-19 15:59:00 -03:00
Paulo Zulato 5f10936091 feat(oracle): check whether target table exists
Fixes https://emqx.atlassian.net/browse/EMQX-9026
2023-06-19 15:22:27 -03:00
Paulo Zulato c9a2ddf98c feat(mysql): check whether target table exists
Fixes https://emqx.atlassian.net/browse/EMQX-9026
2023-06-19 15:22:27 -03:00
ieQu1 f82c56ae16 chore(mria): Bump version to 0.5.5 2023-06-19 19:28:17 +02:00
JianBo He cc939d2bda
Merge pull request #11087 from zhongwencool/bump-v5.1.0.alpha.8
chore: bump to v5.1.0.alpha.8
2023-06-19 23:00:53 +08:00