Zaiming (Stone) Shi
4dbe3ccf71
refactor(dashboard): rename 'password' field to 'pwdhash' ( #5990 )
...
* refactor(dashboard): rename 'password' field to 'pwdhash'
rename as it is not plaintext password stored in db
* refactor(emqx_dashboard): rename records
* test(emqx_dashboard_token): add test case to cover match specs
2021-10-26 20:41:33 +08:00
zhongwencool
d784e63b9f
emqx_conf ( #5939 )
...
* feat(emqx_conf): move conf manager for emqx_machine to emqx_conf
* chore(emqx_conf): change emqx:get_config/2 to emqx_conf:get/2
* fix: common test failed
* fix: badmatch by typo wrong key
* fix(emqx_conf): get the wrong core nodes
* fix(emqx_conf): get core node's tnx_id not latest tnx_id
* fix: add ro_transation when copy conf file
* fix: delete debug info
* fix: change ekka_rlog to mria_rlog
* fix: remove cluster_rpc from emqx_machine.
* fix: don't call ekka:start/0 explicitly
* fix: ekka should be start in emqx_machine
2021-10-21 18:08:51 +08:00
Zaiming Shi
010c70c200
chore: delete unused script
2021-09-28 20:40:46 +02:00
Shawn
c0447d58b4
fix(config): configs in emqx_machine.conf was merged twice into emqx.conf
2021-08-20 19:04:52 +08:00
Zaiming Shi
522d8e0a4a
refactor(config): split config and schema
2021-08-04 08:36:10 +02:00
Turtle
32534d2372
chore(dashboard): update get-dashboard script
2021-08-03 17:21:01 +08:00
JianBo He
aa019b34ad
test(exhook): refine tests
2021-08-03 14:06:58 +08:00
Zaiming Shi
00966d0114
chore(script): silent download rebar3
2021-07-30 10:40:14 +02:00
Turtle
569d54a4c0
feat(dashboard): Update the configuration file to hocon
2021-07-26 15:00:40 +08:00
Zaiming Shi
086b785cb0
chore: delete relup_deps injection
...
in v5, we will not rely on relup_deps to resolve app start
order after upgrade
2021-07-26 09:11:48 +08:00
zhanghongtong
9081a22b8c
chore(deps): deps in rebar must not be use branch
...
Can use tags or commit ids in rebar deps
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-07-12 18:28:47 +08:00
zhanghongtong
e1a33c373c
chore(CI): disable apps version check in unstable tags
2021-07-05 15:10:57 +08:00
Turtle
24292f4f4e
chore: delete plugins related configuration
2021-07-02 18:12:06 +08:00
Turtle
918a26e921
feat(conf): merge all conf to emqx.conf
2021-07-02 17:01:16 +08:00
zhanghongtong
c094e5ddcc
chore(ct): cancel needless apps ct
2021-07-01 18:39:42 +08:00
Turtle
33036a1a91
chore(plugins): rm emqx-pks-file plugin
2021-06-28 15:57:19 +08:00
Zaiming Shi
9471f5ae07
fix(script): exclude non-edge apps in relup dependency
2021-06-28 11:42:55 +08:00
Zaiming Shi
e4cb11fb43
chore: add more info in error message
2021-06-28 11:42:55 +08:00
Turtle
4b1bb91516
chore: fix inject deps notfound emqx_reloader
2021-06-28 11:42:55 +08:00
Zaiming Shi
c7fe49c200
test(ci): add plugin list status check after relup new vsn install
2021-06-28 11:42:12 +08:00
Zaiming Shi
36685cc945
chore(relup): add relup dependency injection
2021-06-28 11:41:53 +08:00
zhanghongtong
8a368efb95
chore: move lib-ce to apps
...
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-06-15 17:31:54 +08:00
zhanghongtong
3b21ad7225
Merge branch master into main-v4.3
2021-06-11 09:27:46 +08:00
zhanghongtong
1098df815a
chore(CI): fix relup error
2021-06-10 09:25:37 +08:00
Zaiming Shi
c573474ec6
build: work with new emqx app location
2021-06-07 09:09:28 +02:00
Zaiming (Stone) Shi
5dab6985c1
Merge branch 'dev/v5.0' into resolve-master-dev/v5.0-conflict-release-version
2021-06-05 11:51:02 +02:00
Zaiming Shi
5795bcca6a
chore: fix app versions and check script
2021-06-05 11:09:13 +02:00
Zaiming Shi
54458e3924
chore(appup): ensure emqx_app alwasy loaded in appup
2021-06-03 13:02:49 +02:00
Tobias Lindahl
981364341e
chore(appup): load emqx_channel in appup
...
Note that the large whitespace diff on the appup file is because this
is the first time the new script for modifying appup files is used.
2021-06-03 12:22:58 +02:00
k32
4f425828d6
feat(scripts): Add an appup helper script
2021-06-02 11:50:49 +02:00
Zaiming Shi
1ab5909be3
build: use direct download link to get opensource dashboard
2021-05-27 16:18:17 +08:00
Zaiming Shi
0ac3e6e0ce
build: ensure rebar3 in PATH
2021-05-27 16:18:17 +08:00
zhanghongtong
f61397fe9a
chore(script): update app vsn check script
2021-05-27 13:36:06 +08:00
Rory-Z
9698933f83
chore(CI): ignore changes to the etc directory when checking the app version
2021-05-14 17:35:45 +08:00
Rory-Z
0bf76adfd5
chore(CI): fix app version check
2021-05-12 10:34:54 +08:00
zhanghongtong
bb490e7d6e
chore(CI): add apps version check
2021-05-11 09:07:48 +08:00
JianBo He
4f6216b812
build(test): add proper checking targets for each application
2021-04-13 18:10:21 +08:00
JianBo He
bd8cde3479
build(test): add emqx-ct target support
2021-04-13 18:10:21 +08:00
zhanghongtong
06b4da8269
chore(script): update find apps script, delete needless "/"
2021-04-02 17:21:09 +02:00
JianBo He
f08ddec296
Add server_name_indication and verify option ( #4349 )
...
Add server_name_indication and verify option
2021-03-23 19:48:04 +08:00
Zaiming Shi
749f8ff156
chore(build): exclude broken symlinks in find-apps.sh
2021-03-23 09:26:09 +08:00
Zaiming Shi
dc510fb572
chore(build): Upgrade to elvis 1.0.0-emqx-2
...
This version ensures spaces around '|' and '||'
2021-03-22 21:15:16 +01:00
Zaiming Shi
507a6ee1c0
docs(lib-extra/README): Add more details on how to run the code
2021-03-22 14:53:32 +01:00
Zaiming Shi
45dfc8a2fa
chore(test): make app-ct run easier
2021-03-20 11:20:48 +01:00
Zaiming Shi
2c0c69142d
chore(script): Delete CRLF from jq print-outs
2021-03-15 08:04:39 +01:00
Zaiming Shi
0fead391d2
chore(script): no -r option for rm command when delete a file
2021-03-15 08:04:39 +01:00
zhanghongtong
c5f0194af7
chore(CI): fix build error on windows
2021-03-15 07:31:53 +01:00
turtleDeng
d54410e560
chore(script): split-config optimize include position ( #4322 )
2021-03-12 14:21:20 +01:00
Zaiming Shi
4373367c15
chore(script): Add a script to split emqx.conf
2021-03-10 17:39:45 +01:00
Zaiming Shi
3e3c06118c
chore(build): Ensure git hooks from Makefile
2021-03-06 08:41:50 +01:00