Commit Graph

48 Commits

Author SHA1 Message Date
soul-walker
176d9b09e4 发布版本数据api添加用户name字段
All checks were successful
build / build-rust (push) Successful in 1m53s
2024-09-26 13:22:42 +08:00
soul-walker
18207bee18 修改用户分页查询bug
All checks were successful
build / build-rust (push) Successful in 1m57s
2024-09-26 09:58:59 +08:00
soul-walker
f70e08e5e8 添加用户表
All checks were successful
build / build-rust (push) Successful in 3m36s
添加用户同步,查询等接口
添加获取jwt接口
实现草稿数据、发布数据用户name关联查询
2024-09-25 18:35:45 +08:00
soul-walker
2d6d74d41e 修改用户数据查询接口参数
All checks were successful
build / build-rust (push) Successful in 1m52s
2024-09-24 09:30:55 +08:00
soul-walker
255301509a 修改接口获取userInfo bug
All checks were successful
build / build-rust (push) Successful in 1m51s
2024-09-23 17:56:10 +08:00
soul-walker
aae184e891 重新修改使用rustls以支持跨平台编译
All checks were successful
build / build-rust (push) Successful in 5m55s
2024-09-23 16:51:39 +08:00
soul-walker
a3994f0218 调整cicd build
Some checks failed
build / build-rust (push) Failing after 1m26s
2024-09-23 16:37:50 +08:00
soul-walker
bf9b3f501c 修改cicd(使用自己构建的docker镜像打包,reqwest还原使用openssl)
Some checks failed
build / build-rust (push) Failing after 43s
2024-09-23 15:41:40 +08:00
soul-walker
c52a6c813c 尝试修复build报错:ring@0.17.8: Compiler family detection failed due to error: ToolNotFound: Failed to find tool. Is musl-gcc installed?
Some checks failed
build / build-rust (push) Failing after 3m49s
2024-09-23 14:07:03 +08:00
soul-walker
54adab0e21 修改reqwest使用rustls-tls(不使用默认的default feature,否则还是会依赖default-tls也就是依赖系统的openssl)
Some checks failed
build / build-rust (push) Failing after 1m39s
2024-09-23 13:46:29 +08:00
soul-walker
29d249c33b 修改reqwest使用rustls-tls(使用默认的openssl在打包时对环境有要求,暂时先换这个试试)
Some checks failed
build / build-rust (push) Failing after 1m51s
2024-09-23 13:32:06 +08:00
soul-walker
a0967e7583 添加用户auth相关功能
Some checks failed
build / build-rust (push) Failing after 1m40s
调整草稿和发布数据接口(需要user_id的从context中获取用户信息)
2024-09-23 13:24:14 +08:00
soul-walker
c1a4a3701e 草稿数据添加关联查询default_release_data_name
All checks were successful
build / build-rust (push) Successful in 2m30s
2024-09-20 17:39:16 +08:00
soul-walker
ef38fe0566 分页查询iscs发布数据接口调整
All checks were successful
build / build-rust (push) Successful in 3m20s
options查询调整
2024-09-20 17:00:03 +08:00
soul-walker
930dbda334 修改发布数据唯一查询接口
All checks were successful
build / build-rust (push) Successful in 2m27s
2024-09-20 15:45:10 +08:00
soul-walker
e8fa4d119c 修改草稿另存为bug
All checks were successful
build / build-rust (push) Successful in 3m28s
2024-09-20 15:31:11 +08:00
soul-walker
df4c9940f3 修改从发布版本创建草稿接口bug
添加发布数据查询description功能(通过dataloader)
2024-09-20 15:23:31 +08:00
soul-walker
6ddc4fd110 发布数据版本表添加options列
All checks were successful
build / build-rust (push) Successful in 2m30s
调整草稿及发布数据接口定义
添加发布数据查询和修改接口
2024-09-20 12:31:18 +08:00
soul-walker
ed45a08ad7 调整接口结构
All checks were successful
build / build-rust (push) Successful in 2m26s
添加发布数据的几个接口
删除发布数据版本表的版本字段
2024-09-19 21:25:52 +08:00
soul-walker
b64200284a 草稿分页查询添加列
All checks were successful
build / build-rust (push) Successful in 2m15s
2024-09-19 13:57:59 +08:00
soul-walker
957946a822 dockerfile添加时区
Some checks failed
build / build-rust (push) Failing after 13m27s
2024-09-19 11:58:32 +08:00
soul-walker
d9b8b38590 调整数据库默认时间定义
All checks were successful
build / build-rust (push) Successful in 2m57s
修改接口返回为NaiveDateTime
2024-09-19 11:03:05 +08:00
soul-walker
50a0799f28 修改草稿api返回值类型
All checks were successful
build / build-rust (push) Successful in 2m23s
2024-09-19 09:07:24 +08:00
soul-walker
2a7a2ffc99 草稿和发布数据添加options配置项
All checks were successful
build / build-rust (push) Successful in 3m0s
实现配置项相关的CRUD
调整草稿数据管理接口
2024-09-19 00:07:53 +08:00
soul-walker
875788a71d 草稿数据添加是否共享字段
All checks were successful
build / build-rust (push) Successful in 2m17s
添加草稿数据相关管理接口
2024-09-18 15:10:11 +08:00
soul-walker
e0169dfc06 修改CICD
All checks were successful
build / build-rust (push) Successful in 2m14s
2024-09-15 14:27:11 +08:00
soul-walker
b868507bb0 修改CICD,使用软链接处理Rust环境问题,删除sudo
All checks were successful
build / build-rust (push) Successful in 6m6s
2024-09-15 14:19:36 +08:00
soul-walker
eb239b659a 修改CICD,使用软链接处理Rust环境问题
Some checks failed
build / build-rust (push) Failing after 53s
2024-09-15 14:16:53 +08:00
soul-walker
82ce88a92e 修改CICD发布docker run bug
All checks were successful
build / build-rust (push) Successful in 5m20s
2024-09-15 13:28:20 +08:00
soul-walker
8350c6600f 修改CICD发布docker run bug
All checks were successful
build / build-rust (push) Successful in 5m27s
2024-09-15 13:12:01 +08:00
soul-walker
83d4020d61 修改prost_build不在release模式执行
Some checks failed
build / build-rust (push) Failing after 5m41s
2024-09-15 11:13:08 +08:00
soul-walker
8b59751038 修改CICD将Rust代理export写入bashrc
Some checks failed
build / build-rust (push) Failing after 3m59s
2024-09-15 10:50:19 +08:00
soul-walker
41614d2c2b 修改CICD安装Rust环境bug5,尝试解决3
Some checks failed
build / build-rust (push) Failing after 2m40s
2024-09-15 10:36:30 +08:00
soul-walker
b6d8aea3a9 修改CICD安装Rust环境bug5,尝试解决2
Some checks failed
build / build-rust (push) Failing after 3m24s
2024-09-15 10:26:48 +08:00
soul-walker
5b570cd036 修改CICD安装Rust环境bug4,尝试解决
Some checks failed
build / build-rust (push) Failing after 51s
2024-09-15 10:21:15 +08:00
soul-walker
d27bfdda08 修改CICD安装Rust环境bug3,输出额外日志以检测问题
Some checks failed
build / build-rust (push) Failing after 1m30s
2024-09-15 10:03:37 +08:00
soul-walker
c1b2e70989 修改CICD安装Rust环境bug2
Some checks failed
build / build-rust (push) Failing after 1m50s
2024-09-15 09:59:56 +08:00
soul-walker
d50404736f 修改CICD安装Rust环境bug
Some checks failed
build / build-rust (push) Failing after 52s
2024-09-15 09:55:52 +08:00
soul-walker
2ac1c1b826 修改CICD问题
Some checks failed
build / build-rust (push) Failing after 55s
2024-09-15 00:38:05 +08:00
soul-walker
3a35510b57 添加CICD相关
Some checks failed
build / build-rust (push) Failing after 22s
2024-09-15 00:33:02 +08:00
soul-walker
201bfdc1fd 注销jwt相关逻辑
修改test使通过
2024-09-14 17:05:57 +08:00
soul-walker
86469d6b35 1.设计数据库表结构
2.设计项目代码结构
3.实现草稿数据和发布数据数据库访问
4.实现草稿数据graphQL接口
2024-09-14 16:45:33 +08:00
c499b45bf4 add protobuf message submodule;
add dto module and implement prost build and proto struct encode/decode simple test;
2024-08-29 15:45:28 +08:00
soul-walker
6bde9b2035 代码结构调整,基于graphql的仿真控制基本流程打通 2024-08-23 16:31:49 +08:00
soul-walker
e4db3c32df 代码结构重构;
初步实现多仿真管理结构
2024-08-19 20:45:44 +08:00
soul-walker
072e6ba262 道岔仿真逻辑完善
多线程多app实验
2024-08-15 00:07:21 +08:00
soul-walker
3487b8eb1c bevy ecs app相关模块基于道岔仿真学习尝试 2024-08-13 19:44:14 +08:00
soul-walker
2b38e29239 项目初始化 2024-08-08 15:58:56 +08:00