Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
079438c
后端:添加rpyc+apscheduler服务
4linuxfun Feb 24, 2023
30c6b8e
后端:rpyc+apscheduler服务 fix #100
4linuxfun Feb 24, 2023
46d69e6
后端: 添加任务管理对应接口 fix #100
4linuxfun Feb 24, 2023
9532018
前端:任务中心-任务管理:功能实现 fix #100
4linuxfun Feb 24, 2023
d4e6530
前端:组件封装
4linuxfun Feb 24, 2023
6057efe
后端:通过rpyc实现apscheduler的远程调用,进行任务的管理
4linuxfun Jun 19, 2023
065e8f0
后端:添加Job相关model和crud
4linuxfun Jun 19, 2023
d86d098
后端:添加get_uid依赖
4linuxfun Jun 20, 2023
b9c9caf
后端:修改使用get_uid获取uid
4linuxfun Jun 20, 2023
ce6ee7c
后端:增加get_redis函数,用户获取redis连接
4linuxfun Jun 20, 2023
39ca9f2
后端:实现ws获取redis中的日志信息
4linuxfun Jun 20, 2023
b0b99bf
后端:修改job项目目录
4linuxfun Jun 20, 2023
c297407
后端:添加任务管理相关借口
4linuxfun Jun 20, 2023
9980ee6
前端:实现任务管理相关功能页面
4linuxfun Jun 20, 2023
95d60e5
后端:scheduler后端task进行执行主机任务分离,方便后期扩展执行远程ssh
4linuxfun Jun 28, 2023
80a277f
后端:job增加targets参数,用于指定任务执行主机
4linuxfun Jun 28, 2023
0a438e2
前端:修复升级element plus后中文乱码问题
4linuxfun Jun 28, 2023
cb45acf
前端:任务管理增加targets参数
4linuxfun Jun 28, 2023
f0e7cc5
后端:scheduer增加get_user_jobs,通过uid和job_name快速获取用户的job列表
4linuxfun Jun 30, 2023
2486db8
后端:scheduler task增加时间值
4linuxfun Jun 30, 2023
7e9e4bf
后端:优化任务获取逻辑
4linuxfun Jun 30, 2023
6cee979
后端:重新定义Job相关模型
4linuxfun Jun 30, 2023
0bb4ba9
前端:优化任务管理页面相关代码
4linuxfun Jun 30, 2023
1ce9cc8
前端:任务日志页面展示
4linuxfun Jun 30, 2023
7fd5c91
更新前后端项目依赖版本
4linuxfun Dec 21, 2023
3dc9ea1
update:更新依赖库版本
4linuxfun Jan 3, 2024
58d095b
后端:修复更新pydantic后属性变更
4linuxfun Jan 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
更新前后端项目依赖版本
  • Loading branch information
4linuxfun committed Dec 21, 2023
commit 7fd5c91fcdd23a8cb62bd525d5d1c2a88af263fd
Binary file added requirements.txt
Binary file not shown.
44 changes: 24 additions & 20 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,34 @@
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@vueuse/core": "^9.4.0",
"axios": "^1.1.3",
"core-js": "^3.22.8",
"echarts": "^5.3.1",
"element-plus": "^2.2.28",
"js-base64": "^3.7.2",
"js-cookie": "^3.0.1",
"jsonref": "^7.0.0",
"pinia": "2.0.29",
"vue": "^3.2.45",
"vue-echarts": "^6.0.3",
"vue-router": "^4.1.6"
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^10.7.0",
"axios": "^1.6.2",
"core-js": "^3.34.0",
"echarts": "^5.4.2",
"element-plus": "^2.4.4",
"js-base64": "^3.7.5",
"js-cookie": "^3.0.5",
"jsonref": "^8.0.8",
"pinia": "2.1.7",
"vue": "^3.3.13",
"vue-echarts": "^6.6.5",
"vue-router": "^4.2.5",
"xterm": "^5.3.0",
"xterm-addon-attach": "^0.9.0",
"xterm-addon-fit": "^0.8.0"

},
"devDependencies": {
"@rollup/plugin-dynamic-import-vars": "^2.0.2",
"@vitejs/plugin-vue": "^4.0.0",
"js-md5": "^0.7.3",
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
"@vitejs/plugin-vue": "^4.5.2",
"js-md5": "^0.8.3",
"sass": "^1.57.1",
"unocss": "^0.48.4",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.4",
"vite-plugin-dynamic-import": "^1.2.6"
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite-plugin-dynamic-import": "^1.5.0"
},
"eslintConfig": {
"root": true,
Expand Down