1. 17 Nov, 2021 3 commits
  2. 12 Nov, 2021 1 commit
  3. 11 Nov, 2021 2 commits
  4. 10 Nov, 2021 2 commits
  5. 29 Oct, 2021 2 commits
  6. 28 Oct, 2021 2 commits
  7. 27 Oct, 2021 3 commits
  8. 21 Oct, 2021 1 commit
    • Channel 增加字段 deviceType · 2737dc87
      ChannelTag 修改 tag 为字符串类型
      转发服务提高线程池大小
      gateway 添加路由配置
      
      运维服务
      1. 删除录像文件记录时同时删除文件
      2. 录像文件大小由 expand 来记录
      3. 上传录像文件时先写库再写入文件再更新库
      4. 不能删除带有任务的Channel
      5. 不能上传同名或同编号的录像文件和视频设备
      
      任务服务整体调整
      xmh committed
  9. 09 Oct, 2021 1 commit
    • gateway: · f7e3280c
      <refactor> 接口修正,配置重写修正
      
      ops:
      查询设备列表或单个设备后,如果是录像文件类型,那么拼接 streamPath
      
      task:
      <feat> 添加停止任务接口
      <docs> 添加注释
      xmh committed
  10. 30 Sep, 2021 2 commits
  11. 29 Sep, 2021 1 commit
    • commons: · b1d7f0a5
      1. 引入 content 表相关代码
      2. Channel 添加 brand(品牌/厂家) 和 direction(方向) 字段
      
      ops:
      1. 引入 content 表相关代码
      2. 更新 channel 表的代码
      3. <fix> VideoService.uploadVideo 上传资源文件的 path 更新为相对目录
      
      task:
      1. <feature> 新增任务时构建 scene , 并且使用默认配置
      2. <feature> 添加接口 TaskController.channelUnidWithTask 获取所有分配了任务的通道序列号
      xmh committed
  12. 26 Sep, 2021 1 commit
    • commons: · 1927bb4e
      1. <fix> 去除公共的 cors 配置, gateway 处理跨域即可
      
      ops:
      1. <refactor> 重构设备树形结构
      xmh committed
  13. 15 Sep, 2021 15 commits
  14. 09 Sep, 2021 2 commits
    • 任务管理服务: · 492b628b
      1. <refactor> 使用 LocalCache 缓存
      
      运维服务:
      1. <feat> 添加 VideoController.overview 接口
      
      转发服务:
      1. 1. <refactor> 使用 LocalCache 缓存
      
      commons:
      1. <feat> 添加通用缓存类 CacheUtil
      2. <feat> 添加缓存 aop
      xmh committed
    • 任务管理服务: · 6b32114f
      1. <feat> 添加 TaskController.overview 接口
      2. <refactor> 替换使用 valEqual
      
      运维服务:
      1. <refactor> 录像上传的接口从 channel 中迁移到 VideoController 中
      
      commons:
      1. <feat> TaskStatus 添加 valEqual 方法
      2. <feat> FanXingException 添加新构造方法
      xmh committed
  15. 08 Sep, 2021 2 commits