Commit Graph

31 Commits

Author SHA1 Message Date
zmstone 62ebcd71ef fix: load cluster.hocon when generate app.<time>.config 2024-03-08 15:27:06 +01:00
Zaiming (Stone) Shi 6f6dbc24c2 chore: ensure EMQX_NODE__NAME is set as EMQX_NODE_NAME 2024-02-20 14:20:15 +01:00
Thales Macedo Garitezi 7cdaf78d1e ci: fix `dev` script support for elixir on OTP 26+ 2024-01-10 15:15:30 -03:00
Stefan Strigler 9436582e14 fix: remove debug statement 2023-10-24 09:57:37 +02:00
Zaiming (Stone) Shi d753edc0fd chore: remove lib-ee in scripts 2023-10-11 20:12:57 +02:00
Ilya Averyanov c2c56ba481 chore(auth): update tests 2023-10-05 13:41:50 +03:00
Ilya Averyanov 1eb75b43c4 chore(auth): split emqx_authn and emqx_authz apps 2023-10-05 13:41:50 +03:00
Stefan Strigler ad4dac52eb feat: dev script support short names 2023-10-03 09:08:28 +02:00
Stefan Strigler a8740c42cc fix: dev script be more user-friendly 2023-10-03 09:07:28 +02:00
Stefan Strigler c181a0a702 fix: make dev script play nice with _checkouts 2023-10-03 09:07:28 +02:00
Zaiming (Stone) Shi 5ad7c2fa2c test(dev): fix typo in remsh node name in ./dev script 2023-09-28 11:16:18 +02:00
Zaiming (Stone) Shi a34ab19d93 fix(audit): make emqx eval command auditable 2023-09-22 12:05:45 +02:00
firest d4aba52e16 chore(dev): support the EMQX_NODE__NAME variable 2023-09-01 18:03:45 +08:00
Thales Macedo Garitezi 34ae365400 ci(dev): fix plugins installation directory for `dev` script 2023-08-02 12:46:51 -03:00
Thales Macedo Garitezi 3fa8853271 ci(dev): fix `--ekka-epmd` flag for elixir 2023-07-10 18:00:01 -03:00
Thales Macedo Garitezi da164c53db
Merge pull request #11054 from thalesmg/fix-dev-patches-master
ci(dev_script): fix patches vm.args path
2023-06-15 11:30:54 -03:00
zhongwencool 7dade3a52c fix: tls_certfile_gc notice log don't print abspath 2023-06-15 17:06:09 +08:00
Thales Macedo Garitezi 2ee1317ca0 ci(dev_script): fix patches vm.args path
Fixes the path to the patches directory so it works with `quickrun`.

Before fix:
```
iex(emqx@127.0.0.1)3> :init.get_arguments()
[
  # ...
  pa: ['"_build/dev-run/emqx/data/patches"'],
  # ...
]
```

After fix:
```
iex(emqx@127.0.0.1)1> :init.get_arguments()
[
  # ...
  pa: ['_build/dev-run/emqx/data/patches'],
  # ...
]
```
2023-06-14 16:55:12 -03:00
Thales Macedo Garitezi 475c86640d ci: add elixir support to `dev` / `make quickrun` scripts 2023-05-26 14:46:02 -03:00
Zaiming (Stone) Shi 382ecf9d5c build: adapt ERL_LIBS dir separator for windows
Using ':' in ERL_LIBS environment variable e.g. ERL_LIBS='dir1:dir2'
does not work in windows, it has to be ';'
2023-05-24 21:23:04 +02:00
Zaiming (Stone) Shi dee21d2ccf build: order _build/$PROFILE/lib before 'default' profile libs 2023-05-23 21:38:55 +02:00
某文 ed1268ed30 Merge branch 'release-50' into 0522-merge-release-50-to-master 2023-05-23 07:56:35 +08:00
某文 5350a4a8c3 fix: make run failed by check acl file 2023-05-22 22:18:53 +08:00
Zaiming (Stone) Shi 40e8d5d039 refactor: rename lib-ee/emqx_ee_conf to apps/emqx_enterprise 2023-05-22 14:51:27 +02:00
Zaiming (Stone) Shi 75c8577b6b build(./dev): export SCHEMA_MOD
SCHEMA_MOD is used at runtime in EMQX Erlang code
whenc loading configuration
2023-05-22 14:51:26 +02:00
某文 d03cf26136 chore: enable console, disable file when in dev mode 2023-05-05 20:55:18 +08:00
Zaiming (Stone) Shi ed0d0b9787 build: check mnesia compatibility when generating mria config 2023-05-04 15:22:49 +02:00
Zaiming (Stone) Shi c4da84f0be feat(./dev): use command style and added 'ctl' command 2023-05-04 10:24:17 +02:00
Ilya Averyanov b357e6f9ff chore(dev): fix dev script on macos 2023-05-02 19:43:41 +03:00
Zaiming (Stone) Shi 7a549d71ef chore: make it easier for IDE to connect
1. By default, start the node with regular EPMD, not ekka_epmd
2. Use user's Erlang cookie
3. Add a -r option to attach remsh
2023-05-02 10:24:16 +02:00
Zaiming (Stone) Shi dbcb75f35b build: add ./dev 2023-05-01 22:49:02 +02:00