Commit Graph

612 Commits

Author SHA1 Message Date
Ivan Dyachkov 228b2c1767
Merge pull request #12679 from id/0311-docker-base-debian12
chore: switch default docker base to debian 12
2024-03-15 09:24:47 +01:00
Ivan Dyachkov c39e12bfba chore: switch default docker base to debian 12 2024-03-14 20:41:01 +01:00
Kinplemelon 791aa00914 chore: upgrade dashboard to e1.6.0-beta.5 for ee 2024-03-14 16:58:59 +08:00
Kinplemelon b858a34dc2 chore: upgrade dashboard to e1.6.0-beta.2 for ee 2024-03-05 16:08:25 +08:00
Kinplemelon e5d520ab14 chore: upgrade dashboard to e1.6.0-beta.1 for ee 2024-03-02 00:10:29 +08:00
Kinplemelon 85d90c2391 chore: upgrade dashboard to e1.5.1-s3 for ee 2024-02-23 09:57:13 +08:00
Kinplemelon 393e482889 chore: upgrade dashboard to e1.5.1-s3-beta.1 for ee 2024-02-21 13:56:05 +08:00
YuShifan 4d61975f2c chore(dashboard): bump dashboard version to v1.7.0 & e1.5.0 2024-02-02 08:48:56 +01:00
Zaiming (Stone) Shi 2a40152721 Merge remote-tracking branch 'origin/release-55' into sync-release-55 2024-01-26 16:51:13 +01:00
JimMoen 58b60181d7
fix(prom_mria): move mria callback into `emqx_prometheus.erl`
- they will return in same api endpoint.
2024-01-25 19:36:38 +08:00
JimMoen 9afb5f661c build: direct paths to avoid wildcard traversal of the _build dir
- erlfmt always try loop through files in the `--exclude-files` dir
2024-01-25 16:01:44 +08:00
JimMoen fd62b59acd
chore: bump dashboard vsn 2024-01-25 09:22:23 +08:00
Kinplemelon 5cabc6b368 chore: upgrade dashboard to e1.5.0-beta.3 for ee 2024-01-12 18:21:40 +08:00
Zaiming (Stone) Shi ca60ef86ce ci: upgrade to otp 26.2.1-2 2024-01-11 09:15:06 +01:00
Serge Tupchii c77cd690b8 ci: upgrade to OTP-26.1.2-3 (mnesia:match_delete/2 function added) 2024-01-10 16:23:54 +02:00
Zaiming (Stone) Shi 9e8a67fd68 feat: support authz cache exclusion config
now one can configure a list of topic-filters to avoid
caching ACL check results

for example

authorization.cache.excludes = ["nocache/#"]

this means ACL check results for topics having 'nocache/' prefix
will not be cached
2024-01-10 13:52:00 +01:00
Thales Macedo Garitezi 756980837c Merge branch 'release-54' into sync-r54-m-20240108 2024-01-08 17:39:42 -03:00
Kinplemelon fb140a1246 chore: upgrade dashboard to v1.6.1 for ce 2024-01-08 16:49:06 +08:00
Ivan Dyachkov 06117c3a33 Merge remote-tracking branch 'upstream/release-54' into 0105-sync-r54 2024-01-05 14:20:38 +01:00
Kinplemelon 4edd4b4db8 chore: upgrade dashboard to e1.4.1 for ee 2024-01-05 11:51:47 +08:00
JimMoen 0f10d9a8bb
build: erlfmt `rebar.config` files and `bin/nodetool` 2023-12-29 09:08:03 +08:00
Thales Macedo Garitezi 035f5f977e Merge remote-tracking branch 'origin/release-54' into sync-r54-m-20231221 2023-12-21 17:53:05 -03:00
Kinplemelon 7966aaad5f chore: upgrade dashboard to e1.4.0 for ee and v1.6.0 for ce 2023-12-21 18:14:26 +08:00
Thales Macedo Garitezi cf9331a95f Merge branch 'release-54' into sync-r54-m-20231218 2023-12-18 17:21:08 -03:00
JimMoen fd6ee8f848
test: enable-disable gw ocpp 2023-12-15 18:01:06 +08:00
Zaiming (Stone) Shi e45ed3d97d ci: upgrade to otp 26 2023-12-14 22:22:01 +01:00
Zaiming (Stone) Shi aaf487062a fix(exproto): fix ssl client options 2023-12-14 22:21:31 +01:00
Kinplemelon b088cce2b0 chore: upgrade dashboard to e1.4.0-beta.1 for ee 2023-12-04 17:59:58 +08:00
Kinplemelon f3ecf17b61 chore: upgrade dashboard to e1.3.2 for ee and v1.5.2 for ce 2023-11-30 22:34:23 +08:00
Kinplemelon 0939b66af5 chore: upgrade dashboard to e1.3.2-beta.1 for ee 2023-11-20 17:28:01 +08:00
Thales Macedo Garitezi 371a49304d Merge branch 'release-53' into sync-r53-to-m-20231109 2023-11-09 17:19:23 -03:00
Kinplemelon 5d25daee88 chore: upgrade dashboard to e1.3.1 for ee and v1.5.1 for ce 2023-11-09 10:17:58 +08:00
JimMoen 3fd5ab2782
build(Makefile): erlfmt all escript files 2023-11-08 11:37:24 +08:00
Ivan Dyachkov b1ab213081 chore: merge 'upstream/release-53' into 1031-sync-r53 2023-10-31 11:06:25 +01:00
Zaiming (Stone) Shi 62d7fdccf9 build(Makefile): do not add -c or --cover by default 2023-10-30 18:17:35 +01:00
Ivan Dyachkov 52828ecf20 chore(Makefile): move .PHONY target nothing to the end of the file 2023-10-30 14:53:03 +01:00
Ivan Dyachkov 045875d18d ci: make CI a little faster and less flaky
- use latest ubuntu22.04 emqx-builder image in compose files
- use xl runners for compiling and for emqx app tests
- make helm tests less flaky
2023-10-30 10:32:27 +01:00
Zaiming (Stone) Shi 3aebe4a289 ci: only enable cover-compile by default in CI
so the ad-hoc make apps/appname-ct run can be faster
2023-10-28 00:39:55 +02:00
Zaiming (Stone) Shi 61c1c72061 refactor: OTP_VSN and ELIXIR_VSN are no longer needed in Makefile 2023-10-27 12:21:47 +02:00
Zaiming (Stone) Shi 5c14ac2e50 build: refactor Makefile -ct and -prop target generation
Do not pre-generate all the -ct and -prop targets,
rather generate only the one that is in the specified build target
2023-10-27 10:22:15 +02:00
Zaiming (Stone) Shi d753edc0fd chore: remove lib-ee in scripts 2023-10-11 20:12:57 +02:00
Ivan Dyachkov f5b0f96521 chore(docker): use public.ecr.aws registry for base image 2023-10-10 14:51:07 +02:00
Kinplemelon ecf5429846 chore: upgrade dashboard to e1.3.0 for ee and v1.5.0 for ce 2023-09-28 15:41:59 +08:00
Zaiming (Stone) Shi 31c7da9330 test: run eunit with a node name 2023-09-27 12:58:06 +02:00
JimMoen a51509ad34
chore: bump dashboard vsn to e1.3.0-beta.6 2023-09-26 23:24:22 +08:00
Kinplemelon cd16a43fe0 chore: upgrade dashboard to v1.4.1 for ce 2023-09-18 18:11:16 +08:00
Kinplemelon 888509a42d chore: upgrade dashboard to e1.2.1 for ee 2023-09-15 11:37:21 +08:00
Zaiming (Stone) Shi f3bebb0ba2 Merge remote-tracking branch 'origin/master' into 0907-sync-master-to-release-52 2023-09-07 18:51:30 +02:00
Kinplemelon 96d6a19600 chore: upgrade dashboard to e1.2.0 for ee and v1.4.0 for ce 2023-09-06 23:00:46 +08:00
Zaiming (Stone) Shi e794143ae1 Merge remote-tracking branch 'origin/release-52' into 0906-sync-release-52-to-master 2023-09-06 09:08:22 +02:00