dependabot[bot]
|
463f26967c
|
chore(deps): bump the actions group with 7 updates
Updates the requirements on [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact), [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action), [github/codeql-action](https://github.com/github/codeql-action), [actions/cache](https://github.com/actions/cache) and [erlef/setup-beam](https://github.com/erlef/setup-beam) to permit the latest version.
Updates `actions/checkout` from 3.6.0 to 4.1.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.6.0...b4ffde65f46336ab88eb53be808477a3936bae11)
Updates `actions/upload-artifact` from 3.1.3 to 4.3.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3.1.3...26f96dfa697d77e81fd5907df203aa23a56210a8)
Updates `actions/download-artifact` from 3.0.2 to 4.1.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3.0.2...6b208ae046db98c579e8a3aa621ab581ff575935)
Updates `slackapi/slack-github-action` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](e28cf165c9...6c661ce588 )
Updates `github/codeql-action` to 7e187e1c529d80bac7b87a16e7a792427f65cf02
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](7e187e1c52 )
Updates `actions/cache` from 3.3.3 to 4.0.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](e12d46a63a...13aacd865c )
Updates `erlef/setup-beam` from 1.17.0 to 1.17.2
- [Release notes](https://github.com/erlef/setup-beam/releases)
- [Commits](a34c98fd51...8b9cac4c04 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: slackapi/slack-github-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
- dependency-name: github/codeql-action
dependency-type: direct:production
dependency-group: actions
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: erlef/setup-beam
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-05 03:46:44 +00:00 |
JimMoen
|
06684e5f73
|
Merge pull request #12466 from JimMoen/remote-console-nodetool-erlflags
fix(bin/emqx): maxium file descriptors limit and Schedulers limit
|
2024-02-04 14:52:04 +08:00 |
zhongwencool
|
2614d21a15
|
Merge pull request #12478 from zhongwencool/check-duplicated-mapping-key-in-swagger
chore: add duplicated key assert in swagger.json
|
2024-02-04 14:44:00 +08:00 |
JimMoen
|
e57c354a6a
|
fix(bin/emqx): maxium file descriptors limit and Schedulers limit
- File descriptors limit 65536 for `remote_console` and `nodetool`
- Schedulers limit 2 for `remote_console` and limit 1 for `nodetool`
Refer [erl#flags](https://www.erlang.org/doc/man/erl.html#flags)
Thanks [PR Review](https://github.com/emqx/emqx/pull/12466#issuecomment-1924095754)
|
2024-02-04 14:13:36 +08:00 |
zhongwencool
|
f7b0d1bc9d
|
chore: add duplicated key assert in swagger.json
|
2024-02-04 11:53:37 +08:00 |
zhongwencool
|
64d1459e7c
|
Merge pull request #12477 from JimMoen/fix-oracle-schema-dup-map-key
fix(schema): bridge oracle connector schema
|
2024-02-04 11:52:20 +08:00 |
JimMoen
|
b1150a5f88
|
fix(schema): bridge oracle connector schema
|
2024-02-04 10:53:13 +08:00 |
Zaiming (Stone) Shi
|
7d5800a8dc
|
Merge pull request #12469 from zmstone/0202-chore-fix-node-role-env-var-name-in-test-script
test: fix env name in test script
|
2024-02-03 23:07:57 +01:00 |
Ivan Dyachkov
|
ed8660cb68
|
Merge pull request #12458 from id/0202-sync-release-55
sync release-55
|
2024-02-02 17:20:38 +01:00 |
SergeTupchiy
|
81433282be
|
Merge pull request #12467 from SergeTupchiy/autocluster-dns-aaaaa-record-type
feat(emqx_conf): support AAAA cluster dns record type
|
2024-02-02 18:13:06 +02:00 |
Zaiming (Stone) Shi
|
b1a05c7b59
|
Merge pull request #12326 from zmstone/0111-unregister-session-with-timestamp
0111 unregister session with timestamp
|
2024-02-02 17:00:23 +01:00 |
Zaiming (Stone) Shi
|
5629cf3219
|
test: fix env name in test script
|
2024-02-02 16:59:47 +01:00 |
ieQu1
|
e0b5d9fae7
|
Merge pull request #12464 from ieQu1/dev/feat-ds-cli
feat(ds): Add a CLI interface to inspect status of DS databases
|
2024-02-02 14:14:48 +01:00 |
Serge Tupchii
|
5e0c3d4051
|
feat(emqx_conf): support AAAA cluster dns record type
Ekka autocluster DNS already supports AAAA records, so it's only needed to update enum in schema.
|
2024-02-02 12:13:29 +02:00 |
Kjell Winblad
|
fa0baf2f38
|
Merge pull request #12439 from kjellwinblad/kjell/refactor/oracle_bridge/EMQX-11464
feat: refactor Oracle bridge to connector and action
|
2024-02-02 10:53:15 +01:00 |
Ivan Dyachkov
|
84b6d7d720
|
fix: remove 5.5.bpapi2 file
|
2024-02-02 10:38:50 +01:00 |
ieQu1
|
3d2ac97c61
|
feat(ds): Add a CLI interface to inspect status of DS databases
|
2024-02-02 10:11:01 +01:00 |
Zaiming (Stone) Shi
|
f0569d8ae8
|
refactor: use mria:async_dirty to group dirty ops
|
2024-02-02 09:26:43 +01:00 |
lafirest
|
24d8a9ab00
|
Merge pull request #12449 from lafirest/feat/td
feat(tdengine): improve the TDengine bridge to v2 style
|
2024-02-02 16:17:01 +08:00 |
Ivan Dyachkov
|
4a4f96d4b5
|
ci: scorecard workflow can only run on master branch
|
2024-02-02 08:51:51 +01:00 |
Ivan Dyachkov
|
54fda58698
|
ci: use v3 artifacts actions in build packages
|
2024-02-02 08:49:25 +01:00 |
Ivan Dyachkov
|
dd490de2e1
|
chore: emqx 5.5.0
|
2024-02-02 08:48:56 +01:00 |
Ivan Dyachkov
|
1501f5b89d
|
ci: fix otp version
|
2024-02-02 08:48:56 +01:00 |
Ivan Dyachkov
|
f1c7e716ce
|
chore: 5.5.0-rc.2
|
2024-02-02 08:48:56 +01:00 |
Ivan Dyachkov
|
ee305f2dd0
|
ci: use OTP 25.3.2-2 for building docker
due to segfault on 26 https://github.com/erlang/otp/issues/8051
|
2024-02-02 08:48:56 +01:00 |
JianBo He
|
9aad7997ca
|
chore: compatible the contet-type sytanx
|
2024-02-02 08:48:56 +01:00 |
Ivan Dyachkov
|
92ef848b30
|
ci: fix publish artifacts
|
2024-02-02 08:48:56 +01:00 |
YuShifan
|
4d61975f2c
|
chore(dashboard): bump dashboard version to v1.7.0 & e1.5.0
|
2024-02-02 08:48:56 +01:00 |
Ivan Dyachkov
|
dae3a94670
|
chore: 5.5.0-rc.1
|
2024-02-02 08:48:56 +01:00 |
lafirest
|
c724d2127e
|
Merge pull request #12457 from lafirest/fix/opentsdb
fix(opents): change the schema of tags to object style
|
2024-02-02 15:33:50 +08:00 |
zhongwencool
|
fc55b429f5
|
Merge pull request #12459 from JimMoen/fix-kinesis-eunit
test: fix emqx_connector_schema eunit missing fields
|
2024-02-02 15:29:10 +08:00 |
JimMoen
|
17d79026cd
|
test: fix emqx_connector_schema eunit missing fields
|
2024-02-02 14:43:25 +08:00 |
firest
|
5291adf2c0
|
fix(opents): change the schema of tags to object style
|
2024-02-02 13:07:49 +08:00 |
JimMoen
|
f33e153e11
|
Merge pull request #12455 from JimMoen/0202-fix-swagger-dup-map-key
fix(swagger): no-need call common_fields when `emqx_connector_schema:api_fields/3` used
|
2024-02-02 11:29:44 +08:00 |
JimMoen
|
1a372ce39a
|
fix(swagger): no-need call common_fields when `emqx_connector_schema:api_fields/3` used
|
2024-02-02 10:54:49 +08:00 |
firest
|
2241461acb
|
chore: update change & bump version
|
2024-02-02 07:48:44 +08:00 |
ieQu1
|
494aa71156
|
Merge pull request #12443 from ieQu1/dev/sessds-list-subs
feat(sessds): Expose subscriptions in the REST API
|
2024-02-01 18:09:49 +01:00 |
Kjell Winblad
|
af3f43ffd5
|
fix: use emqx_resource macro for status
Thanks for the suggestion @thalesmg
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
|
2024-02-01 17:24:25 +01:00 |
ieQu1
|
98d1094d73
|
feat(sessds): Expose subscriptions in the REST API
|
2024-02-01 16:47:57 +01:00 |
Kjell Winblad
|
016fbd2c5c
|
chore: remove commented out code
|
2024-02-01 16:18:37 +01:00 |
firest
|
dfad020c49
|
feat(tdengine): improve the TDengine bridge to v2 style
|
2024-02-01 23:14:24 +08:00 |
Kjell Winblad
|
ee35ecb04d
|
docs: add change log entry for Oracle bridge refactoring
|
2024-02-01 16:08:36 +01:00 |
Kjell Winblad
|
a4272c71dc
|
feat: refactor Oracle bridge to connector and action
Fixes:
https://emqx.atlassian.net/browse/EMQX-11464
|
2024-02-01 16:03:05 +01:00 |
Ilya Averyanov
|
ae1ef9d1bb
|
Merge pull request #12428 from savonarola/0130-simplify-boot-machine-runtime-deps
chore(emqx_machine): refactor injecting runtime deps
|
2024-02-01 16:32:53 +02:00 |
William Yang
|
80ff1b1657
|
Merge pull request #12434 from qzhuyan/fix/william/kafka-dont-stacktrace-when-no-partiion-count
kafka-bridge: dont stacktrace when no partition count
|
2024-02-01 15:09:45 +01:00 |
Zaiming (Stone) Shi
|
3e518c1876
|
Merge pull request #12427 from zmstone/0130-limit-kafka-partitions
0130 limit kafka partitions
|
2024-02-01 14:39:52 +01:00 |
Ilya Averyanov
|
6a092aeb69
|
chore(emqx_machine): refactor injecting runtime deps
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
|
2024-02-01 16:13:49 +03:00 |
William Yang
|
16444b7da9
|
fix(bridge-kafka): no stacktrace when fetch topic partition count fail
|
2024-02-01 14:09:15 +01:00 |
Zaiming (Stone) Shi
|
8f9e6769cf
|
docs: add missing desc
|
2024-02-01 11:08:54 +01:00 |
zhongwencool
|
42a4bc3382
|
Merge pull request #12435 from zhongwencool/dont-add-disable-resource-to-connector
fix: don't add disable bridge to connector's channel
|
2024-02-01 10:39:47 +08:00 |