chenjiale
675c1a9b12
feat: ✨ 更新 Dockerfile 和 Drone 配置以支持配置文件的挂载和同步
1 month ago
chenjiale
0a527ca10e
Merge branch 'master' into cjl-dev
1 month ago
CJL6015
2c94a74d44
Update project configuration and add new dependencies
- Added a new launch configuration for Flask debugging in .vscode/launch.json.
- Updated requirements.txt with new dependencies.
- Added compiled Python bytecode for PCA_Test.py in __pycache__.
- Introduced a new MSSQL connection module with methods for executing queries and fetching results.
- Implemented data retrieval functionality for historical values and model information.
1 month ago
CJL6015
afde8379e2
feat: ✨ add initial VCS configuration for Git
1 month ago
chenjiale
6e6020f064
Merge pull request 'feat: ✨ 更新 EXA 清洗接口 IP 地址至 172.28.137.231:8098' ( #16 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/16
1 month ago
chenjiale
908c52fe58
feat: ✨ 更新 EXA 清洗接口 IP 地址至 172.28.137.231:8098
1 month ago
chenjiale
6fc6b59bb9
Merge pull request 'feat: ✨ 更新 EXA 清洗接口 IP 地址至 172.28.137.231' ( #15 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/15
1 month ago
chenjiale
1cdaebe597
feat: ✨ 更新 EXA 清洗接口 IP 地址至 172.28.137.231
1 month ago
chenjiale
0cfbc618d2
Merge pull request 'feat: ✨ 更新 EXA 清洗接口 IP 地址至 host.docker.internal' ( #14 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/14
1 month ago
chenjiale
af48f7fbe8
feat: ✨ 更新 EXA 清洗接口 IP 地址至 host.docker.internal
1 month ago
chenjiale
30df574b5d
Merge pull request 'feat: ✨ 更新 EXA 清洗接口 IP 地址至本地地址' ( #13 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/13
1 month ago
chenjiale
8795ee7812
feat: ✨ 更新 EXA 清洗接口 IP 地址至本地地址
1 month ago
chenjiale
d11fcb9702
Merge pull request 'feat: ✨ 更新 EXA 清洗接口 IP 地址' ( #12 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/12
1 month ago
chenjiale
419be032d4
feat: ✨ 更新 EXA 清洗接口 IP 地址
1 month ago
chenjiale
d880e232db
Merge pull request 'feat: ✨ 更新 requirements.txt 文件' ( #11 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/11
1 month ago
chenjiale
3671c93c99
feat: ✨ 更新 requirements.txt 文件
1 month ago
chenjiale
0c51871d42
Merge pull request 'feat: ✨ 移除不必要的 xlrd 导入' ( #10 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/10
1 month ago
chenjiale
8c37320ab1
feat: ✨ 移除不必要的 xlrd 导入
1 month ago
chenjiale
30889767ff
Merge pull request 'feat: ✨ 更新 Dockerfile,恢复 Python 基础镜像至 3.10.16,并添加必要的依赖安装步骤' ( #9 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/9
4 months ago
chenjiale
8b8fbadcdd
feat: ✨ 更新 Dockerfile,恢复 Python 基础镜像至 3.10.16,并添加必要的依赖安装步骤
4 months ago
chenjiale
c8e11b8e4f
Merge pull request 'feat: ✨ 更新 Dockerfile,升级 Python 基础镜像至 3.10.18' ( #8 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/8
4 months ago
chenjiale
6e3e82fd0f
feat: ✨ 更新 Dockerfile,升级 Python 基础镜像至 3.10.18
4 months ago
chenjiale
dac9ba893e
Merge pull request 'feat: ✨ 更新 Dockerfile,升级 Python 基础镜像至 3.10.16' ( #7 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/7
4 months ago
chenjiale
515f0d17fc
feat: ✨ 更新 Dockerfile,升级 Python 基础镜像至 3.10.16
4 months ago
chenjiale
2fa10e3c05
Merge pull request 'Add compiled Python bytecode for config and recon modules' ( #6 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/6
4 months ago
chenjiale
2dec3c73fb
Add compiled Python bytecode for config and recon modules
- Generated __pycache__ files for config.py and recon.py, containing the compiled bytecode.
- These changes improve the loading time of the modules by utilizing cached bytecode.
4 months ago
chenjiale
5d3dfc5515
Merge pull request 'feat: ✨ 移除 Dockerfile 中的 gcc、g++ 和 make 安装步骤' ( #5 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/5
4 months ago
chenjiale
feedaca879
feat: ✨ 移除 Dockerfile 中的 gcc、g++ 和 make 安装步骤
4 months ago
chenjiale
5e71de6274
Merge pull request 'feat: ✨ 在 Dockerfile 中添加 gcc、g++ 和 make 的安装步骤' ( #4 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/4
4 months ago
chenjiale
84049346fd
feat: ✨ 在 Dockerfile 中添加 gcc、g++ 和 make 的安装步骤
4 months ago
chenjiale
f36bf2e3b9
Merge pull request 'feat: ✨ 更新 Dockerfile,添加清华镜像源以加速依赖安装' ( #3 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/3
4 months ago
chenjiale
36ab47bdb1
feat: ✨ 更新 Dockerfile,添加清华镜像源以加速依赖安装
4 months ago
root
210597c92a
Merge pull request 'feat: ✨ 更新构建镜像命令,使用 Dockerfile' ( #2 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/2
4 months ago
chenjiale
a073a65997
feat: ✨ 更新构建镜像命令,使用 Dockerfile
4 months ago
root
51727fd4f4
Merge pull request 'cjl-dev' ( #1 ) from cjl-dev into master
Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/1
4 months ago
chenjiale
fb5aa9f763
feat: ✨ 初始化代码
4 months ago
chenjiale
3769ff14c8
feat: ✨ 初始化代码
4 months ago
chenjiale
bb49dfc100
feat: ✨ 初始化代码
4 months ago