Commit Graph

2351 Commits

Author SHA1 Message Date
marvzhang
f800515d71 set default lang 2021-07-16 14:33:47 +08:00
marvzhang
5f3ddc825f updated .env files 2021-07-16 14:32:33 +08:00
marvzhang
5bf1dc9b14 fixed path case issue 2021-07-16 14:09:25 +08:00
marvzhang
ee09515e71 code cleanup 2021-07-16 11:42:41 +08:00
marvzhang
bc3ae5c517 Merge branch 'next' into develop 2021-07-16 11:28:25 +08:00
marvzhang
fab53ce7f6 Merge remote-tracking branch 'origin/develop' into develop 2021-07-16 11:24:34 +08:00
marvzhang
b19fcfd0eb updated dependencies 2021-07-16 11:24:24 +08:00
marvzhang
24aa43b1f6 updated version 2021-07-16 09:32:12 +08:00
marvzhang
8179423b8f updated package.json 2021-07-15 22:41:36 +08:00
marvzhang
caf2380f99 updated frontend 2021-07-15 21:37:37 +08:00
marvzhang
058531b267 updated dependencies 2021-07-15 21:29:15 +08:00
marvzhang
da5f223fd6 updated cmd 2021-07-10 22:22:02 +08:00
marvzhang
178711829c added params to cmd 2021-07-10 21:47:30 +08:00
marvzhang
bbe631011c updated go.sum 2021-06-30 10:29:26 +08:00
marvzhang
1a9dafd0cf updated apps 2021-05-31 16:26:17 +08:00
Marvin Zhang
19b00782d2 Merge pull request #963 from darrenxyli/patch-1
Mac address finding precondition checker fix.
2021-05-31 12:32:23 +08:00
Xinyang (Darren) Li
1c555daafd Mac address finding precondition checker fix.
mac address finding is based on `addrs`, and it could be empty, but the checker only exist when input param `ip` is empty.
2021-05-29 10:38:16 -07:00
zkqiang
5eaea59510 upgrade swaggo/swag 2021-05-18 11:14:29 +08:00
zkqiang
b8028ca73a modify Dockerfile 2021-05-18 11:14:29 +08:00
zkqiang
b2222dfe1a fix dependency 2021-05-17 14:42:39 +08:00
marvzhang
bbd77a43f0 optimized code 2021-04-29 11:35:39 +08:00
marvzhang
15bd38f598 updated code structure 2021-04-29 10:44:46 +08:00
marvzhang
d5141f723a updated cli 2021-04-27 17:37:29 +08:00
marvzhang
6e9078e2ce updated description 2021-04-27 11:37:18 +08:00
marvzhang
be5a2207fd added cli 2021-04-27 11:34:12 +08:00
marvzhang
98913cd3aa fixed namings 2021-04-20 13:20:51 +08:00
Jeremy
ff2e2c4152 Merge pull request #945 from crawlab-team/dependabot/npm_and_yarn/frontend/ssri-6.0.2
Bump ssri from 6.0.1 to 6.0.2 in /frontend
2021-04-20 11:00:03 +08:00
dependabot[bot]
9a784b495d Bump ssri from 6.0.1 to 6.0.2 in /frontend
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 21:29:27 +00:00
marvzhang
f5ec1ad586 renaming 2021-04-08 13:21:04 +08:00
marvzhang
b3c44cec3d renamed modules 2021-04-07 11:25:00 +08:00
marvzhang
867093ae4e refactoring 2021-03-23 22:50:19 +08:00
Jeremy
38c36033ae Merge pull request #918 from crawlab-team/dependabot/npm_and_yarn/frontend/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4 in /frontend
2021-03-09 14:58:10 +08:00
dependabot[bot]
836336cada Bump elliptic from 6.5.3 to 6.5.4 in /frontend
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09 01:07:02 +00:00
marvzhang
787e310d18 updated config.yml 2021-02-18 10:03:48 +08:00
Marvin Zhang
04a9d042ef Merge pull request #891 from liujtm/develop
修复git clone submodules
2020-12-16 16:00:38 +08:00
jeeeryliu
048d947c42 修复git clone submodules 2020-12-16 15:38:22 +08:00
Jeremy
3fb86bf42b Merge pull request #890 from crawlab-team/dependabot/npm_and_yarn/frontend/ini-1.3.7
Bump ini from 1.3.5 to 1.3.7 in /frontend
2020-12-11 10:47:49 +08:00
dependabot[bot]
b1455b914c Bump ini from 1.3.5 to 1.3.7 in /frontend
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 02:37:44 +00:00
marvzhang
074ddf6e45 code cleanup 2020-12-04 15:38:26 +08:00
marvzhang
00cf719ecc code cleanup 2020-12-04 15:33:15 +08:00
Marvin Zhang
54f377c726 Merge pull request #884 from liujtm/master
git allow RecurseSubmodules
2020-12-04 14:09:57 +08:00
jeeeryliu
50b1c20c14 git allow RecurseSubmodules 2020-12-03 15:13:02 +08:00
Marvin Zhang
ec3775a985 Merge pull request #876 from crawlab-team/develop
Develop
2020-11-08 10:55:17 +08:00
Marvin Zhang
61ef93fb9b Merge pull request #875 from YBENS/develop
fixed:#830
2020-11-04 17:39:11 +08:00
kenking
f62c6d5ddb fixed:#830 2020-11-04 17:13:14 +08:00
Marvin Zhang
df91a4bd08 Merge pull request #873 from hantmac/fix/git_has_port
fix git has port
2020-11-02 13:14:12 +08:00
hantmac
6d2338cc0d fix git has port
Signed-off-by: hantmac <hantmac@outlook.com>
2020-11-02 10:41:21 +08:00
Jeremy
d009fb9b9c Merge pull request #868 from hantmac/fix/redis_special_pswd
support redis password contains special char
2020-10-29 10:11:47 +08:00
hantmac
6a5052c76a support redis password contains special char
Signed-off-by: hantmac <hantmac@outlook.com>
2020-10-27 18:17:31 +08:00
Marvin Zhang
0110c79370 Merge pull request #862 from crawlab-team/develop
Develop
2020-10-22 09:49:04 +08:00