Historia zmian

Autor SHA1 Wiadomość Data
  reghao dbfe326a05 oss-console 添加 dockerfile 2 lat temu
  reghao c2bcc3a24f oss-store 删除 curator-recipes 依赖, 不再使用 zk 作为注册中心, 作为 dubbo provider 不再将服务 expose 到注册中心, consumer 采用"直连"的方式调用 dubbo 提供的服务 2 lat temu
  reghao 36644ddf37 oss-console 删除 curator-recipes 依赖, 不再使用 zk 作为注册中心, 因此 @DubboReference 注解也不能再使用. 作为 dubbo consumer, oss-console 采用"直连"的方式调用 dubbo provider 提供的服务 2 lat temu
  reghao 62bf2b9a3c 将 oss-api 名字更改为 store-api, 包名也更改为 cn.reghao.oss.store.api 2 lat temu
  reghao fe328faff4 将 oss-web 名字更改为 oss-console, 包名也更改为 cn.reghao.oss.console 2 lat temu
  reghao c0fc907e6d oss-web 中添加修改 UploadChannel 可见范围的接口和页面 2 lat temu
  reghao 9cd50c40bc 更新 ObjectGetController 中对请求资源可见范围的判断和处理 2 lat temu
  reghao 94599cce47 更新获取某个节点上所有的 UploadChannel 的方法 2 lat temu
  reghao 1cc3b7d381 更新获取某个节点上所有的 UploadChannel 的方法 2 lat temu
  reghao e12e8fb41a 1.将 userId 修改为 int 类型 2 lat temu
  reghao 412106b225 oss-web 中更新 UploadChannel 的相关接口 2 lat temu
  reghao e113fbe1b3 oss-store 中使用 ObjectChannel 来代替 UploadChannel 2 lat temu
  reghao d8e91b0a50 更新 oss-api 2 lat temu
  reghao 6779759f35 更新 /home 页的系统信息展示 2 lat temu
  reghao 473006af9c oss-store 引入 oss-sdk 依赖以便使用 OssConsoleClient 2 lat temu
  reghao ef23f4db57 OssServerServiceImpl 实现 createChannel 方法, 供 oss-console 创建 channel 时调用 2 lat temu
  reghao a0d14d040d OssConsoleClient 添加一个不需要认证的构造函数, 只给 oss-store 内部调用 2 lat temu
  reghao 16d1e66c38 上传通道列表页面显示 channelId 字段 2 lat temu
  reghao 117f3b3f1d 引入 HandlerInterceptor 带来的连锁反应, 由于使用了自定义的 WebMvcConfigurationSupport, 使得默认的 Web 自动配置失效. 首先是调用 RequestContextHolder.getRequestAttributes 返回 null, 其次是 Hibernate 的 LazyInitializationException 异常以及在 controller 里面不能自动将 id 转化为 entity. 本次提交就是为了解决这些问题 2 lat temu
  reghao f64fbc8a16 oss-store 更新 node register 接口 2 lat temu
  reghao d211f1b001 ObjectChannel 实现序列化接口, dubbo 要求 2 lat temu
  reghao 6c58d2a1d7 1.添加 UserKey, UserNode model, 接口和页面 2 lat temu
  reghao 02130a5ce4 update oss-store AppLifecycle 2 lat temu
  reghao 541d213b0e update oss-store rpc interface 2 lat temu
  reghao 0dc3d7e435 update oss-api ImageFileService 2 lat temu
  reghao 2ebe6971db 提供 OssConsoleClient 和 OssStoreClient 作为 client 2 lat temu
  reghao 99d3dc2148 放行 /api/oss/** 为前缀的请求 2 lat temu
  reghao 353ef9c8c8 oss-sdk 只提供一个 OssClient 类作为第三方调用的接口 2 lat temu
  reghao 881331f003 添加 StoreNode 和 UploadChannel 两个 model, 和其相应的页面及 crud 接口 2 lat temu
  reghao c2f9aec6d0 添加一个 SpringProperties, 用于读取 spring 配置文件中的某些配置值 2 lat temu